+ 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 Jul 14 09:16:12 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: neutron-server-668d974bc7-pd584 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f63c63a0668 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-07-14 09:16:16.485 8 INFO neutron.common.config [-] Logging enabled! 2026-07-14 09:16:16.486 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-14 09:16:16.521 7 INFO neutron.common.config [-] Logging enabled! 2026-07-14 09:16:16.521 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-14 09:16:17.509 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-14 09:16:17.568 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-14 09:16:19.134 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-14 09:16:19.137 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-14 09:16:19.141 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-14 09:16:19.142 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-14 09:16:19.142 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-14 09:16:19.142 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-14 09:16:19.142 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 09:16:19.150 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 09:16:19.150 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 09:16:19.150 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-14 09:16:19.172 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-14 09:16:19.173 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-14 09:16:19.173 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-14 09:16:19.202 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-14 09:16:19.203 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-14 09:16:19.203 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-14 09:16:19.203 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-14 09:16:19.219 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-14 09:16:19.221 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-14 09:16:19.225 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-14 09:16:19.226 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-14 09:16:19.226 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-14 09:16:19.226 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-14 09:16:19.226 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 09:16:19.234 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 09:16:19.234 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-14 09:16:19.234 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-14 09:16:19.255 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-14 09:16:19.256 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-14 09:16:19.256 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-14 09:16:19.284 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-14 09:16:19.284 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-14 09:16:19.284 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-14 09:16:19.284 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-14 09:16:19.492 8 INFO neutron.plugins.ml2.managers [None req-9cdd3d8b-9d2f-45ae-939b-452b38740220 - - - - - -] Initializing driver for type 'vlan' 2026-07-14 09:16:19.588 7 INFO neutron.plugins.ml2.managers [None req-3b6565ff-3231-49f7-8a07-cf9615fe443e - - - - - -] Initializing driver for type 'vlan' 2026-07-14 09:16:19.757 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9cdd3d8b-9d2f-45ae-939b-452b38740220 - - - - - -] VlanTypeDriver initialization complete 2026-07-14 09:16:19.758 8 INFO neutron.plugins.ml2.managers [None req-9cdd3d8b-9d2f-45ae-939b-452b38740220 - - - - - -] Initializing driver for type 'vxlan' 2026-07-14 09:16:19.758 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9cdd3d8b-9d2f-45ae-939b-452b38740220 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-14 09:16:19.771 8 INFO neutron.plugins.ml2.managers [None req-9cdd3d8b-9d2f-45ae-939b-452b38740220 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-14 09:16:19.771 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9cdd3d8b-9d2f-45ae-939b-452b38740220 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-14 09:16:19.772 8 INFO neutron.plugins.ml2.managers [None req-9cdd3d8b-9d2f-45ae-939b-452b38740220 - - - - - -] Initializing extension driver 'port_security' 2026-07-14 09:16:19.772 8 INFO neutron.plugins.ml2.extensions.port_security [None req-9cdd3d8b-9d2f-45ae-939b-452b38740220 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-14 09:16:19.772 8 INFO neutron.plugins.ml2.managers [None req-9cdd3d8b-9d2f-45ae-939b-452b38740220 - - - - - -] Initializing extension driver 'qos' 2026-07-14 09:16:19.772 8 INFO neutron.plugins.ml2.managers [None req-9cdd3d8b-9d2f-45ae-939b-452b38740220 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-14 09:16:19.772 8 INFO neutron.plugins.ml2.managers [None req-9cdd3d8b-9d2f-45ae-939b-452b38740220 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-14 09:16:19.788 8 INFO neutron.quota [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded quota_driver: . 2026-07-14 09:16:19.788 8 INFO neutron.plugins.ml2.plugin [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Modular L2 Plugin initialization complete 2026-07-14 09:16:19.788 8 INFO neutron.plugins.ml2.managers [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-14 09:16:19.788 8 INFO neutron.plugins.ml2.managers [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-14 09:16:19.789 8 INFO neutron.plugins.ml2.managers [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-14 09:16:19.789 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: qos 2026-07-14 09:16:19.801 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: router 2026-07-14 09:16:19.851 8 INFO neutron.services.service_base [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-14 09:16:19.851 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: segments 2026-07-14 09:16:19.875 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3b6565ff-3231-49f7-8a07-cf9615fe443e - - - - - -] VlanTypeDriver initialization complete 2026-07-14 09:16:19.875 7 INFO neutron.plugins.ml2.managers [None req-3b6565ff-3231-49f7-8a07-cf9615fe443e - - - - - -] Initializing driver for type 'vxlan' 2026-07-14 09:16:19.875 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3b6565ff-3231-49f7-8a07-cf9615fe443e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-14 09:16:19.889 7 INFO neutron.plugins.ml2.managers [None req-3b6565ff-3231-49f7-8a07-cf9615fe443e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-14 09:16:19.889 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3b6565ff-3231-49f7-8a07-cf9615fe443e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-14 09:16:19.889 7 INFO neutron.plugins.ml2.managers [None req-3b6565ff-3231-49f7-8a07-cf9615fe443e - - - - - -] Initializing extension driver 'port_security' 2026-07-14 09:16:19.889 7 INFO neutron.plugins.ml2.extensions.port_security [None req-3b6565ff-3231-49f7-8a07-cf9615fe443e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-14 09:16:19.890 7 INFO neutron.plugins.ml2.managers [None req-3b6565ff-3231-49f7-8a07-cf9615fe443e - - - - - -] Initializing extension driver 'qos' 2026-07-14 09:16:19.890 7 INFO neutron.plugins.ml2.managers [None req-3b6565ff-3231-49f7-8a07-cf9615fe443e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-14 09:16:19.890 7 INFO neutron.plugins.ml2.managers [None req-3b6565ff-3231-49f7-8a07-cf9615fe443e - - - - - -] Initializing mechanism driver 'l2population' 2026-07-14 09:16:19.904 7 INFO neutron.quota [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded quota_driver: . 2026-07-14 09:16:19.905 7 INFO neutron.plugins.ml2.plugin [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Modular L2 Plugin initialization complete 2026-07-14 09:16:19.905 7 INFO neutron.plugins.ml2.managers [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-14 09:16:19.905 7 INFO neutron.plugins.ml2.managers [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-14 09:16:19.905 7 INFO neutron.plugins.ml2.managers [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-14 09:16:19.906 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: qos 2026-07-14 09:16:19.920 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: router 2026-07-14 09:16:19.955 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: trunk 2026-07-14 09:16:19.964 7 INFO neutron.services.service_base [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-14 09:16:19.965 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: segments 2026-07-14 09:16:19.971 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: vpnaas 2026-07-14 09:16:20.010 8 WARNING stevedore.named [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-14 09:16:20.060 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: trunk 2026-07-14 09:16:20.074 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: vpnaas 2026-07-14 09:16:20.084 8 INFO neutron_vpnaas.services.vpn.plugin [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-14 09:16:20.084 8 INFO neutron.common.utils [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-14 09:16:20.084 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: taas 2026-07-14 09:16:20.110 8 WARNING stevedore.named [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-14 09:16:20.110 8 WARNING stevedore.named [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-14 09:16:20.112 7 WARNING stevedore.named [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-14 09:16:20.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-14 09:16:20.131 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: tapmirror 2026-07-14 09:16:20.143 8 WARNING stevedore.named [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-14 09:16:20.143 8 WARNING stevedore.named [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-14 09:16:20.153 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-14 09:16:20.154 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: auto_allocate 2026-07-14 09:16:20.161 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: tag 2026-07-14 09:16:20.168 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: timestamp 2026-07-14 09:16:20.171 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: network_ip_availability 2026-07-14 09:16:20.174 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: flavors 2026-07-14 09:16:20.177 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-14 09:16:20.177 7 INFO neutron.common.utils [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-14 09:16:20.177 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: taas 2026-07-14 09:16:20.178 8 INFO neutron.manager [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loading Plugin: revisions 2026-07-14 09:16:20.182 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Initializing extension manager. 2026-07-14 09:16:20.183 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: address-group 2026-07-14 09:16:20.184 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: address-scope 2026-07-14 09:16:20.184 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-14 09:16:20.185 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: agent 2026-07-14 09:16:20.186 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: agent-resources-synced 2026-07-14 09:16:20.187 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-14 09:16:20.188 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-14 09:16:20.188 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: availability_zone 2026-07-14 09:16:20.189 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: availability_zone_filter 2026-07-14 09:16:20.189 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-14 09:16:20.190 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: default-subnetpools 2026-07-14 09:16:20.191 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-14 09:16:20.192 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: dns-integration 2026-07-14 09:16:20.193 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: dns-domain-ports 2026-07-14 09:16:20.193 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-14 09:16:20.194 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: dvr 2026-07-14 09:16:20.195 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-14 09:16:20.195 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: empty-string-filtering 2026-07-14 09:16:20.196 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-14 09:16:20.196 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-14 09:16:20.197 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: external-net 2026-07-14 09:16:20.197 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-14 09:16:20.198 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: extraroute 2026-07-14 09:16:20.198 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: extraroute-atomic 2026-07-14 09:16:20.199 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-14 09:16:20.199 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-14 09:16:20.200 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-14 09:16:20.200 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-14 09:16:20.201 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: fip-port-details 2026-07-14 09:16:20.202 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: flavors 2026-07-14 09:16:20.202 7 WARNING stevedore.named [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-14 09:16:20.203 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-14 09:16:20.203 7 WARNING stevedore.named [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-14 09:16:20.203 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: floatingip-pools 2026-07-14 09:16:20.204 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: ip_allocation 2026-07-14 09:16:20.204 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-14 09:16:20.205 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: l2_adjacency 2026-07-14 09:16:20.206 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: router 2026-07-14 09:16:20.208 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-14 09:16:20.208 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-14 09:16:20.209 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-14 09:16:20.209 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: ext-gw-mode 2026-07-14 09:16:20.210 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: l3-ha 2026-07-14 09:16:20.210 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-14 09:16:20.211 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-14 09:16:20.212 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: l3-flavors 2026-07-14 09:16:20.213 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-14 09:16:20.214 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-14 09:16:20.216 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-14 09:16:20.217 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-14 09:16:20.218 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-14 09:16:20.219 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-14 09:16:20.220 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-14 09:16:20.220 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: multi-provider 2026-07-14 09:16:20.221 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: net-mtu 2026-07-14 09:16:20.221 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: net-mtu-writable 2026-07-14 09:16:20.222 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: network_availability_zone 2026-07-14 09:16:20.223 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: network_ha 2026-07-14 09:16:20.223 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: network-ip-availability 2026-07-14 09:16:20.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-14 09:16:20.224 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: tapmirror 2026-07-14 09:16:20.224 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-14 09:16:20.225 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: pagination 2026-07-14 09:16:20.225 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: port-device-profile 2026-07-14 09:16:20.226 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-14 09:16:20.226 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-14 09:16:20.227 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-14 09:16:20.227 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: port-mac-override 2026-07-14 09:16:20.228 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-14 09:16:20.228 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-14 09:16:20.229 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-14 09:16:20.230 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: port-resource-request 2026-07-14 09:16:20.230 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-14 09:16:20.231 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-14 09:16:20.231 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: binding 2026-07-14 09:16:20.232 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: binding-extended 2026-07-14 09:16:20.232 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: port-security 2026-07-14 09:16:20.233 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: project-id 2026-07-14 09:16:20.233 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: provider 2026-07-14 09:16:20.234 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-14 09:16:20.235 7 WARNING stevedore.named [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-14 09:16:20.236 7 WARNING stevedore.named [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-14 09:16:20.236 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos 2026-07-14 09:16:20.237 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-14 09:16:20.238 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-14 09:16:20.238 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-default 2026-07-14 09:16:20.239 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-fip 2026-07-14 09:16:20.239 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-14 09:16:20.240 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-14 09:16:20.240 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-14 09:16:20.241 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-14 09:16:20.242 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-14 09:16:20.242 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-pps 2026-07-14 09:16:20.243 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-14 09:16:20.243 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-14 09:16:20.244 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: qos-rules-alias 2026-07-14 09:16:20.244 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: quota-check-limit 2026-07-14 09:16:20.245 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-14 09:16:20.247 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: quotas 2026-07-14 09:16:20.248 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: quota_details 2026-07-14 09:16:20.250 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: rbac-policies 2026-07-14 09:16:20.250 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: rbac-address-group 2026-07-14 09:16:20.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-14 09:16:20.251 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: auto_allocate 2026-07-14 09:16:20.251 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: rbac-address-scope 2026-07-14 09:16:20.251 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: rbac-security-groups 2026-07-14 09:16:20.252 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-14 09:16:20.252 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: revision-if-match 2026-07-14 09:16:20.253 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-14 09:16:20.254 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: router_availability_zone 2026-07-14 09:16:20.254 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-14 09:16:20.256 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-14 09:16:20.257 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-14 09:16:20.257 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-14 09:16:20.258 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-14 09:16:20.258 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-14 09:16:20.258 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: tag 2026-07-14 09:16:20.259 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-14 09:16:20.263 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: security-group 2026-07-14 09:16:20.264 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: segment 2026-07-14 09:16:20.265 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-14 09:16:20.265 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: service-type 2026-07-14 09:16:20.266 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: sorting 2026-07-14 09:16:20.266 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: standard-attr-segment 2026-07-14 09:16:20.267 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: standard-attr-description 2026-07-14 09:16:20.268 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: stateful-security-group 2026-07-14 09:16:20.268 8 WARNING neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-14 09:16:20.268 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: timestamp 2026-07-14 09:16:20.269 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-14 09:16:20.270 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: subnet-external-network 2026-07-14 09:16:20.270 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: subnet_onboard 2026-07-14 09:16:20.271 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-14 09:16:20.271 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: subnet-service-types 2026-07-14 09:16:20.272 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: network_ip_availability 2026-07-14 09:16:20.272 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: subnet_allocation 2026-07-14 09:16:20.273 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-14 09:16:20.273 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: tag-creation 2026-07-14 09:16:20.275 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-14 09:16:20.276 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: flavors 2026-07-14 09:16:20.279 7 INFO neutron.manager [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loading Plugin: revisions 2026-07-14 09:16:20.279 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: standard-attr-tag 2026-07-14 09:16:20.280 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-14 09:16:20.281 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: trunk 2026-07-14 09:16:20.281 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: trunk-details 2026-07-14 09:16:20.282 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-14 09:16:20.282 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-14 09:16:20.283 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-14 09:16:20.283 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Initializing extension manager. 2026-07-14 09:16:20.284 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-14 09:16:20.284 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: address-group 2026-07-14 09:16:20.285 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: address-scope 2026-07-14 09:16:20.285 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-14 09:16:20.286 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-14 09:16:20.286 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-14 09:16:20.287 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: agent 2026-07-14 09:16:20.287 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: vpn-flavors 2026-07-14 09:16:20.287 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: agent-resources-synced 2026-07-14 09:16:20.288 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-14 09:16:20.288 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: vpnaas 2026-07-14 09:16:20.289 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-14 09:16:20.290 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: availability_zone 2026-07-14 09:16:20.290 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: taas 2026-07-14 09:16:20.291 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: availability_zone_filter 2026-07-14 09:16:20.291 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: tap-mirror 2026-07-14 09:16:20.292 8 INFO neutron.api.extensions [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-14 09:16:20.292 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-14 09:16:20.293 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: default-subnetpools 2026-07-14 09:16:20.294 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-14 09:16:20.295 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-14 09:16:20.295 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-14 09:16:20.295 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-14 09:16:20.296 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-14 09:16:20.297 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: dns-integration 2026-07-14 09:16:20.297 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: dns-domain-ports 2026-07-14 09:16:20.298 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-14 09:16:20.298 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-14 09:16:20.299 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: dvr 2026-07-14 09:16:20.299 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-14 09:16:20.299 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-14 09:16:20.300 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: empty-string-filtering 2026-07-14 09:16:20.300 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-14 09:16:20.301 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-14 09:16:20.301 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: external-net 2026-07-14 09:16:20.302 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-14 09:16:20.303 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: extraroute 2026-07-14 09:16:20.303 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: extraroute-atomic 2026-07-14 09:16:20.304 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-14 09:16:20.304 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-14 09:16:20.305 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-14 09:16:20.305 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-14 09:16:20.305 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-14 09:16:20.305 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-14 09:16:20.306 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: fip-port-details 2026-07-14 09:16:20.306 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-14 09:16:20.306 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: flavors 2026-07-14 09:16:20.307 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-14 09:16:20.307 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] subnetpool is already registered 2026-07-14 09:16:20.307 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-14 09:16:20.307 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] subnetpool is already registered 2026-07-14 09:16:20.307 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-14 09:16:20.308 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-14 09:16:20.308 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: floatingip-pools 2026-07-14 09:16:20.308 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-14 09:16:20.309 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-14 09:16:20.309 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: ip_allocation 2026-07-14 09:16:20.309 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-14 09:16:20.310 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-14 09:16:20.310 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-14 09:16:20.310 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-14 09:16:20.310 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: l2_adjacency 2026-07-14 09:16:20.310 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-14 09:16:20.311 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] ipsecpolicy is already registered 2026-07-14 09:16:20.311 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-14 09:16:20.311 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] ikepolicy is already registered 2026-07-14 09:16:20.311 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: router 2026-07-14 09:16:20.313 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-14 09:16:20.314 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-14 09:16:20.314 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-14 09:16:20.315 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: ext-gw-mode 2026-07-14 09:16:20.315 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: l3-ha 2026-07-14 09:16:20.316 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-14 09:16:20.316 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-14 09:16:20.317 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-14 09:16:20.317 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] router is already registered 2026-07-14 09:16:20.317 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: l3-flavors 2026-07-14 09:16:20.317 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-14 09:16:20.317 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] floatingip is already registered 2026-07-14 09:16:20.318 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-14 09:16:20.318 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-14 09:16:20.321 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-14 09:16:20.321 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-14 09:16:20.321 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] rbac_policy is already registered 2026-07-14 09:16:20.322 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-14 09:16:20.322 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] security_group is already registered 2026-07-14 09:16:20.322 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-14 09:16:20.322 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-14 09:16:20.323 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] security_group_rule is already registered 2026-07-14 09:16:20.323 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-14 09:16:20.323 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-14 09:16:20.324 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] subnetpool is already registered 2026-07-14 09:16:20.324 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-14 09:16:20.324 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] subnetpool is already registered 2026-07-14 09:16:20.324 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-14 09:16:20.324 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-14 09:16:20.325 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] trunk is already registered 2026-07-14 09:16:20.325 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-14 09:16:20.325 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-14 09:16:20.325 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] ikepolicy is already registered 2026-07-14 09:16:20.325 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: multi-provider 2026-07-14 09:16:20.325 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-14 09:16:20.326 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] ipsecpolicy is already registered 2026-07-14 09:16:20.326 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: net-mtu 2026-07-14 09:16:20.326 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-14 09:16:20.326 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] endpoint_group is already registered 2026-07-14 09:16:20.326 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: net-mtu-writable 2026-07-14 09:16:20.326 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-14 09:16:20.327 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] vpnservice is already registered 2026-07-14 09:16:20.327 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: network_availability_zone 2026-07-14 09:16:20.327 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-14 09:16:20.327 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] ipsec_site_connection is already registered 2026-07-14 09:16:20.327 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: network_ha 2026-07-14 09:16:20.327 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-14 09:16:20.328 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] ipsecpolicy is already registered 2026-07-14 09:16:20.328 8 INFO neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-14 09:16:20.328 8 WARNING neutron.quota.resource_registry [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] ikepolicy is already registered 2026-07-14 09:16:20.328 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: network-ip-availability 2026-07-14 09:16:20.330 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-14 09:16:20.330 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: pagination 2026-07-14 09:16:20.331 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: port-device-profile 2026-07-14 09:16:20.331 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-14 09:16:20.332 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-14 09:16:20.332 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-14 09:16:20.333 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: port-mac-override 2026-07-14 09:16:20.333 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-14 09:16:20.334 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-14 09:16:20.334 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-14 09:16:20.334 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: port-resource-request 2026-07-14 09:16:20.335 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-14 09:16:20.335 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-14 09:16:20.336 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: binding 2026-07-14 09:16:20.337 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: binding-extended 2026-07-14 09:16:20.337 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: port-security 2026-07-14 09:16:20.338 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: project-id 2026-07-14 09:16:20.338 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: provider 2026-07-14 09:16:20.339 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-14 09:16:20.341 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos 2026-07-14 09:16:20.342 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-14 09:16:20.342 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-14 09:16:20.343 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-default 2026-07-14 09:16:20.343 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-fip 2026-07-14 09:16:20.344 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-14 09:16:20.344 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-14 09:16:20.345 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-14 09:16:20.345 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-14 09:16:20.346 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-14 09:16:20.347 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-pps 2026-07-14 09:16:20.347 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-14 09:16:20.348 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-14 09:16:20.348 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: qos-rules-alias 2026-07-14 09:16:20.349 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: quota-check-limit 2026-07-14 09:16:20.349 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-14 09:16:20.352 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: quotas 2026-07-14 09:16:20.353 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: quota_details 2026-07-14 09:16:20.354 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: rbac-policies 2026-07-14 09:16:20.354 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: rbac-address-group 2026-07-14 09:16:20.355 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: rbac-address-scope 2026-07-14 09:16:20.355 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: rbac-security-groups 2026-07-14 09:16:20.356 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-14 09:16:20.356 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: revision-if-match 2026-07-14 09:16:20.357 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-14 09:16:20.358 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: router_availability_zone 2026-07-14 09:16:20.358 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-14 09:16:20.360 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-14 09:16:20.360 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-14 09:16:20.361 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-14 09:16:20.362 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-14 09:16:20.362 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-14 09:16:20.363 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-14 09:16:20.365 8 WARNING keystonemiddleware._common.config [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-14 09:16:20.368 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: security-group 2026-07-14 09:16:20.369 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: segment 2026-07-14 09:16:20.369 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-14 09:16:20.370 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: service-type 2026-07-14 09:16:20.370 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: sorting 2026-07-14 09:16:20.371 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: standard-attr-segment 2026-07-14 09:16:20.371 8 WARNING oslo_config.cfg [None req-bceacb27-dfd8-4e6f-831a-1a39b4a65771 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-14 09:16:20.372 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: standard-attr-description 2026-07-14 09:16:20.372 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: stateful-security-group 2026-07-14 09:16:20.373 7 WARNING neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-14 09:16:20.373 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f63c63a0668 pid: 8 (default app) 2026-07-14 09:16:20.374 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: subnet-external-network 2026-07-14 09:16:20.374 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: subnet_onboard 2026-07-14 09:16:20.375 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-14 09:16:20.375 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: subnet-service-types 2026-07-14 09:16:20.376 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: subnet_allocation 2026-07-14 09:16:20.378 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-14 09:16:20.378 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: tag-creation 2026-07-14 09:16:20.379 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-14 09:16:20.383 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: standard-attr-tag 2026-07-14 09:16:20.383 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-14 09:16:20.384 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: trunk 2026-07-14 09:16:20.384 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: trunk-details 2026-07-14 09:16:20.385 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-14 09:16:20.385 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-14 09:16:20.386 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-14 09:16:20.387 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-14 09:16:20.388 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-14 09:16:20.389 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-14 09:16:20.390 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: vpn-flavors 2026-07-14 09:16:20.391 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: vpnaas 2026-07-14 09:16:20.393 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: taas 2026-07-14 09:16:20.394 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: tap-mirror 2026-07-14 09:16:20.395 7 INFO neutron.api.extensions [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-14 09:16:20.397 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-14 09:16:20.397 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-14 09:16:20.397 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-14 09:16:20.398 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-14 09:16:20.401 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-14 09:16:20.401 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-14 09:16:20.405 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-14 09:16:20.406 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-14 09:16:20.407 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-14 09:16:20.407 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-14 09:16:20.408 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] subnetpool is already registered 2026-07-14 09:16:20.408 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-14 09:16:20.408 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] subnetpool is already registered 2026-07-14 09:16:20.409 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-14 09:16:20.409 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-14 09:16:20.410 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-14 09:16:20.410 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-14 09:16:20.410 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-14 09:16:20.411 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-14 09:16:20.411 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-14 09:16:20.411 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] ipsecpolicy is already registered 2026-07-14 09:16:20.412 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-14 09:16:20.412 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] ikepolicy is already registered 2026-07-14 09:16:20.416 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-14 09:16:20.416 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] router is already registered 2026-07-14 09:16:20.417 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-14 09:16:20.417 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] floatingip is already registered 2026-07-14 09:16:20.420 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-14 09:16:20.421 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] rbac_policy is already registered 2026-07-14 09:16:20.421 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-14 09:16:20.421 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] security_group is already registered 2026-07-14 09:16:20.422 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-14 09:16:20.422 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] security_group_rule is already registered 2026-07-14 09:16:20.423 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-14 09:16:20.423 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] subnetpool is already registered 2026-07-14 09:16:20.423 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-14 09:16:20.423 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] subnetpool is already registered 2026-07-14 09:16:20.424 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-14 09:16:20.424 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] trunk is already registered 2026-07-14 09:16:20.424 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-14 09:16:20.424 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] ikepolicy is already registered 2026-07-14 09:16:20.425 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-14 09:16:20.425 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] ipsecpolicy is already registered 2026-07-14 09:16:20.425 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-14 09:16:20.425 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] endpoint_group is already registered 2026-07-14 09:16:20.426 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-14 09:16:20.426 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] vpnservice is already registered 2026-07-14 09:16:20.426 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-14 09:16:20.426 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] ipsec_site_connection is already registered 2026-07-14 09:16:20.427 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-14 09:16:20.427 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] ipsecpolicy is already registered 2026-07-14 09:16:20.427 7 INFO neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-14 09:16:20.427 7 WARNING neutron.quota.resource_registry [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] ikepolicy is already registered 2026-07-14 09:16:20.463 7 WARNING keystonemiddleware._common.config [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-14 09:16:20.470 7 WARNING oslo_config.cfg [None req-c5212cb1-11c7-44c3-84de-95f7a6451256 - - - - - -] 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 0x7f63c63a0668 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-07-14 09:16:26.075 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1784207-a6b7-4cb0-ac21-d100545b0bb4 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.177 () {44 vars in 928 bytes} [Tue Jul 14 09:16:25 2026] GET /v2.0/networks/public => generated 108 bytes in 841 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.177 () {44 vars in 950 bytes} [Tue Jul 14 09:16:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:16:26.868 8 WARNING neutron.services.revisions.revision_plugin [None req-a6a0c033-6cf6-4da1-b849-89e3da026e25 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Could not find related network for resource to bump revision. 2026-07-14 09:16:26.896 8 INFO neutron.db.segments_db [None req-a6a0c033-6cf6-4da1-b849-89e3da026e25 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 013617fd-bbb9-40f4-8252-ea346ecb646d of type flat for network 24f91071-8883-44b5-950e-1b9a84e77300 2026-07-14 09:16:26.949 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6a0c033-6cf6-4da1-b849-89e3da026e25 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/6] 199.19.213.177 () {48 vars in 968 bytes} [Tue Jul 14 09:16:26 2026] POST /v2.0/networks => generated 124 bytes in 534 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:16:33.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-312af4d7-3556-4623-81f9-47e44b153b30 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/7] 199.19.213.177 () {44 vars in 928 bytes} [Tue Jul 14 09:16:32 2026] GET /v2.0/networks/public => generated 108 bytes in 394 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/8] 199.19.213.177 () {44 vars in 950 bytes} [Tue Jul 14 09:16:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:16:33.454 7 WARNING neutron.services.revisions.revision_plugin [None req-44f6956d-e39b-452f-885e-b2e7f83f1a98 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Could not find related network for resource to bump revision. 2026-07-14 09:16:33.477 7 INFO neutron.db.segments_db [None req-44f6956d-e39b-452f-885e-b2e7f83f1a98 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 5799577f-e1cf-480f-b419-64a6c3cc2ee5 of type flat for network 766b98ed-cd26-492e-a21e-d7fe96c2c51e 2026-07-14 09:16:33.530 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44f6956d-e39b-452f-885e-b2e7f83f1a98 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/9] 199.19.213.177 () {48 vars in 968 bytes} [Tue Jul 14 09:16:33 2026] POST /v2.0/networks => generated 124 bytes in 334 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:16:39.439 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a69a83c6-dcf3-4fe4-a9b8-bc457dfd4a54 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/10] 199.19.213.177 () {44 vars in 928 bytes} [Tue Jul 14 09:16:39 2026] GET /v2.0/networks/public => generated 108 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/11] 199.19.213.177 () {44 vars in 950 bytes} [Tue Jul 14 09:16:39 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-07-14 09:16:39.513 8 WARNING neutron.services.revisions.revision_plugin [None req-364ab3a1-b35d-46fa-83df-e9db2089d83c 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Could not find related network for resource to bump revision. 2026-07-14 09:16:39.527 8 INFO neutron.db.segments_db [None req-364ab3a1-b35d-46fa-83df-e9db2089d83c 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 36c982a8-d311-40c7-b15d-6f62cb09bb7e of type flat for network d34bec6f-d04e-4ccd-942d-a4e1f8679e46 2026-07-14 09:16:39.551 8 INFO neutron.pecan_wsgi.hooks.translation [None req-364ab3a1-b35d-46fa-83df-e9db2089d83c 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/12] 199.19.213.177 () {48 vars in 968 bytes} [Tue Jul 14 09:16:39 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:16:45.454 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9dc7d24a-de68-42fd-a50a-105f4ce44756 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/14] 199.19.213.177 () {44 vars in 928 bytes} [Tue Jul 14 09:16:45 2026] GET /v2.0/networks/public => generated 108 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/15] 199.19.213.177 () {44 vars in 950 bytes} [Tue Jul 14 09:16:45 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-07-14 09:16:45.523 8 WARNING neutron.services.revisions.revision_plugin [None req-33d1ef82-1a8b-4a7c-9507-3bbc0bc005f0 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Could not find related network for resource to bump revision. 2026-07-14 09:16:45.545 8 INFO neutron.db.segments_db [None req-33d1ef82-1a8b-4a7c-9507-3bbc0bc005f0 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment b2e5e5bc-2ca3-40ea-a508-21042814946f of type flat for network 95e17f84-4353-4768-9f14-d2b1f7490ffa 2026-07-14 09:16:45.569 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33d1ef82-1a8b-4a7c-9507-3bbc0bc005f0 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/16] 199.19.213.177 () {48 vars in 968 bytes} [Tue Jul 14 09:16:45 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:16:51.473 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1d664158-2d3c-473e-b62d-0083e7f999e5 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/17] 199.19.213.177 () {44 vars in 928 bytes} [Tue Jul 14 09:16:51 2026] GET /v2.0/networks/public => generated 108 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/18] 199.19.213.177 () {44 vars in 950 bytes} [Tue Jul 14 09:16:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:16:51.556 7 WARNING neutron.services.revisions.revision_plugin [None req-4e7cba6a-6f44-416c-b838-8d6d5519f5c3 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Could not find related network for resource to bump revision. 2026-07-14 09:16:51.578 7 INFO neutron.db.segments_db [None req-4e7cba6a-6f44-416c-b838-8d6d5519f5c3 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment fba7d3d9-8316-44d8-a950-054fee2ef059 of type flat for network 3262b984-0557-4846-93b6-4c83124845d6 2026-07-14 09:16:51.606 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e7cba6a-6f44-416c-b838-8d6d5519f5c3 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/19] 199.19.213.177 () {48 vars in 968 bytes} [Tue Jul 14 09:16:51 2026] POST /v2.0/networks => generated 124 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:16:57.522 7 INFO neutron.pecan_wsgi.hooks.translation [None req-082ee28c-eef9-45e0-a8bf-da55bfba11ee 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/21] 199.19.213.177 () {44 vars in 928 bytes} [Tue Jul 14 09:16:57 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/22] 199.19.213.177 () {44 vars in 950 bytes} [Tue Jul 14 09:16:57 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-07-14 09:16:57.593 7 WARNING neutron.services.revisions.revision_plugin [None req-fd4d18bc-ade3-4d59-86eb-9e5373e06355 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Could not find related network for resource to bump revision. 2026-07-14 09:16:57.607 7 INFO neutron.db.segments_db [None req-fd4d18bc-ade3-4d59-86eb-9e5373e06355 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 661e90bd-c419-4089-811f-0a4d602afd6d of type flat for network 8a81c26e-a1ea-4728-86af-44d675351634 [pid: 7|app: 0|req: 11/23] 199.19.213.177 () {48 vars in 968 bytes} [Tue Jul 14 09:16:57 2026] POST /v2.0/networks => generated 706 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:16:58.927 8 INFO neutron.pecan_wsgi.hooks.translation [None req-413031f9-4741-4d8d-8383-1ea3766a72e4 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/24] 199.19.213.177 () {44 vars in 928 bytes} [Tue Jul 14 09:16:58 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/25] 199.19.213.177 () {44 vars in 950 bytes} [Tue Jul 14 09:16:58 2026] GET /v2.0/networks?name=public => generated 709 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:16:58.999 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0fdc006-0f2b-4a21-9a7e-4d72c74cae9b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/26] 199.19.213.177 () {44 vars in 1035 bytes} [Tue Jul 14 09:16:58 2026] GET /v2.0/subnets/public-subnet?network_id=8a81c26e-a1ea-4728-86af-44d675351634 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/27] 199.19.213.177 () {44 vars in 1058 bytes} [Tue Jul 14 09:16:59 2026] GET /v2.0/subnets?name=public-subnet&network_id=8a81c26e-a1ea-4728-86af-44d675351634 => 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: 15/28] 199.19.213.177 () {48 vars in 966 bytes} [Tue Jul 14 09:16:59 2026] POST /v2.0/subnets => generated 664 bytes in 930 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:21:55.439 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ef14bccc-2483-493f-b8c2-bfcb7618b248 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/66] 199.19.213.177 () {44 vars in 938 bytes} [Tue Jul 14 09:21:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/67] 199.19.213.177 () {44 vars in 960 bytes} [Tue Jul 14 09:21:55 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:21:55.521 7 INFO neutron.db.segments_db [None req-41592b4e-11a4-4f23-b948-58b9080489b8 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment e440b5e2-eecc-49f1-9493-f2465c96b25e of type vxlan for network f6b0cc8f-6afd-4af1-bd49-63418142eb24 [pid: 7|app: 0|req: 34/68] 199.19.213.177 () {48 vars in 967 bytes} [Tue Jul 14 09:21:55 2026] POST /v2.0/networks => generated 688 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:21:56.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de8aa4dc-3741-4bf9-8698-04157d32e1b2 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/69] 199.19.213.177 () {44 vars in 938 bytes} [Tue Jul 14 09:21:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/70] 199.19.213.177 () {44 vars in 960 bytes} [Tue Jul 14 09:21:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:21:56.665 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d2605515-fc81-40c2-b40e-fa41476a7dcb 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/71] 199.19.213.177 () {44 vars in 1037 bytes} [Tue Jul 14 09:21:56 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/72] 199.19.213.177 () {44 vars in 1060 bytes} [Tue Jul 14 09:21:56 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24 => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/73] 199.19.213.177 () {48 vars in 966 bytes} [Tue Jul 14 09:21:56 2026] POST /v2.0/subnets => generated 651 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:21:58.053 7 INFO neutron.api.v2.resource [None req-0be5d82b-29fa-4f63-bf1c-d162ecb3abf2 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/76] 199.19.213.177 () {44 vars in 972 bytes} [Tue Jul 14 09:21:58 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 199.19.213.177 () {44 vars in 994 bytes} [Tue Jul 14 09:21:58 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 199.19.213.177 () {48 vars in 981 bytes} [Tue Jul 14 09:21:58 2026] POST /v2.0/security-groups => generated 1616 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:21:59 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 1616 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:21:59 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:21:59 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 199.19.213.177 () {48 vars in 992 bytes} [Tue Jul 14 09:21:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:00 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:00 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:00 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.19.213.177 () {48 vars in 992 bytes} [Tue Jul 14 09:22:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:01 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:01 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:01 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.19.213.177 () {48 vars in 992 bytes} [Tue Jul 14 09:22:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:02 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 3462 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:02 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:02 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 3462 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.19.213.177 () {48 vars in 992 bytes} [Tue Jul 14 09:22:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:03 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4078 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:04 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:04 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.19.213.177 () {48 vars in 992 bytes} [Tue Jul 14 09:22:04 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.19.213.177 () {44 vars in 988 bytes} [Tue Jul 14 09:22:05 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:22:05.527 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7281531f-7f3d-4f1c-99d1-aafb6fdb2f6f 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/100] 199.19.213.177 () {44 vars in 1077 bytes} [Tue Jul 14 09:22:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24 => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.19.213.177 () {44 vars in 1100 bytes} [Tue Jul 14 09:22:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:05 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => 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: 52/103] 199.19.213.177 () {48 vars in 962 bytes} [Tue Jul 14 09:22:05 2026] POST /v2.0/ports => generated 1096 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-14 09:22:13.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df6bb1b7-ef06-49c1-80e9-12641749f463 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/106] 199.19.213.177 () {44 vars in 980 bytes} [Tue Jul 14 09:22:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 54/107] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.19.213.177 () {48 vars in 1032 bytes} [Tue Jul 14 09:22:13 2026] PUT /v2.0/ports/7a4a3873-4f2b-407a-a39c-60b546bd5a5e => generated 1245 bytes in 717 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.19.213.177 () {44 vars in 921 bytes} [Tue Jul 14 09:22:15 2026] GET /v2.0/ports => generated 3726 bytes in 295 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-07-14 09:22:17.069 7 INFO neutron.api.v2.resource [None req-46bf8e39-3e99-45a2-81e9-a0d632664348 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/110] 199.19.213.177 () {44 vars in 960 bytes} [Tue Jul 14 09:22:17 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.19.213.177 () {44 vars in 982 bytes} [Tue Jul 14 09:22:17 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.19.213.177 () {48 vars in 981 bytes} [Tue Jul 14 09:22:17 2026] POST /v2.0/security-groups => generated 1610 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:18 2026] GET /v2.0/security-groups/9f444a6c-78c0-4d5d-b066-e3e93aa0fdce => generated 1610 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:18 2026] GET /v2.0/security-groups/9f444a6c-78c0-4d5d-b066-e3e93aa0fdce => generated 1610 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:18 2026] GET /v2.0/security-groups/9f444a6c-78c0-4d5d-b066-e3e93aa0fdce => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.19.213.177 () {48 vars in 992 bytes} [Tue Jul 14 09:22:18 2026] POST /v2.0/security-group-rules => generated 621 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:19 2026] GET /v2.0/security-groups/9f444a6c-78c0-4d5d-b066-e3e93aa0fdce => generated 2244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:19 2026] GET /v2.0/security-groups/9f444a6c-78c0-4d5d-b066-e3e93aa0fdce => generated 2244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:22:19 2026] GET /v2.0/security-groups/9f444a6c-78c0-4d5d-b066-e3e93aa0fdce => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/120] 199.19.213.177 () {48 vars in 992 bytes} [Tue Jul 14 09:22:19 2026] POST /v2.0/security-group-rules => generated 625 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/129] 199.19.213.177 () {44 vars in 976 bytes} [Tue Jul 14 09:23:23 2026] GET /v2.0/quotas/5427e028f63348ff839d390a7021917d => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/130] 199.19.213.177 () {48 vars in 1028 bytes} [Tue Jul 14 09:23:24 2026] PUT /v2.0/quotas/5427e028f63348ff839d390a7021917d => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-14 09:25:44.685 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72044a40-f2ce-41a9-b2ef-93aaccc9178e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/151] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:25:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 139 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/152] 199.19.213.177 () {30 vars in 763 bytes} [Tue Jul 14 09:25:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:25:46.726 8 INFO neutron.pecan_wsgi.hooks.translation [None req-132e9659-9a9c-4914-9d9c-68a184aedc0a 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/153] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:25:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/154] 199.19.213.177 () {30 vars in 763 bytes} [Tue Jul 14 09:25:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:32:03.023 7 INFO neutron.api.v2.resource [None req-994233ca-30e1-435b-8861-c809b37c83db 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 103/205] 199.19.213.177 () {44 vars in 1075 bytes} [Tue Jul 14 09:32:02 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=4532c8aef958488289359460347168b9 => generated 139 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/206] 199.19.213.177 () {44 vars in 1098 bytes} [Tue Jul 14 09:32:03 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=4532c8aef958488289359460347168b9 => generated 23 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/207] 199.19.213.177 () {48 vars in 982 bytes} [Tue Jul 14 09:32:03 2026] POST /v2.0/security-groups => generated 1624 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/208] 199.19.213.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:32:04 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => generated 1624 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/209] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:32:04 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 199.19.213.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:32:04 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 199.19.213.177 () {48 vars in 992 bytes} [Tue Jul 14 09:32:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 199.19.213.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:32:05 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/213] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:32:05 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/214] 199.19.213.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:32:05 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/215] 199.19.213.177 () {48 vars in 992 bytes} [Tue Jul 14 09:32:05 2026] POST /v2.0/security-group-rules => generated 599 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/216] 199.19.213.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:32:06 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => 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: 109/217] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:32:06 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993 => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/218] 199.19.213.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:32:06 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => 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: 110/219] 199.19.213.177 () {48 vars in 992 bytes} [Tue Jul 14 09:32:06 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: 110/220] 199.19.213.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:32:07 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => generated 3460 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/221] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:32:08 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/222] 199.19.213.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:32:08 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/223] 199.19.213.177 () {48 vars in 992 bytes} [Tue Jul 14 09:32:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/242] 199.19.213.177 () {30 vars in 740 bytes} [Tue Jul 14 09:34:22 2026] GET /v2.0/networks?tenant_id=4532c8aef958488289359460347168b9&shared=False => generated 15 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:34:22.806 7 INFO neutron.db.segments_db [None req-45ff5a46-1a31-48fb-9cfc-4ab87a47b251 41cb370908d74532a4c745cbc1fd2f0b 4532c8aef958488289359460347168b9 - - d0321e03adfd45cb83f66b693c59e829 d0321e03adfd45cb83f66b693c59e829] Added segment cbb10efb-b215-4a58-acf3-b0937f95125f of type vxlan for network c5c5cf33-0784-4f36-ba70-fa9aab8d5692 [pid: 7|app: 0|req: 122/243] 199.19.213.177 () {34 vars in 682 bytes} [Tue Jul 14 09:34:22 2026] POST /v2.0/networks => generated 699 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/244] 199.19.213.177 () {30 vars in 722 bytes} [Tue Jul 14 09:34:22 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/245] 199.19.213.177 () {30 vars in 633 bytes} [Tue Jul 14 09:34:22 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/246] 199.19.213.177 () {34 vars in 677 bytes} [Tue Jul 14 09:34:22 2026] POST /v2.0/ports => generated 999 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/247] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:34:23 2026] GET /v2.0/networks/c5c5cf33-0784-4f36-ba70-fa9aab8d5692 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/248] 199.19.213.177 () {30 vars in 722 bytes} [Tue Jul 14 09:34:25 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/249] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:34:25 2026] GET /v2.0/networks/c5c5cf33-0784-4f36-ba70-fa9aab8d5692 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/254] 199.19.213.177 () {44 vars in 976 bytes} [Tue Jul 14 09:34:43 2026] GET /v2.0/quotas/4532c8aef958488289359460347168b9 => 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: 128/255] 199.19.213.177 () {48 vars in 1028 bytes} [Tue Jul 14 09:34:44 2026] PUT /v2.0/quotas/4532c8aef958488289359460347168b9 => generated 291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:47:18.207 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2e14614-f76b-408b-9594-4395c79db6db 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/356] 199.19.213.177 () {44 vars in 928 bytes} [Tue Jul 14 09:47:18 2026] GET /v2.0/networks/public => generated 108 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/357] 199.19.213.177 () {44 vars in 950 bytes} [Tue Jul 14 09:47:18 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:47:19.533 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57c49547-1a81-4fff-b147-d16cdd320445 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/358] 199.19.213.177 () {44 vars in 928 bytes} [Tue Jul 14 09:47:19 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/359] 199.19.213.177 () {44 vars in 950 bytes} [Tue Jul 14 09:47:19 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:47:19.607 7 INFO neutron.pecan_wsgi.hooks.translation [None req-daa04132-00e9-43ff-b4f9-a5c731caf7d2 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/360] 199.19.213.177 () {44 vars in 1035 bytes} [Tue Jul 14 09:47:19 2026] GET /v2.0/subnets/public-subnet?network_id=8a81c26e-a1ea-4728-86af-44d675351634 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/361] 199.19.213.177 () {44 vars in 1058 bytes} [Tue Jul 14 09:47:19 2026] GET /v2.0/subnets?name=public-subnet&network_id=8a81c26e-a1ea-4728-86af-44d675351634 => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:47:48.470 7 INFO neutron.pecan_wsgi.hooks.translation [None req-37b3e0a7-c5b2-4366-959d-ec1e6604d0c0 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/366] 199.19.213.177 () {44 vars in 938 bytes} [Tue Jul 14 09:47:48 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: 8|app: 0|req: 183/367] 199.19.213.177 () {44 vars in 960 bytes} [Tue Jul 14 09:47:48 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:47:49.492 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50d54e8b-9d03-4495-a61d-6654d77a26d0 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/368] 199.19.213.177 () {44 vars in 938 bytes} [Tue Jul 14 09:47:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.19.213.177 () {44 vars in 960 bytes} [Tue Jul 14 09:47:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:47:49.575 7 INFO neutron.pecan_wsgi.hooks.translation [None req-30952ceb-9c4c-4bbb-8dd9-c6cefc1b81fe 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/370] 199.19.213.177 () {44 vars in 1037 bytes} [Tue Jul 14 09:47:49 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24 => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 199.19.213.177 () {44 vars in 1060 bytes} [Tue Jul 14 09:47:49 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:47:50.820 7 INFO neutron.api.v2.resource [None req-4f1ac70b-7c7e-4c41-86d2-925d81660959 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/372] 199.19.213.177 () {44 vars in 972 bytes} [Tue Jul 14 09:47:50 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/373] 199.19.213.177 () {44 vars in 994 bytes} [Tue Jul 14 09:47:50 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/374] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:47:52 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/375] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:47:52 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/376] 199.19.213.177 () {44 vars in 1012 bytes} [Tue Jul 14 09:47:52 2026] GET /v2.0/security-group-rules/db012fc1-5e4c-459e-9252-a72e0e140132 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:47:52 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/378] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:47:53 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 199.19.213.177 () {44 vars in 1012 bytes} [Tue Jul 14 09:47:53 2026] GET /v2.0/security-group-rules/5338b5dd-975a-4f49-921d-72539f2351f5 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/380] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:47:53 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:47:54 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/382] 199.19.213.177 () {44 vars in 1012 bytes} [Tue Jul 14 09:47:54 2026] GET /v2.0/security-group-rules/67082a5d-2ccd-4d0a-97c1-89bbb856fbf0 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:47:54 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => 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: 193/384] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:47:54 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 199.19.213.177 () {44 vars in 1012 bytes} [Tue Jul 14 09:47:54 2026] GET /v2.0/security-group-rules/178b4f09-c79a-40dc-bb92-70eabf1de976 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:47:55 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4694 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/387] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:47:55 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/388] 199.19.213.177 () {44 vars in 1012 bytes} [Tue Jul 14 09:47:55 2026] GET /v2.0/security-group-rules/50c964d2-1222-4b3f-ba2e-5c19859af92b => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/391] 199.19.213.177 () {44 vars in 988 bytes} [Tue Jul 14 09:47:57 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24 => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:47:57.314 7 INFO neutron.pecan_wsgi.hooks.translation [None req-863b717e-b226-4116-81c6-2c579b2ca247 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/392] 199.19.213.177 () {44 vars in 1077 bytes} [Tue Jul 14 09:47:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24 => 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: 196/393] 199.19.213.177 () {44 vars in 1100 bytes} [Tue Jul 14 09:47:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24 => generated 1250 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/394] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:47:57 2026] GET /v2.0/security-groups/9acd842d-6a7d-4d7d-8f40-e58427ffa02a => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:48:05.355 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2a9110f-326f-46cd-b76c-5de1e7c10693 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/395] 199.19.213.177 () {44 vars in 980 bytes} [Tue Jul 14 09:48:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:48:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.19.213.177 () {44 vars in 921 bytes} [Tue Jul 14 09:48:06 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) 2026-07-14 09:48:07.931 7 INFO neutron.api.v2.resource [None req-a44d0053-07ed-41ab-88a6-d23f74dc023b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/398] 199.19.213.177 () {44 vars in 960 bytes} [Tue Jul 14 09:48:07 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/399] 199.19.213.177 () {44 vars in 982 bytes} [Tue Jul 14 09:48:07 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/400] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:48:08 2026] GET /v2.0/security-groups/9f444a6c-78c0-4d5d-b066-e3e93aa0fdce => generated 2882 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:48:08 2026] GET /v2.0/security-groups/9f444a6c-78c0-4d5d-b066-e3e93aa0fdce => generated 2882 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 199.19.213.177 () {44 vars in 1012 bytes} [Tue Jul 14 09:48:09 2026] GET /v2.0/security-group-rules/783234ce-8479-4f9d-98cb-e59d57b30d2d => generated 621 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/403] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:48:09 2026] GET /v2.0/security-groups/9f444a6c-78c0-4d5d-b066-e3e93aa0fdce => generated 2882 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:48:09 2026] GET /v2.0/security-groups/9f444a6c-78c0-4d5d-b066-e3e93aa0fdce => generated 2882 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/405] 199.19.213.177 () {44 vars in 1012 bytes} [Tue Jul 14 09:48:09 2026] GET /v2.0/security-group-rules/a18936dc-abb6-4195-8544-5092af8d9fbc => generated 625 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 199.19.213.177 () {44 vars in 976 bytes} [Tue Jul 14 09:48:22 2026] GET /v2.0/quotas/5427e028f63348ff839d390a7021917d => generated 291 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:49:19.309 8 INFO neutron.api.v2.resource [None req-1b0c8666-d64e-4bae-b56c-366313878298 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/417] 199.19.213.177 () {44 vars in 1075 bytes} [Tue Jul 14 09:49:19 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=4532c8aef958488289359460347168b9 => generated 139 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/418] 199.19.213.177 () {44 vars in 1098 bytes} [Tue Jul 14 09:49:19 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=4532c8aef958488289359460347168b9 => generated 4072 bytes in 37 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.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:49:20 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/420] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:49:20 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/421] 199.19.213.177 () {44 vars in 1012 bytes} [Tue Jul 14 09:49:20 2026] GET /v2.0/security-group-rules/247ecb63-9057-4376-819d-85f8ee87da8d => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/422] 199.19.213.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:49:21 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/423] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:49:21 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/424] 199.19.213.177 () {44 vars in 1012 bytes} [Tue Jul 14 09:49:21 2026] GET /v2.0/security-group-rules/af12ba04-afb2-4337-a9ed-336a62685d01 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/425] 199.19.213.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:49:22 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/426] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:49:22 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/427] 199.19.213.177 () {44 vars in 1012 bytes} [Tue Jul 14 09:49:22 2026] GET /v2.0/security-group-rules/de57449e-790b-4c88-8388-1b3c5e57dfce => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/428] 199.19.213.177 () {44 vars in 1089 bytes} [Tue Jul 14 09:49:23 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993?project_id=4532c8aef958488289359460347168b9 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/429] 199.19.213.177 () {44 vars in 1002 bytes} [Tue Jul 14 09:49:23 2026] GET /v2.0/security-groups/8d6b561f-21e6-458e-8a64-04b3a3e7b993 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/430] 199.19.213.177 () {44 vars in 1012 bytes} [Tue Jul 14 09:49:23 2026] GET /v2.0/security-group-rules/a768bf6e-fbcc-49d2-a604-746afab65369 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/433] 199.19.213.177 () {44 vars in 976 bytes} [Tue Jul 14 09:49:31 2026] GET /v2.0/quotas/4532c8aef958488289359460347168b9 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/440] 199.19.213.177 () {44 vars in 950 bytes} [Tue Jul 14 09:50:23 2026] GET /v2.0/networks?name=public => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/447] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 09:51:03 2026] GET /v2.0/networks => generated 2168 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/448] 10.0.0.2 () {32 vars in 653 bytes} [Tue Jul 14 09:51:05 2026] GET /v2.0/floatingips => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/449] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:51:05 2026] GET /v2.0/routers => generated 15 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/450] 10.0.0.2 () {32 vars in 641 bytes} [Tue Jul 14 09:51:05 2026] GET /v2.0/ports => generated 4721 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/451] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:51:05 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/452] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 09:51:05 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/453] 10.0.0.2 () {32 vars in 661 bytes} [Tue Jul 14 09:51:05 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/454] 10.0.0.2 () {32 vars in 653 bytes} [Tue Jul 14 09:51:05 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:51:16.367 8 INFO neutron.db.segments_db [None req-982e8cd9-08c3-425d-a23e-5106418022af 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 0b14a30d-84cd-4420-9e75-64c0cf77cb54 of type vxlan for network 079138dd-db71-429b-b4db-cfb405f515d9 2026-07-14 09:51:16.453 7 INFO neutron.db.segments_db [None req-e8625571-698f-441f-848d-860336de8d6d 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment b940c67c-524b-4bca-a571-5ed40cbe55b3 of type vxlan for network b56106c8-4988-44cb-b979-cec2a0fdd45b [pid: 8|app: 0|req: 228/457] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:51:16 2026] POST /v2.0/networks => generated 725 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/458] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:51:16 2026] POST /v2.0/networks => generated 725 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/459] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:16 2026] POST /v2.0/subnets => generated 691 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:16.689 8 INFO neutron.db.segments_db [None req-73098dc4-e905-4be5-88af-e55fadb4393d 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment c54ce5b3-b472-4a28-956a-328c2efb037c of type vxlan for network a15129f5-c7ab-4844-8325-dbe8a0315af4 [pid: 7|app: 0|req: 231/460] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:16 2026] POST /v2.0/subnets => generated 691 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:16.769 7 INFO neutron.db.segments_db [None req-45c2c206-9777-4ddc-a8f5-56a703b9ea0b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment fc4b915b-c7a3-41d2-857d-fdcc2efd6979 of type vxlan for network a49c0b31-1c49-493f-a1e4-eb0b818f0cb2 2026-07-14 09:51:16.886 8 INFO neutron.db.l3_hamode_db [None req-73098dc4-e905-4be5-88af-e55fadb4393d 6a1bf8bfc5bf4bb3b10af50d94c5ef64 96cacf5d65974130a8962fa7170a82f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:51:16.963 7 INFO neutron.db.l3_hamode_db [None req-45c2c206-9777-4ddc-a8f5-56a703b9ea0b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 a5efb3d75ff24dcfa9b0af281ee7b251 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:51:17.557 8 INFO neutron.db.l3_hamode_db [None req-73098dc4-e905-4be5-88af-e55fadb4393d 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:51:17.788 7 INFO neutron.db.l3_hamode_db [None req-45c2c206-9777-4ddc-a8f5-56a703b9ea0b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 230/461] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:16 2026] POST /v2.0/routers => generated 731 bytes in 2032 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:18 2026] GET /v2.0/security-groups?tenant_id=9f06897634d04d9596be4cc22d10fefd&name=default => generated 2921 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/463] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:16 2026] POST /v2.0/routers => generated 731 bytes in 2362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/464] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:19 2026] GET /v2.0/security-groups?tenant_id=6cca3e88fc364a86b17b8fc36b56ab45&name=default => generated 2921 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/465] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:19 2026] DELETE /v2.0/security-groups/7c8a7224-d819-44bd-87cf-c768784dee69 => 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: 233/466] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:51:19 2026] PUT /v2.0/routers/89f25adf-ea28-41b3-9561-66fb7c3e1959/add_router_interface => generated 309 bytes in 1115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/467] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:20 2026] DELETE /v2.0/security-groups/1e5beb45-9424-494e-a0bc-731d6dda7901 => 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: 234/468] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:51:19 2026] PUT /v2.0/routers/70ac864d-3da9-4082-8760-ec76389dd58d/add_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/469] 10.0.0.2 () {34 vars in 683 bytes} [Tue Jul 14 09:51:20 2026] POST /v2.0/security-groups => generated 1657 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/470] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:51:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:21.324 7 INFO neutron.db.segments_db [None req-c81505fb-d7f1-4daa-a3fc-2aba70ff6858 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 871d64a2-2b10-42a8-88c2-7277058beb7a of type vxlan for network 31d2b4a1-1400-44e8-b708-93729415fbb9 [pid: 8|app: 0|req: 236/471] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:51:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/472] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:51:21 2026] POST /v2.0/networks => generated 729 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/473] 10.0.0.51 () {38 vars in 970 bytes} [Tue Jul 14 09:51:21 2026] POST /v2.0/security-groups => generated 1680 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:21 2026] POST /v2.0/subnets => generated 695 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:21.851 8 INFO neutron.db.segments_db [None req-c695fed6-35fa-4425-b498-1bee8be3c0aa 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 1bc7c7c9-943c-415f-af5a-41ddc28ce1e6 of type vxlan for network 88709cc2-b378-4592-833b-03f57d62c2ac [pid: 7|app: 0|req: 237/475] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:51:21 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:22.116 8 INFO neutron.db.l3_hamode_db [None req-c695fed6-35fa-4425-b498-1bee8be3c0aa 6a1bf8bfc5bf4bb3b10af50d94c5ef64 3ed4ca2ffbae4b11bffecf8d831e4e33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 238/476] 10.0.0.51 () {38 vars in 970 bytes} [Tue Jul 14 09:51:22 2026] POST /v2.0/security-groups => generated 1680 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/477] 10.0.0.51 () {38 vars in 970 bytes} [Tue Jul 14 09:51:22 2026] POST /v2.0/security-groups => generated 1681 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/478] 10.0.0.51 () {34 vars in 1095 bytes} [Tue Jul 14 09:51:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--95463369&fields=id&tenant_id=96cacf5d65974130a8962fa7170a82f6 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/479] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:51:22 2026] GET /v2.0/security-groups?tenant_id=a5efb3d75ff24dcfa9b0af281ee7b251 => generated 7902 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/480] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:51:22 2026] GET /v2.0/networks?id=079138dd-db71-429b-b4db-cfb405f515d9 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/481] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:22 2026] GET /v2.0/security-groups/8d1b340e-9427-4b8d-90a4-505b23707c07 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/482] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:51:22 2026] GET /v2.0/quotas/96cacf5d65974130a8962fa7170a82f6 => 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: 245/483] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:22 2026] GET /v2.0/security-groups/8d1b340e-9427-4b8d-90a4-505b23707c07 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/484] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:51:22 2026] GET /v2.0/ports?tenant_id=96cacf5d65974130a8962fa7170a82f6&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/485] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:22 2026] GET /v2.0/security-groups/1a972a4c-5a3a-418b-a538-89ea5c4689d0 => generated 1680 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:51:22.914 8 INFO neutron.db.l3_hamode_db [None req-c695fed6-35fa-4425-b498-1bee8be3c0aa 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 248/486] 10.0.0.51 () {36 vars in 1012 bytes} [Tue Jul 14 09:51:22 2026] DELETE /v2.0/security-groups/1a972a4c-5a3a-418b-a538-89ea5c4689d0 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:51:22.970 7 INFO neutron.api.v2.resource [req-7e8fb627-4f34-45fd-853d-9ba65f357f70 req-817f76b2-fb51-46da-97f0-553a3c49937b 9b5a0d190bf4462facc31024be0fc6e0 a5efb3d75ff24dcfa9b0af281ee7b251 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/487] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:22 2026] GET /v2.0/security-groups/1a972a4c-5a3a-418b-a538-89ea5c4689d0 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/488] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:22 2026] GET /v2.0/security-groups/d5428f98-7ca8-45ce-831e-a9d2962633bd => generated 1680 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/489] 10.0.0.51 () {36 vars in 1012 bytes} [Tue Jul 14 09:51:23 2026] DELETE /v2.0/security-groups/d5428f98-7ca8-45ce-831e-a9d2962633bd => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:51:23.146 7 INFO neutron.api.v2.resource [req-8ca5b8ea-cdbe-4f22-8a7d-9437282d5a33 req-d76f3151-9bdc-4e64-8fb9-a614e722f957 9b5a0d190bf4462facc31024be0fc6e0 a5efb3d75ff24dcfa9b0af281ee7b251 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/490] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/security-groups/d5428f98-7ca8-45ce-831e-a9d2962633bd => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/491] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/security-groups/6a298652-68c2-4180-9125-08742b880b63 => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/492] 10.0.0.51 () {36 vars in 1012 bytes} [Tue Jul 14 09:51:23 2026] DELETE /v2.0/security-groups/6a298652-68c2-4180-9125-08742b880b63 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/493] 10.0.0.51 () {34 vars in 906 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/extensions => generated 21537 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-14 09:51:23.475 7 INFO neutron.api.v2.resource [req-065886b2-97ae-4040-9f81-9c8300b50c19 req-6f719c39-6d0a-44f9-b0c8-3764d6c5b141 9b5a0d190bf4462facc31024be0fc6e0 a5efb3d75ff24dcfa9b0af281ee7b251 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 256/494] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/security-groups/6a298652-68c2-4180-9125-08742b880b63 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/495] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/networks/079138dd-db71-429b-b4db-cfb405f515d9?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/496] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/security-groups?tenant_id=a5efb3d75ff24dcfa9b0af281ee7b251 => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/497] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/networks/079138dd-db71-429b-b4db-cfb405f515d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/498] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/security-groups/8d1b340e-9427-4b8d-90a4-505b23707c07 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/499] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/security-groups/8d1b340e-9427-4b8d-90a4-505b23707c07 => generated 2918 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:51:23.770 7 INFO neutron.api.v2.resource [req-c071811a-0bc7-422d-b715-b421b03a9fc4 req-559bbecc-f760-4528-b5cf-fd6adc8dab18 9b5a0d190bf4462facc31024be0fc6e0 a5efb3d75ff24dcfa9b0af281ee7b251 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 262/500] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/security-groups/6a298652-68c2-4180-9125-08742b880b63 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:51:23.811 7 INFO neutron.api.v2.resource [req-9cda53fa-2d54-4cdd-8464-dc52508d7c5e req-a262ef8b-7685-4b14-b451-169985bf92a9 9b5a0d190bf4462facc31024be0fc6e0 a5efb3d75ff24dcfa9b0af281ee7b251 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 263/501] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/security-groups/d5428f98-7ca8-45ce-831e-a9d2962633bd => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/502] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:21 2026] POST /v2.0/routers => generated 735 bytes in 2027 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:23.859 8 INFO neutron.api.v2.resource [req-49054709-c7b0-47d6-b5a7-9d0d5b10a6d3 req-9a4c1c2c-e685-4cbf-b870-b07beee9f6ae 9b5a0d190bf4462facc31024be0fc6e0 a5efb3d75ff24dcfa9b0af281ee7b251 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 240/503] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/security-groups/1a972a4c-5a3a-418b-a538-89ea5c4689d0 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/504] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:23 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:51:24.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca27fe1f-77e5-4372-a84d-5eaee393f4c8 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 313c7b83-f67e-4659-9947-852b4b4fa3ec 2026-07-14 09:51:24.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca27fe1f-77e5-4372-a84d-5eaee393f4c8 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 313c7b83-f67e-4659-9947-852b4b4fa3ec [pid: 7|app: 0|req: 264/505] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:51:23 2026] PUT /v2.0/routers/237d3e9e-7a52-4fcd-a192-609ce5f2355f/add_router_interface => generated 309 bytes in 1171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/506] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:51:23 2026] PUT /v2.0/routers/70ac864d-3da9-4082-8760-ec76389dd58d/remove_router_interface => generated 309 bytes in 1432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/507] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:25 2026] GET /v2.0/security-groups?tenant_id=ca6cc9dc134847d19072d1d99e8f0ef2&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/508] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:25 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 244/509] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:25 2026] DELETE /v2.0/security-groups/ef40479a-018c-4ed1-ae50-4bd2ba704183 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:51:25.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-66fb425a-a3c7-445c-ba36-a34b0b5c3655 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 10c4315b-ce8a-4c99-a880-57c328ac15b9 [pid: 8|app: 0|req: 245/510] 10.0.0.51 () {38 vars in 970 bytes} [Tue Jul 14 09:51:25 2026] POST /v2.0/security-groups => generated 1686 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-14 09:51:25.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66fb425a-a3c7-445c-ba36-a34b0b5c3655 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 10c4315b-ce8a-4c99-a880-57c328ac15b9 [pid: 8|app: 0|req: 246/511] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:25 2026] GET /v2.0/security-groups?tenant_id=bcd440cc0e734285877931960443ed4c&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: 247/512] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:25 2026] GET /v2.0/security-groups/a0da7722-3600-451f-89c4-e7f8029daa01 => generated 1686 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/513] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:25 2026] DELETE /v2.0/security-groups/04587770-4e01-4531-8c9c-22894821a06d => 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: 249/514] 10.0.0.51 () {38 vars in 980 bytes} [Tue Jul 14 09:51:25 2026] POST /v2.0/security-group-rules => generated 614 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/515] 10.0.0.51 () {38 vars in 970 bytes} [Tue Jul 14 09:51:26 2026] POST /v2.0/security-groups => generated 1686 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/516] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:26 2026] GET /v2.0/security-groups/4a0b4035-e732-4a08-a8a6-7a8190127280 => generated 1686 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:51:26.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-66fb425a-a3c7-445c-ba36-a34b0b5c3655 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 75dc17f8-2809-419e-a645-c53f8c5dc7d7 2026-07-14 09:51:26.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66fb425a-a3c7-445c-ba36-a34b0b5c3655 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 75dc17f8-2809-419e-a645-c53f8c5dc7d7 [pid: 8|app: 0|req: 252/517] 10.0.0.51 () {38 vars in 980 bytes} [Tue Jul 14 09:51:26 2026] POST /v2.0/security-group-rules => generated 614 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:26.310 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-66fb425a-a3c7-445c-ba36-a34b0b5c3655 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - 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: 253/518] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:26 2026] GET /v2.0/security-groups/4a0b4035-e732-4a08-a8a6-7a8190127280 => generated 2311 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/519] 10.0.0.51 () {38 vars in 980 bytes} [Tue Jul 14 09:51:26 2026] POST /v2.0/security-group-rules => generated 619 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/520] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:26 2026] GET /v2.0/security-groups/4a0b4035-e732-4a08-a8a6-7a8190127280 => generated 2941 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/521] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:26 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 257/522] 10.0.0.51 () {34 vars in 1000 bytes} [Tue Jul 14 09:51:26 2026] GET /v2.0/security-group-rules/5a0f87c4-e62b-4a29-806b-f71bbbdcf2c7 => generated 616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/523] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:26 2026] GET /v2.0/security-groups/4a0b4035-e732-4a08-a8a6-7a8190127280 => generated 2941 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/524] 10.0.0.51 () {36 vars in 1022 bytes} [Tue Jul 14 09:51:26 2026] DELETE /v2.0/security-group-rules/5a0f87c4-e62b-4a29-806b-f71bbbdcf2c7 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:51:26.711 7 INFO neutron.db.l3_hamode_db [None req-66fb425a-a3c7-445c-ba36-a34b0b5c3655 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] HA network a49c0b31-1c49-493f-a1e4-eb0b818f0cb2 was deleted as no HA routers are present in tenant a5efb3d75ff24dcfa9b0af281ee7b251. [pid: 7|app: 0|req: 266/525] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:51:25 2026] DELETE /v2.0/routers/70ac864d-3da9-4082-8760-ec76389dd58d => generated 0 bytes in 1354 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/526] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:26 2026] GET /v2.0/security-groups/4a0b4035-e732-4a08-a8a6-7a8190127280 => generated 2311 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/527] 10.0.0.51 () {36 vars in 1012 bytes} [Tue Jul 14 09:51:26 2026] DELETE /v2.0/security-groups/4a0b4035-e732-4a08-a8a6-7a8190127280 => 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: 262/528] 10.0.0.51 () {34 vars in 990 bytes} [Tue Jul 14 09:51:26 2026] GET /v2.0/security-groups/a0da7722-3600-451f-89c4-e7f8029daa01 => generated 2311 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/529] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:51:26 2026] DELETE /v2.0/subnets/d2bb380e-7c6f-427a-baa7-2dcd79c975ed => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/530] 10.0.0.51 () {36 vars in 1012 bytes} [Tue Jul 14 09:51:26 2026] DELETE /v2.0/security-groups/a0da7722-3600-451f-89c4-e7f8029daa01 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:51:27.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf3228ac-fc02-45e3-bc77-6c6460dd0eb7 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 9ba4eb03-8527-485b-87ac-339d792f4faa 2026-07-14 09:51:27.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf3228ac-fc02-45e3-bc77-6c6460dd0eb7 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 9ba4eb03-8527-485b-87ac-339d792f4faa 2026-07-14 09:51:27.192 7 INFO neutron.services.segments.plugin [-] Segment fc4b915b-c7a3-41d2-857d-fdcc2efd6979 resource provider aggregate not found 2026-07-14 09:51:27.193 7 INFO neutron.services.segments.plugin [-] Segment fc4b915b-c7a3-41d2-857d-fdcc2efd6979 resource provider aggregate not found 2026-07-14 09:51:27.221 7 INFO neutron.services.segments.plugin [-] Segment fc4b915b-c7a3-41d2-857d-fdcc2efd6979 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc4b915b-c7a3-41d2-857d-fdcc2efd6979 found for delete ", "request_id": "req-2a2820ab-2dcb-4305-9f9d-387f3b28fd6e"}]} 2026-07-14 09:51:27.222 7 INFO neutron.services.segments.plugin [-] Segment fc4b915b-c7a3-41d2-857d-fdcc2efd6979 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc4b915b-c7a3-41d2-857d-fdcc2efd6979 found for delete ", "request_id": "req-34110973-8e9c-4f07-ac2f-102eb28e244a"}]} [pid: 7|app: 0|req: 268/533] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:26 2026] DELETE /v2.0/networks/b56106c8-4988-44cb-b979-cec2a0fdd45b => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:51:27.342 8 INFO neutron_taas.services.taas.taas_plugin [None req-b46e8d7f-8f73-4876-84ed-af67237336b7 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 5a75638e-c206-49b0-9ed3-d22008b865e1 2026-07-14 09:51:27.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b46e8d7f-8f73-4876-84ed-af67237336b7 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 5a75638e-c206-49b0-9ed3-d22008b865e1 [pid: 7|app: 0|req: 269/534] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:27 2026] GET /v2.0/security-groups?tenant_id=a5efb3d75ff24dcfa9b0af281ee7b251&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/535] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:27 2026] DELETE /v2.0/security-groups/8d1b340e-9427-4b8d-90a4-505b23707c07 => 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: 271/536] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:27 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/537] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:51:27 2026] PUT /v2.0/routers/237d3e9e-7a52-4fcd-a192-609ce5f2355f/remove_router_interface => generated 309 bytes in 813 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:28.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-e811981c-c366-4e99-8139-855dbdcea8ff 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: cf228fe4-4a93-46a5-9cbe-de1592ddcc99 2026-07-14 09:51:28.019 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e811981c-c366-4e99-8139-855dbdcea8ff 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: cf228fe4-4a93-46a5-9cbe-de1592ddcc99 2026-07-14 09:51:28.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-e811981c-c366-4e99-8139-855dbdcea8ff 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 03f50519-1b39-416d-9088-2afcfaceab1c 2026-07-14 09:51:28.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e811981c-c366-4e99-8139-855dbdcea8ff 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 03f50519-1b39-416d-9088-2afcfaceab1c 2026-07-14 09:51:28.585 7 INFO neutron.db.l3_hamode_db [None req-e811981c-c366-4e99-8139-855dbdcea8ff 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] HA network 88709cc2-b378-4592-833b-03f57d62c2ac was deleted as no HA routers are present in tenant 3ed4ca2ffbae4b11bffecf8d831e4e33. [pid: 7|app: 0|req: 272/538] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:51:27 2026] DELETE /v2.0/routers/237d3e9e-7a52-4fcd-a192-609ce5f2355f => generated 0 bytes in 753 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/539] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:51:28 2026] DELETE /v2.0/subnets/1727f3e9-1d59-412b-8c2d-5b7c3ed4124b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/540] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:28 2026] DELETE /v2.0/networks/31d2b4a1-1400-44e8-b708-93729415fbb9 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/541] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:28 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 268/542] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:51:28 2026] GET /v2.0/networks?id=079138dd-db71-429b-b4db-cfb405f515d9 => generated 676 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/543] 199.19.213.177 () {34 vars in 911 bytes} [Tue Jul 14 09:51:29 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/544] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:29 2026] GET /v2.0/security-groups?tenant_id=3ed4ca2ffbae4b11bffecf8d831e4e33&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/545] 199.19.213.177 () {34 vars in 1050 bytes} [Tue Jul 14 09:51:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=96cacf5d65974130a8962fa7170a82f6 => generated 179 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/546] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:29 2026] DELETE /v2.0/security-groups/bda16876-e3de-4dc1-bd64-d956fb25bef8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:51:29.243 7 INFO neutron.services.segments.plugin [-] Segment b940c67c-524b-4bca-a571-5ed40cbe55b3 resource provider aggregate not found 2026-07-14 09:51:29.243 7 INFO neutron.services.segments.plugin [-] Segment b940c67c-524b-4bca-a571-5ed40cbe55b3 resource provider aggregate not found 2026-07-14 09:51:29.260 7 INFO neutron.services.segments.plugin [-] Segment b940c67c-524b-4bca-a571-5ed40cbe55b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b940c67c-524b-4bca-a571-5ed40cbe55b3 found for delete ", "request_id": "req-49ad192f-55a9-4503-9fe4-9f745b0dd8d4"}]} 2026-07-14 09:51:29.264 7 INFO neutron.services.segments.plugin [-] Segment b940c67c-524b-4bca-a571-5ed40cbe55b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b940c67c-524b-4bca-a571-5ed40cbe55b3 found for delete ", "request_id": "req-c2bb12eb-96d2-4e11-8a86-07f26ef7a12e"}]} 2026-07-14 09:51:29.275 7 INFO neutron.services.segments.plugin [-] Segment 1bc7c7c9-943c-415f-af5a-41ddc28ce1e6 resource provider aggregate not found 2026-07-14 09:51:29.284 7 INFO neutron.services.segments.plugin [-] Segment 1bc7c7c9-943c-415f-af5a-41ddc28ce1e6 resource provider aggregate not found 2026-07-14 09:51:29.286 7 INFO neutron.services.segments.plugin [-] Segment 1bc7c7c9-943c-415f-af5a-41ddc28ce1e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bc7c7c9-943c-415f-af5a-41ddc28ce1e6 found for delete ", "request_id": "req-6c49284e-528d-4361-9b60-e076c2b69c6b"}]} 2026-07-14 09:51:29.299 7 INFO neutron.services.segments.plugin [-] Segment 1bc7c7c9-943c-415f-af5a-41ddc28ce1e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bc7c7c9-943c-415f-af5a-41ddc28ce1e6 found for delete ", "request_id": "req-d1e35195-6e9e-4e32-9a4b-c0687b290c5d"}]} 2026-07-14 09:51:29.302 7 INFO neutron.services.segments.plugin [-] Segment 871d64a2-2b10-42a8-88c2-7277058beb7a resource provider aggregate not found 2026-07-14 09:51:29.310 7 INFO neutron.services.segments.plugin [-] Segment 871d64a2-2b10-42a8-88c2-7277058beb7a resource provider aggregate not found 2026-07-14 09:51:29.335 7 INFO neutron.services.segments.plugin [-] Segment 871d64a2-2b10-42a8-88c2-7277058beb7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 871d64a2-2b10-42a8-88c2-7277058beb7a found for delete ", "request_id": "req-74fbc433-d75b-4e4e-bdfa-2cc6a0752d85"}]} 2026-07-14 09:51:29.339 7 INFO neutron.services.segments.plugin [-] Segment 871d64a2-2b10-42a8-88c2-7277058beb7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 871d64a2-2b10-42a8-88c2-7277058beb7a found for delete ", "request_id": "req-d581a275-ea1c-49ef-bdf7-305c94a1bae3"}]} [pid: 8|app: 0|req: 270/547] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:51:29 2026] POST /v2.0/ports => generated 958 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:29.730 7 INFO neutron.db.segments_db [None req-fac38098-91b0-4aff-acd3-be389ac12941 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment d8659ae7-4e2c-4739-acd2-3247228cdfb2 of type vxlan for network 23369142-4637-441a-9806-666548904833 [pid: 7|app: 0|req: 278/548] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:51:29 2026] POST /v2.0/networks => generated 731 bytes in 375 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: 271/549] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:29 2026] POST /v2.0/subnets => generated 697 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/550] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:29 2026] GET /v2.0/security-groups?tenant_id=61b8dd773cf84384b820ec49747a2126&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/551] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:30 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 961 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:30.337 7 INFO neutron.db.segments_db [None req-a36eaee1-7bd9-4a1d-8016-7329dc288721 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment f140ec62-6dfc-488a-80a8-7a53963d7c88 of type vxlan for network abfdf471-b034-4fb3-9398-5b527889179e [pid: 8|app: 0|req: 272/552] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:51:30 2026] PUT /v2.0/ports/36a37d90-b708-494f-97d5-92b55abf05ea => generated 1239 bytes in 442 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: 273/553] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:30 2026] DELETE /v2.0/security-groups/f20b18ed-a82e-4aa1-9d2a-808528884579 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:51:30.623 7 INFO neutron.db.l3_hamode_db [None req-a36eaee1-7bd9-4a1d-8016-7329dc288721 6a1bf8bfc5bf4bb3b10af50d94c5ef64 f2b2c895835c4cc68477d3e4f34e6527 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 274/554] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:30 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/555] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:30 2026] GET /v2.0/security-groups?tenant_id=8b0c748e1ae443ad998d542d873ed5a0&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/556] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:30 2026] DELETE /v2.0/security-groups/9b2e4a9b-2fca-4b58-aa15-194425f43cf3 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:51:31.099 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b4e2a4b-406b-4e48-9434-92a19eeb6860'] response: {'name': 'network-changed', 'server_uuid': 'a7ded801-662f-4cd6-9d44-099e09da2d88', 'tag': '36a37d90-b708-494f-97d5-92b55abf05ea', 'status': 'completed', 'code': 200} 2026-07-14 09:51:31.410 7 INFO neutron.db.l3_hamode_db [None req-a36eaee1-7bd9-4a1d-8016-7329dc288721 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:51:31.520 8 INFO neutron.db.segments_db [None req-2e4afe5e-2410-4262-a63c-640e48c51e22 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment b2e9e948-286c-44bd-b8ce-56be638546f1 of type vxlan for network b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1 [pid: 8|app: 0|req: 277/557] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:51:31 2026] POST /v2.0/networks => generated 718 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/558] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:51:31 2026] GET /v2.0/ports?tenant_id=96cacf5d65974130a8962fa7170a82f6&device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/559] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:31 2026] POST /v2.0/subnets => generated 684 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/560] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:51:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=36a37d90-b708-494f-97d5-92b55abf05ea => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/561] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:31 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:32.006 8 INFO neutron.db.segments_db [None req-5f3e8084-46d7-4508-b3aa-189f55c4f774 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment d88e5073-45f1-462e-a1eb-c90c437009d1 of type vxlan for network 5fe8ab8e-893e-45cb-8d9b-b415a275f16c 2026-07-14 09:51:32.305 8 INFO neutron.db.l3_hamode_db [None req-5f3e8084-46d7-4508-b3aa-189f55c4f774 6a1bf8bfc5bf4bb3b10af50d94c5ef64 f0eea5abd2fa4f9f942f570f2fd73bfb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 281/562] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:30 2026] POST /v2.0/routers => generated 737 bytes in 2082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/563] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:51:32 2026] GET /v2.0/subnets?id=387f6341-9e25-4b4c-9159-279bbd431c66 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/564] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:32 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:33.039 8 INFO neutron.db.l3_hamode_db [None req-5f3e8084-46d7-4508-b3aa-189f55c4f774 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 284/565] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:51:32 2026] PUT /v2.0/routers/9dc44bf7-4c3d-48c7-a7a4-b7c4dabbc35a/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/566] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:51:33 2026] GET /v2.0/ports?network_id=079138dd-db71-429b-b4db-cfb405f515d9&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/567] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:31 2026] POST /v2.0/routers => generated 724 bytes in 1910 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/568] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:33 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 284/569] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:51:33 2026] GET /v2.0/networks/079138dd-db71-429b-b4db-cfb405f515d9?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: 286/570] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:33 2026] GET /v2.0/security-groups?tenant_id=9ae3056a1ea74e7e831d7d6a53cd55e7&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/571] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:34 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/572] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:51:34 2026] GET /v2.0/networks/079138dd-db71-429b-b4db-cfb405f515d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/573] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:34 2026] DELETE /v2.0/security-groups/afb6ed4e-b405-4df4-be89-c194eea3d351 => 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: 290/574] 10.0.0.2 () {34 vars in 683 bytes} [Tue Jul 14 09:51:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/575] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:51:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/576] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:51:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/577] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:51:33 2026] PUT /v2.0/routers/ee753548-29c3-453c-a4bc-81fb13b3125c/add_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/578] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:51:34 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: 8|app: 0|req: 286/579] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/ports?tenant_id=96cacf5d65974130a8962fa7170a82f6&device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 294/580] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/581] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/networks?id=079138dd-db71-429b-b4db-cfb405f515d9 => generated 772 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/582] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&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: 8|app: 0|req: 288/583] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=36a37d90-b708-494f-97d5-92b55abf05ea => 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: 296/584] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/subnets?id=387f6341-9e25-4b4c-9159-279bbd431c66 => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/585] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/ports?network_id=079138dd-db71-429b-b4db-cfb405f515d9&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/586] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/networks/079138dd-db71-429b-b4db-cfb405f515d9?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: 290/587] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/networks/079138dd-db71-429b-b4db-cfb405f515d9?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: 298/588] 10.0.0.51 () {34 vars in 1099 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1358120579&fields=id&tenant_id=f2b2c895835c4cc68477d3e4f34e6527 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/589] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/networks?id=23369142-4637-441a-9806-666548904833 => generated 682 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/590] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/quotas/f2b2c895835c4cc68477d3e4f34e6527 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/591] 10.0.0.2 () {34 vars in 683 bytes} [Tue Jul 14 09:51:35 2026] POST /v2.0/security-groups => generated 1660 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/592] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/ports?tenant_id=f2b2c895835c4cc68477d3e4f34e6527&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/593] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:51:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/594] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?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: 295/595] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:51:35 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?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: 301/596] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:51:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/597] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:36 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 303/598] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:36 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/599] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:36 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/600] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:51:35 2026] POST /v2.0/floatingips => generated 552 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/601] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:36 2026] GET /v2.0/security-groups?tenant_id=831cda7425f649c7a7570f59abce4084&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/602] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:36 2026] DELETE /v2.0/security-groups/8ca39b1f-6e09-4a85-a65b-dec1b0c98c0c => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/603] 10.0.0.51 () {34 vars in 1097 bytes} [Tue Jul 14 09:51:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--975177948&fields=id&tenant_id=f0eea5abd2fa4f9f942f570f2fd73bfb => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/604] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:51:37 2026] GET /v2.0/networks?id=b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1 => generated 669 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/605] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:37 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 299/606] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:51:37 2026] GET /v2.0/quotas/f0eea5abd2fa4f9f942f570f2fd73bfb => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/607] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:51:37 2026] GET /v2.0/ports?tenant_id=f0eea5abd2fa4f9f942f570f2fd73bfb&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/608] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:37 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/609] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:37 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&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: 301/610] 10.0.0.51 () {34 vars in 906 bytes} [Tue Jul 14 09:51:37 2026] GET /v2.0/extensions => generated 21537 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/611] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:51:37 2026] GET /v2.0/networks/b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/612] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:51:37 2026] GET /v2.0/networks/b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1?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: 311/613] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:38 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => 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: 303/614] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:38 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/615] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:38 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/616] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:38 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/617] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:39 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:51:39.200 8 INFO neutron.db.segments_db [None req-29749a54-7b81-4a46-8a09-be3566828ea0 64d3dedabe0b48a79667a01756436481 bc7b09a34098423d8e7c2c4bc5f5cbbb - - default default] Added segment 5bfb640a-55b0-4634-aa43-2cf2f7fcf378 of type vxlan for network 53013c49-bc20-4e85-991b-1f0e0acd1ccc 2026-07-14 09:51:39.303 8 INFO neutron.db.segments_db [None req-29749a54-7b81-4a46-8a09-be3566828ea0 64d3dedabe0b48a79667a01756436481 bc7b09a34098423d8e7c2c4bc5f5cbbb - - default default] Added segment 6047fe2d-17d3-473e-bdf6-e268b0a5c7c7 of type vxlan for network eab135da-eb99-4e47-8270-5e0f40012bf6 [pid: 7|app: 0|req: 315/618] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:39 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 304/619] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:38 2026] POST /v2.0/networks => generated 1208 bytes in 626 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/620] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 09:51:39 2026] GET /v2.0/networks => generated 1845 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/621] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:39 2026] DELETE /v2.0/networks/53013c49-bc20-4e85-991b-1f0e0acd1ccc => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:51:39.928 7 INFO neutron.services.segments.plugin [-] Segment 6047fe2d-17d3-473e-bdf6-e268b0a5c7c7 resource provider aggregate not found 2026-07-14 09:51:39.936 7 INFO neutron.services.segments.plugin [-] Segment 6047fe2d-17d3-473e-bdf6-e268b0a5c7c7 resource provider aggregate not found 2026-07-14 09:51:39.945 7 INFO neutron.services.segments.plugin [-] Segment 6047fe2d-17d3-473e-bdf6-e268b0a5c7c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6047fe2d-17d3-473e-bdf6-e268b0a5c7c7 found for delete ", "request_id": "req-30d9b889-2975-4ce2-b20b-d37f3290a3a6"}]} 2026-07-14 09:51:39.950 7 INFO neutron.services.segments.plugin [-] Segment 6047fe2d-17d3-473e-bdf6-e268b0a5c7c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6047fe2d-17d3-473e-bdf6-e268b0a5c7c7 found for delete ", "request_id": "req-a4b36fe8-b983-4a60-b5a1-7096528bf740"}]} [pid: 7|app: 0|req: 317/622] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:39 2026] DELETE /v2.0/networks/eab135da-eb99-4e47-8270-5e0f40012bf6 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/623] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:39 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/624] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:40 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/625] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 09:51:39 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:40.096 8 INFO neutron.db.segments_db [None req-9b281b36-7a43-403b-a15f-3ae231297520 64d3dedabe0b48a79667a01756436481 bc7b09a34098423d8e7c2c4bc5f5cbbb - - default default] Added segment 2c2d2a0d-7dd4-4754-a5d0-22bb08254641 of type vxlan for network 1caac89a-b0a4-4467-9b56-bf74b3ff5926 2026-07-14 09:51:40.212 8 INFO neutron.services.segments.plugin [-] Segment 5bfb640a-55b0-4634-aa43-2cf2f7fcf378 resource provider aggregate not found [pid: 8|app: 0|req: 308/626] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:40 2026] POST /v2.0/networks => generated 635 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:40.216 8 INFO neutron.services.segments.plugin [-] Segment 5bfb640a-55b0-4634-aa43-2cf2f7fcf378 resource provider aggregate not found 2026-07-14 09:51:40.230 8 INFO neutron.services.segments.plugin [-] Segment 5bfb640a-55b0-4634-aa43-2cf2f7fcf378 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bfb640a-55b0-4634-aa43-2cf2f7fcf378 found for delete ", "request_id": "req-126aa49f-99f8-46d5-b2ad-ac5208ee259e"}]} 2026-07-14 09:51:40.248 8 INFO neutron.services.segments.plugin [-] Segment 5bfb640a-55b0-4634-aa43-2cf2f7fcf378 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bfb640a-55b0-4634-aa43-2cf2f7fcf378 found for delete ", "request_id": "req-2ac69232-4fdd-4a97-a70d-6076edfdff8a"}]} 2026-07-14 09:51:40.276 7 INFO neutron.db.segments_db [None req-3182eb79-9183-448f-bb93-07056e1b5761 64d3dedabe0b48a79667a01756436481 bc7b09a34098423d8e7c2c4bc5f5cbbb - - default default] Added segment 2d972d73-443d-48a7-952a-1b22b8ad683d of type vxlan for network 2ecab8d4-f1c7-4fb7-bc87-b76ab8946a0c [pid: 8|app: 0|req: 309/627] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:40 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => 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: 319/628] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:40 2026] POST /v2.0/networks => generated 634 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/629] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:40 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 321/630] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:51:40 2026] GET /v2.0/networks?id=23369142-4637-441a-9806-666548904833 => generated 682 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/631] 199.19.213.177 () {34 vars in 1050 bytes} [Tue Jul 14 09:51:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f2b2c895835c4cc68477d3e4f34e6527 => generated 181 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/632] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:51:40 2026] POST /v2.0/ports => generated 958 bytes in 463 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: 310/633] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:51:40 2026] POST /v2.0/ports => generated 1506 bytes in 951 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: 311/634] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:41 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/635] 10.0.0.2 () {32 vars in 641 bytes} [Tue Jul 14 09:51:41 2026] GET /v2.0/ports => generated 1506 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/636] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:41 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => 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: 314/637] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:41 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/638] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:51:41 2026] PUT /v2.0/ports/d35df113-2280-4fa9-99da-e37ee5241b83 => generated 1239 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 325/639] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:41 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:41.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5b81fb0-08d2-471c-9c41-50b5c21c77da 64d3dedabe0b48a79667a01756436481 bc7b09a34098423d8e7c2c4bc5f5cbbb - - default default] TaaS: Handle Delete Port: fd55ea86-b035-411f-a1df-4de240dd154c 2026-07-14 09:51:41.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5b81fb0-08d2-471c-9c41-50b5c21c77da 64d3dedabe0b48a79667a01756436481 bc7b09a34098423d8e7c2c4bc5f5cbbb - - default default] Tap Mirror: Handle Delete Port: fd55ea86-b035-411f-a1df-4de240dd154c [pid: 7|app: 0|req: 326/640] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:41 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&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: 315/641] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:51:41 2026] DELETE /v2.0/ports/fd55ea86-b035-411f-a1df-4de240dd154c => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:51:41.888 7 INFO neutron_taas.services.taas.taas_plugin [None req-6749ff48-dc28-4f6a-bdf3-65a5b1a5ed96 64d3dedabe0b48a79667a01756436481 bc7b09a34098423d8e7c2c4bc5f5cbbb - - default default] TaaS: Handle Delete Port: 7cac7a2a-30b2-47da-89b0-535a7d52bfcb 2026-07-14 09:51:41.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6749ff48-dc28-4f6a-bdf3-65a5b1a5ed96 64d3dedabe0b48a79667a01756436481 bc7b09a34098423d8e7c2c4bc5f5cbbb - - default default] Tap Mirror: Handle Delete Port: 7cac7a2a-30b2-47da-89b0-535a7d52bfcb [pid: 7|app: 0|req: 327/644] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:51:41 2026] DELETE /v2.0/ports/7cac7a2a-30b2-47da-89b0-535a7d52bfcb => 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: 318/645] 10.0.0.2 () {32 vars in 641 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:51:42.033 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d155c3ad-8ca6-488b-a82a-0ab2a824e5cb'] response: {'name': 'network-changed', 'server_uuid': 'a5bfb99c-36ad-4e4b-aa86-3e20489196ff', 'tag': 'd35df113-2280-4fa9-99da-e37ee5241b83', 'status': 'completed', 'code': 200} 2026-07-14 09:51:42.104 7 INFO neutron.db.segments_db [None req-dfc97291-342b-43ef-9006-ace79405caa4 64d3dedabe0b48a79667a01756436481 bc7b09a34098423d8e7c2c4bc5f5cbbb - - default default] Added segment 4f86ab56-772c-41cc-8be7-cba45b9bc845 of type vxlan for network 5cf0fe3e-3174-4aba-bf46-b4ad07ebe7d0 [pid: 7|app: 0|req: 328/646] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:42 2026] POST /v2.0/networks => generated 634 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:42.285 8 INFO neutron.db.segments_db [None req-34037186-35a7-40a0-846b-43d498b060f8 64d3dedabe0b48a79667a01756436481 bc7b09a34098423d8e7c2c4bc5f5cbbb - - default default] Added segment de07295d-c56d-40c2-91d1-1c4fe05818f6 of type vxlan for network d60d1277-de46-4d73-84bc-620c10b30fdf [pid: 8|app: 0|req: 319/647] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:42 2026] POST /v2.0/networks => generated 634 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/648] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/649] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 330/650] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/ports?tenant_id=f2b2c895835c4cc68477d3e4f34e6527&device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 1242 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/651] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/652] 199.19.213.177 () {34 vars in 1018 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/networks?tenant_id=f2b2c895835c4cc68477d3e4f34e6527&shared=False => generated 778 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/653] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/networks?id=b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1 => generated 669 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/654] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 333/655] 199.19.213.177 () {34 vars in 1050 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f0eea5abd2fa4f9f942f570f2fd73bfb => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/656] 199.19.213.177 () {34 vars in 930 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/657] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&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: 334/658] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:42 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/659] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:51:42 2026] POST /v2.0/ports => generated 954 bytes in 368 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: 335/660] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:42 2026] POST /v2.0/subnets => generated 1324 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-14 09:51:43.710 8 INFO neutron.db.l3_db [None req-a5a6909c-9daa-4e82-acf8-1cf4017bf781 5edc57a51ca542c0939d1a913df71873 96cacf5d65974130a8962fa7170a82f6 - - default default] Floating IP d6b5920c-5281-40b2-bcaf-4d8b665164cb associated. External IP: 10.96.250.213, port: 36a37d90-b708-494f-97d5-92b55abf05ea. [pid: 7|app: 0|req: 336/661] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:51:43 2026] PUT /v2.0/ports/591a9547-ab2b-46d9-adc3-47551314256f => generated 1235 bytes in 449 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: 337/662] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:51:43 2026] GET /v2.0/subnets => generated 1960 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/663] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:51:43 2026] PUT /v2.0/floatingips/d6b5920c-5281-40b2-bcaf-4d8b665164cb => generated 856 bytes in 847 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/664] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/ports?tenant_id=f2b2c895835c4cc68477d3e4f34e6527&device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/665] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:51:44 2026] DELETE /v2.0/subnets/52d0e611-6126-46e9-8123-dbafb6d6dd7c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/666] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:43 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 969 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/667] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/668] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d35df113-2280-4fa9-99da-e37ee5241b83 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/669] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/security-groups?id=5f520f88-1f51-4889-a711-60831737d831&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: 341/670] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&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: 330/671] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:51:44 2026] DELETE /v2.0/subnets/0e3785e9-2a8c-4bb1-9d9d-7a05f867c0e2 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/672] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/subnets?id=20dfb419-2939-4e33-bfc3-953491d81456 => generated 700 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:44.393 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91cea231-c517-4f29-aa55-959156c8b919'] response: {'name': 'network-changed', 'server_uuid': 'a7ded801-662f-4cd6-9d44-099e09da2d88', 'tag': '36a37d90-b708-494f-97d5-92b55abf05ea', 'status': 'completed', 'code': 200} 2026-07-14 09:51:44.403 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7f7c0ea-282e-47e1-b4fa-d6822855913e'] response: {'name': 'network-changed', 'server_uuid': 'c144c7c4-f577-412b-b524-fa918210f4e0', 'tag': '591a9547-ab2b-46d9-adc3-47551314256f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 331/673] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:51:44 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: 7|app: 0|req: 343/674] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/ports?network_id=23369142-4637-441a-9806-666548904833&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: 344/675] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?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: 345/676] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:51:44.534 8 INFO neutron.services.segments.plugin [-] Segment de07295d-c56d-40c2-91d1-1c4fe05818f6 resource provider aggregate not found 2026-07-14 09:51:44.542 8 INFO neutron.services.segments.plugin [-] Segment de07295d-c56d-40c2-91d1-1c4fe05818f6 resource provider aggregate not found 2026-07-14 09:51:44.549 8 INFO neutron.services.segments.plugin [-] Segment de07295d-c56d-40c2-91d1-1c4fe05818f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de07295d-c56d-40c2-91d1-1c4fe05818f6 found for delete ", "request_id": "req-5524ee2f-1c77-47e5-a42b-802e496fe808"}]} 2026-07-14 09:51:44.562 8 INFO neutron.services.segments.plugin [-] Segment de07295d-c56d-40c2-91d1-1c4fe05818f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de07295d-c56d-40c2-91d1-1c4fe05818f6 found for delete ", "request_id": "req-adbd856b-1e62-4b6c-b048-b78b75101a79"}]} [pid: 8|app: 0|req: 332/677] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:44 2026] DELETE /v2.0/networks/d60d1277-de46-4d73-84bc-620c10b30fdf => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:51:44.680 7 INFO neutron.services.segments.plugin [-] Segment 4f86ab56-772c-41cc-8be7-cba45b9bc845 resource provider aggregate not found 2026-07-14 09:51:44.686 7 INFO neutron.services.segments.plugin [-] Segment 4f86ab56-772c-41cc-8be7-cba45b9bc845 resource provider aggregate not found [pid: 7|app: 0|req: 346/678] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:44 2026] DELETE /v2.0/networks/5cf0fe3e-3174-4aba-bf46-b4ad07ebe7d0 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:51:44.707 7 INFO neutron.services.segments.plugin [-] Segment 4f86ab56-772c-41cc-8be7-cba45b9bc845 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f86ab56-772c-41cc-8be7-cba45b9bc845 found for delete ", "request_id": "req-4c928839-42d0-414b-99a4-a026b893521e"}]} 2026-07-14 09:51:44.708 7 INFO neutron.services.segments.plugin [-] Segment 4f86ab56-772c-41cc-8be7-cba45b9bc845 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f86ab56-772c-41cc-8be7-cba45b9bc845 found for delete ", "request_id": "req-2112b435-87d3-4276-85e6-306ce21f804d"}]} [pid: 7|app: 0|req: 347/679] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/ports?tenant_id=f0eea5abd2fa4f9f942f570f2fd73bfb&device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/680] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=591a9547-ab2b-46d9-adc3-47551314256f => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/681] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:44 2026] DELETE /v2.0/networks/2ecab8d4-f1c7-4fb7-bc87-b76ab8946a0c => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/682] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/ports?tenant_id=96cacf5d65974130a8962fa7170a82f6&device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 334/683] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/subnets?id=f307514d-be20-46fa-949d-6e9c00a7077a => generated 687 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/684] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:51:44 2026] GET /v2.0/networks?id=079138dd-db71-429b-b4db-cfb405f515d9 => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/685] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/ports?network_id=b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/686] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:44 2026] DELETE /v2.0/networks/1caac89a-b0a4-4467-9b56-bf74b3ff5926 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/687] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=36a37d90-b708-494f-97d5-92b55abf05ea => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/688] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/networks/b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/689] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/subnets?id=387f6341-9e25-4b4c-9159-279bbd431c66 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/690] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/networks/b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1?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: 339/691] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/ports?network_id=079138dd-db71-429b-b4db-cfb405f515d9&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: 353/692] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/networks/079138dd-db71-429b-b4db-cfb405f515d9?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: 340/693] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/networks/079138dd-db71-429b-b4db-cfb405f515d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/694] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/695] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/security-groups?id=5f520f88-1f51-4889-a711-60831737d831&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/696] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 356/697] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&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/698] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:45 2026] GET /v2.0/security-groups?tenant_id=bc7b09a34098423d8e7c2c4bc5f5cbbb&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: 357/699] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:45 2026] DELETE /v2.0/security-groups/fd35b618-cc57-45ad-a6ab-6291b88a4e88 => 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: 343/700] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:51:46 2026] GET /v2.0/ports?tenant_id=f0eea5abd2fa4f9f942f570f2fd73bfb&device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/701] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:51:46 2026] GET /v2.0/networks?id=b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1 => generated 765 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/702] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:51:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=591a9547-ab2b-46d9-adc3-47551314256f => 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: 359/703] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:51:46 2026] GET /v2.0/subnets?id=f307514d-be20-46fa-949d-6e9c00a7077a => generated 687 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/704] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:51:46 2026] GET /v2.0/ports?network_id=b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/705] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:51:46 2026] GET /v2.0/networks/b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1?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: 346/706] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:51:46 2026] GET /v2.0/networks/b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1?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-07-14 09:51:46.569 8 INFO neutron.services.segments.plugin [-] Segment 2d972d73-443d-48a7-952a-1b22b8ad683d resource provider aggregate not found 2026-07-14 09:51:46.585 8 INFO neutron.services.segments.plugin [-] Segment 2d972d73-443d-48a7-952a-1b22b8ad683d resource provider aggregate not found 2026-07-14 09:51:46.588 8 INFO neutron.services.segments.plugin [-] Segment 2d972d73-443d-48a7-952a-1b22b8ad683d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d972d73-443d-48a7-952a-1b22b8ad683d found for delete ", "request_id": "req-314cda60-f02b-4fd1-9a55-0f7809850451"}]} 2026-07-14 09:51:46.595 8 INFO neutron.services.segments.plugin [-] Segment 2d972d73-443d-48a7-952a-1b22b8ad683d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d972d73-443d-48a7-952a-1b22b8ad683d found for delete ", "request_id": "req-b85899d3-a4ca-446b-88e8-3870e5d5dcd2"}]} [pid: 7|app: 0|req: 361/707] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:46 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/708] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:46 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 362/709] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:46 2026] GET /v2.0/security-groups?id=5f520f88-1f51-4889-a711-60831737d831&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/710] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:46 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:46.730 7 INFO neutron.services.segments.plugin [-] Segment 2c2d2a0d-7dd4-4754-a5d0-22bb08254641 resource provider aggregate not found 2026-07-14 09:51:46.740 7 INFO neutron.services.segments.plugin [-] Segment 2c2d2a0d-7dd4-4754-a5d0-22bb08254641 resource provider aggregate not found 2026-07-14 09:51:46.748 7 INFO neutron.services.segments.plugin [-] Segment 2c2d2a0d-7dd4-4754-a5d0-22bb08254641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c2d2a0d-7dd4-4754-a5d0-22bb08254641 found for delete ", "request_id": "req-3d99805b-7ce7-485b-b1b0-d118ea4f5d56"}]} 2026-07-14 09:51:46.755 7 INFO neutron.services.segments.plugin [-] Segment 2c2d2a0d-7dd4-4754-a5d0-22bb08254641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c2d2a0d-7dd4-4754-a5d0-22bb08254641 found for delete ", "request_id": "req-19fc11f9-d0d8-48a2-83a8-92e0a4e0dec0"}]} [pid: 7|app: 0|req: 363/711] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:47 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/712] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:47 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/713] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:47 2026] GET /v2.0/security-groups?id=5f520f88-1f51-4889-a711-60831737d831&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: 366/714] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:47 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&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-07-14 09:51:48.112 8 INFO neutron.db.segments_db [None req-22719063-028f-4957-ac61-d3467f06ac45 8ee2a78da90f4c708aa6de69d248e73d 10069b3730164bca9e691d99ae364fbf - - default default] Added segment 22c3e3a7-8e5a-49c1-b358-cbfcbc741e1d of type vxlan for network e9aac296-9b72-4d9b-9f9f-c71be73b1935 2026-07-14 09:51:48.175 8 INFO neutron.db.segments_db [None req-22719063-028f-4957-ac61-d3467f06ac45 8ee2a78da90f4c708aa6de69d248e73d 10069b3730164bca9e691d99ae364fbf - - default default] Added segment c76c070d-5bbb-48f5-b319-ee43a3498275 of type vxlan for network ade08835-9383-4c82-b225-c4d7d956ada3 [pid: 8|app: 0|req: 349/715] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:47 2026] POST /v2.0/networks => generated 1206 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/716] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 09:51:48 2026] GET /v2.0/networks => generated 1843 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/717] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:48 2026] DELETE /v2.0/networks/e9aac296-9b72-4d9b-9f9f-c71be73b1935 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:51:48.618 8 INFO neutron.services.segments.plugin [-] Segment 22c3e3a7-8e5a-49c1-b358-cbfcbc741e1d resource provider aggregate not found 2026-07-14 09:51:48.621 8 INFO neutron.services.segments.plugin [-] Segment 22c3e3a7-8e5a-49c1-b358-cbfcbc741e1d resource provider aggregate not found 2026-07-14 09:51:48.637 8 INFO neutron.services.segments.plugin [-] Segment 22c3e3a7-8e5a-49c1-b358-cbfcbc741e1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22c3e3a7-8e5a-49c1-b358-cbfcbc741e1d found for delete ", "request_id": "req-ae77e325-bc79-4608-913c-ba48863ca932"}]} 2026-07-14 09:51:48.640 8 INFO neutron.services.segments.plugin [-] Segment 22c3e3a7-8e5a-49c1-b358-cbfcbc741e1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22c3e3a7-8e5a-49c1-b358-cbfcbc741e1d found for delete ", "request_id": "req-832e7cb0-e3a8-4706-ace5-452f0b7e46a2"}]} [pid: 7|app: 0|req: 368/718] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:48 2026] DELETE /v2.0/networks/ade08835-9383-4c82-b225-c4d7d956ada3 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/719] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 09:51:48 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:48.769 7 INFO neutron.services.segments.plugin [-] Segment c76c070d-5bbb-48f5-b319-ee43a3498275 resource provider aggregate not found 2026-07-14 09:51:48.794 7 INFO neutron.services.segments.plugin [-] Segment c76c070d-5bbb-48f5-b319-ee43a3498275 resource provider aggregate not found 2026-07-14 09:51:48.799 7 INFO neutron.services.segments.plugin [-] Segment c76c070d-5bbb-48f5-b319-ee43a3498275 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c76c070d-5bbb-48f5-b319-ee43a3498275 found for delete ", "request_id": "req-ce1cf414-b3d0-4f9e-b703-0125bc49b26d"}]} 2026-07-14 09:51:48.819 7 INFO neutron.services.segments.plugin [-] Segment c76c070d-5bbb-48f5-b319-ee43a3498275 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c76c070d-5bbb-48f5-b319-ee43a3498275 found for delete ", "request_id": "req-cab66a2c-d184-458f-af89-6607a418fcf1"}]} 2026-07-14 09:51:48.838 7 INFO neutron.db.segments_db [None req-4dcc410f-41ff-4d24-a944-298b68544d54 8ee2a78da90f4c708aa6de69d248e73d 10069b3730164bca9e691d99ae364fbf - - default default] Added segment 1832bab2-0740-4c1d-aef8-6735335467f9 of type vxlan for network 984ecbc3-214e-4d00-a583-9c3165b2fa2e [pid: 7|app: 0|req: 369/720] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:48 2026] POST /v2.0/networks => generated 631 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:49.015 8 INFO neutron.db.segments_db [None req-91821fed-5854-41a9-a58b-b7432054bc54 8ee2a78da90f4c708aa6de69d248e73d 10069b3730164bca9e691d99ae364fbf - - default default] Added segment 161007e9-0a16-45fa-b4c8-1e69e3418784 of type vxlan for network 74f1dd96-060f-441c-9dbe-2aaea114b547 [pid: 7|app: 0|req: 370/721] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:48 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/722] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:49 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/723] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:48 2026] POST /v2.0/networks => generated 631 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/724] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:49 2026] GET /v2.0/security-groups?id=5f520f88-1f51-4889-a711-60831737d831&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: 353/725] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:49 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&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: 354/726] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:49 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:49.762 8 INFO neutron.db.l3_db [None req-71536929-a663-4dd4-9b2d-488d3fcd979c b2ce0eb2833d49309a920340b91ea685 f2b2c895835c4cc68477d3e4f34e6527 - - default default] Floating IP dfeeae69-bf4c-4170-b5cd-b6ff3606f2dd associated. External IP: 10.96.250.210, port: d35df113-2280-4fa9-99da-e37ee5241b83. [pid: 7|app: 0|req: 373/727] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:51:49 2026] POST /v2.0/ports => generated 1506 bytes in 672 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: 374/728] 10.0.0.2 () {32 vars in 641 bytes} [Tue Jul 14 09:51:49 2026] GET /v2.0/ports => generated 1506 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:51:50.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-f005d4cb-7110-4141-a8df-eba5e57cd45b 8ee2a78da90f4c708aa6de69d248e73d 10069b3730164bca9e691d99ae364fbf - - default default] TaaS: Handle Delete Port: 139879a9-b8a5-4377-9c46-0a8d2a830bce 2026-07-14 09:51:50.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f005d4cb-7110-4141-a8df-eba5e57cd45b 8ee2a78da90f4c708aa6de69d248e73d 10069b3730164bca9e691d99ae364fbf - - default default] Tap Mirror: Handle Delete Port: 139879a9-b8a5-4377-9c46-0a8d2a830bce [pid: 7|app: 0|req: 375/729] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:51:49 2026] DELETE /v2.0/ports/139879a9-b8a5-4377-9c46-0a8d2a830bce => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/730] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:51:49 2026] PUT /v2.0/floatingips/dfeeae69-bf4c-4170-b5cd-b6ff3606f2dd => generated 856 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:50.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca7c7000-f59f-4011-ac01-79e83157652f 8ee2a78da90f4c708aa6de69d248e73d 10069b3730164bca9e691d99ae364fbf - - default default] TaaS: Handle Delete Port: 56e10f60-9b43-42ba-9865-47ee4482919b 2026-07-14 09:51:50.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca7c7000-f59f-4011-ac01-79e83157652f 8ee2a78da90f4c708aa6de69d248e73d 10069b3730164bca9e691d99ae364fbf - - default default] Tap Mirror: Handle Delete Port: 56e10f60-9b43-42ba-9865-47ee4482919b [pid: 8|app: 0|req: 356/731] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:50 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/732] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:51:50 2026] DELETE /v2.0/ports/56e10f60-9b43-42ba-9865-47ee4482919b => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/733] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:50 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/734] 10.0.0.2 () {32 vars in 641 bytes} [Tue Jul 14 09:51:50 2026] GET /v2.0/ports => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/735] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:50 2026] GET /v2.0/security-groups?id=5f520f88-1f51-4889-a711-60831737d831&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:50.384 8 INFO neutron.db.segments_db [None req-d4c150ad-9235-40c2-8201-6af9f0cfa324 8ee2a78da90f4c708aa6de69d248e73d 10069b3730164bca9e691d99ae364fbf - - default default] Added segment 43768f83-e4d9-47e0-aeb1-aa3f98ff5711 of type vxlan for network 5af220c5-fa44-42f4-9e32-814da6a5fa47 [pid: 7|app: 0|req: 379/736] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:50 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:50.405 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3abc75d-452a-44ea-baac-7a14b44e6821'] response: {'name': 'network-changed', 'server_uuid': 'a5bfb99c-36ad-4e4b-aa86-3e20489196ff', 'tag': 'd35df113-2280-4fa9-99da-e37ee5241b83', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 358/737] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:50 2026] POST /v2.0/networks => generated 630 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:50.546 7 INFO neutron.db.segments_db [None req-d7ff2092-c043-443b-97a3-67524a733aca 8ee2a78da90f4c708aa6de69d248e73d 10069b3730164bca9e691d99ae364fbf - - default default] Added segment 0153f4a2-b95c-42d3-b0e0-0dcac05ee009 of type vxlan for network e7d266cc-e450-4c6d-95ec-50d0429b8ae9 [pid: 7|app: 0|req: 380/738] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:50 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) [pid: 7|app: 0|req: 381/739] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:51:50 2026] GET /v2.0/ports?tenant_id=f2b2c895835c4cc68477d3e4f34e6527&device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 382/740] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:51:50 2026] GET /v2.0/networks?id=23369142-4637-441a-9806-666548904833 => generated 778 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/741] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:51:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d35df113-2280-4fa9-99da-e37ee5241b83 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/742] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:51:51 2026] GET /v2.0/subnets?id=20dfb419-2939-4e33-bfc3-953491d81456 => generated 700 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/743] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:51:51 2026] GET /v2.0/ports?network_id=23369142-4637-441a-9806-666548904833&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/744] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:51:51 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/745] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:50 2026] POST /v2.0/subnets => generated 1273 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/746] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:51:51 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?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: 360/747] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:51:51 2026] GET /v2.0/subnets => generated 1909 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/748] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:51:51 2026] DELETE /v2.0/subnets/5083d648-69e5-47c3-950b-927aa88ae528 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/749] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:51 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/750] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:51:51 2026] DELETE /v2.0/subnets/3cc4a56f-e38d-404e-8759-a1ced698f8cb => 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: 390/751] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:51 2026] GET /v2.0/security-groups?id=5f520f88-1f51-4889-a711-60831737d831&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/752] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:51:51 2026] GET /v2.0/subnets => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/753] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:51 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:51.746 7 INFO neutron.services.segments.plugin [-] Segment 0153f4a2-b95c-42d3-b0e0-0dcac05ee009 resource provider aggregate not found 2026-07-14 09:51:51.753 7 INFO neutron.services.segments.plugin [-] Segment 0153f4a2-b95c-42d3-b0e0-0dcac05ee009 resource provider aggregate not found 2026-07-14 09:51:51.766 7 INFO neutron.services.segments.plugin [-] Segment 0153f4a2-b95c-42d3-b0e0-0dcac05ee009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0153f4a2-b95c-42d3-b0e0-0dcac05ee009 found for delete ", "request_id": "req-658b2c28-5038-4336-b39a-54636fa486a3"}]} [pid: 7|app: 0|req: 391/754] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:51 2026] DELETE /v2.0/networks/e7d266cc-e450-4c6d-95ec-50d0429b8ae9 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:51:51.788 7 INFO neutron.services.segments.plugin [-] Segment 0153f4a2-b95c-42d3-b0e0-0dcac05ee009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0153f4a2-b95c-42d3-b0e0-0dcac05ee009 found for delete ", "request_id": "req-32018efe-1854-4ab3-98d6-8a3a078c43f3"}]} [pid: 7|app: 0|req: 392/755] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:51 2026] DELETE /v2.0/networks/5af220c5-fa44-42f4-9e32-814da6a5fa47 => 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: 393/756] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:51 2026] DELETE /v2.0/networks/74f1dd96-060f-441c-9dbe-2aaea114b547 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:51:52.116 8 INFO neutron.db.l3_db [None req-f2fe8abb-26a2-45fe-947d-f9d322e53ae6 390dac4762804c98946a3d54493d7ca5 f0eea5abd2fa4f9f942f570f2fd73bfb - - default default] Floating IP 2844b1ea-f396-4c9c-a98d-8a84a4c5d860 associated. External IP: 10.96.250.201, port: 591a9547-ab2b-46d9-adc3-47551314256f. [pid: 7|app: 0|req: 394/757] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:52 2026] DELETE /v2.0/networks/984ecbc3-214e-4d00-a583-9c3165b2fa2e => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/758] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:51:51 2026] PUT /v2.0/floatingips/2844b1ea-f396-4c9c-a98d-8a84a4c5d860 => generated 855 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:52.480 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b6602ec-8db9-4bc6-829a-25861c829091'] response: {'name': 'network-changed', 'server_uuid': 'c144c7c4-f577-412b-b524-fa918210f4e0', 'tag': '591a9547-ab2b-46d9-adc3-47551314256f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 395/759] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:52 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/760] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:52 2026] GET /v2.0/security-groups?id=5f520f88-1f51-4889-a711-60831737d831&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: 396/761] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:52 2026] GET /v2.0/security-groups?tenant_id=10069b3730164bca9e691d99ae364fbf&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/762] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:52 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => 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: 367/763] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:51:52 2026] GET /v2.0/ports?tenant_id=f0eea5abd2fa4f9f942f570f2fd73bfb&device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/764] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:53 2026] GET /v2.0/security-groups?id=5f520f88-1f51-4889-a711-60831737d831&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: 397/765] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:52 2026] DELETE /v2.0/security-groups/6ba8f342-85c0-4910-b1e6-9488b9d2b98f => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/766] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:51:53 2026] GET /v2.0/networks?id=b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1 => generated 765 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/767] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:51:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=591a9547-ab2b-46d9-adc3-47551314256f => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/768] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:51:53 2026] GET /v2.0/subnets?id=f307514d-be20-46fa-949d-6e9c00a7077a => generated 687 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/769] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:51:53 2026] GET /v2.0/ports?network_id=b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1&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: 371/770] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:51:53 2026] GET /v2.0/networks/b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1?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: 400/771] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:51:53 2026] GET /v2.0/networks/b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:51:53.786 7 INFO neutron.services.segments.plugin [-] Segment 43768f83-e4d9-47e0-aeb1-aa3f98ff5711 resource provider aggregate not found 2026-07-14 09:51:53.807 7 INFO neutron.services.segments.plugin [-] Segment 43768f83-e4d9-47e0-aeb1-aa3f98ff5711 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43768f83-e4d9-47e0-aeb1-aa3f98ff5711 found for delete ", "request_id": "req-74b619ed-3800-44ba-a145-f291c9d1bd78"}]} 2026-07-14 09:51:53.817 7 INFO neutron.services.segments.plugin [-] Segment 43768f83-e4d9-47e0-aeb1-aa3f98ff5711 resource provider aggregate not found 2026-07-14 09:51:53.836 7 INFO neutron.services.segments.plugin [-] Segment 161007e9-0a16-45fa-b4c8-1e69e3418784 resource provider aggregate not found 2026-07-14 09:51:53.840 7 INFO neutron.services.segments.plugin [-] Segment 43768f83-e4d9-47e0-aeb1-aa3f98ff5711 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43768f83-e4d9-47e0-aeb1-aa3f98ff5711 found for delete ", "request_id": "req-5415c8e4-7a12-46a7-8adc-c9a17bcab5dc"}]} 2026-07-14 09:51:53.863 7 INFO neutron.services.segments.plugin [-] Segment 161007e9-0a16-45fa-b4c8-1e69e3418784 resource provider aggregate not found 2026-07-14 09:51:53.867 7 INFO neutron.services.segments.plugin [-] Segment 161007e9-0a16-45fa-b4c8-1e69e3418784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 161007e9-0a16-45fa-b4c8-1e69e3418784 found for delete ", "request_id": "req-8a53ada0-6b2a-4b91-a198-c072c197499d"}]} 2026-07-14 09:51:53.882 7 INFO neutron.services.segments.plugin [-] Segment 161007e9-0a16-45fa-b4c8-1e69e3418784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 161007e9-0a16-45fa-b4c8-1e69e3418784 found for delete ", "request_id": "req-3e79b086-d328-4b3b-aad3-4fcee485b0d0"}]} 2026-07-14 09:51:53.885 7 INFO neutron.services.segments.plugin [-] Segment 1832bab2-0740-4c1d-aef8-6735335467f9 resource provider aggregate not found 2026-07-14 09:51:53.897 7 INFO neutron.services.segments.plugin [-] Segment 1832bab2-0740-4c1d-aef8-6735335467f9 resource provider aggregate not found 2026-07-14 09:51:53.916 7 INFO neutron.services.segments.plugin [-] Segment 1832bab2-0740-4c1d-aef8-6735335467f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1832bab2-0740-4c1d-aef8-6735335467f9 found for delete ", "request_id": "req-525f13e8-3770-40d5-8859-71ea0f083330"}]} 2026-07-14 09:51:53.919 7 INFO neutron.services.segments.plugin [-] Segment 1832bab2-0740-4c1d-aef8-6735335467f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1832bab2-0740-4c1d-aef8-6735335467f9 found for delete ", "request_id": "req-cf58b817-d549-4650-b868-a1f91b6447a7"}]} [pid: 8|app: 0|req: 372/772] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:54 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => 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: 401/773] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:54 2026] GET /v2.0/security-groups?id=5f520f88-1f51-4889-a711-60831737d831&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/774] 10.0.0.97 () {34 vars in 989 bytes} [Tue Jul 14 09:51:54 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 1244 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/775] 10.0.0.97 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:54 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:55.141 7 INFO neutron.db.segments_db [None req-7b33f595-c84e-417c-85e8-a06078d09c7a 9833d709b5944f399a0d26a9edafa843 aea0cca1182b47cdb142ddc6b2ff7832 - - default default] Added segment 4aab7145-7236-4639-aeaf-d77884c11338 of type vxlan for network 48995ff4-4ff3-4a29-b6ad-acf9bd940699 [pid: 7|app: 0|req: 402/776] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:54 2026] POST /v2.0/networks => generated 624 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/777] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:55 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => 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: 404/778] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:51:55 2026] GET /v2.0/security-groups?id=5f520f88-1f51-4889-a711-60831737d831&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/779] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:51:55 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/780] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:55 2026] POST /v2.0/subnets => generated 641 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:51:55.541 8 INFO neutron.db.segments_db [None req-32194f2f-cc8f-45da-aa2a-ec222338196c 9833d709b5944f399a0d26a9edafa843 aea0cca1182b47cdb142ddc6b2ff7832 - - default default] Added segment cd32692d-005f-46f2-81cd-2f55d4e62482 of type vxlan for network e91177ec-c879-43f9-8d23-20541b99fe0c 2026-07-14 09:51:55.548 7 INFO neutron_taas.services.taas.taas_plugin [req-257d7d02-cce1-477d-8b92-9aa4be057f3e req-44f4decc-d421-4418-acef-2c1844f2d0dd 390dac4762804c98946a3d54493d7ca5 f0eea5abd2fa4f9f942f570f2fd73bfb - - default default] TaaS: Handle Delete Port: 591a9547-ab2b-46d9-adc3-47551314256f 2026-07-14 09:51:55.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-257d7d02-cce1-477d-8b92-9aa4be057f3e req-44f4decc-d421-4418-acef-2c1844f2d0dd 390dac4762804c98946a3d54493d7ca5 f0eea5abd2fa4f9f942f570f2fd73bfb - - default default] Tap Mirror: Handle Delete Port: 591a9547-ab2b-46d9-adc3-47551314256f [pid: 8|app: 0|req: 376/781] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:51:55 2026] POST /v2.0/networks => generated 624 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/782] 10.0.0.2 () {34 vars in 741 bytes} [Tue Jul 14 09:51:55 2026] PUT /v2.0/networks/e91177ec-c879-43f9-8d23-20541b99fe0c => generated 592 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:55.761 7 INFO neutron.db.l3_db [req-257d7d02-cce1-477d-8b92-9aa4be057f3e req-44f4decc-d421-4418-acef-2c1844f2d0dd 390dac4762804c98946a3d54493d7ca5 f0eea5abd2fa4f9f942f570f2fd73bfb - - default default] Floating IP 2844b1ea-f396-4c9c-a98d-8a84a4c5d860 disassociated. External IP: 10.96.250.201, port: 591a9547-ab2b-46d9-adc3-47551314256f. [pid: 8|app: 0|req: 378/783] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:51:55 2026] POST /v2.0/subnets => generated 626 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/784] 10.0.0.2 () {34 vars in 739 bytes} [Tue Jul 14 09:51:56 2026] PUT /v2.0/subnets/f4766f6a-b99b-4446-8eee-e7feaa82f48a => generated 636 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/785] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:51:55 2026] DELETE /v2.0/ports/591a9547-ab2b-46d9-adc3-47551314256f => generated 0 bytes in 754 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:51:56.202 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89086616-fc1e-4f15-9d3c-34329dfeedc2'] response: {'server_uuid': 'c144c7c4-f577-412b-b524-fa918210f4e0', 'name': 'network-vif-deleted', 'tag': '591a9547-ab2b-46d9-adc3-47551314256f', 'status': 'completed', 'code': 200} 2026-07-14 09:51:56.352 8 INFO neutron.services.segments.plugin [-] Segment cd32692d-005f-46f2-81cd-2f55d4e62482 resource provider aggregate not found 2026-07-14 09:51:56.363 8 INFO neutron.services.segments.plugin [-] Segment cd32692d-005f-46f2-81cd-2f55d4e62482 resource provider aggregate not found 2026-07-14 09:51:56.375 8 INFO neutron.services.segments.plugin [-] Segment cd32692d-005f-46f2-81cd-2f55d4e62482 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd32692d-005f-46f2-81cd-2f55d4e62482 found for delete ", "request_id": "req-100fce9d-78fa-462d-b7c5-bc8725c65279"}]} 2026-07-14 09:51:56.386 8 INFO neutron.services.segments.plugin [-] Segment cd32692d-005f-46f2-81cd-2f55d4e62482 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd32692d-005f-46f2-81cd-2f55d4e62482 found for delete ", "request_id": "req-2119e4e5-6404-41fb-a3b3-9d0fdd6378b0"}]} [pid: 8|app: 0|req: 380/786] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:56 2026] DELETE /v2.0/networks/e91177ec-c879-43f9-8d23-20541b99fe0c => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:51:56.414 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16fcafe5-60f3-4163-a1e6-0d97ec42c8a7 9833d709b5944f399a0d26a9edafa843 aea0cca1182b47cdb142ddc6b2ff7832 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 407/787] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:56 2026] DELETE /v2.0/networks/e91177ec-c879-43f9-8d23-20541b99fe0c => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/788] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:56 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => 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: 381/789] 10.0.0.2 () {32 vars in 692 bytes} [Tue Jul 14 09:51:56 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/790] 10.0.0.2 () {32 vars in 740 bytes} [Tue Jul 14 09:51:56 2026] GET /v2.0/subnets?network_id=8a81c26e-a1ea-4728-86af-44d675351634 => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/791] 10.0.0.2 () {32 vars in 651 bytes} [Tue Jul 14 09:51:56 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/792] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 09:51:56 2026] GET /v2.0/networks => generated 1308 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/793] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:51:56 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/794] 10.0.0.2 () {32 vars in 721 bytes} [Tue Jul 14 09:51:56 2026] GET /v2.0/networks/48995ff4-4ff3-4a29-b6ad-acf9bd940699 => generated 668 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/795] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:51:56 2026] GET /v2.0/subnets/00520541-8dc7-43a0-bbc2-a71b008a35ba => generated 641 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:51:56.814 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d0bbfc6-48f0-4cc2-b862-1bdeb3d418bf 9833d709b5944f399a0d26a9edafa843 aea0cca1182b47cdb142ddc6b2ff7832 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/796] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:51:56 2026] DELETE /v2.0/subnets/f4766f6a-b99b-4446-8eee-e7feaa82f48a => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:51:56.848 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10a8d8e0-d3be-45bd-950f-c7fabf2569cf 9833d709b5944f399a0d26a9edafa843 aea0cca1182b47cdb142ddc6b2ff7832 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 385/797] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:56 2026] DELETE /v2.0/networks/e91177ec-c879-43f9-8d23-20541b99fe0c => generated 138 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/800] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:51:56 2026] DELETE /v2.0/subnets/00520541-8dc7-43a0-bbc2-a71b008a35ba => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/801] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:51:57 2026] DELETE /v2.0/networks/48995ff4-4ff3-4a29-b6ad-acf9bd940699 => 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: 414/802] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:57 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => 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: 389/803] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:51:57 2026] GET /v2.0/security-groups?tenant_id=aea0cca1182b47cdb142ddc6b2ff7832&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/804] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:57 2026] DELETE /v2.0/security-groups/56449e11-ba9e-4517-801e-3d559c723472 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:51:58.402 8 INFO neutron.services.segments.plugin [-] Segment 4aab7145-7236-4639-aeaf-d77884c11338 resource provider aggregate not found 2026-07-14 09:51:58.407 8 INFO neutron.services.segments.plugin [-] Segment 4aab7145-7236-4639-aeaf-d77884c11338 resource provider aggregate not found 2026-07-14 09:51:58.424 8 INFO neutron.services.segments.plugin [-] Segment 4aab7145-7236-4639-aeaf-d77884c11338 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aab7145-7236-4639-aeaf-d77884c11338 found for delete ", "request_id": "req-2579492d-1a82-410e-ae40-f393cfe31ce4"}]} 2026-07-14 09:51:58.425 8 INFO neutron.services.segments.plugin [-] Segment 4aab7145-7236-4639-aeaf-d77884c11338 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4aab7145-7236-4639-aeaf-d77884c11338 found for delete ", "request_id": "req-7f7d4ea9-2d74-40ca-b392-59d98e5663f4"}]} [pid: 8|app: 0|req: 390/805] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:51:58 2026] GET /v2.0/ports?device_id=c144c7c4-f577-412b-b524-fa918210f4e0 => 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: 416/806] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:51:59 2026] DELETE /v2.0/security-groups/5f520f88-1f51-4889-a711-60831737d831 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:51:59.942 8 INFO neutron.api.v2.resource [None req-21c27d11-ccea-4532-9b84-dba0e9cb6b11 390dac4762804c98946a3d54493d7ca5 f0eea5abd2fa4f9f942f570f2fd73bfb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 391/807] 10.0.0.2 () {32 vars in 735 bytes} [Tue Jul 14 09:51:59 2026] GET /v2.0/security-groups/5f520f88-1f51-4889-a711-60831737d831 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:52:00.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-68dd8ba7-2d35-4ca0-a069-04ab1f981793 390dac4762804c98946a3d54493d7ca5 f0eea5abd2fa4f9f942f570f2fd73bfb - - default default] TaaS: Handle Delete Port: cd5c0b96-9007-4df6-9226-239790ca7ced 2026-07-14 09:52:00.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68dd8ba7-2d35-4ca0-a069-04ab1f981793 390dac4762804c98946a3d54493d7ca5 f0eea5abd2fa4f9f942f570f2fd73bfb - - default default] Tap Mirror: Handle Delete Port: cd5c0b96-9007-4df6-9226-239790ca7ced [pid: 7|app: 0|req: 417/808] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:51:59 2026] DELETE /v2.0/floatingips/2844b1ea-f396-4c9c-a98d-8a84a4c5d860 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:52:00.610 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d76319f-d921-46fc-86b1-7ec6cd258118 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: a592bcb1-ce62-4e9a-af17-04e75cfaee3b 2026-07-14 09:52:00.613 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d76319f-d921-46fc-86b1-7ec6cd258118 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: a592bcb1-ce62-4e9a-af17-04e75cfaee3b [pid: 8|app: 0|req: 392/809] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:52:00 2026] PUT /v2.0/routers/ee753548-29c3-453c-a4bc-81fb13b3125c/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:01.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d06d112-6430-40fa-8275-9dd48ef96a66 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 1431daba-a671-4e5e-86d7-37c59f1f41b2 2026-07-14 09:52:01.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d06d112-6430-40fa-8275-9dd48ef96a66 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 1431daba-a671-4e5e-86d7-37c59f1f41b2 2026-07-14 09:52:01.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d06d112-6430-40fa-8275-9dd48ef96a66 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 2f127f41-8a38-4fed-a05b-6d3c4e208bc5 2026-07-14 09:52:01.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d06d112-6430-40fa-8275-9dd48ef96a66 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 2f127f41-8a38-4fed-a05b-6d3c4e208bc5 [pid: 8|app: 0|req: 393/810] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:01 2026] GET /v2.0/security-groups?tenant_id=487e745b29fc4b24a5097c50c1287a35&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/811] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:01 2026] DELETE /v2.0/security-groups/2b889ec8-0b04-4a38-83c2-2b56094d498a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:52:02.117 7 INFO neutron.services.segments.plugin [-] Segment d88e5073-45f1-462e-a1eb-c90c437009d1 resource provider aggregate not found 2026-07-14 09:52:02.120 7 INFO neutron.services.segments.plugin [-] Segment d88e5073-45f1-462e-a1eb-c90c437009d1 resource provider aggregate not found 2026-07-14 09:52:02.136 7 INFO neutron.services.segments.plugin [-] Segment d88e5073-45f1-462e-a1eb-c90c437009d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d88e5073-45f1-462e-a1eb-c90c437009d1 found for delete ", "request_id": "req-b5a1f6f8-dbcb-4d1b-a611-969f5d8c78c6"}]} 2026-07-14 09:52:02.138 7 INFO neutron.services.segments.plugin [-] Segment d88e5073-45f1-462e-a1eb-c90c437009d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d88e5073-45f1-462e-a1eb-c90c437009d1 found for delete ", "request_id": "req-5e02cb36-6317-4d89-9e73-e0e060378d99"}]} 2026-07-14 09:52:02.147 7 INFO neutron.db.l3_hamode_db [None req-2d06d112-6430-40fa-8275-9dd48ef96a66 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] HA network 5fe8ab8e-893e-45cb-8d9b-b415a275f16c was deleted as no HA routers are present in tenant f0eea5abd2fa4f9f942f570f2fd73bfb. [pid: 7|app: 0|req: 418/812] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:01 2026] DELETE /v2.0/routers/ee753548-29c3-453c-a4bc-81fb13b3125c => generated 0 bytes in 968 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/813] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:02 2026] DELETE /v2.0/subnets/f307514d-be20-46fa-949d-6e9c00a7077a => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:52:02.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-c37e3a41-9d1d-448d-9b0f-f0e77e27f1e1 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: c54b4a91-0faa-46fd-8173-ceb996421417 2026-07-14 09:52:02.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c37e3a41-9d1d-448d-9b0f-f0e77e27f1e1 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: c54b4a91-0faa-46fd-8173-ceb996421417 [pid: 7|app: 0|req: 419/814] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:02 2026] DELETE /v2.0/networks/b2cc8060-47a0-4c01-8f25-8d5e42ebd2d1 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/815] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:02 2026] GET /v2.0/security-groups?tenant_id=f0eea5abd2fa4f9f942f570f2fd73bfb&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: 420/816] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:02 2026] DELETE /v2.0/security-groups/41167814-fd09-4bb2-aa41-e098b93f5e09 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:52:03.738 8 INFO neutron.db.segments_db [None req-90b9a5f5-7904-4895-a923-4d5d37a900bd 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 39b9a55a-ee4b-47ad-a820-d7cb7e1780b0 of type vxlan for network 7269e870-c4e7-4c3e-ab63-46618bbf2856 [pid: 8|app: 0|req: 397/817] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:52:03 2026] POST /v2.0/networks => generated 721 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/818] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:03 2026] POST /v2.0/subnets => generated 687 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:04.068 8 INFO neutron.db.segments_db [None req-737e5594-a60a-48ab-878d-7a25042842fe 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment bb569c12-cee9-4030-9eb6-e5e8d059deb8 of type vxlan for network a955254e-44b7-49d6-bdca-f0a87036e119 2026-07-14 09:52:04.154 7 INFO neutron.services.segments.plugin [-] Segment b2e9e948-286c-44bd-b8ce-56be638546f1 resource provider aggregate not found 2026-07-14 09:52:04.159 7 INFO neutron.services.segments.plugin [-] Segment b2e9e948-286c-44bd-b8ce-56be638546f1 resource provider aggregate not found 2026-07-14 09:52:04.169 7 INFO neutron.services.segments.plugin [-] Segment b2e9e948-286c-44bd-b8ce-56be638546f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2e9e948-286c-44bd-b8ce-56be638546f1 found for delete ", "request_id": "req-74dd1672-2407-4223-b119-e1d1ec2ccd2b"}]} 2026-07-14 09:52:04.172 7 INFO neutron.services.segments.plugin [-] Segment b2e9e948-286c-44bd-b8ce-56be638546f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2e9e948-286c-44bd-b8ce-56be638546f1 found for delete ", "request_id": "req-b485d198-abc3-405e-8f53-dc1a4e295359"}]} 2026-07-14 09:52:04.288 8 INFO neutron.db.l3_hamode_db [None req-737e5594-a60a-48ab-878d-7a25042842fe 6a1bf8bfc5bf4bb3b10af50d94c5ef64 4a89e47268324d6a8d607edf852a6efa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:52:04.889 7 INFO neutron.db.segments_db [None req-878d4a3d-7acb-4624-9044-95829334cd3c 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 2bd81c0e-233d-4e6b-b0a6-d45261edb576 of type vxlan for network 79d5a640-11c2-4aab-97b6-8c7cfb0de9f7 [pid: 7|app: 0|req: 422/819] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:52:04 2026] POST /v2.0/networks => generated 727 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:05.110 8 INFO neutron.db.l3_hamode_db [None req-737e5594-a60a-48ab-878d-7a25042842fe 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 423/820] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:04 2026] POST /v2.0/subnets => generated 693 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:05.220 7 INFO neutron.db.segments_db [None req-40564249-a0d8-4ea5-8d70-961ef59b11ab 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment ad730217-9a94-448c-baf5-3b3f66ade6f0 of type vxlan for network aee1e3db-7094-4771-8d24-7624bb0299c8 2026-07-14 09:52:05.498 7 INFO neutron.db.l3_hamode_db [None req-40564249-a0d8-4ea5-8d70-961ef59b11ab 6a1bf8bfc5bf4bb3b10af50d94c5ef64 6c24d3b95c924791bcc1988bd5a803a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 398/821] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:04 2026] POST /v2.0/routers => generated 727 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/822] 10.0.0.97 () {34 vars in 989 bytes} [Tue Jul 14 09:52:05 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 1244 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:52:06.259 7 INFO neutron.db.l3_hamode_db [None req-40564249-a0d8-4ea5-8d70-961ef59b11ab 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 424/823] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:05 2026] POST /v2.0/routers => generated 733 bytes in 1911 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/824] 10.0.0.97 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:07 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&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: 400/825] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:52:06 2026] PUT /v2.0/routers/fbed3688-d6e2-4369-89a9-ff70a4a8070c/add_router_interface => generated 309 bytes in 1620 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/826] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:52:07 2026] PUT /v2.0/routers/47e6bbb3-8ec7-439b-8bb3-96383b746eab/add_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/827] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:52:09 2026] GET /v2.0/networks?id=79d5a640-11c2-4aab-97b6-8c7cfb0de9f7 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/828] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:52:09 2026] GET /v2.0/quotas/6c24d3b95c924791bcc1988bd5a803a4 => 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: 402/829] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:52:09 2026] GET /v2.0/ports?tenant_id=6c24d3b95c924791bcc1988bd5a803a4&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/830] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:52:09 2026] GET /v2.0/networks/79d5a640-11c2-4aab-97b6-8c7cfb0de9f7?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/831] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:52:09 2026] GET /v2.0/networks/79d5a640-11c2-4aab-97b6-8c7cfb0de9f7?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: 429/832] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:09 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/833] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:10 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => 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: 430/834] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:52:11 2026] GET /v2.0/networks?id=7269e870-c4e7-4c3e-ab63-46618bbf2856 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/835] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:52:11 2026] GET /v2.0/quotas/4a89e47268324d6a8d607edf852a6efa => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/836] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:52:11 2026] GET /v2.0/ports?tenant_id=4a89e47268324d6a8d607edf852a6efa&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/837] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:52:11 2026] GET /v2.0/networks/7269e870-c4e7-4c3e-ab63-46618bbf2856?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: 432/838] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:52:11 2026] GET /v2.0/networks/7269e870-c4e7-4c3e-ab63-46618bbf2856?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: 407/839] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:11 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => 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: 433/840] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:11 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => 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: 409/843] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:12 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/844] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:12 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&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: 410/845] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:12 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/846] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:12 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/847] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:12 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/848] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:12 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/849] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:13 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 438/850] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:13 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/851] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:13 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => 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: 439/852] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => 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: 414/853] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/networks?id=79d5a640-11c2-4aab-97b6-8c7cfb0de9f7 => generated 678 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/854] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/855] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/856] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:52:14 2026] POST /v2.0/ports => generated 954 bytes in 399 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: 441/857] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/ports?tenant_id=96cacf5d65974130a8962fa7170a82f6&device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 442/858] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/networks?id=079138dd-db71-429b-b4db-cfb405f515d9 => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/859] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=36a37d90-b708-494f-97d5-92b55abf05ea => generated 861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/860] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/subnets?id=387f6341-9e25-4b4c-9159-279bbd431c66 => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/861] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/ports?network_id=079138dd-db71-429b-b4db-cfb405f515d9&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: 446/862] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/networks/079138dd-db71-429b-b4db-cfb405f515d9?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/863] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/864] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:52:14 2026] GET /v2.0/networks/079138dd-db71-429b-b4db-cfb405f515d9?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: 417/865] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:52:14 2026] PUT /v2.0/ports/323cc040-3db5-410f-adb1-e7753fe91ebd => generated 1235 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:52:15.089 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b62d23f-ece7-416d-86c9-53f455b83b28'] response: {'name': 'network-changed', 'server_uuid': 'e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1', 'tag': '323cc040-3db5-410f-adb1-e7753fe91ebd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 449/866] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:15 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 418/867] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:15 2026] GET /v2.0/security-groups?id=d11ea4fc-85f5-4d0a-92ec-fcbdcf6e0411&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/868] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:15 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/869] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:15 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&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: 7|app: 0|req: 451/870] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:52:15 2026] GET /v2.0/ports?tenant_id=6c24d3b95c924791bcc1988bd5a803a4&device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => 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: 420/871] 199.19.213.177 () {34 vars in 1018 bytes} [Tue Jul 14 09:52:15 2026] GET /v2.0/networks?tenant_id=6c24d3b95c924791bcc1988bd5a803a4&shared=False => generated 774 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/872] 199.19.213.177 () {34 vars in 930 bytes} [Tue Jul 14 09:52:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/873] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:16 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/874] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:52:16 2026] GET /v2.0/networks?id=7269e870-c4e7-4c3e-ab63-46618bbf2856 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/875] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:16 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/876] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:16 2026] GET /v2.0/security-groups?id=d11ea4fc-85f5-4d0a-92ec-fcbdcf6e0411&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/877] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:16 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 457/878] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:16 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/879] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:52:16 2026] POST /v2.0/ports => generated 954 bytes in 537 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: 458/880] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:52:16 2026] GET /v2.0/ports?tenant_id=6c24d3b95c924791bcc1988bd5a803a4&device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 1238 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/881] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:16 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/882] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:52:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=323cc040-3db5-410f-adb1-e7753fe91ebd => 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: 425/883] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:52:16 2026] GET /v2.0/subnets?id=6927fbb2-7c45-45be-8f31-a20272523148 => generated 696 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/884] 10.0.0.51 () {34 vars in 970 bytes} [Tue Jul 14 09:52:16 2026] GET /v2.0/ports/d35df113-2280-4fa9-99da-e37ee5241b83 => generated 972 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/885] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/ports?network_id=79d5a640-11c2-4aab-97b6-8c7cfb0de9f7&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: 428/886] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/networks/79d5a640-11c2-4aab-97b6-8c7cfb0de9f7?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: 429/887] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/networks/79d5a640-11c2-4aab-97b6-8c7cfb0de9f7?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: 430/888] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/889] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/security-groups?id=95782245-2b11-486c-866e-819600c55f72&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: 459/890] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:52:16 2026] PUT /v2.0/ports/279d552b-27f9-4bb2-9698-00f6dc1dde01 => generated 1235 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:52:17.344 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bfdc21f-6a14-4fbe-a683-33349ef46de3'] response: {'name': 'network-changed', 'server_uuid': '9a8a9eb1-f0ca-4e42-917e-6057afdfbe48', 'tag': '279d552b-27f9-4bb2-9698-00f6dc1dde01', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 432/891] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 969 bytes in 66 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: 460/892] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/security-groups?id=d11ea4fc-85f5-4d0a-92ec-fcbdcf6e0411&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/893] 199.19.213.177 () {34 vars in 1000 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/subnets?network_id=23369142-4637-441a-9806-666548904833 => generated 682 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/894] 199.19.213.177 () {34 vars in 1146 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff&device_owner=compute%3Anova&network_id=23369142-4637-441a-9806-666548904833 => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/895] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/896] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/897] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/ports?tenant_id=4a89e47268324d6a8d607edf852a6efa&device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/898] 199.19.213.177 () {34 vars in 1018 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/networks?tenant_id=4a89e47268324d6a8d607edf852a6efa&shared=False => generated 768 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/899] 199.19.213.177 () {34 vars in 930 bytes} [Tue Jul 14 09:52:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/900] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:18 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => 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: 440/901] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:18 2026] GET /v2.0/security-groups?id=95782245-2b11-486c-866e-819600c55f72&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: 462/902] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:52:17 2026] PUT /v2.0/ports/d35df113-2280-4fa9-99da-e37ee5241b83 => generated 1149 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/903] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:18 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 463/904] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:18 2026] GET /v2.0/security-groups?id=d11ea4fc-85f5-4d0a-92ec-fcbdcf6e0411&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/905] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:18 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 464/906] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:52:18 2026] GET /v2.0/ports?tenant_id=f2b2c895835c4cc68477d3e4f34e6527&device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 1421 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/907] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/908] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/networks?id=23369142-4637-441a-9806-666548904833 => generated 778 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/909] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/ports?tenant_id=4a89e47268324d6a8d607edf852a6efa&device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => 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: 466/910] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d35df113-2280-4fa9-99da-e37ee5241b83 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/911] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=279d552b-27f9-4bb2-9698-00f6dc1dde01 => 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: 467/912] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d35df113-2280-4fa9-99da-e37ee5241b83 => 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: 446/913] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/subnets?id=f4398e53-982f-4496-93d1-6eadb09f80e9 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/914] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/subnets?id=20dfb419-2939-4e33-bfc3-953491d81456 => generated 700 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/915] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/ports?network_id=7269e870-c4e7-4c3e-ab63-46618bbf2856&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/916] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/ports?network_id=23369142-4637-441a-9806-666548904833&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: 470/917] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?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: 448/918] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/networks/7269e870-c4e7-4c3e-ab63-46618bbf2856?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/919] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?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: 449/920] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/networks/7269e870-c4e7-4c3e-ab63-46618bbf2856?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:52:19.388 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-272b507f-dbef-4bb4-b436-e0e8a3ba1164'] response: {'name': 'network-changed', 'server_uuid': 'a5bfb99c-36ad-4e4b-aa86-3e20489196ff', 'tag': 'd35df113-2280-4fa9-99da-e37ee5241b83', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 472/921] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/922] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/security-groups?id=95782245-2b11-486c-866e-819600c55f72&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: 473/923] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/924] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:19 2026] GET /v2.0/security-groups?id=d11ea4fc-85f5-4d0a-92ec-fcbdcf6e0411&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: 474/925] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/926] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/927] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 1152 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/928] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/ports?tenant_id=f2b2c895835c4cc68477d3e4f34e6527&device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 1421 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/929] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/930] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/networks?id=23369142-4637-441a-9806-666548904833 => generated 778 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/931] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d35df113-2280-4fa9-99da-e37ee5241b83 => generated 861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/932] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d35df113-2280-4fa9-99da-e37ee5241b83 => 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: 456/933] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/subnets?id=20dfb419-2939-4e33-bfc3-953491d81456 => generated 700 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/934] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/ports?network_id=23369142-4637-441a-9806-666548904833&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: 457/935] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/936] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?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: 458/937] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/938] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:20 2026] GET /v2.0/security-groups?id=95782245-2b11-486c-866e-819600c55f72&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/939] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:21 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/940] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:21 2026] GET /v2.0/security-groups?id=d11ea4fc-85f5-4d0a-92ec-fcbdcf6e0411&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: 460/941] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:21 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/942] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:21 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/943] 199.19.213.177 () {34 vars in 1118 bytes} [Tue Jul 14 09:52:21 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.6 => generated 1152 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/944] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:21 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/945] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:21 2026] GET /v2.0/security-groups?id=95782245-2b11-486c-866e-819600c55f72&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/946] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:52:21 2026] PUT /v2.0/ports/d35df113-2280-4fa9-99da-e37ee5241b83 => generated 972 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:22.133 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aac31f79-2a73-4220-a5a9-f7227c098999'] response: {'name': 'network-changed', 'server_uuid': 'a5bfb99c-36ad-4e4b-aa86-3e20489196ff', 'tag': 'd35df113-2280-4fa9-99da-e37ee5241b83', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 485/947] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 971 bytes in 38 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: 463/948] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/security-groups?id=d11ea4fc-85f5-4d0a-92ec-fcbdcf6e0411&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/949] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 973 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/950] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/951] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/ports?tenant_id=f2b2c895835c4cc68477d3e4f34e6527&device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/952] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => 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: 465/953] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/networks?id=23369142-4637-441a-9806-666548904833 => generated 778 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/954] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/security-groups?id=d11ea4fc-85f5-4d0a-92ec-fcbdcf6e0411&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/955] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d35df113-2280-4fa9-99da-e37ee5241b83 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/956] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/subnets?id=20dfb419-2939-4e33-bfc3-953491d81456 => generated 700 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/957] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/ports?network_id=23369142-4637-441a-9806-666548904833&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/958] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?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: 468/959] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:52:22 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?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: 492/960] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:23 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/961] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:23 2026] GET /v2.0/security-groups?id=95782245-2b11-486c-866e-819600c55f72&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/962] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:23 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/963] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:23 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/964] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:23 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/965] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:23 2026] GET /v2.0/security-groups?id=d11ea4fc-85f5-4d0a-92ec-fcbdcf6e0411&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: 7|app: 0|req: 495/966] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:23 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/967] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:52:24 2026] GET /v2.0/ports?tenant_id=f2b2c895835c4cc68477d3e4f34e6527&device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/968] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:24 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&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: 473/969] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:52:24 2026] GET /v2.0/networks?id=23369142-4637-441a-9806-666548904833 => generated 778 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/970] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:52:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d35df113-2280-4fa9-99da-e37ee5241b83 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/971] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:52:24 2026] GET /v2.0/subnets?id=20dfb419-2939-4e33-bfc3-953491d81456 => generated 700 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/972] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:52:24 2026] GET /v2.0/ports?network_id=23369142-4637-441a-9806-666548904833&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: 475/973] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:52:24 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?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: 499/974] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:24 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/975] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:52:24 2026] GET /v2.0/networks/23369142-4637-441a-9806-666548904833?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/976] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:24 2026] GET /v2.0/security-groups?id=95782245-2b11-486c-866e-819600c55f72&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: 477/977] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:25 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 971 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/978] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:52:25 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/979] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:25 2026] GET /v2.0/security-groups?id=d11ea4fc-85f5-4d0a-92ec-fcbdcf6e0411&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/980] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:25 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 503/981] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:25 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&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-07-14 09:52:25.309 8 INFO neutron_taas.services.taas.taas_plugin [req-b03c7343-3e11-42c1-8579-e0a2b2b301be req-3e89cebf-13e2-4787-a446-8a5cc1ca2bb4 8dd26f7db3104c558ba5308006022130 6c24d3b95c924791bcc1988bd5a803a4 - - default default] TaaS: Handle Delete Port: 323cc040-3db5-410f-adb1-e7753fe91ebd 2026-07-14 09:52:25.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b03c7343-3e11-42c1-8579-e0a2b2b301be req-3e89cebf-13e2-4787-a446-8a5cc1ca2bb4 8dd26f7db3104c558ba5308006022130 6c24d3b95c924791bcc1988bd5a803a4 - - default default] Tap Mirror: Handle Delete Port: 323cc040-3db5-410f-adb1-e7753fe91ebd [pid: 8|app: 0|req: 479/982] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:52:25 2026] DELETE /v2.0/ports/323cc040-3db5-410f-adb1-e7753fe91ebd => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:52:25.516 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9f9eaf1-48a4-4f17-8adf-5077854e4242'] response: {'server_uuid': 'e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1', 'name': 'network-vif-deleted', 'tag': '323cc040-3db5-410f-adb1-e7753fe91ebd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 504/983] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:25 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/984] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:25 2026] GET /v2.0/security-groups?id=95782245-2b11-486c-866e-819600c55f72&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: 7|app: 0|req: 505/985] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:26 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => 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: 481/986] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:26 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 506/987] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:26 2026] GET /v2.0/security-groups?id=509ca38b-d28a-450d-aa83-731332d9ca3a&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: 482/988] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:52:26 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:26.559 7 INFO neutron_taas.services.taas.taas_plugin [req-0db22066-a767-400f-957b-9da7c096b1d4 req-8990cffe-6555-455a-99ca-14cfc3f32403 b2ce0eb2833d49309a920340b91ea685 f2b2c895835c4cc68477d3e4f34e6527 - - default default] TaaS: Handle Delete Port: d35df113-2280-4fa9-99da-e37ee5241b83 2026-07-14 09:52:26.562 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0db22066-a767-400f-957b-9da7c096b1d4 req-8990cffe-6555-455a-99ca-14cfc3f32403 b2ce0eb2833d49309a920340b91ea685 f2b2c895835c4cc68477d3e4f34e6527 - - default default] Tap Mirror: Handle Delete Port: d35df113-2280-4fa9-99da-e37ee5241b83 2026-07-14 09:52:27.038 7 INFO neutron.db.l3_db [req-0db22066-a767-400f-957b-9da7c096b1d4 req-8990cffe-6555-455a-99ca-14cfc3f32403 b2ce0eb2833d49309a920340b91ea685 f2b2c895835c4cc68477d3e4f34e6527 - - default default] Floating IP dfeeae69-bf4c-4170-b5cd-b6ff3606f2dd disassociated. External IP: 10.96.250.210, port: d35df113-2280-4fa9-99da-e37ee5241b83. [pid: 8|app: 0|req: 485/991] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:26 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => 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: 486/992] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:27 2026] GET /v2.0/security-groups?id=95782245-2b11-486c-866e-819600c55f72&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: 487/993] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:27 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => 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: 507/994] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:52:26 2026] DELETE /v2.0/ports/d35df113-2280-4fa9-99da-e37ee5241b83 => generated 0 bytes in 1030 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:52:27.512 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bea9384-07f0-4146-8c5a-af743c24b275'] response: {'server_uuid': 'a5bfb99c-36ad-4e4b-aa86-3e20489196ff', 'name': 'network-vif-deleted', 'tag': 'd35df113-2280-4fa9-99da-e37ee5241b83', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 488/995] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:27 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 508/996] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:28 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => 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: 489/997] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:28 2026] GET /v2.0/security-groups?id=95782245-2b11-486c-866e-819600c55f72&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/998] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:28 2026] GET /v2.0/ports?device_id=e5fbfcd8-d2d4-4b26-82e7-13421ac1deb1 => 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: 490/999] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:28 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => 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: 510/1000] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:29 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => 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: 491/1001] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:29 2026] GET /v2.0/security-groups?id=95782245-2b11-486c-866e-819600c55f72&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1002] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:52:29 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:29.600 8 INFO neutron_taas.services.taas.taas_plugin [req-b30cce33-fe72-467f-93ff-a16879ec406d req-038fb8cb-f054-4e48-9d66-2b769fdb40c1 65bf87d73f114e97a844334e3ab067ed 4a89e47268324d6a8d607edf852a6efa - - default default] TaaS: Handle Delete Port: 279d552b-27f9-4bb2-9698-00f6dc1dde01 2026-07-14 09:52:29.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b30cce33-fe72-467f-93ff-a16879ec406d req-038fb8cb-f054-4e48-9d66-2b769fdb40c1 65bf87d73f114e97a844334e3ab067ed 4a89e47268324d6a8d607edf852a6efa - - default default] Tap Mirror: Handle Delete Port: 279d552b-27f9-4bb2-9698-00f6dc1dde01 [pid: 8|app: 0|req: 492/1003] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:52:29 2026] DELETE /v2.0/ports/279d552b-27f9-4bb2-9698-00f6dc1dde01 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1004] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:29 2026] GET /v2.0/ports?device_id=a5bfb99c-36ad-4e4b-aa86-3e20489196ff => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:52:29.837 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2057d22b-84cb-45b1-b41b-a81b21aa019f'] response: {'server_uuid': '9a8a9eb1-f0ca-4e42-917e-6057afdfbe48', 'name': 'network-vif-deleted', 'tag': '279d552b-27f9-4bb2-9698-00f6dc1dde01', 'status': 'completed', 'code': 200} 2026-07-14 09:52:30.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e8b0705-650b-432c-89f7-3ec3a4f42c05 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 9c880450-9a0d-4695-a074-fedf5074845a 2026-07-14 09:52:30.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e8b0705-650b-432c-89f7-3ec3a4f42c05 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 9c880450-9a0d-4695-a074-fedf5074845a [pid: 8|app: 0|req: 494/1005] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:30 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1006] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:52:29 2026] PUT /v2.0/routers/47e6bbb3-8ec7-439b-8bb3-96383b746eab/remove_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:30.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-454dbbb5-c3cb-43b4-a510-b533a087b390 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: ca3bf001-126d-4bbe-b0d0-af41b7acc1b4 2026-07-14 09:52:30.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-454dbbb5-c3cb-43b4-a510-b533a087b390 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: ca3bf001-126d-4bbe-b0d0-af41b7acc1b4 [pid: 7|app: 0|req: 513/1007] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:30 2026] DELETE /v2.0/security-groups/509ca38b-d28a-450d-aa83-731332d9ca3a => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:52:31.001 7 INFO neutron.api.v2.resource [None req-2c1c16ab-ea8f-4c52-89be-ac727ea8aa42 b2ce0eb2833d49309a920340b91ea685 f2b2c895835c4cc68477d3e4f34e6527 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 514/1008] 10.0.0.2 () {32 vars in 735 bytes} [Tue Jul 14 09:52:30 2026] GET /v2.0/security-groups/509ca38b-d28a-450d-aa83-731332d9ca3a => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:52:31.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-e409ddc8-913c-4b91-a415-c2830b6e76bc b2ce0eb2833d49309a920340b91ea685 f2b2c895835c4cc68477d3e4f34e6527 - - default default] TaaS: Handle Delete Port: a15043c8-afa3-4ef0-8532-669606563265 2026-07-14 09:52:31.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e409ddc8-913c-4b91-a415-c2830b6e76bc b2ce0eb2833d49309a920340b91ea685 f2b2c895835c4cc68477d3e4f34e6527 - - default default] Tap Mirror: Handle Delete Port: a15043c8-afa3-4ef0-8532-669606563265 2026-07-14 09:52:31.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-454dbbb5-c3cb-43b4-a510-b533a087b390 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: ac3e969b-4d21-468d-8867-7124d79bd020 2026-07-14 09:52:31.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-454dbbb5-c3cb-43b4-a510-b533a087b390 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: ac3e969b-4d21-468d-8867-7124d79bd020 [pid: 7|app: 0|req: 515/1009] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:52:31 2026] DELETE /v2.0/floatingips/dfeeae69-bf4c-4170-b5cd-b6ff3606f2dd => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:52:31.279 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-454dbbb5-c3cb-43b4-a510-b533a087b390 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-14 09:52:31.576 8 INFO neutron.services.segments.plugin [-] Segment ad730217-9a94-448c-baf5-3b3f66ade6f0 resource provider aggregate not found 2026-07-14 09:52:31.581 8 INFO neutron.services.segments.plugin [-] Segment ad730217-9a94-448c-baf5-3b3f66ade6f0 resource provider aggregate not found 2026-07-14 09:52:31.596 8 INFO neutron.services.segments.plugin [-] Segment ad730217-9a94-448c-baf5-3b3f66ade6f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad730217-9a94-448c-baf5-3b3f66ade6f0 found for delete ", "request_id": "req-489f1776-e9f6-4f41-9139-ffd482acd83e"}]} 2026-07-14 09:52:31.598 8 INFO neutron.services.segments.plugin [-] Segment ad730217-9a94-448c-baf5-3b3f66ade6f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad730217-9a94-448c-baf5-3b3f66ade6f0 found for delete ", "request_id": "req-ae78b30b-64c7-4c71-a16b-56704a07388f"}]} 2026-07-14 09:52:31.601 8 INFO neutron.db.l3_hamode_db [None req-454dbbb5-c3cb-43b4-a510-b533a087b390 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] HA network aee1e3db-7094-4771-8d24-7624bb0299c8 was deleted as no HA routers are present in tenant 6c24d3b95c924791bcc1988bd5a803a4. [pid: 8|app: 0|req: 495/1010] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:30 2026] DELETE /v2.0/routers/47e6bbb3-8ec7-439b-8bb3-96383b746eab => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1011] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:31 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:52:31.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a383f46-358a-44a5-b749-5707069b269e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: c62a81ea-562b-46ce-87ff-daf213f43864 2026-07-14 09:52:31.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a383f46-358a-44a5-b749-5707069b269e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: c62a81ea-562b-46ce-87ff-daf213f43864 [pid: 8|app: 0|req: 497/1012] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:31 2026] DELETE /v2.0/subnets/6927fbb2-7c45-45be-8f31-a20272523148 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:52:31.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-6866162e-f84a-4997-9dd1-d405b76b4d4e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: e8d8c982-619a-4b17-9818-119115872464 2026-07-14 09:52:31.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6866162e-f84a-4997-9dd1-d405b76b4d4e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: e8d8c982-619a-4b17-9818-119115872464 [pid: 8|app: 0|req: 498/1013] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:31 2026] DELETE /v2.0/networks/79d5a640-11c2-4aab-97b6-8c7cfb0de9f7 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1014] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:52:31 2026] PUT /v2.0/routers/9dc44bf7-4c3d-48c7-a7a4-b7c4dabbc35a/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1015] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:32 2026] GET /v2.0/security-groups?tenant_id=6c24d3b95c924791bcc1988bd5a803a4&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1016] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:32 2026] DELETE /v2.0/security-groups/d11ea4fc-85f5-4d0a-92ec-fcbdcf6e0411 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:52:32.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-793df531-616e-47f0-a2f4-0e689f49ad60 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 1c4e2bbf-02f3-4959-bab9-fa49c7745213 2026-07-14 09:52:32.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-793df531-616e-47f0-a2f4-0e689f49ad60 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 1c4e2bbf-02f3-4959-bab9-fa49c7745213 2026-07-14 09:52:32.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-793df531-616e-47f0-a2f4-0e689f49ad60 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 29026cd7-60d0-453c-a200-85cb710110da 2026-07-14 09:52:32.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-793df531-616e-47f0-a2f4-0e689f49ad60 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 29026cd7-60d0-453c-a200-85cb710110da [pid: 8|app: 0|req: 501/1017] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:32 2026] GET /v2.0/ports?device_id=9a8a9eb1-f0ca-4e42-917e-6057afdfbe48 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:52:33.128 7 INFO neutron.services.segments.plugin [-] Segment f140ec62-6dfc-488a-80a8-7a53963d7c88 resource provider aggregate not found 2026-07-14 09:52:33.134 7 INFO neutron.services.segments.plugin [-] Segment f140ec62-6dfc-488a-80a8-7a53963d7c88 resource provider aggregate not found 2026-07-14 09:52:33.152 7 INFO neutron.services.segments.plugin [-] Segment f140ec62-6dfc-488a-80a8-7a53963d7c88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f140ec62-6dfc-488a-80a8-7a53963d7c88 found for delete ", "request_id": "req-d2042d10-367a-473f-9800-aec3e4b34cdb"}]} 2026-07-14 09:52:33.152 7 INFO neutron.services.segments.plugin [-] Segment f140ec62-6dfc-488a-80a8-7a53963d7c88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f140ec62-6dfc-488a-80a8-7a53963d7c88 found for delete ", "request_id": "req-62c20c3e-ea8c-47b2-96e7-1a0dc973f1a4"}]} 2026-07-14 09:52:33.165 7 INFO neutron.db.l3_hamode_db [None req-793df531-616e-47f0-a2f4-0e689f49ad60 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] HA network abfdf471-b034-4fb3-9398-5b527889179e was deleted as no HA routers are present in tenant f2b2c895835c4cc68477d3e4f34e6527. [pid: 7|app: 0|req: 517/1018] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:32 2026] DELETE /v2.0/routers/9dc44bf7-4c3d-48c7-a7a4-b7c4dabbc35a => generated 0 bytes in 976 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1019] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:33 2026] DELETE /v2.0/subnets/20dfb419-2939-4e33-bfc3-953491d81456 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:52:33.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-49dae834-247f-4ac4-88f1-21bc299aadb7 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 4882ec9e-d093-43b1-9ac3-ad92ea94c30a 2026-07-14 09:52:33.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49dae834-247f-4ac4-88f1-21bc299aadb7 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 4882ec9e-d093-43b1-9ac3-ad92ea94c30a [pid: 7|app: 0|req: 518/1020] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:33 2026] DELETE /v2.0/networks/23369142-4637-441a-9806-666548904833 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:52:33.619 8 INFO neutron.services.segments.plugin [-] Segment 2bd81c0e-233d-4e6b-b0a6-d45261edb576 resource provider aggregate not found 2026-07-14 09:52:33.625 8 INFO neutron.services.segments.plugin [-] Segment 2bd81c0e-233d-4e6b-b0a6-d45261edb576 resource provider aggregate not found 2026-07-14 09:52:33.642 8 INFO neutron.services.segments.plugin [-] Segment 2bd81c0e-233d-4e6b-b0a6-d45261edb576 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd81c0e-233d-4e6b-b0a6-d45261edb576 found for delete ", "request_id": "req-b2543994-0492-4698-ba7c-77040bfa5cdf"}]} 2026-07-14 09:52:33.644 8 INFO neutron.services.segments.plugin [-] Segment 2bd81c0e-233d-4e6b-b0a6-d45261edb576 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd81c0e-233d-4e6b-b0a6-d45261edb576 found for delete ", "request_id": "req-41435f8b-6a21-4b94-8d5d-1b8b475a59a1"}]} [pid: 8|app: 0|req: 503/1021] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:33 2026] GET /v2.0/security-groups?tenant_id=f2b2c895835c4cc68477d3e4f34e6527&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: 519/1022] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:33 2026] DELETE /v2.0/security-groups/750b9aaf-5f07-4e8e-8628-a598db82dd33 => 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: 504/1023] 10.0.0.97 () {34 vars in 989 bytes} [Tue Jul 14 09:52:34 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 520/1024] 10.0.0.97 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:34 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:35.170 7 INFO neutron.services.segments.plugin [-] Segment d8659ae7-4e2c-4739-acd2-3247228cdfb2 resource provider aggregate not found 2026-07-14 09:52:35.202 7 INFO neutron.services.segments.plugin [-] Segment d8659ae7-4e2c-4739-acd2-3247228cdfb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8659ae7-4e2c-4739-acd2-3247228cdfb2 found for delete ", "request_id": "req-e1d7c935-4516-426b-92b2-21e868c7ddf0"}]} 2026-07-14 09:52:35.202 7 INFO neutron.services.segments.plugin [-] Segment d8659ae7-4e2c-4739-acd2-3247228cdfb2 resource provider aggregate not found 2026-07-14 09:52:35.221 7 INFO neutron.services.segments.plugin [-] Segment d8659ae7-4e2c-4739-acd2-3247228cdfb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8659ae7-4e2c-4739-acd2-3247228cdfb2 found for delete ", "request_id": "req-b52e1a64-499c-44b7-be1f-f4cb4d0ffb11"}]} 2026-07-14 09:52:35.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8475759-040d-4c24-9a2d-473a02d35924 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: aeb7ac67-c1e9-4140-b143-1a31a56bfb53 2026-07-14 09:52:35.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8475759-040d-4c24-9a2d-473a02d35924 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: aeb7ac67-c1e9-4140-b143-1a31a56bfb53 [pid: 8|app: 0|req: 505/1025] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:52:34 2026] PUT /v2.0/routers/fbed3688-d6e2-4369-89a9-ff70a4a8070c/remove_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:36.241 7 INFO neutron.db.segments_db [None req-33298351-ebfa-440f-b55f-fd827700abba 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment f2ea4023-cacf-40a4-bac7-ad1458daef3f of type vxlan for network 9905d790-7764-4c1a-9a2f-74d5d721f76f 2026-07-14 09:52:36.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bb929d2-3389-4ccd-9f34-227e4bbb9130 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 24f06daa-94a3-4359-8031-665955da641b 2026-07-14 09:52:36.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bb929d2-3389-4ccd-9f34-227e4bbb9130 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 24f06daa-94a3-4359-8031-665955da641b [pid: 7|app: 0|req: 521/1026] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:52:35 2026] POST /v2.0/networks => generated 728 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:36.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bb929d2-3389-4ccd-9f34-227e4bbb9130 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: f31cb2bd-2785-4875-a3d9-384dc6383209 2026-07-14 09:52:36.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bb929d2-3389-4ccd-9f34-227e4bbb9130 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: f31cb2bd-2785-4875-a3d9-384dc6383209 [pid: 7|app: 0|req: 522/1027] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:36 2026] POST /v2.0/subnets => generated 694 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:36.679 7 INFO neutron.db.segments_db [None req-4911300c-2955-4f1e-9760-e31d0d1ae830 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment fbff6a72-336e-4476-8abd-df2fdfe8e677 of type vxlan for network 6afc9bd3-c6e5-4afa-b78a-bcd559577862 2026-07-14 09:52:36.966 8 INFO neutron.services.segments.plugin [-] Segment bb569c12-cee9-4030-9eb6-e5e8d059deb8 resource provider aggregate not found 2026-07-14 09:52:36.977 8 INFO neutron.services.segments.plugin [-] Segment bb569c12-cee9-4030-9eb6-e5e8d059deb8 resource provider aggregate not found 2026-07-14 09:52:36.982 7 INFO neutron.db.l3_hamode_db [None req-4911300c-2955-4f1e-9760-e31d0d1ae830 6a1bf8bfc5bf4bb3b10af50d94c5ef64 4fd6069c408743938509a66e15f5f2fc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:52:36.994 8 INFO neutron.services.segments.plugin [-] Segment bb569c12-cee9-4030-9eb6-e5e8d059deb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb569c12-cee9-4030-9eb6-e5e8d059deb8 found for delete ", "request_id": "req-1f8c66f0-4560-49df-9562-a69c8a204157"}]} 2026-07-14 09:52:37.000 8 INFO neutron.services.segments.plugin [-] Segment bb569c12-cee9-4030-9eb6-e5e8d059deb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb569c12-cee9-4030-9eb6-e5e8d059deb8 found for delete ", "request_id": "req-6dc6d6a9-b6b7-454b-b181-83d8cff8ce71"}]} 2026-07-14 09:52:37.007 8 INFO neutron.db.l3_hamode_db [None req-5bb929d2-3389-4ccd-9f34-227e4bbb9130 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] HA network a955254e-44b7-49d6-bdca-f0a87036e119 was deleted as no HA routers are present in tenant 4a89e47268324d6a8d607edf852a6efa. [pid: 8|app: 0|req: 506/1028] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:36 2026] DELETE /v2.0/routers/fbed3688-d6e2-4369-89a9-ff70a4a8070c => generated 0 bytes in 972 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1029] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:37 2026] DELETE /v2.0/subnets/f4398e53-982f-4496-93d1-6eadb09f80e9 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:52:37.266 8 INFO neutron_taas.services.taas.taas_plugin [None req-933a3ea2-5510-48d1-845a-bd2917446d33 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 1429caac-7f04-4d20-b008-513a790b6bce 2026-07-14 09:52:37.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-933a3ea2-5510-48d1-845a-bd2917446d33 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 1429caac-7f04-4d20-b008-513a790b6bce [pid: 8|app: 0|req: 508/1030] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:37 2026] DELETE /v2.0/networks/7269e870-c4e7-4c3e-ab63-46618bbf2856 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1031] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:37 2026] GET /v2.0/security-groups?tenant_id=4a89e47268324d6a8d607edf852a6efa&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:52:37.775 7 INFO neutron.db.l3_hamode_db [None req-4911300c-2955-4f1e-9760-e31d0d1ae830 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 510/1032] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:37 2026] DELETE /v2.0/security-groups/95782245-2b11-486c-866e-819600c55f72 => 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: 511/1033] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:38 2026] GET /v2.0/security-groups?tenant_id=f7c6313ac8e649d5ac79c91070d849f1&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: 512/1034] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:38 2026] DELETE /v2.0/security-groups/1b0c2e01-5fee-4cb7-a066-ce635b383d40 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1035] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:36 2026] POST /v2.0/routers => generated 734 bytes in 2150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:39.024 8 INFO neutron.services.segments.plugin [-] Segment 39b9a55a-ee4b-47ad-a820-d7cb7e1780b0 resource provider aggregate not found 2026-07-14 09:52:39.031 8 INFO neutron.services.segments.plugin [-] Segment 39b9a55a-ee4b-47ad-a820-d7cb7e1780b0 resource provider aggregate not found 2026-07-14 09:52:39.054 8 INFO neutron.services.segments.plugin [-] Segment 39b9a55a-ee4b-47ad-a820-d7cb7e1780b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39b9a55a-ee4b-47ad-a820-d7cb7e1780b0 found for delete ", "request_id": "req-9b87fe95-be3d-4fd3-b3c2-ebe801c42794"}]} 2026-07-14 09:52:39.057 8 INFO neutron.services.segments.plugin [-] Segment 39b9a55a-ee4b-47ad-a820-d7cb7e1780b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39b9a55a-ee4b-47ad-a820-d7cb7e1780b0 found for delete ", "request_id": "req-353c912d-a4cc-427c-9a84-2f7d74f69d77"}]} [pid: 7|app: 0|req: 524/1036] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:38 2026] GET /v2.0/security-groups?tenant_id=e34305c0814d4433bf13093f496960c3&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1037] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:39 2026] DELETE /v2.0/security-groups/4bfeb34e-7cf7-4175-9297-88035efa8d2e => 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: 513/1038] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:52:38 2026] PUT /v2.0/routers/18290ff0-04d0-4f10-9509-4801bfa65f31/add_router_interface => generated 309 bytes in 1390 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1039] 10.0.0.2 () {34 vars in 683 bytes} [Tue Jul 14 09:52:40 2026] POST /v2.0/security-groups => generated 1660 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1040] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:52:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1041] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:52:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:41.273 8 INFO neutron.db.segments_db [None req-76134f78-5e96-4583-8eb9-a6acdf55c3f1 15abcfef1e32455c900a14dc6c3318e5 6c8a5c61fa084823b4729010921532e8 - - default default] Added segment 551cf4ef-b466-49b1-85c4-59ecdeded78d of type vxlan for network b7af759b-fccd-47d4-99fa-1621d452fc2b [pid: 8|app: 0|req: 514/1042] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:52:40 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: 529/1043] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:52:41 2026] POST /v2.0/floatingips => generated 552 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1046] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:41 2026] POST /v2.0/subnets => generated 673 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:42.151 7 INFO neutron.db.segments_db [None req-d09cf86b-8f0e-4889-b8f8-89846437d547 15abcfef1e32455c900a14dc6c3318e5 6c8a5c61fa084823b4729010921532e8 - - default default] Added segment 7d782d9c-92b4-40f5-ac1b-66df91cbc2bb of type vxlan for network 879de82a-07f0-4701-afeb-dee40bd37dc7 [pid: 7|app: 0|req: 532/1047] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:52:42 2026] POST /v2.0/networks => generated 629 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1048] 10.0.0.2 () {34 vars in 741 bytes} [Tue Jul 14 09:52:42 2026] PUT /v2.0/networks/879de82a-07f0-4701-afeb-dee40bd37dc7 => generated 592 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1049] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:42 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1050] 10.0.0.2 () {34 vars in 739 bytes} [Tue Jul 14 09:52:42 2026] PUT /v2.0/subnets/506df4b6-7db0-4946-b0f9-8dd22e9a0281 => generated 656 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:43.044 7 INFO neutron.services.segments.plugin [-] Segment 7d782d9c-92b4-40f5-ac1b-66df91cbc2bb resource provider aggregate not found 2026-07-14 09:52:43.049 7 INFO neutron.services.segments.plugin [-] Segment 7d782d9c-92b4-40f5-ac1b-66df91cbc2bb resource provider aggregate not found 2026-07-14 09:52:43.078 7 INFO neutron.services.segments.plugin [-] Segment 7d782d9c-92b4-40f5-ac1b-66df91cbc2bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d782d9c-92b4-40f5-ac1b-66df91cbc2bb found for delete ", "request_id": "req-723668c4-89d2-4a31-9118-7cf22e4f94d5"}]} 2026-07-14 09:52:43.082 7 INFO neutron.services.segments.plugin [-] Segment 7d782d9c-92b4-40f5-ac1b-66df91cbc2bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d782d9c-92b4-40f5-ac1b-66df91cbc2bb found for delete ", "request_id": "req-31f6d208-edfe-4fd4-a3ad-61b3e10dc124"}]} [pid: 7|app: 0|req: 534/1051] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:42 2026] DELETE /v2.0/networks/879de82a-07f0-4701-afeb-dee40bd37dc7 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:52:43.114 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ef55241-3153-4856-ac1f-f999b34a7997 15abcfef1e32455c900a14dc6c3318e5 6c8a5c61fa084823b4729010921532e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 518/1052] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:43 2026] DELETE /v2.0/networks/879de82a-07f0-4701-afeb-dee40bd37dc7 => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1053] 10.0.0.2 () {32 vars in 692 bytes} [Tue Jul 14 09:52:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1054] 10.0.0.2 () {32 vars in 740 bytes} [Tue Jul 14 09:52:43 2026] GET /v2.0/subnets?network_id=8a81c26e-a1ea-4728-86af-44d675351634 => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1055] 10.0.0.2 () {32 vars in 651 bytes} [Tue Jul 14 09:52:43 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: 520/1056] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 09:52:43 2026] GET /v2.0/networks => generated 1313 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1057] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:52:43 2026] GET /v2.0/subnets => generated 1312 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1058] 10.0.0.2 () {32 vars in 721 bytes} [Tue Jul 14 09:52:43 2026] GET /v2.0/networks/b7af759b-fccd-47d4-99fa-1621d452fc2b => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1059] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:52:43 2026] GET /v2.0/subnets/3a9657fd-1343-452b-8e85-55789b681d4f => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:43.450 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db1aec5c-5111-4a5c-b470-dbbf92ac787e 15abcfef1e32455c900a14dc6c3318e5 6c8a5c61fa084823b4729010921532e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 522/1060] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:43 2026] DELETE /v2.0/subnets/506df4b6-7db0-4946-b0f9-8dd22e9a0281 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:52:43.467 7 INFO neutron.pecan_wsgi.hooks.translation [None req-add41597-b482-4c23-b702-18dc9689d4d0 15abcfef1e32455c900a14dc6c3318e5 6c8a5c61fa084823b4729010921532e8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 539/1061] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:43 2026] DELETE /v2.0/networks/879de82a-07f0-4701-afeb-dee40bd37dc7 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1062] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:43 2026] DELETE /v2.0/subnets/3a9657fd-1343-452b-8e85-55789b681d4f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1063] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:43 2026] DELETE /v2.0/networks/b7af759b-fccd-47d4-99fa-1621d452fc2b => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1064] 10.0.0.51 () {34 vars in 1099 bytes} [Tue Jul 14 09:52:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1362760361&fields=id&tenant_id=4fd6069c408743938509a66e15f5f2fc => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1065] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:52:44 2026] GET /v2.0/networks?id=9905d790-7764-4c1a-9a2f-74d5d721f76f => generated 679 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1066] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:52:44 2026] GET /v2.0/quotas/4fd6069c408743938509a66e15f5f2fc => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1067] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:52:44 2026] GET /v2.0/ports?tenant_id=4fd6069c408743938509a66e15f5f2fc&fields=id => generated 103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1068] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:44 2026] GET /v2.0/security-groups?tenant_id=6c8a5c61fa084823b4729010921532e8&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1069] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:52:44 2026] GET /v2.0/networks/9905d790-7764-4c1a-9a2f-74d5d721f76f?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: 529/1070] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:52:44 2026] GET /v2.0/networks/9905d790-7764-4c1a-9a2f-74d5d721f76f?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: 542/1071] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:44 2026] DELETE /v2.0/security-groups/d63206b6-d823-4dd4-b04a-19c921ea7a6c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1072] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:44 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:52:45.101 7 INFO neutron.services.segments.plugin [-] Segment 551cf4ef-b466-49b1-85c4-59ecdeded78d resource provider aggregate not found 2026-07-14 09:52:45.108 7 INFO neutron.services.segments.plugin [-] Segment 551cf4ef-b466-49b1-85c4-59ecdeded78d resource provider aggregate not found 2026-07-14 09:52:45.116 7 INFO neutron.services.segments.plugin [-] Segment 551cf4ef-b466-49b1-85c4-59ecdeded78d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 551cf4ef-b466-49b1-85c4-59ecdeded78d found for delete ", "request_id": "req-123dcd7b-aaaf-4faa-b93d-d20643926aee"}]} 2026-07-14 09:52:45.123 7 INFO neutron.services.segments.plugin [-] Segment 551cf4ef-b466-49b1-85c4-59ecdeded78d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 551cf4ef-b466-49b1-85c4-59ecdeded78d found for delete ", "request_id": "req-0bfaee08-a261-41aa-ac6a-27be9e17d188"}]} [pid: 7|app: 0|req: 543/1073] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:45 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1074] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:45 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1075] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:45 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1076] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:45 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1077] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:46 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:52:46.776 8 INFO neutron.db.segments_db [None req-c4edfaba-4135-4356-81a2-61190d04b7f2 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] Added segment d5cac5fc-4afc-471a-be55-ce585c73785c of type vxlan for network 3e6bbcb4-9e37-426d-bd22-2b6dfe7570f9 [pid: 7|app: 0|req: 546/1078] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:46 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1079] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:52:46 2026] POST /v2.0/networks => generated 627 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1080] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:46 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&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: 548/1081] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:47 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => 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: 534/1082] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:52:46 2026] POST /v2.0/ports => generated 778 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:47.276 7 INFO neutron.db.segments_db [None req-2eafb232-4055-47ac-832d-45b1ff523369 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] Added segment 776f52c7-0112-4dd2-94e7-9ae3865084e7 of type vxlan for network 1968b799-d7ff-41eb-b049-18fe96f960a0 [pid: 7|app: 0|req: 549/1083] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:52:47 2026] POST /v2.0/networks => generated 616 bytes in 149 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: 535/1084] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:47 2026] POST /v2.0/subnets => generated 646 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1085] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:52:47 2026] POST /v2.0/ports => generated 962 bytes in 394 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: 536/1086] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:47 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1087] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:48 2026] GET /v2.0/security-groups?id=060bea03-69a1-4d8d-93cd-e04ee67772d5&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:48.122 7 INFO neutron_taas.services.taas.taas_plugin [None req-545ca39d-933a-4502-9e82-dbc0cd14dd4f b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] TaaS: Handle Delete Port: 3d9cf65b-6dd1-4505-a621-b4c74d45ddcf 2026-07-14 09:52:48.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-545ca39d-933a-4502-9e82-dbc0cd14dd4f b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] Tap Mirror: Handle Delete Port: 3d9cf65b-6dd1-4505-a621-b4c74d45ddcf [pid: 7|app: 0|req: 551/1088] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:52:48 2026] DELETE /v2.0/ports/3d9cf65b-6dd1-4505-a621-b4c74d45ddcf => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:52:48.266 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e43d9cd-6b01-4bbe-8739-131486dda5e0 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 538/1089] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:52:48 2026] DELETE /v2.0/ports/3d9cf65b-6dd1-4505-a621-b4c74d45ddcf => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:52:48.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bca0d67f-652b-4742-9d97-ed520c4d1573 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 552/1090] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:52:48 2026] GET /v2.0/ports/3d9cf65b-6dd1-4505-a621-b4c74d45ddcf => 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: 539/1091] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:48 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => 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: 553/1092] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:52:48 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:48.443 7 INFO neutron_taas.services.taas.taas_plugin [req-08ae16b5-06b1-4a32-a1bf-4d89cf751a3a req-ec78cf5d-0eae-40a4-b68c-6ecf73545553 5edc57a51ca542c0939d1a913df71873 96cacf5d65974130a8962fa7170a82f6 - - default default] TaaS: Handle Delete Port: 36a37d90-b708-494f-97d5-92b55abf05ea [pid: 8|app: 0|req: 540/1093] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:48 2026] DELETE /v2.0/subnets/872b6c45-053e-4009-b15c-f026c1be87a2 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:52:48.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-08ae16b5-06b1-4a32-a1bf-4d89cf751a3a req-ec78cf5d-0eae-40a4-b68c-6ecf73545553 5edc57a51ca542c0939d1a913df71873 96cacf5d65974130a8962fa7170a82f6 - - default default] Tap Mirror: Handle Delete Port: 36a37d90-b708-494f-97d5-92b55abf05ea 2026-07-14 09:52:48.560 8 INFO neutron.services.segments.plugin [-] Segment 776f52c7-0112-4dd2-94e7-9ae3865084e7 resource provider aggregate not found 2026-07-14 09:52:48.566 8 INFO neutron.services.segments.plugin [-] Segment 776f52c7-0112-4dd2-94e7-9ae3865084e7 resource provider aggregate not found 2026-07-14 09:52:48.576 7 INFO neutron.db.l3_db [req-08ae16b5-06b1-4a32-a1bf-4d89cf751a3a req-ec78cf5d-0eae-40a4-b68c-6ecf73545553 5edc57a51ca542c0939d1a913df71873 96cacf5d65974130a8962fa7170a82f6 - - default default] Floating IP d6b5920c-5281-40b2-bcaf-4d8b665164cb disassociated. External IP: 10.96.250.213, port: 36a37d90-b708-494f-97d5-92b55abf05ea. 2026-07-14 09:52:48.579 8 INFO neutron.services.segments.plugin [-] Segment 776f52c7-0112-4dd2-94e7-9ae3865084e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 776f52c7-0112-4dd2-94e7-9ae3865084e7 found for delete ", "request_id": "req-1a7221ac-1a56-4079-b29b-9e1bf5fadd08"}]} 2026-07-14 09:52:48.584 8 INFO neutron.services.segments.plugin [-] Segment 776f52c7-0112-4dd2-94e7-9ae3865084e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 776f52c7-0112-4dd2-94e7-9ae3865084e7 found for delete ", "request_id": "req-5ad9bc69-809f-43a8-85e5-e87dc7548408"}]} [pid: 8|app: 0|req: 541/1094] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:48 2026] DELETE /v2.0/networks/1968b799-d7ff-41eb-b049-18fe96f960a0 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:52:48.652 8 INFO neutron.db.segments_db [None req-cee2e6a2-3721-419a-8ce4-17997cdbd653 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] Added segment 2c001d6d-02b5-4094-8261-3a49e982b1ba of type vxlan for network 15f14f52-9dd7-49df-ad79-c24eff3de617 [pid: 8|app: 0|req: 542/1095] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:52:48 2026] POST /v2.0/networks => generated 616 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1096] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:52:48 2026] DELETE /v2.0/ports/36a37d90-b708-494f-97d5-92b55abf05ea => generated 0 bytes in 601 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1097] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:48 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:48.982 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b42f6a4-570e-4f6f-a549-5a376900f93c'] response: {'server_uuid': 'a7ded801-662f-4cd6-9d44-099e09da2d88', 'name': 'network-vif-deleted', 'tag': '36a37d90-b708-494f-97d5-92b55abf05ea', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 544/1098] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:49 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 555/1099] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:52:48 2026] POST /v2.0/ports => generated 927 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1100] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:52:49 2026] GET /v2.0/networks?id=9905d790-7764-4c1a-9a2f-74d5d721f76f => generated 679 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1101] 199.19.213.177 () {34 vars in 1050 bytes} [Tue Jul 14 09:52:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4fd6069c408743938509a66e15f5f2fc => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:49.425 7 INFO neutron_taas.services.taas.taas_plugin [None req-17028be0-b51c-44e1-ac31-b71c2c1fadc1 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] TaaS: Handle Delete Port: ff827143-f8a5-4bb0-b61e-42b518c7b1ad 2026-07-14 09:52:49.429 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17028be0-b51c-44e1-ac31-b71c2c1fadc1 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] Tap Mirror: Handle Delete Port: ff827143-f8a5-4bb0-b61e-42b518c7b1ad [pid: 7|app: 0|req: 556/1102] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:52:49 2026] DELETE /v2.0/ports/ff827143-f8a5-4bb0-b61e-42b518c7b1ad => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1103] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:49 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:52:49.564 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97281982-e448-47af-8692-c0ebe18522f5 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 558/1104] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:52:49 2026] GET /v2.0/ports/ff827143-f8a5-4bb0-b61e-42b518c7b1ad => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1105] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:49 2026] DELETE /v2.0/subnets/213f6144-11ac-4096-8906-4dac72f0dd9f => 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: 547/1106] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:52:49 2026] POST /v2.0/ports => generated 954 bytes in 375 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-07-14 09:52:49.821 7 INFO neutron.services.segments.plugin [-] Segment 2c001d6d-02b5-4094-8261-3a49e982b1ba resource provider aggregate not found 2026-07-14 09:52:49.840 7 INFO neutron.services.segments.plugin [-] Segment 2c001d6d-02b5-4094-8261-3a49e982b1ba resource provider aggregate not found 2026-07-14 09:52:49.849 7 INFO neutron.services.segments.plugin [-] Segment 2c001d6d-02b5-4094-8261-3a49e982b1ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c001d6d-02b5-4094-8261-3a49e982b1ba found for delete ", "request_id": "req-bbbb4118-03fd-4c90-8a0f-80a801f44d6e"}]} 2026-07-14 09:52:49.862 7 INFO neutron.services.segments.plugin [-] Segment 2c001d6d-02b5-4094-8261-3a49e982b1ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c001d6d-02b5-4094-8261-3a49e982b1ba found for delete ", "request_id": "req-10d7a589-3fe4-4b51-b94a-72a514457230"}]} [pid: 7|app: 0|req: 560/1107] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:49 2026] DELETE /v2.0/networks/15f14f52-9dd7-49df-ad79-c24eff3de617 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1108] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:52:49 2026] POST /v2.0/ports => generated 779 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 548/1109] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:52:49 2026] PUT /v2.0/ports/a37887ac-4540-4b56-8b22-226ef04144ed => generated 1235 bytes in 508 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-07-14 09:52:50.293 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7dbd2ef-38a9-4fd9-90ef-950e535ccbd5'] response: {'name': 'network-changed', 'server_uuid': '5dfa993d-2c16-4016-891b-48b6e0c68a99', 'tag': 'a37887ac-4540-4b56-8b22-226ef04144ed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 549/1110] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:50 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 562/1111] 10.0.0.2 () {34 vars in 735 bytes} [Tue Jul 14 09:52:50 2026] PUT /v2.0/ports/71f7410f-513c-4a1c-8a39-1c75f0e30982 => generated 752 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:50.482 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4a1a3d8-dd42-47d1-b031-77e81715a2bb b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] TaaS: Handle Delete Port: 71f7410f-513c-4a1c-8a39-1c75f0e30982 2026-07-14 09:52:50.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4a1a3d8-dd42-47d1-b031-77e81715a2bb b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] Tap Mirror: Handle Delete Port: 71f7410f-513c-4a1c-8a39-1c75f0e30982 [pid: 8|app: 0|req: 550/1112] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:52:50 2026] DELETE /v2.0/ports/71f7410f-513c-4a1c-8a39-1c75f0e30982 => generated 0 bytes in 231 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: 563/1113] 10.0.0.2 () {32 vars in 641 bytes} [Tue Jul 14 09:52:50 2026] GET /v2.0/ports => generated 781 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:50.658 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8b723b0-3682-4387-b960-9229e177bc92 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 564/1114] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:52:50 2026] GET /v2.0/ports/71f7410f-513c-4a1c-8a39-1c75f0e30982 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1115] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:50 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1116] 10.0.0.2 () {32 vars in 641 bytes} [Tue Jul 14 09:52:50 2026] GET /v2.0/ports => generated 781 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1117] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:50 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&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: 566/1118] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:52:50 2026] GET /v2.0/ports/138138f6-b942-41cd-a327-3c6f7c42f627 => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:50.775 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6683a6c-adab-47b5-84a6-f8dedcae9907 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 553/1119] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:52:50 2026] DELETE /v2.0/ports/ff827143-f8a5-4bb0-b61e-42b518c7b1ad => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:52:50.800 7 INFO neutron.pecan_wsgi.hooks.translation [None req-028ae52a-4e56-4330-acd0-703aa64e55a0 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 567/1120] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:50 2026] DELETE /v2.0/subnets/213f6144-11ac-4096-8906-4dac72f0dd9f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:52:50.821 7 INFO neutron.pecan_wsgi.hooks.translation [None req-544de405-4222-431b-995f-95588b15b9f9 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 568/1121] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:50 2026] DELETE /v2.0/subnets/872b6c45-053e-4009-b15c-f026c1be87a2 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1122] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:52:50 2026] GET /v2.0/ports?tenant_id=4fd6069c408743938509a66e15f5f2fc&device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => 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: 555/1123] 199.19.213.177 () {34 vars in 1018 bytes} [Tue Jul 14 09:52:50 2026] GET /v2.0/networks?tenant_id=4fd6069c408743938509a66e15f5f2fc&shared=False => generated 775 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:50.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f2c441f-0805-4428-83a9-81333e4bee42 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] TaaS: Handle Delete Port: 138138f6-b942-41cd-a327-3c6f7c42f627 2026-07-14 09:52:50.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f2c441f-0805-4428-83a9-81333e4bee42 b04e90493f64431e93206c933dbfd674 da7892be53354382b2e97825e3460b63 - - default default] Tap Mirror: Handle Delete Port: 138138f6-b942-41cd-a327-3c6f7c42f627 [pid: 8|app: 0|req: 556/1124] 199.19.213.177 () {34 vars in 930 bytes} [Tue Jul 14 09:52:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1125] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:52:50 2026] DELETE /v2.0/ports/138138f6-b942-41cd-a327-3c6f7c42f627 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1126] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:51 2026] DELETE /v2.0/networks/3e6bbcb4-9e37-426d-bd22-2b6dfe7570f9 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1127] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:50 2026] GET /v2.0/security-groups?tenant_id=61216040a7f941228e108f50aaa6f70c&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1128] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:51 2026] DELETE /v2.0/security-groups/d3286221-6782-49b9-8ffe-973c89d740c9 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1129] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:51 2026] GET /v2.0/ports?device_id=a7ded801-662f-4cd6-9d44-099e09da2d88 => 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: 572/1130] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:51 2026] GET /v2.0/security-groups?tenant_id=da7892be53354382b2e97825e3460b63&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1131] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:51 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1132] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:51 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&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-07-14 09:52:51.875 7 INFO neutron.services.segments.plugin [-] Segment d5cac5fc-4afc-471a-be55-ce585c73785c resource provider aggregate not found 2026-07-14 09:52:51.892 7 INFO neutron.services.segments.plugin [-] Segment d5cac5fc-4afc-471a-be55-ce585c73785c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5cac5fc-4afc-471a-be55-ce585c73785c found for delete ", "request_id": "req-5f8a7e8f-adce-4a0e-b1c7-91aa639045c9"}]} 2026-07-14 09:52:51.897 7 INFO neutron.services.segments.plugin [-] Segment d5cac5fc-4afc-471a-be55-ce585c73785c resource provider aggregate not found 2026-07-14 09:52:51.922 7 INFO neutron.services.segments.plugin [-] Segment d5cac5fc-4afc-471a-be55-ce585c73785c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5cac5fc-4afc-471a-be55-ce585c73785c found for delete ", "request_id": "req-0c846c8d-768a-4d5c-87d4-f74f82523220"}]} [pid: 7|app: 0|req: 573/1133] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:51 2026] DELETE /v2.0/security-groups/ee59363b-8cc6-41ff-a815-2124d0fa05f9 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1134] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:52:51 2026] GET /v2.0/ports?tenant_id=4fd6069c408743938509a66e15f5f2fc&device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1135] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:52:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a37887ac-4540-4b56-8b22-226ef04144ed => 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: 562/1136] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:52:52 2026] GET /v2.0/subnets?id=e1ab7e2d-0218-40f5-9f75-8c0d79c89020 => generated 697 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1137] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:52:52 2026] GET /v2.0/ports?network_id=9905d790-7764-4c1a-9a2f-74d5d721f76f&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1138] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:52:52 2026] GET /v2.0/networks/9905d790-7764-4c1a-9a2f-74d5d721f76f?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1139] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:52:52 2026] GET /v2.0/networks/9905d790-7764-4c1a-9a2f-74d5d721f76f?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: 564/1140] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:52 2026] DELETE /v2.0/security-groups/060bea03-69a1-4d8d-93cd-e04ee67772d5 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:52:52.603 7 INFO neutron.api.v2.resource [None req-d06748d1-dbf1-4973-a19a-a15b636cd9da 5edc57a51ca542c0939d1a913df71873 96cacf5d65974130a8962fa7170a82f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 577/1141] 10.0.0.2 () {32 vars in 735 bytes} [Tue Jul 14 09:52:52 2026] GET /v2.0/security-groups/060bea03-69a1-4d8d-93cd-e04ee67772d5 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:52:52.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-f712b548-d8b2-49bc-a47c-5adeb6973251 5edc57a51ca542c0939d1a913df71873 96cacf5d65974130a8962fa7170a82f6 - - default default] TaaS: Handle Delete Port: f2505336-9e99-46cc-a0e2-1eeda21f5ebd 2026-07-14 09:52:52.718 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f712b548-d8b2-49bc-a47c-5adeb6973251 5edc57a51ca542c0939d1a913df71873 96cacf5d65974130a8962fa7170a82f6 - - default default] Tap Mirror: Handle Delete Port: f2505336-9e99-46cc-a0e2-1eeda21f5ebd [pid: 8|app: 0|req: 565/1142] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:52:52 2026] DELETE /v2.0/floatingips/d6b5920c-5281-40b2-bcaf-4d8b665164cb => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1143] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:52 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1144] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:52 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:53.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-b808135f-5942-4902-9af5-d0e54b7e669d 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: f3528202-8492-46f3-b99a-f0b1ba1c1ade 2026-07-14 09:52:53.367 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b808135f-5942-4902-9af5-d0e54b7e669d 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: f3528202-8492-46f3-b99a-f0b1ba1c1ade [pid: 7|app: 0|req: 578/1145] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:52:52 2026] PUT /v2.0/routers/89f25adf-ea28-41b3-9561-66fb7c3e1959/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:54.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c3c226c-6c2c-47e1-8d38-c11530a2578e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 552d0b27-a2eb-4114-875b-5d3621c74a74 2026-07-14 09:52:54.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c3c226c-6c2c-47e1-8d38-c11530a2578e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 552d0b27-a2eb-4114-875b-5d3621c74a74 [pid: 7|app: 0|req: 579/1146] 10.0.0.2 () {34 vars in 682 bytes} [Tue Jul 14 09:52:53 2026] POST /v2.0/security-groups => generated 1625 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1147] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:54 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:54.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c3c226c-6c2c-47e1-8d38-c11530a2578e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: a2895c5f-edc7-41d0-a9d8-347e033c67a7 2026-07-14 09:52:54.370 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c3c226c-6c2c-47e1-8d38-c11530a2578e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: a2895c5f-edc7-41d0-a9d8-347e033c67a7 2026-07-14 09:52:54.514 7 INFO neutron.db.segments_db [None req-d1ed9246-cb03-4b1f-8c47-e0400e67529d 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Added segment 15c57794-ad32-4a06-8270-30c08faf1c92 of type vxlan for network 0e2be164-a6c6-470e-81cf-2e42bbd34dab [pid: 7|app: 0|req: 581/1148] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:52:54 2026] POST /v2.0/networks => generated 613 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1149] 10.0.0.2 () {32 vars in 661 bytes} [Tue Jul 14 09:52:54 2026] GET /v2.0/security-groups => generated 4530 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1150] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:54 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:54.663 7 INFO neutron.db.segments_db [None req-26b661fc-c2e6-453a-a465-d6f7188bfa93 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Added segment 36e450b5-b5d0-4cfa-963d-eccc2ea0b70a of type vxlan for network 6b0e4824-22f3-42e4-8aa0-ad6affc28bb9 2026-07-14 09:52:54.737 8 INFO neutron.services.segments.plugin [-] Segment c54ce5b3-b472-4a28-956a-328c2efb037c resource provider aggregate not found 2026-07-14 09:52:54.746 8 INFO neutron.services.segments.plugin [-] Segment c54ce5b3-b472-4a28-956a-328c2efb037c resource provider aggregate not found 2026-07-14 09:52:54.752 8 INFO neutron.services.segments.plugin [-] Segment c54ce5b3-b472-4a28-956a-328c2efb037c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c54ce5b3-b472-4a28-956a-328c2efb037c found for delete ", "request_id": "req-3794b5c3-5fc3-4ae8-aa15-a9db5694fb8e"}]} 2026-07-14 09:52:54.764 8 INFO neutron.services.segments.plugin [-] Segment c54ce5b3-b472-4a28-956a-328c2efb037c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c54ce5b3-b472-4a28-956a-328c2efb037c found for delete ", "request_id": "req-7759318b-361f-41a7-8560-3eae1766cab6"}]} 2026-07-14 09:52:54.768 8 INFO neutron.db.l3_hamode_db [None req-0c3c226c-6c2c-47e1-8d38-c11530a2578e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] HA network a15129f5-c7ab-4844-8325-dbe8a0315af4 was deleted as no HA routers are present in tenant 96cacf5d65974130a8962fa7170a82f6. [pid: 8|app: 0|req: 568/1151] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:53 2026] DELETE /v2.0/routers/89f25adf-ea28-41b3-9561-66fb7c3e1959 => generated 0 bytes in 941 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1152] 10.0.0.2 () {34 vars in 756 bytes} [Tue Jul 14 09:52:54 2026] PUT /v2.0/security-groups/48159b53-20fa-4b91-8114-95a9a6b237e8 => generated 1663 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:52:54.964 7 INFO neutron.db.l3_hamode_db [None req-26b661fc-c2e6-453a-a465-d6f7188bfa93 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 570/1153] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:52:54 2026] DELETE /v2.0/subnets/387f6341-9e25-4b4c-9159-279bbd431c66 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1154] 10.0.0.2 () {32 vars in 735 bytes} [Tue Jul 14 09:52:55 2026] GET /v2.0/security-groups/48159b53-20fa-4b91-8114-95a9a6b237e8 => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:52:55.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ce69742-8436-4a40-a991-58ca7ee5f5f5 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 9f5a891b-4fe5-486b-8cb4-71cdfd8a64c4 2026-07-14 09:52:55.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ce69742-8436-4a40-a991-58ca7ee5f5f5 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 9f5a891b-4fe5-486b-8cb4-71cdfd8a64c4 [pid: 8|app: 0|req: 572/1155] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:52:55 2026] DELETE /v2.0/networks/079138dd-db71-429b-b4db-cfb405f515d9 => 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: 573/1156] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:55 2026] DELETE /v2.0/security-groups/48159b53-20fa-4b91-8114-95a9a6b237e8 => 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: 574/1157] 10.0.0.2 () {32 vars in 661 bytes} [Tue Jul 14 09:52:55 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:52:55.487 8 INFO neutron.api.v2.resource [None req-395a1e27-35e6-43f8-b119-a4dbfd7e86fa e1c5ef4c694b42b0a2f52fd422c5abee 21f76210f1614d01ba3fa23243b9bddb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 575/1158] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:55 2026] DELETE /v2.0/security-groups/48159b53-20fa-4b91-8114-95a9a6b237e8 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1159] 10.0.0.2 () {34 vars in 682 bytes} [Tue Jul 14 09:52:55 2026] POST /v2.0/security-groups => generated 1624 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1160] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:55 2026] GET /v2.0/security-groups?tenant_id=96cacf5d65974130a8962fa7170a82f6&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1161] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:52:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:55.778 7 INFO neutron.db.l3_hamode_db [None req-26b661fc-c2e6-453a-a465-d6f7188bfa93 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 579/1162] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:55 2026] DELETE /v2.0/security-groups/96dbd561-fd56-4154-ad64-64b6dbc71a6e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1163] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:55 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1164] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:52:56 2026] GET /v2.0/security-group-rules/a9d13a74-1238-4556-96ab-bc7297071177 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1165] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:56 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1166] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:52:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1167] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 09:52:56 2026] DELETE /v2.0/security-group-rules/a9d13a74-1238-4556-96ab-bc7297071177 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1168] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:52:56 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: 8|app: 0|req: 586/1169] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:52:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1170] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:52:56 2026] GET /v2.0/security-group-rules/62829f13-c2c2-4b43-b688-38a1bc3b0c79 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1171] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:52:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1172] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 09:52:56 2026] DELETE /v2.0/security-group-rules/62829f13-c2c2-4b43-b688-38a1bc3b0c79 => 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: 590/1173] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:52:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:52:56.668 8 INFO neutron.db.securitygroups_db [None req-b7d5675b-41ec-4c2e-8c3b-57a00847ea5b e1c5ef4c694b42b0a2f52fd422c5abee 21f76210f1614d01ba3fa23243b9bddb - - default default] Project 21f76210f1614d01ba3fa23243b9bddb 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/1174] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:52:56 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:52:56.779 8 INFO neutron.services.segments.plugin [-] Segment 0b14a30d-84cd-4420-9e75-64c0cf77cb54 resource provider aggregate not found [pid: 8|app: 0|req: 592/1175] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:52:56 2026] GET /v2.0/security-group-rules/8a1ff71f-a2cd-4928-97d6-f1ee63f8e1be => generated 607 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:52:56.797 8 INFO neutron.services.segments.plugin [-] Segment 0b14a30d-84cd-4420-9e75-64c0cf77cb54 resource provider aggregate not found 2026-07-14 09:52:56.803 8 INFO neutron.services.segments.plugin [-] Segment 0b14a30d-84cd-4420-9e75-64c0cf77cb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b14a30d-84cd-4420-9e75-64c0cf77cb54 found for delete ", "request_id": "req-70110070-69af-482e-b96d-d502bce82c4c"}]} 2026-07-14 09:52:56.828 8 INFO neutron.services.segments.plugin [-] Segment 0b14a30d-84cd-4420-9e75-64c0cf77cb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b14a30d-84cd-4420-9e75-64c0cf77cb54 found for delete ", "request_id": "req-64511c25-006d-4588-9dc1-ea1f3c84cbef"}]} [pid: 7|app: 0|req: 584/1176] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:54 2026] POST /v2.0/routers => generated 695 bytes in 2224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1177] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:52:56 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1178] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 09:52:56 2026] DELETE /v2.0/security-group-rules/8a1ff71f-a2cd-4928-97d6-f1ee63f8e1be => 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: 597/1181] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:52:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1182] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:57 2026] DELETE /v2.0/security-groups/5e45e8ee-6c00-4586-bac6-341a95abd73a => 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: 585/1183] 10.0.0.2 () {32 vars in 774 bytes} [Tue Jul 14 09:52:56 2026] GET /v2.0/subnets?project_id=5441c3d529664a768921eaaefe584138&cidr=10.100.0.0%2F28 => generated 14 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1184] 10.0.0.2 () {32 vars in 661 bytes} [Tue Jul 14 09:52:57 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: 599/1185] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:57 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => 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: 600/1186] 10.0.0.2 () {32 vars in 661 bytes} [Tue Jul 14 09:52:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1187] 10.0.0.2 () {32 vars in 692 bytes} [Tue Jul 14 09:52:57 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1188] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:57 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1189] 10.0.0.2 () {32 vars in 782 bytes} [Tue Jul 14 09:52:57 2026] GET /v2.0/subnets?network_id=8a81c26e-a1ea-4728-86af-44d675351634&cidr=10.100.0.0%2F28 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1190] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:52:57 2026] POST /v2.0/subnets => generated 657 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1191] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:52:57 2026] GET /v2.0/security-groups?tenant_id=21f76210f1614d01ba3fa23243b9bddb&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1192] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:52:57 2026] DELETE /v2.0/security-groups/4fc8c7f7-e842-4a75-8c27-b83d1a8dacc7 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1193] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:58 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1194] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:58 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&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: 589/1195] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:52:57 2026] PUT /v2.0/routers/a0d0abea-b9bc-4a25-996e-784a4ae8ce67/add_router_interface => generated 309 bytes in 1941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1196] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 09:52:59 2026] GET /v2.0/networks => generated 5063 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1197] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:52:59 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1198] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:52:59 2026] GET /v2.0/subnets => generated 3901 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1199] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:52:59 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&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/1200] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:52:59 2026] GET /v2.0/routers => generated 1468 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1201] 10.0.0.2 () {34 vars in 683 bytes} [Tue Jul 14 09:52:59 2026] POST /v2.0/security-groups => generated 1675 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1202] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1203] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:00 2026] POST /v2.0/security-group-rules => generated 596 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1204] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1205] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:53:00 2026] POST /v2.0/subnetpools => generated 547 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1206] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:00 2026] GET /v2.0/subnetpools/d155b43a-8583-4f91-bb26-602bc628be7b => generated 547 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1207] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1208] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:53:00 2026] PUT /v2.0/subnetpools/d155b43a-8583-4f91-bb26-602bc628be7b => generated 501 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:00.647 8 INFO neutron.db.securitygroups_db [None req-cd5ec238-4dda-4d57-868c-be0d23045c27 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Project 5441c3d529664a768921eaaefe584138 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: 596/1209] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:53:00 2026] DELETE /v2.0/subnetpools/d155b43a-8583-4f91-bb26-602bc628be7b => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:53:00.687 7 INFO neutron.api.v2.resource [None req-49f0479a-d985-4e83-a2ca-e7d197022ffe 825a069124b148bcbf349e68488ed24a 7dc4fe5d439741f6ac97c48666108fd0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 597/1210] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:00 2026] GET /v2.0/subnetpools/d155b43a-8583-4f91-bb26-602bc628be7b => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:53:00.705 7 INFO neutron.api.v2.resource [None req-181a0e8d-5a80-44db-9903-432798174d32 825a069124b148bcbf349e68488ed24a 7dc4fe5d439741f6ac97c48666108fd0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 598/1211] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:53:00 2026] DELETE /v2.0/subnetpools/d155b43a-8583-4f91-bb26-602bc628be7b => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1212] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:00 2026] POST /v2.0/security-group-rules => generated 607 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1213] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:00 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:00.826 8 INFO neutron.db.securitygroups_db [None req-5d860595-b9bf-4d66-8fca-539b9b6e9f40 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Project 5441c3d529664a768921eaaefe584138 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: 600/1214] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:00 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1215] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:00 2026] POST /v2.0/security-group-rules => generated 606 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1216] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 09:53:01 2026] GET /v2.0/networks => generated 1297 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1217] 10.0.0.51 () {34 vars in 1099 bytes} [Tue Jul 14 09:53:01 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1812208279&fields=id&tenant_id=5441c3d529664a768921eaaefe584138 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1218] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:01 2026] GET /v2.0/security-groups?tenant_id=7dc4fe5d439741f6ac97c48666108fd0&name=default => generated 2925 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1219] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:53:01 2026] GET /v2.0/networks?id=0e2be164-a6c6-470e-81cf-2e42bbd34dab => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1220] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:53:01 2026] GET /v2.0/quotas/5441c3d529664a768921eaaefe584138 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1221] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:01 2026] DELETE /v2.0/security-groups/f7fe539d-d8ea-4d5d-9bfc-704ac7f98493 => 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: 605/1222] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:53:01 2026] GET /v2.0/ports?tenant_id=5441c3d529664a768921eaaefe584138&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1223] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:01 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1224] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:53:02 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?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: 619/1225] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:02 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&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: 607/1226] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:53:02 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1227] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:02 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1228] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:02 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:02.661 7 INFO neutron.db.l3_db [None req-5757951f-eec5-4114-8b50-ea0924312fce 10b280cfb05b499083625aaf4644d801 4fd6069c408743938509a66e15f5f2fc - - default default] Floating IP 31a4a651-8d9a-4c23-8c01-803ce1864d7d associated. External IP: 10.96.250.212, port: a37887ac-4540-4b56-8b22-226ef04144ed. [pid: 7|app: 0|req: 608/1229] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:53:02 2026] PUT /v2.0/floatingips/31a4a651-8d9a-4c23-8c01-803ce1864d7d => generated 855 bytes in 794 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:03.039 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-66db5eee-4855-4905-8bd5-f4a8d46741f9'] response: {'name': 'network-changed', 'server_uuid': '5dfa993d-2c16-4016-891b-48b6e0c68a99', 'tag': 'a37887ac-4540-4b56-8b22-226ef04144ed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 622/1230] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1231] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&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: 623/1232] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => 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: 610/1233] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1234] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1235] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/ports?tenant_id=4fd6069c408743938509a66e15f5f2fc&device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1236] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/networks?id=9905d790-7764-4c1a-9a2f-74d5d721f76f => generated 775 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1237] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a37887ac-4540-4b56-8b22-226ef04144ed => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1238] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/subnets?id=e1ab7e2d-0218-40f5-9f75-8c0d79c89020 => generated 697 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1239] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/ports?network_id=9905d790-7764-4c1a-9a2f-74d5d721f76f&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1240] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/networks/9905d790-7764-4c1a-9a2f-74d5d721f76f?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1241] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/networks/9905d790-7764-4c1a-9a2f-74d5d721f76f?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: 628/1242] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:03 2026] GET /v2.0/security-groups?tenant_id=64bfc952f5a04b92b70ca1b7afc063dc&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1243] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:04 2026] DELETE /v2.0/security-groups/a1e991b1-8a5d-492c-b3b5-3fa14bec0f61 => 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: 629/1244] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:04 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => 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: 616/1245] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:04 2026] GET /v2.0/security-groups?tenant_id=16cfaf6ed3a94e928a036706783eee7e&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: 617/1246] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:04 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1247] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:04 2026] GET /v2.0/security-groups?tenant_id=091df9c606bc4e5a9b71cce24d548f51&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1248] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:04 2026] DELETE /v2.0/security-groups/88a580f9-3bab-4324-a81d-6bfac998ae3e => 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: 631/1249] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:04 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&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: 619/1250] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:04 2026] DELETE /v2.0/security-groups/17e8a4eb-7325-44a9-9c0c-67bbf4a7fcd7 => 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: 632/1251] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:05 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => 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: 620/1252] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:53:05 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1253] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:05 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1254] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:05 2026] GET /v2.0/security-groups?id=e3918854-6e2d-4560-87c2-bd4dded82730&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-07-14 09:53:06.010 7 INFO neutron_taas.services.taas.taas_plugin [req-888ddb60-ec48-4da4-bf4d-a4b122babfe9 req-0ea777e0-84ab-4e1e-9f5c-80f37f38712d 10b280cfb05b499083625aaf4644d801 4fd6069c408743938509a66e15f5f2fc - - default default] TaaS: Handle Delete Port: a37887ac-4540-4b56-8b22-226ef04144ed 2026-07-14 09:53:06.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-888ddb60-ec48-4da4-bf4d-a4b122babfe9 req-0ea777e0-84ab-4e1e-9f5c-80f37f38712d 10b280cfb05b499083625aaf4644d801 4fd6069c408743938509a66e15f5f2fc - - default default] Tap Mirror: Handle Delete Port: a37887ac-4540-4b56-8b22-226ef04144ed 2026-07-14 09:53:06.141 7 INFO neutron.db.l3_db [req-888ddb60-ec48-4da4-bf4d-a4b122babfe9 req-0ea777e0-84ab-4e1e-9f5c-80f37f38712d 10b280cfb05b499083625aaf4644d801 4fd6069c408743938509a66e15f5f2fc - - default default] Floating IP 31a4a651-8d9a-4c23-8c01-803ce1864d7d disassociated. External IP: 10.96.250.212, port: a37887ac-4540-4b56-8b22-226ef04144ed. [pid: 7|app: 0|req: 621/1255] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:53:05 2026] DELETE /v2.0/ports/a37887ac-4540-4b56-8b22-226ef04144ed => generated 0 bytes in 667 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:53:06.618 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-31655331-2ac1-4aa0-bc25-6375e4245d61'] response: {'server_uuid': '5dfa993d-2c16-4016-891b-48b6e0c68a99', 'name': 'network-vif-deleted', 'tag': 'a37887ac-4540-4b56-8b22-226ef04144ed', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 635/1256] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:53:06 2026] GET /v2.0/networks?id=0e2be164-a6c6-470e-81cf-2e42bbd34dab => generated 660 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1257] 199.19.213.177 () {34 vars in 1050 bytes} [Tue Jul 14 09:53:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5441c3d529664a768921eaaefe584138 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1258] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:06 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1259] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:53:06 2026] POST /v2.0/ports => generated 958 bytes in 389 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: 624/1260] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:07 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:07.116 8 INFO neutron.db.segments_db [None req-1873b424-4e95-49b3-940d-5fbe8e3a6fba 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 4f301101-1db1-4887-b0f9-42a467d109b9 of type vxlan for network 93b7ee0f-9636-4b30-8707-349b16b5dd65 [pid: 8|app: 0|req: 637/1261] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:53:06 2026] POST /v2.0/networks => generated 720 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1262] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:07 2026] POST /v2.0/subnets => generated 687 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:53:07.460 8 INFO neutron.db.segments_db [None req-4062f542-f130-4ce0-bf59-14c1307cdbcf 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment cde27752-22b8-4e28-978a-991e124696c2 of type vxlan for network 744ee321-6de7-4452-b7d1-b9b4995fcb3c [pid: 7|app: 0|req: 625/1263] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:53:07 2026] PUT /v2.0/ports/0654adaf-eaf3-43a0-a38c-a73a3462c49c => generated 1239 bytes in 426 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-07-14 09:53:07.758 8 INFO neutron.db.l3_hamode_db [None req-4062f542-f130-4ce0-bf59-14c1307cdbcf 6a1bf8bfc5bf4bb3b10af50d94c5ef64 75e2029085784897862ac44a9fbbb3a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 626/1264] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:07 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => 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: 627/1265] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:07 2026] GET /v2.0/security-groups?id=6138a76d-0cf2-40ff-a268-07a7e177723b&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: 628/1266] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:08 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:08.516 8 INFO neutron.db.l3_hamode_db [None req-4062f542-f130-4ce0-bf59-14c1307cdbcf 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:53:08.657 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-387a5d31-da42-40a7-93e7-d58827d4501f'] response: {'name': 'network-changed', 'server_uuid': '663094dd-ead1-40bb-a019-2446cb8d33e3', 'tag': '0654adaf-eaf3-43a0-a38c-a73a3462c49c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 629/1267] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:08 2026] GET /v2.0/security-groups?tenant_id=e0dde7abd1234173af42239bfe40cf58&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1268] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:08 2026] GET /v2.0/ports?tenant_id=5441c3d529664a768921eaaefe584138&device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1269] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:08 2026] DELETE /v2.0/security-groups/541f0bad-8bf2-4ffd-ad6f-a7bea671b8ca => 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: 632/1270] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:53:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=0654adaf-eaf3-43a0-a38c-a73a3462c49c => 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: 633/1271] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:08 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => 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: 634/1272] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:53:09 2026] GET /v2.0/subnets?id=08926bc4-a3a4-40e2-ab6d-8d93d1100f03 => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1273] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:09 2026] GET /v2.0/security-groups?id=6138a76d-0cf2-40ff-a268-07a7e177723b&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: 636/1274] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:09 2026] GET /v2.0/security-groups?tenant_id=92f05f51e8dd4b87b0f52c2fd3d3d689&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1275] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:53:09 2026] GET /v2.0/ports?network_id=0e2be164-a6c6-470e-81cf-2e42bbd34dab&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: 638/1276] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:09 2026] DELETE /v2.0/security-groups/82e1f414-6aca-4593-a455-f475a1457bc3 => 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: 639/1277] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:07 2026] POST /v2.0/routers => generated 727 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1278] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:53:09 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1279] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:09 2026] GET /v2.0/ports?device_id=5dfa993d-2c16-4016-891b-48b6e0c68a99 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1280] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:53:09 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?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: 642/1281] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:10 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1282] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:10 2026] GET /v2.0/security-groups?id=6138a76d-0cf2-40ff-a268-07a7e177723b&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1283] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:10 2026] GET /v2.0/ports?tenant_id=5441c3d529664a768921eaaefe584138&device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1284] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:10 2026] DELETE /v2.0/security-groups/e3918854-6e2d-4560-87c2-bd4dded82730 => 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: 646/1285] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:53:10 2026] GET /v2.0/networks?id=0e2be164-a6c6-470e-81cf-2e42bbd34dab => generated 756 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:10.659 8 INFO neutron.api.v2.resource [None req-db356fef-1fd2-4352-b610-8f3362e2524d 10b280cfb05b499083625aaf4644d801 4fd6069c408743938509a66e15f5f2fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 647/1286] 10.0.0.2 () {32 vars in 735 bytes} [Tue Jul 14 09:53:10 2026] GET /v2.0/security-groups/e3918854-6e2d-4560-87c2-bd4dded82730 => 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: 640/1287] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:53:09 2026] PUT /v2.0/routers/8f4b5422-3280-4b71-b480-83894c1082fd/add_router_interface => generated 309 bytes in 1277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1288] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:53:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=0654adaf-eaf3-43a0-a38c-a73a3462c49c => 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: 649/1289] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:53:10 2026] GET /v2.0/subnets?id=08926bc4-a3a4-40e2-ab6d-8d93d1100f03 => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1290] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:53:10 2026] GET /v2.0/ports?network_id=0e2be164-a6c6-470e-81cf-2e42bbd34dab&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:53:10.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-83a15781-2d21-4308-b298-8cf36f2a8f22 10b280cfb05b499083625aaf4644d801 4fd6069c408743938509a66e15f5f2fc - - default default] TaaS: Handle Delete Port: 5a944a96-a795-42ef-9070-b87264a1bef8 2026-07-14 09:53:10.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83a15781-2d21-4308-b298-8cf36f2a8f22 10b280cfb05b499083625aaf4644d801 4fd6069c408743938509a66e15f5f2fc - - default default] Tap Mirror: Handle Delete Port: 5a944a96-a795-42ef-9070-b87264a1bef8 [pid: 8|app: 0|req: 651/1291] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:53:10 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1292] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:53:10 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1293] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:53:10 2026] DELETE /v2.0/floatingips/31a4a651-8d9a-4c23-8c01-803ce1864d7d => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:53:11.326 8 INFO neutron_taas.services.taas.taas_plugin [None req-28a91e1a-c001-4d44-b6f0-aac93a8dcd64 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 2064e5b9-cb41-4651-b5c9-038494c17734 2026-07-14 09:53:11.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28a91e1a-c001-4d44-b6f0-aac93a8dcd64 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 2064e5b9-cb41-4651-b5c9-038494c17734 [pid: 7|app: 0|req: 642/1294] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:11 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1295] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:11 2026] GET /v2.0/security-groups?id=6138a76d-0cf2-40ff-a268-07a7e177723b&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-07-14 09:53:12.033 7 INFO neutron.db.segments_db [None req-6b6d46fd-c26c-4720-b502-b0620d372bf2 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 8552fba7-d57e-4113-aea4-97c9f8b40f8b of type vxlan for network 715b6ede-6f6e-407c-9329-f899afe9848e [pid: 7|app: 0|req: 644/1296] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:53:11 2026] POST /v2.0/networks => generated 721 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1299] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:53:10 2026] PUT /v2.0/routers/18290ff0-04d0-4f10-9509-4801bfa65f31/remove_router_interface => generated 309 bytes in 1344 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1300] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:12 2026] POST /v2.0/subnets => generated 687 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:53:12.340 7 INFO neutron.db.segments_db [None req-9933516e-46f0-46f9-8046-c6cd4e4f8ea2 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment ee6ded6f-9312-44d3-a33b-c1258b437232 of type vxlan for network 4450a1cf-e035-4ea3-86f5-fc872f61adf4 2026-07-14 09:53:12.493 8 INFO neutron_taas.services.taas.taas_plugin [None req-32f8264f-c8ab-4161-acbd-2919df0b9ad3 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: ad68bc08-e482-4723-a523-3c795b0476d1 2026-07-14 09:53:12.496 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32f8264f-c8ab-4161-acbd-2919df0b9ad3 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: ad68bc08-e482-4723-a523-3c795b0476d1 2026-07-14 09:53:12.625 7 INFO neutron.db.l3_hamode_db [None req-9933516e-46f0-46f9-8046-c6cd4e4f8ea2 6a1bf8bfc5bf4bb3b10af50d94c5ef64 0601ce18254846e8b475a1f2d63f1216 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:53:12.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-32f8264f-c8ab-4161-acbd-2919df0b9ad3 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: dc11ec16-1d77-460b-a80a-5082f5c17d3b 2026-07-14 09:53:12.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32f8264f-c8ab-4161-acbd-2919df0b9ad3 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: dc11ec16-1d77-460b-a80a-5082f5c17d3b 2026-07-14 09:53:13.213 8 INFO neutron.services.segments.plugin [-] Segment fbff6a72-336e-4476-8abd-df2fdfe8e677 resource provider aggregate not found 2026-07-14 09:53:13.223 8 INFO neutron.services.segments.plugin [-] Segment fbff6a72-336e-4476-8abd-df2fdfe8e677 resource provider aggregate not found 2026-07-14 09:53:13.247 8 INFO neutron.services.segments.plugin [-] Segment fbff6a72-336e-4476-8abd-df2fdfe8e677 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbff6a72-336e-4476-8abd-df2fdfe8e677 found for delete ", "request_id": "req-a03df1cd-eaf1-444f-b29e-46d03acd850d"}]} 2026-07-14 09:53:13.252 8 INFO neutron.db.l3_hamode_db [None req-32f8264f-c8ab-4161-acbd-2919df0b9ad3 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] HA network 6afc9bd3-c6e5-4afa-b78a-bcd559577862 was deleted as no HA routers are present in tenant 4fd6069c408743938509a66e15f5f2fc. 2026-07-14 09:53:13.262 8 INFO neutron.services.segments.plugin [-] Segment fbff6a72-336e-4476-8abd-df2fdfe8e677 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbff6a72-336e-4476-8abd-df2fdfe8e677 found for delete ", "request_id": "req-6e8d452a-7af1-4ec6-b6cd-917f9502e5f6"}]} [pid: 8|app: 0|req: 654/1301] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:12 2026] DELETE /v2.0/routers/18290ff0-04d0-4f10-9509-4801bfa65f31 => generated 0 bytes in 985 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1302] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:13 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => 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: 656/1303] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:13 2026] DELETE /v2.0/subnets/e1ab7e2d-0218-40f5-9f75-8c0d79c89020 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1304] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:13 2026] GET /v2.0/security-groups?id=6138a76d-0cf2-40ff-a268-07a7e177723b&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:13.540 7 INFO neutron.db.l3_hamode_db [None req-9933516e-46f0-46f9-8046-c6cd4e4f8ea2 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:53:13.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ad9be18-8b80-4a62-b996-df954afb8b9e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: f2ba19e9-94f6-415b-8e77-ba9cda9b9510 2026-07-14 09:53:13.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ad9be18-8b80-4a62-b996-df954afb8b9e 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: f2ba19e9-94f6-415b-8e77-ba9cda9b9510 [pid: 8|app: 0|req: 658/1305] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:53:13 2026] DELETE /v2.0/networks/9905d790-7764-4c1a-9a2f-74d5d721f76f => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1306] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:14 2026] GET /v2.0/security-groups?tenant_id=4fd6069c408743938509a66e15f5f2fc&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1307] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:14 2026] DELETE /v2.0/security-groups/f4220044-944b-4857-b13e-f4cc35a5130a => 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: 648/1308] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:12 2026] POST /v2.0/routers => generated 727 bytes in 2188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1309] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:14 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1310] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:14 2026] GET /v2.0/security-groups?id=6138a76d-0cf2-40ff-a268-07a7e177723b&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1311] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:14 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1312] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:14 2026] GET /v2.0/security-groups?id=6138a76d-0cf2-40ff-a268-07a7e177723b&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: 653/1313] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:53:15 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:53:15.276 8 INFO neutron.services.segments.plugin [-] Segment f2ea4023-cacf-40a4-bac7-ad1458daef3f resource provider aggregate not found 2026-07-14 09:53:15.285 8 INFO neutron.services.segments.plugin [-] Segment f2ea4023-cacf-40a4-bac7-ad1458daef3f resource provider aggregate not found 2026-07-14 09:53:15.303 8 INFO neutron.services.segments.plugin [-] Segment f2ea4023-cacf-40a4-bac7-ad1458daef3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2ea4023-cacf-40a4-bac7-ad1458daef3f found for delete ", "request_id": "req-1b7b88a5-6381-4c6d-96ee-6cd80272805a"}]} 2026-07-14 09:53:15.304 8 INFO neutron.services.segments.plugin [-] Segment f2ea4023-cacf-40a4-bac7-ad1458daef3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2ea4023-cacf-40a4-bac7-ad1458daef3f found for delete ", "request_id": "req-9a97b57b-559b-437e-9999-5bda142b124c"}]} 2026-07-14 09:53:15.939 7 INFO neutron.db.l3_db [None req-0551e34a-96eb-4d12-a4ed-2fa79b3bf5e2 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Floating IP c6c2a50f-2a42-450a-9e7e-ecd4a454a370 associated. External IP: 10.96.250.211, port: 0654adaf-eaf3-43a0-a38c-a73a3462c49c. [pid: 8|app: 0|req: 661/1314] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:53:14 2026] PUT /v2.0/routers/f6e5d6ff-a65d-48b0-82c0-f4d76e927d43/add_router_interface => generated 309 bytes in 1496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1315] 10.0.0.2 () {34 vars in 675 bytes} [Tue Jul 14 09:53:15 2026] POST /v2.0/floatingips => generated 856 bytes in 1229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:53:16.337 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4cad8cbd-80b5-481b-a5df-746146ca4c88'] response: {'name': 'network-changed', 'server_uuid': '663094dd-ead1-40bb-a019-2446cb8d33e3', 'tag': '0654adaf-eaf3-43a0-a38c-a73a3462c49c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 655/1316] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:16 2026] GET /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => generated 856 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1317] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:16 2026] GET /v2.0/security-groups?tenant_id=57adc4f25bb4433e8045f9f590b2291f&name=default => generated 2925 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1318] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:16 2026] DELETE /v2.0/security-groups/e42dc16d-e996-4892-bf52-276bc8c085fe => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:53:16.804 7 INFO neutron.db.segments_db [None req-4424157f-d7bd-4402-89fe-bd517854b9c9 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment 6f615d48-eeea-4394-a76c-7c4dfcd3c357 of type vxlan for network 2dfd0ae3-6885-447f-b656-d36359e70cd8 [pid: 8|app: 0|req: 664/1319] 10.0.0.2 () {34 vars in 683 bytes} [Tue Jul 14 09:53:16 2026] POST /v2.0/security-groups => generated 1673 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1320] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:16 2026] GET /v2.0/ports?tenant_id=5441c3d529664a768921eaaefe584138&device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1321] 10.0.0.2 () {34 vars in 669 bytes} [Tue Jul 14 09:53:16 2026] POST /v2.0/networks => generated 724 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1322] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:16 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: 8|app: 0|req: 666/1323] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:16 2026] GET /v2.0/security-groups?tenant_id=56ae9c3ca299443b946d274f5b4fd16c&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1324] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:53:17 2026] GET /v2.0/networks?id=0e2be164-a6c6-470e-81cf-2e42bbd34dab => generated 756 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1325] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:17 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1326] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:17 2026] POST /v2.0/subnets => generated 690 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1327] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:53:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=0654adaf-eaf3-43a0-a38c-a73a3462c49c => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1328] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:17 2026] DELETE /v2.0/security-groups/f7f819fd-9cc5-4f76-9176-01ecea3b1c2a => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:53:17.412 7 INFO neutron.db.segments_db [None req-7a2f8be9-7afe-43d8-9b8f-96d3869bd43b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Added segment af838c8e-aa88-4dc4-a020-2e6856e48ae8 of type vxlan for network c90a1240-40e2-4e02-951f-08e32540c33c [pid: 8|app: 0|req: 669/1329] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1330] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:53:17 2026] GET /v2.0/subnets?id=08926bc4-a3a4-40e2-ab6d-8d93d1100f03 => 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: 671/1331] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:17 2026] GET /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => generated 856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1332] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:53:17.731 7 INFO neutron.db.l3_hamode_db [None req-7a2f8be9-7afe-43d8-9b8f-96d3869bd43b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 cbb8e6c107d544828e9a61911242aec2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 673/1333] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:53:17 2026] GET /v2.0/ports?network_id=0e2be164-a6c6-470e-81cf-2e42bbd34dab&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:53:17.786 8 INFO neutron.db.securitygroups_db [None req-e32a7525-e8ab-4dfa-846d-fa644a5676a5 938d9ccad16445819570645734713056 75e2029085784897862ac44a9fbbb3a3 - - default default] Project 75e2029085784897862ac44a9fbbb3a3 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: 674/1334] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:17 2026] POST /v2.0/security-group-rules => generated 607 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1335] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:53:17 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:18.038 8 INFO neutron.db.securitygroups_db [None req-b0df056c-6421-4b40-8f14-cdd55ed89aee 938d9ccad16445819570645734713056 75e2029085784897862ac44a9fbbb3a3 - - default default] Project 75e2029085784897862ac44a9fbbb3a3 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: 676/1336] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:17 2026] POST /v2.0/security-group-rules => generated 606 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1337] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:53:18 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?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-07-14 09:53:18.670 7 INFO neutron.db.l3_hamode_db [None req-7a2f8be9-7afe-43d8-9b8f-96d3869bd43b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 678/1338] 10.0.0.2 () {34 vars in 683 bytes} [Tue Jul 14 09:53:18 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1339] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:18 2026] GET /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => 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: 680/1340] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1341] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1342] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:53:18 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1343] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:17 2026] POST /v2.0/routers => generated 730 bytes in 2373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1344] 10.0.0.2 () {32 vars in 651 bytes} [Tue Jul 14 09:53:19 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: 662/1345] 10.0.0.51 () {34 vars in 1099 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2002095054&fields=id&tenant_id=75e2029085784897862ac44a9fbbb3a3 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1346] 10.0.0.2 () {32 vars in 679 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1347] 10.0.0.51 () {34 vars in 1097 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-110154678&fields=id&tenant_id=75e2029085784897862ac44a9fbbb3a3 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1348] 10.0.0.2 () {32 vars in 679 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1349] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1350] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/networks?id=93b7ee0f-9636-4b30-8707-349b16b5dd65 => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1351] 10.0.0.2 () {32 vars in 663 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1352] 10.0.0.2 () {32 vars in 697 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1353] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/quotas/75e2029085784897862ac44a9fbbb3a3 => 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: 671/1354] 10.0.0.2 () {32 vars in 695 bytes} [Tue Jul 14 09:53:19 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: 672/1355] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/ports?tenant_id=75e2029085784897862ac44a9fbbb3a3&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1356] 10.0.0.2 () {32 vars in 699 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1357] 10.0.0.2 () {32 vars in 687 bytes} [Tue Jul 14 09:53:19 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1358] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/networks/93b7ee0f-9636-4b30-8707-349b16b5dd65?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: 676/1359] 10.0.0.2 () {32 vars in 701 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1360] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/networks/93b7ee0f-9636-4b30-8707-349b16b5dd65?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1361] 10.0.0.2 () {32 vars in 691 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1362] 10.0.0.2 () {32 vars in 693 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1363] 10.0.0.2 () {32 vars in 683 bytes} [Tue Jul 14 09:53:20 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: 681/1364] 10.0.0.2 () {32 vars in 685 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1365] 10.0.0.2 () {32 vars in 659 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1366] 10.0.0.2 () {32 vars in 697 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1367] 10.0.0.2 () {32 vars in 677 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1368] 10.0.0.2 () {32 vars in 681 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1369] 10.0.0.2 () {32 vars in 673 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/extraroute => 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: 687/1370] 10.0.0.2 () {32 vars in 687 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1371] 10.0.0.2 () {32 vars in 721 bytes} [Tue Jul 14 09:53:20 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: 689/1372] 10.0.0.2 () {32 vars in 685 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1373] 10.0.0.2 () {32 vars in 667 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1374] 10.0.0.2 () {32 vars in 685 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1375] 10.0.0.2 () {32 vars in 679 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1376] 10.0.0.2 () {32 vars in 697 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1377] 10.0.0.2 () {32 vars in 677 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1378] 10.0.0.2 () {32 vars in 665 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1379] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => 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: 697/1380] 10.0.0.2 () {32 vars in 675 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1381] 10.0.0.2 () {32 vars in 663 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/l3-ha => 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: 699/1382] 10.0.0.2 () {32 vars in 673 bytes} [Tue Jul 14 09:53:20 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: 700/1383] 10.0.0.2 () {32 vars in 711 bytes} [Tue Jul 14 09:53:20 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: 701/1384] 10.0.0.2 () {32 vars in 689 bytes} [Tue Jul 14 09:53:20 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: 702/1385] 10.0.0.2 () {32 vars in 681 bytes} [Tue Jul 14 09:53:20 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: 703/1386] 10.0.0.2 () {32 vars in 667 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1387] 10.0.0.2 () {32 vars in 685 bytes} [Tue Jul 14 09:53:20 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: 705/1388] 10.0.0.2 () {32 vars in 703 bytes} [Tue Jul 14 09:53:20 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: 706/1389] 10.0.0.2 () {32 vars in 673 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1390] 10.0.0.2 () {32 vars in 699 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1391] 10.0.0.2 () {32 vars in 673 bytes} [Tue Jul 14 09:53:20 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: 709/1392] 10.0.0.2 () {32 vars in 691 bytes} [Tue Jul 14 09:53:20 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: 710/1393] 10.0.0.2 () {32 vars in 687 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1394] 10.0.0.2 () {32 vars in 707 bytes} [Tue Jul 14 09:53:20 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: 712/1395] 10.0.0.2 () {32 vars in 703 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1396] 10.0.0.2 () {32 vars in 717 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1397] 10.0.0.2 () {32 vars in 695 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1398] 10.0.0.2 () {32 vars in 709 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1399] 10.0.0.2 () {32 vars in 667 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1400] 10.0.0.2 () {32 vars in 685 bytes} [Tue Jul 14 09:53:20 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: 718/1401] 10.0.0.2 () {32 vars in 679 bytes} [Tue Jul 14 09:53:20 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: 719/1402] 10.0.0.2 () {32 vars in 673 bytes} [Tue Jul 14 09:53:20 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: 720/1403] 10.0.0.2 () {32 vars in 669 bytes} [Tue Jul 14 09:53:20 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: 721/1404] 10.0.0.2 () {32 vars in 659 bytes} [Tue Jul 14 09:53:20 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: 722/1405] 10.0.0.2 () {32 vars in 697 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1406] 10.0.0.2 () {32 vars in 697 bytes} [Tue Jul 14 09:53:20 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: 724/1407] 10.0.0.2 () {32 vars in 675 bytes} [Tue Jul 14 09:53:20 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: 725/1408] 10.0.0.2 () {32 vars in 667 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1409] 10.0.0.2 () {32 vars in 681 bytes} [Tue Jul 14 09:53:20 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: 727/1410] 10.0.0.2 () {32 vars in 699 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/qos-port-network-policy => 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: 728/1411] 10.0.0.2 () {32 vars in 683 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1412] 10.0.0.2 () {32 vars in 705 bytes} [Tue Jul 14 09:53:20 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: 730/1413] 10.0.0.2 () {32 vars in 667 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1414] 10.0.0.2 () {32 vars in 695 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1415] 10.0.0.2 () {32 vars in 693 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1416] 10.0.0.2 () {32 vars in 683 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1417] 10.0.0.2 () {32 vars in 687 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1418] 10.0.0.2 () {32 vars in 703 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1419] 10.0.0.2 () {32 vars in 665 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/quotas => 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: 737/1420] 10.0.0.2 () {32 vars in 679 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1421] 10.0.0.2 () {32 vars in 679 bytes} [Tue Jul 14 09:53:20 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: 739/1422] 10.0.0.2 () {32 vars in 689 bytes} [Tue Jul 14 09:53:20 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: 740/1423] 10.0.0.2 () {32 vars in 689 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/rbac-address-scope => 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: 741/1424] 10.0.0.2 () {32 vars in 693 bytes} [Tue Jul 14 09:53:20 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: 742/1425] 10.0.0.2 () {32 vars in 683 bytes} [Tue Jul 14 09:53:20 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: 743/1426] 10.0.0.2 () {32 vars in 687 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1427] 10.0.0.2 () {32 vars in 699 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1428] 10.0.0.2 () {32 vars in 701 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/router_availability_zone => 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: 746/1429] 10.0.0.2 () {32 vars in 711 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1430] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1431] 10.0.0.2 () {32 vars in 713 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1432] 10.0.0.2 () {32 vars in 725 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1433] 10.0.0.2 () {32 vars in 739 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1434] 10.0.0.2 () {32 vars in 717 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1435] 10.0.0.2 () {32 vars in 681 bytes} [Tue Jul 14 09:53:20 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: 753/1436] 10.0.0.2 () {32 vars in 667 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1437] 10.0.0.2 () {32 vars in 717 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1438] 10.0.0.2 () {32 vars in 677 bytes} [Tue Jul 14 09:53:20 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: 756/1439] 10.0.0.2 () {32 vars in 667 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1440] 10.0.0.2 () {32 vars in 695 bytes} [Tue Jul 14 09:53:20 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: 758/1441] 10.0.0.2 () {32 vars in 703 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1442] 10.0.0.2 () {32 vars in 699 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1443] 10.0.0.2 () {32 vars in 699 bytes} [Tue Jul 14 09:53:20 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: 761/1444] 10.0.0.2 () {32 vars in 681 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1445] 10.0.0.2 () {32 vars in 703 bytes} [Tue Jul 14 09:53:20 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: 763/1446] 10.0.0.2 () {32 vars in 693 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1447] 10.0.0.2 () {32 vars in 687 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1448] 10.0.0.2 () {32 vars in 695 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1449] 10.0.0.2 () {32 vars in 677 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1450] 10.0.0.2 () {32 vars in 687 bytes} [Tue Jul 14 09:53:20 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: 768/1451] 10.0.0.2 () {32 vars in 699 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1452] 10.0.0.2 () {32 vars in 663 bytes} [Tue Jul 14 09:53:20 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: 770/1453] 10.0.0.2 () {32 vars in 679 bytes} [Tue Jul 14 09:53:20 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: 771/1454] 10.0.0.2 () {32 vars in 675 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/vpn-aes-ctr => 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: 772/1455] 10.0.0.2 () {32 vars in 691 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1456] 10.0.0.2 () {32 vars in 675 bytes} [Tue Jul 14 09:53:20 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: 774/1457] 10.0.0.2 () {32 vars in 665 bytes} [Tue Jul 14 09:53:20 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1458] 10.0.0.2 () {32 vars in 661 bytes} [Tue Jul 14 09:53:20 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: 776/1459] 10.0.0.2 () {32 vars in 673 bytes} [Tue Jul 14 09:53:21 2026] GET /v2.0/extensions/tap-mirror => 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: 777/1460] 10.0.0.2 () {32 vars in 685 bytes} [Tue Jul 14 09:53:21 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1461] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:53:19 2026] PUT /v2.0/routers/19558c5a-cae6-44b9-9508-7165e379dd76/add_router_interface => generated 309 bytes in 1295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1462] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:21 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => 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: 779/1463] 10.0.0.2 () {34 vars in 683 bytes} [Tue Jul 14 09:53:21 2026] POST /v2.0/security-groups => generated 1657 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1464] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:21 2026] GET /v2.0/security-groups?tenant_id=6091f469e94d437e97ab30d237fe2566&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1465] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:21 2026] DELETE /v2.0/security-groups/1feefac7-96ef-4e43-93cb-dc6564dfe851 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1466] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1467] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1468] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:22 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => 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: 781/1469] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:53:22 2026] POST /v2.0/floatingips => generated 552 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1470] 10.0.0.51 () {34 vars in 1095 bytes} [Tue Jul 14 09:53:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--71057662&fields=id&tenant_id=cbb8e6c107d544828e9a61911242aec2 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1471] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:53:23 2026] GET /v2.0/networks?id=2dfd0ae3-6885-447f-b656-d36359e70cd8 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1472] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:53:23 2026] GET /v2.0/quotas/cbb8e6c107d544828e9a61911242aec2 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1473] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:53:23 2026] GET /v2.0/ports?tenant_id=cbb8e6c107d544828e9a61911242aec2&fields=id => generated 57 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1474] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:53:23 2026] GET /v2.0/networks/2dfd0ae3-6885-447f-b656-d36359e70cd8?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: 784/1475] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:53:23 2026] GET /v2.0/networks/2dfd0ae3-6885-447f-b656-d36359e70cd8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1476] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:23 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => 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: 785/1477] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:23 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => 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: 786/1478] 10.0.0.97 () {34 vars in 989 bytes} [Tue Jul 14 09:53:24 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => 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: 787/1479] 10.0.0.97 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:24 2026] GET /v2.0/security-groups?id=6138a76d-0cf2-40ff-a268-07a7e177723b&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:24.247 8 INFO neutron.db.segments_db [None req-6e449ff9-1f66-4cd5-9582-b58ebc5f8162 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] Added segment 5512fac2-b6ed-4e61-9068-9151c4c92331 of type vxlan for network 7cdbf2e7-b2f7-4e20-b26e-84a9fbd00ae5 [pid: 8|app: 0|req: 693/1480] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:53:23 2026] POST /v2.0/networks => generated 626 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1481] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:53:24 2026] GET /v2.0/networks?id=93b7ee0f-9636-4b30-8707-349b16b5dd65 => generated 672 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1482] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:53:24 2026] POST /v2.0/ports => generated 774 bytes in 380 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: 695/1483] 199.19.213.177 () {34 vars in 1050 bytes} [Tue Jul 14 09:53:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=75e2029085784897862ac44a9fbbb3a3 => generated 273 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1484] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:24 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:24.833 7 INFO neutron.db.segments_db [None req-b0a6a1c4-3f2f-41b5-b573-ebf2d1b1ac14 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] Added segment 5d86ca5d-8aaa-4cbd-859d-85bd04272d95 of type vxlan for network 20b834f3-fb3e-4689-a095-143cced3b42e [pid: 7|app: 0|req: 789/1485] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:53:24 2026] POST /v2.0/networks => generated 612 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1486] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:24 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => 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: 697/1487] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:53:24 2026] POST /v2.0/ports => generated 993 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1488] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:24 2026] POST /v2.0/subnets => generated 626 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: 8|app: 0|req: 698/1489] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:53:25 2026] PUT /v2.0/ports/7c994bc2-a757-4486-b2d5-0371b72e463f => generated 1274 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1490] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:53:25 2026] POST /v2.0/ports => generated 954 bytes in 451 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-07-14 09:53:25.750 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e475a610-3f12-4a67-a3cf-1bd42a159744'] response: {'name': 'network-changed', 'server_uuid': '8ed6a517-cd4b-4d14-8e4e-932e9b28218a', 'tag': '7c994bc2-a757-4486-b2d5-0371b72e463f', '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, ' 2026-07-14 09:53:25.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-826426bd-ec6c-49d8-b65b-8d22132f05d5 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] TaaS: Handle Delete Port: 90ccbd3b-a3bb-4ef1-8d12-4da34329627a 2026-07-14 09:53:25.909 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-826426bd-ec6c-49d8-b65b-8d22132f05d5 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] Tap Mirror: Handle Delete Port: 90ccbd3b-a3bb-4ef1-8d12-4da34329627a [pid: 7|app: 0|req: 793/1491] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:25 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1008 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1492] 10.0.0.51 () {34 vars in 1119 bytes} [Tue Jul 14 09:53:25 2026] GET /v2.0/security-groups?id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&id=17c10938-59bc-457d-8844-9d26c1b32849&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1493] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:26 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => 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: 699/1494] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:53:25 2026] DELETE /v2.0/ports/90ccbd3b-a3bb-4ef1-8d12-4da34329627a => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:53:26.085 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93e434cc-089a-433e-b215-66dcf2038724 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 796/1495] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:53:26 2026] DELETE /v2.0/ports/90ccbd3b-a3bb-4ef1-8d12-4da34329627a => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:53:26.113 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41bb162a-f52f-428e-aa60-dcff949ae512 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 700/1496] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:53:26 2026] GET /v2.0/ports/90ccbd3b-a3bb-4ef1-8d12-4da34329627a => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1497] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:26 2026] DELETE /v2.0/subnets/72bf735f-1bae-4e64-af59-3c75bd92e9f5 => 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: 701/1498] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:26 2026] GET /v2.0/ports?tenant_id=75e2029085784897862ac44a9fbbb3a3&device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1499] 199.19.213.177 () {34 vars in 1018 bytes} [Tue Jul 14 09:53:26 2026] GET /v2.0/networks?tenant_id=75e2029085784897862ac44a9fbbb3a3&shared=False => generated 767 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:26.397 7 INFO neutron.services.segments.plugin [-] Segment 5d86ca5d-8aaa-4cbd-859d-85bd04272d95 resource provider aggregate not found 2026-07-14 09:53:26.400 7 INFO neutron.services.segments.plugin [-] Segment 5d86ca5d-8aaa-4cbd-859d-85bd04272d95 resource provider aggregate not found [pid: 8|app: 0|req: 703/1500] 199.19.213.177 () {34 vars in 930 bytes} [Tue Jul 14 09:53:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:26.417 7 INFO neutron.services.segments.plugin [-] Segment 5d86ca5d-8aaa-4cbd-859d-85bd04272d95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d86ca5d-8aaa-4cbd-859d-85bd04272d95 found for delete ", "request_id": "req-4e6c9c97-2e59-4d50-a176-60ae730e53a8"}]} 2026-07-14 09:53:26.418 7 INFO neutron.services.segments.plugin [-] Segment 5d86ca5d-8aaa-4cbd-859d-85bd04272d95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d86ca5d-8aaa-4cbd-859d-85bd04272d95 found for delete ", "request_id": "req-e696b2fd-7e2a-403b-a642-a8648ce61ae5"}]} [pid: 7|app: 0|req: 798/1501] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:53:26 2026] DELETE /v2.0/networks/20b834f3-fb3e-4689-a095-143cced3b42e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:53:26.484 8 INFO neutron.db.segments_db [None req-8dae8720-8dd3-4084-9598-4e7a05e894f5 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] Added segment 2c82b034-8d7f-4915-a20e-56390315bc58 of type vxlan for network 67ff44e1-2def-4d7c-aa08-f91bc496665b [pid: 8|app: 0|req: 704/1502] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:53:26 2026] POST /v2.0/networks => generated 613 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1503] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:26 2026] POST /v2.0/subnets => generated 626 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1506] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:27 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1507] 10.0.0.51 () {34 vars in 1119 bytes} [Tue Jul 14 09:53:27 2026] GET /v2.0/security-groups?id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&id=17c10938-59bc-457d-8844-9d26c1b32849&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1508] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:27 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => 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: 705/1509] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:53:26 2026] POST /v2.0/ports => generated 915 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:53:27.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f49c55d-39a3-42e1-8b56-1122bde85e71 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] TaaS: Handle Delete Port: 60657a03-f34b-4237-9a52-3e17ad1fcddf 2026-07-14 09:53:27.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f49c55d-39a3-42e1-8b56-1122bde85e71 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] Tap Mirror: Handle Delete Port: 60657a03-f34b-4237-9a52-3e17ad1fcddf [pid: 8|app: 0|req: 706/1510] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:27 2026] GET /v2.0/ports?tenant_id=75e2029085784897862ac44a9fbbb3a3&device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1277 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1511] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:53:27 2026] DELETE /v2.0/ports/60657a03-f34b-4237-9a52-3e17ad1fcddf => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1512] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:53:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=7c994bc2-a757-4486-b2d5-0371b72e463f => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:27.481 7 INFO neutron.pecan_wsgi.hooks.translation [None req-32da7539-444f-4552-b614-75f6bcabe324 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 806/1513] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:53:27 2026] GET /v2.0/ports/60657a03-f34b-4237-9a52-3e17ad1fcddf => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1514] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:53:27 2026] GET /v2.0/subnets?id=7375d1fa-d8fb-41d2-a874-1a7ae21433d3 => generated 690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1515] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:53:27 2026] GET /v2.0/ports?network_id=93b7ee0f-9636-4b30-8707-349b16b5dd65&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: 710/1516] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:53:27 2026] GET /v2.0/networks/93b7ee0f-9636-4b30-8707-349b16b5dd65?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1517] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:27 2026] DELETE /v2.0/subnets/027e8a63-c37d-4cf5-aafd-38fbc5ac66ff => 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: 711/1518] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:53:27 2026] GET /v2.0/networks/93b7ee0f-9636-4b30-8707-349b16b5dd65?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: 808/1519] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:53:27 2026] DELETE /v2.0/networks/67ff44e1-2def-4d7c-aa08-f91bc496665b => 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: 809/1520] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:53:28 2026] GET /v2.0/networks?id=2dfd0ae3-6885-447f-b656-d36359e70cd8 => generated 675 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1521] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:53:27 2026] POST /v2.0/ports => generated 774 bytes in 334 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: 810/1522] 199.19.213.177 () {34 vars in 1050 bytes} [Tue Jul 14 09:53:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cbb8e6c107d544828e9a61911242aec2 => 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: 713/1523] 10.0.0.2 () {34 vars in 735 bytes} [Tue Jul 14 09:53:28 2026] PUT /v2.0/ports/bd997474-ab97-474e-b9da-c7128edf8317 => generated 752 bytes in 172 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: 714/1524] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:28 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1008 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1525] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:28 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:28.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8364765-b399-4013-bdf7-f147f81d0c6e ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] TaaS: Handle Delete Port: bd997474-ab97-474e-b9da-c7128edf8317 2026-07-14 09:53:28.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8364765-b399-4013-bdf7-f147f81d0c6e ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] Tap Mirror: Handle Delete Port: bd997474-ab97-474e-b9da-c7128edf8317 2026-07-14 09:53:28.439 7 INFO neutron.services.segments.plugin [-] Segment 2c82b034-8d7f-4915-a20e-56390315bc58 resource provider aggregate not found 2026-07-14 09:53:28.440 7 INFO neutron.services.segments.plugin [-] Segment 2c82b034-8d7f-4915-a20e-56390315bc58 resource provider aggregate not found 2026-07-14 09:53:28.463 7 INFO neutron.services.segments.plugin [-] Segment 2c82b034-8d7f-4915-a20e-56390315bc58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c82b034-8d7f-4915-a20e-56390315bc58 found for delete ", "request_id": "req-9bda9098-16ef-4495-9359-830c99eb97af"}]} 2026-07-14 09:53:28.470 7 INFO neutron.services.segments.plugin [-] Segment 2c82b034-8d7f-4915-a20e-56390315bc58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c82b034-8d7f-4915-a20e-56390315bc58 found for delete ", "request_id": "req-34d9195d-0b5e-4c55-ab79-47e61d11e66a"}]} [pid: 8|app: 0|req: 716/1526] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:53:28 2026] DELETE /v2.0/ports/bd997474-ab97-474e-b9da-c7128edf8317 => 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: 717/1527] 10.0.0.51 () {34 vars in 1119 bytes} [Tue Jul 14 09:53:28 2026] GET /v2.0/security-groups?id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&id=17c10938-59bc-457d-8844-9d26c1b32849&fields=id&fields=name => generated 206 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1528] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:53:28 2026] POST /v2.0/ports => generated 958 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1529] 10.0.0.2 () {32 vars in 641 bytes} [Tue Jul 14 09:53:28 2026] GET /v2.0/ports => generated 777 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07-14 09:53:28.563 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f8fadcb-bf08-4775-9d1c-4bc27f95377a ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 719/1530] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:53:28 2026] GET /v2.0/ports/bd997474-ab97-474e-b9da-c7128edf8317 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1531] 10.0.0.2 () {32 vars in 641 bytes} [Tue Jul 14 09:53:28 2026] GET /v2.0/ports => generated 777 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1532] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:53:28 2026] GET /v2.0/ports/e830af96-ca54-4f04-9266-adc86ab76014 => generated 774 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:28.661 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56c661ee-b06b-405b-828d-321e6f34f898 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 722/1533] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:53:28 2026] DELETE /v2.0/ports/60657a03-f34b-4237-9a52-3e17ad1fcddf => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:53:28.694 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2bc528c-d664-41b7-acc1-595f2ceadb58 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 723/1534] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:28 2026] DELETE /v2.0/subnets/027e8a63-c37d-4cf5-aafd-38fbc5ac66ff => generated 136 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:53:28.721 8 INFO neutron.pecan_wsgi.hooks.translation [None req-07a66ee8-5f56-438a-a80d-ca479df00034 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 724/1535] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:28 2026] DELETE /v2.0/subnets/72bf735f-1bae-4e64-af59-3c75bd92e9f5 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:53:28.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-5db78cac-23de-46a6-906a-79d60b277e28 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] TaaS: Handle Delete Port: e830af96-ca54-4f04-9266-adc86ab76014 2026-07-14 09:53:28.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5db78cac-23de-46a6-906a-79d60b277e28 ff180bbfaefb4599a10ecce5ede3bab4 cd07b64d51f74dc89b52c8e6ae212c28 - - default default] Tap Mirror: Handle Delete Port: e830af96-ca54-4f04-9266-adc86ab76014 [pid: 8|app: 0|req: 725/1536] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:53:28 2026] DELETE /v2.0/ports/e830af96-ca54-4f04-9266-adc86ab76014 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1537] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:53:28 2026] PUT /v2.0/ports/63fc2ee1-6b05-484a-8c0f-004e429d3304 => generated 1239 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:53:29.047 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8d1293f-83be-4563-82bc-88b6e9a2df4c'] response: {'name': 'network-changed', 'server_uuid': '2338e4f1-e4bc-457c-97e4-98971b5a2d17', 'tag': '63fc2ee1-6b05-484a-8c0f-004e429d3304', 'status': 'completed', 'code': 200} 2026-07-14 09:53:29.060 8 INFO neutron.services.segments.plugin [-] Segment 5512fac2-b6ed-4e61-9068-9151c4c92331 resource provider aggregate not found 2026-07-14 09:53:29.068 8 INFO neutron.services.segments.plugin [-] Segment 5512fac2-b6ed-4e61-9068-9151c4c92331 resource provider aggregate not found 2026-07-14 09:53:29.082 8 INFO neutron.services.segments.plugin [-] Segment 5512fac2-b6ed-4e61-9068-9151c4c92331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5512fac2-b6ed-4e61-9068-9151c4c92331 found for delete ", "request_id": "req-33623a3d-4a6b-4188-bbd4-deba6a41fe65"}]} 2026-07-14 09:53:29.082 8 INFO neutron.services.segments.plugin [-] Segment 5512fac2-b6ed-4e61-9068-9151c4c92331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5512fac2-b6ed-4e61-9068-9151c4c92331 found for delete ", "request_id": "req-b66bfbb3-af2f-4887-af67-a144db9855f2"}]} [pid: 8|app: 0|req: 726/1538] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:53:28 2026] DELETE /v2.0/networks/7cdbf2e7-b2f7-4e20-b26e-84a9fbd00ae5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 727/1539] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:29 2026] GET /v2.0/ports?tenant_id=cbb8e6c107d544828e9a61911242aec2&device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1540] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:29 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1008 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1541] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:29 2026] GET /v2.0/security-groups?tenant_id=cd07b64d51f74dc89b52c8e6ae212c28&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1542] 199.19.213.177 () {34 vars in 1018 bytes} [Tue Jul 14 09:53:29 2026] GET /v2.0/networks?tenant_id=cbb8e6c107d544828e9a61911242aec2&shared=False => generated 771 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1543] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:29 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 973 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1544] 10.0.0.51 () {34 vars in 1119 bytes} [Tue Jul 14 09:53:29 2026] GET /v2.0/security-groups?id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&id=17c10938-59bc-457d-8844-9d26c1b32849&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1545] 199.19.213.177 () {34 vars in 930 bytes} [Tue Jul 14 09:53:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1546] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:29 2026] GET /v2.0/security-groups?id=8398ed2e-3674-40d6-bf8b-486b502c938f&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1547] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:29 2026] DELETE /v2.0/security-groups/2afd16ae-08d9-4d05-a680-009dee2e98d4 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1548] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:53:30 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1277 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1549] 199.19.213.177 () {34 vars in 1124 bytes} [Tue Jul 14 09:53:30 2026] GET /v2.0/security-groups?id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&id=17c10938-59bc-457d-8844-9d26c1b32849&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: 8|app: 0|req: 735/1550] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:30 2026] GET /v2.0/ports?tenant_id=cbb8e6c107d544828e9a61911242aec2&device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1551] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:53:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=63fc2ee1-6b05-484a-8c0f-004e429d3304 => 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: 816/1552] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:30 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1008 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1553] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:53:31 2026] GET /v2.0/subnets?id=4ab69c6d-e3e9-43f1-9123-6421c8d8237f => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1554] 10.0.0.51 () {34 vars in 1119 bytes} [Tue Jul 14 09:53:31 2026] GET /v2.0/security-groups?id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&id=17c10938-59bc-457d-8844-9d26c1b32849&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: 817/1555] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:31 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1556] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:31 2026] GET /v2.0/security-groups?id=8398ed2e-3674-40d6-bf8b-486b502c938f&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1557] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:53:31 2026] GET /v2.0/ports?network_id=2dfd0ae3-6885-447f-b656-d36359e70cd8&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: 819/1558] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:53:31 2026] GET /v2.0/networks/2dfd0ae3-6885-447f-b656-d36359e70cd8?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1559] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:53:31 2026] GET /v2.0/networks/2dfd0ae3-6885-447f-b656-d36359e70cd8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:32.122 7 INFO neutron.db.segments_db [None req-7c5b1e64-ddea-4b37-90c8-2eb39c9bf68d c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Added segment 77b37e03-e58d-4e94-a319-9bc12b321963 of type vxlan for network 343eced2-5111-4e5f-a150-57a504cec486 [pid: 8|app: 0|req: 741/1560] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:32 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1010 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1561] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:53:31 2026] POST /v2.0/networks => generated 611 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1562] 10.0.0.51 () {34 vars in 1119 bytes} [Tue Jul 14 09:53:32 2026] GET /v2.0/security-groups?id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&id=17c10938-59bc-457d-8844-9d26c1b32849&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1563] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:32 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 973 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:32.384 7 INFO neutron.db.segments_db [None req-81da8005-0b7c-4ddb-9f04-385f685db160 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Added segment 104fcecb-c24a-4b66-9585-dd2b69feb4cb of type vxlan for network a973ac44-bbab-41b9-b581-f79b2725889d [pid: 8|app: 0|req: 743/1564] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:32 2026] GET /v2.0/security-groups?id=8398ed2e-3674-40d6-bf8b-486b502c938f&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: 822/1565] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:53:32 2026] POST /v2.0/networks => generated 610 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1566] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:32 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1567] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:32 2026] POST /v2.0/subnets => generated 626 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:53:33.082 8 INFO neutron.db.segments_db [None req-831a0cc3-4b44-4761-b51f-824aa6603445 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Added segment dddb98ad-34c0-4d21-a477-7ffacc55ced4 of type vxlan for network c6748537-de5b-4a9c-a2c2-25bb43a30dcf 2026-07-14 09:53:33.337 8 INFO neutron.db.l3_hamode_db [None req-831a0cc3-4b44-4761-b51f-824aa6603445 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 824/1568] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:33 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1010 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:53:33.499 8 INFO neutron.db.l3_hamode_db [None req-831a0cc3-4b44-4761-b51f-824aa6603445 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 825/1569] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:33 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1570] 10.0.0.51 () {34 vars in 1119 bytes} [Tue Jul 14 09:53:33 2026] GET /v2.0/security-groups?id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&id=17c10938-59bc-457d-8844-9d26c1b32849&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1571] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:33 2026] GET /v2.0/security-groups?id=8398ed2e-3674-40d6-bf8b-486b502c938f&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1572] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:33 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:53:34.035 7 INFO neutron.db.l3_db [None req-3ebb4ae7-1f2b-46b2-af73-c520b2b7140a 938d9ccad16445819570645734713056 75e2029085784897862ac44a9fbbb3a3 - - default default] Floating IP 63548171-7f64-45eb-a1d8-6edd3fb324d1 associated. External IP: 10.96.250.213, port: 7c994bc2-a757-4486-b2d5-0371b72e463f. [pid: 8|app: 0|req: 745/1573] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:33 2026] POST /v2.0/routers => generated 506 bytes in 1108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1574] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:53:33 2026] PUT /v2.0/floatingips/63548171-7f64-45eb-a1d8-6edd3fb324d1 => generated 855 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:34.377 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6085cee6-da1a-4b0e-8777-5c3a17952972'] response: {'name': 'network-changed', 'server_uuid': '8ed6a517-cd4b-4d14-8e4e-932e9b28218a', 'tag': '7c994bc2-a757-4486-b2d5-0371b72e463f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 830/1575] 10.0.0.2 () {32 vars in 824 bytes} [Tue Jul 14 09:53:34 2026] GET /v2.0/ports?project_id=5441c3d529664a768921eaaefe584138&network_id=0e2be164-a6c6-470e-81cf-2e42bbd34dab => generated 3695 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1576] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:34 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1577] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:34 2026] GET /v2.0/security-groups?id=8398ed2e-3674-40d6-bf8b-486b502c938f&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1578] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:34 2026] GET /v2.0/ports?tenant_id=75e2029085784897862ac44a9fbbb3a3&device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1279 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1579] 10.0.0.2 () {32 vars in 740 bytes} [Tue Jul 14 09:53:34 2026] GET /v2.0/subnets?network_id=8a81c26e-a1ea-4728-86af-44d675351634 => generated 667 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1580] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:53:34 2026] GET /v2.0/networks?id=93b7ee0f-9636-4b30-8707-349b16b5dd65 => generated 767 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1581] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:53:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=7c994bc2-a757-4486-b2d5-0371b72e463f => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1582] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:53:35 2026] GET /v2.0/subnets?id=7375d1fa-d8fb-41d2-a874-1a7ae21433d3 => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1583] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:53:35 2026] GET /v2.0/ports?network_id=93b7ee0f-9636-4b30-8707-349b16b5dd65&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1584] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:53:35 2026] GET /v2.0/networks/93b7ee0f-9636-4b30-8707-349b16b5dd65?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:35.361 7 INFO neutron.db.l3_db [None req-358e2218-ed92-405b-9827-bea458da3e91 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Floating IP c6c2a50f-2a42-450a-9e7e-ecd4a454a370 disassociated. External IP: 10.96.250.211, port: 0654adaf-eaf3-43a0-a38c-a73a3462c49c. [pid: 8|app: 0|req: 746/1585] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:53:34 2026] PUT /v2.0/routers/73033779-fbf5-4090-9cef-0ebe2e0552ae/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1586] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:53:35 2026] GET /v2.0/networks/93b7ee0f-9636-4b30-8707-349b16b5dd65?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: 748/1587] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:53:35 2026] GET /v2.0/ports/746eebbe-d016-45ac-b46c-a1487da96c9e => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1588] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:53:35 2026] PUT /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => generated 554 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1589] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:35 2026] GET /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1590] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:35 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1591] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:35 2026] GET /v2.0/security-groups?id=8398ed2e-3674-40d6-bf8b-486b502c938f&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:36.409 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-66d3d167-cf0e-4c9e-b6b4-d115ec0b2ab5'] response: {'name': 'network-changed', 'server_uuid': '663094dd-ead1-40bb-a019-2446cb8d33e3', 'tag': '0654adaf-eaf3-43a0-a38c-a73a3462c49c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 749/1592] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:53:35 2026] PUT /v2.0/routers/73033779-fbf5-4090-9cef-0ebe2e0552ae/add_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1593] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:36 2026] GET /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => generated 554 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1594] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:53:36 2026] GET /v2.0/ports/35fcea6c-b6d7-45a2-b637-a31c851519ca => generated 955 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1595] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:36 2026] GET /v2.0/ports?tenant_id=5441c3d529664a768921eaaefe584138&device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => 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: 752/1596] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:53:36 2026] GET /v2.0/networks?id=0e2be164-a6c6-470e-81cf-2e42bbd34dab => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1597] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:53:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=0654adaf-eaf3-43a0-a38c-a73a3462c49c => 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: 754/1598] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:37 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1599] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:53:37 2026] GET /v2.0/subnets?id=08926bc4-a3a4-40e2-ab6d-8d93d1100f03 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1600] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:37 2026] GET /v2.0/security-groups?id=8398ed2e-3674-40d6-bf8b-486b502c938f&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1601] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:53:37 2026] GET /v2.0/ports?network_id=0e2be164-a6c6-470e-81cf-2e42bbd34dab&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1602] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:53:37 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?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: 759/1603] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:53:37 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?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-07-14 09:53:37.274 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f5e6cc9-c53a-4d26-8563-04a3b5af3be3 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] TaaS: Handle Delete Port: 35fcea6c-b6d7-45a2-b637-a31c851519ca 2026-07-14 09:53:37.277 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f5e6cc9-c53a-4d26-8563-04a3b5af3be3 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Tap Mirror: Handle Delete Port: 35fcea6c-b6d7-45a2-b637-a31c851519ca [pid: 8|app: 0|req: 760/1604] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:37 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:37.659 8 INFO neutron.db.l3_db [None req-242338ab-3f5c-40cb-a75e-fb9ed6fa2a84 b2050e2969d44d2e90772e42c34fdf10 cbb8e6c107d544828e9a61911242aec2 - - default default] Floating IP 4e395bed-c423-4758-8dc8-807178302a77 associated. External IP: 10.96.250.201, port: 63fc2ee1-6b05-484a-8c0f-004e429d3304. [pid: 7|app: 0|req: 845/1605] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:53:36 2026] PUT /v2.0/routers/73033779-fbf5-4090-9cef-0ebe2e0552ae/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1606] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:53:37 2026] PUT /v2.0/floatingips/4e395bed-c423-4758-8dc8-807178302a77 => generated 856 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1607] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:38.089 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0099923f-89bc-4429-ad47-ea18ad727c44'] response: {'name': 'network-changed', 'server_uuid': '2338e4f1-e4bc-457c-97e4-98971b5a2d17', 'tag': '63fc2ee1-6b05-484a-8c0f-004e429d3304', 'status': 'completed', 'code': 200} 2026-07-14 09:53:38.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-af391d2f-1649-4ea8-bb19-4bc4c854846c c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] TaaS: Handle Delete Port: 746eebbe-d016-45ac-b46c-a1487da96c9e 2026-07-14 09:53:38.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af391d2f-1649-4ea8-bb19-4bc4c854846c c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Tap Mirror: Handle Delete Port: 746eebbe-d016-45ac-b46c-a1487da96c9e [pid: 8|app: 0|req: 763/1608] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 975 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1609] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/security-groups?id=8398ed2e-3674-40d6-bf8b-486b502c938f&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1610] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1611] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/ports?tenant_id=cbb8e6c107d544828e9a61911242aec2&device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => 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: 767/1612] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/security-groups?id=8398ed2e-3674-40d6-bf8b-486b502c938f&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1613] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/networks?id=2dfd0ae3-6885-447f-b656-d36359e70cd8 => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1614] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:53:37 2026] PUT /v2.0/routers/73033779-fbf5-4090-9cef-0ebe2e0552ae/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1615] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=63fc2ee1-6b05-484a-8c0f-004e429d3304 => 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: 847/1616] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/ports?device_id=73033779-fbf5-4090-9cef-0ebe2e0552ae => 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: 848/1617] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/subnets?id=4ab69c6d-e3e9-43f1-9123-6421c8d8237f => generated 693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1618] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/ports?network_id=2dfd0ae3-6885-447f-b656-d36359e70cd8&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1619] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/networks/2dfd0ae3-6885-447f-b656-d36359e70cd8?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: 851/1620] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:53:38 2026] GET /v2.0/networks/2dfd0ae3-6885-447f-b656-d36359e70cd8?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-07-14 09:53:39.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-c29f9dfa-ced8-4f65-9405-18af5fe8facb c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] TaaS: Handle Delete Port: 9bc34c38-3cd4-46ca-8912-4c50ed3768a2 2026-07-14 09:53:39.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c29f9dfa-ced8-4f65-9405-18af5fe8facb c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Tap Mirror: Handle Delete Port: 9bc34c38-3cd4-46ca-8912-4c50ed3768a2 [pid: 7|app: 0|req: 852/1621] 10.0.0.2 () {34 vars in 683 bytes} [Tue Jul 14 09:53:39 2026] POST /v2.0/security-groups => generated 1675 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-14 09:53:39.418 8 INFO neutron.services.segments.plugin [-] Segment dddb98ad-34c0-4d21-a477-7ffacc55ced4 resource provider aggregate not found 2026-07-14 09:53:39.429 8 INFO neutron.services.segments.plugin [-] Segment dddb98ad-34c0-4d21-a477-7ffacc55ced4 resource provider aggregate not found 2026-07-14 09:53:39.442 8 INFO neutron.services.segments.plugin [-] Segment dddb98ad-34c0-4d21-a477-7ffacc55ced4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dddb98ad-34c0-4d21-a477-7ffacc55ced4 found for delete ", "request_id": "req-7e384388-2906-42bc-83c6-ac92e9af8eb7"}]} 2026-07-14 09:53:39.448 8 INFO neutron.services.segments.plugin [-] Segment dddb98ad-34c0-4d21-a477-7ffacc55ced4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dddb98ad-34c0-4d21-a477-7ffacc55ced4 found for delete ", "request_id": "req-0f11e34b-d682-4092-b45a-785f18233d14"}]} 2026-07-14 09:53:39.452 8 INFO neutron.db.l3_hamode_db [None req-c29f9dfa-ced8-4f65-9405-18af5fe8facb c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] HA network c6748537-de5b-4a9c-a2c2-25bb43a30dcf was deleted as no HA routers are present in tenant 25a961ff33c44a31ac2dc8cd6f6a2034. [pid: 8|app: 0|req: 770/1622] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:38 2026] DELETE /v2.0/routers/73033779-fbf5-4090-9cef-0ebe2e0552ae => generated 0 bytes in 678 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1623] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1624] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1625] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:39 2026] DELETE /v2.0/subnets/e26c88ba-69e4-4858-bc1b-92b300dfe103 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1626] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1627] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:39 2026] DELETE /v2.0/subnets/cef54eea-783b-4208-aefc-6ecf767b4b68 => 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: 856/1628] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:53:39.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-67eb4cb2-e67a-46e8-8346-da1197555a20 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] TaaS: Handle Delete Port: 3ed6000f-1a7a-469d-b3e9-8b2a84685698 2026-07-14 09:53:39.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67eb4cb2-e67a-46e8-8346-da1197555a20 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Tap Mirror: Handle Delete Port: 3ed6000f-1a7a-469d-b3e9-8b2a84685698 [pid: 7|app: 0|req: 857/1629] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:39 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:39.919 7 INFO neutron.db.securitygroups_db [None req-fcb60007-99d8-4366-9f14-2f3836003a46 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Project 5441c3d529664a768921eaaefe584138 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: 858/1630] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:39 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: 859/1631] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:40 2026] GET /v2.0/security-groups?id=8398ed2e-3674-40d6-bf8b-486b502c938f&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:40.063 7 INFO neutron.db.securitygroups_db [None req-af3f3021-409b-4edc-bc89-568a27fa3dd8 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Project 5441c3d529664a768921eaaefe584138 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: 773/1632] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:53:39 2026] DELETE /v2.0/networks/a973ac44-bbab-41b9-b581-f79b2725889d => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1633] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:40 2026] POST /v2.0/security-group-rules => generated 606 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1634] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:53:40 2026] DELETE /v2.0/networks/343eced2-5111-4e5f-a150-57a504cec486 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:53:40.275 7 INFO neutron.db.segments_db [None req-2ce5edd4-71d3-42b4-8018-097abcbf404a c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Added segment e7695a08-165a-4314-9a7b-71ee9ab906f1 of type vxlan for network 30d278d9-da96-4e11-9b30-35812cc37b23 [pid: 7|app: 0|req: 861/1635] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:53:40 2026] POST /v2.0/networks => generated 610 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1636] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 09:53:40 2026] GET /v2.0/networks => generated 1297 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1637] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:40 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:53:40.675 7 INFO neutron.db.segments_db [None req-40c68d85-3779-47d6-b1a5-b7da1dbad964 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Added segment eb5806db-e236-4087-bdf6-c48b524a14f0 of type vxlan for network 82a21765-540f-4c90-abd8-d84e9e638670 [pid: 8|app: 0|req: 776/1638] 10.0.0.51 () {34 vars in 1099 bytes} [Tue Jul 14 09:53:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1519119469&fields=id&tenant_id=5441c3d529664a768921eaaefe584138 => 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: 777/1639] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:53:40 2026] GET /v2.0/networks?id=0e2be164-a6c6-470e-81cf-2e42bbd34dab => generated 660 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1640] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:53:40 2026] GET /v2.0/quotas/5441c3d529664a768921eaaefe584138 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1641] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:53:40 2026] GET /v2.0/ports?tenant_id=5441c3d529664a768921eaaefe584138&fields=id => generated 149 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:40.952 7 INFO neutron.db.l3_hamode_db [None req-40c68d85-3779-47d6-b1a5-b7da1dbad964 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 780/1642] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:53:40 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1643] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:53:40 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?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: 782/1644] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:53:41 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:41.075 7 INFO neutron.db.l3_hamode_db [None req-40c68d85-3779-47d6-b1a5-b7da1dbad964 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:53:41.141 8 INFO neutron_taas.services.taas.taas_plugin [req-2e71e471-7448-4d2c-863b-36eadef42487 req-47b9e1bf-cc94-45b6-953d-1272695135be b2050e2969d44d2e90772e42c34fdf10 cbb8e6c107d544828e9a61911242aec2 - - default default] TaaS: Handle Delete Port: 63fc2ee1-6b05-484a-8c0f-004e429d3304 2026-07-14 09:53:41.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2e71e471-7448-4d2c-863b-36eadef42487 req-47b9e1bf-cc94-45b6-953d-1272695135be b2050e2969d44d2e90772e42c34fdf10 cbb8e6c107d544828e9a61911242aec2 - - default default] Tap Mirror: Handle Delete Port: 63fc2ee1-6b05-484a-8c0f-004e429d3304 2026-07-14 09:53:41.252 8 INFO neutron.db.l3_db [req-2e71e471-7448-4d2c-863b-36eadef42487 req-47b9e1bf-cc94-45b6-953d-1272695135be b2050e2969d44d2e90772e42c34fdf10 cbb8e6c107d544828e9a61911242aec2 - - default default] Floating IP 4e395bed-c423-4758-8dc8-807178302a77 disassociated. External IP: 10.96.250.201, port: 63fc2ee1-6b05-484a-8c0f-004e429d3304. 2026-07-14 09:53:41.468 8 INFO neutron.services.segments.plugin [-] Segment 104fcecb-c24a-4b66-9585-dd2b69feb4cb resource provider aggregate not found 2026-07-14 09:53:41.469 8 INFO neutron.services.segments.plugin [-] Segment 104fcecb-c24a-4b66-9585-dd2b69feb4cb resource provider aggregate not found 2026-07-14 09:53:41.484 8 INFO neutron.services.segments.plugin [-] Segment 104fcecb-c24a-4b66-9585-dd2b69feb4cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 104fcecb-c24a-4b66-9585-dd2b69feb4cb found for delete ", "request_id": "req-fd750d6a-479c-4a78-be79-86f855592297"}]} 2026-07-14 09:53:41.494 8 INFO neutron.services.segments.plugin [-] Segment 104fcecb-c24a-4b66-9585-dd2b69feb4cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 104fcecb-c24a-4b66-9585-dd2b69feb4cb found for delete ", "request_id": "req-86b3a603-cb34-4342-b834-5431762175bf"}]} 2026-07-14 09:53:41.500 8 INFO neutron.services.segments.plugin [-] Segment 77b37e03-e58d-4e94-a319-9bc12b321963 resource provider aggregate not found 2026-07-14 09:53:41.517 8 INFO neutron.services.segments.plugin [-] Segment 77b37e03-e58d-4e94-a319-9bc12b321963 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77b37e03-e58d-4e94-a319-9bc12b321963 found for delete ", "request_id": "req-93f3d605-2182-4d94-9cb7-5abd7a0a0565"}]} 2026-07-14 09:53:41.518 8 INFO neutron.services.segments.plugin [-] Segment 77b37e03-e58d-4e94-a319-9bc12b321963 resource provider aggregate not found 2026-07-14 09:53:41.544 8 INFO neutron.services.segments.plugin [-] Segment 77b37e03-e58d-4e94-a319-9bc12b321963 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77b37e03-e58d-4e94-a319-9bc12b321963 found for delete ", "request_id": "req-4f2dd9f9-799e-4c6b-83a0-be6045f2e041"}]} [pid: 8|app: 0|req: 783/1645] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:53:41 2026] DELETE /v2.0/ports/63fc2ee1-6b05-484a-8c0f-004e429d3304 => generated 0 bytes in 601 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1646] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:41 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1647] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:41 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:41.710 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-432a2cff-9df2-457c-a142-bf8da4922c99'] response: {'server_uuid': '2338e4f1-e4bc-457c-97e4-98971b5a2d17', 'name': 'network-vif-deleted', 'tag': '63fc2ee1-6b05-484a-8c0f-004e429d3304', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 863/1648] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:40 2026] POST /v2.0/routers => generated 506 bytes in 1092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1651] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:53:41 2026] POST /v2.0/ports => generated 947 bytes in 373 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: 787/1652] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:42 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => 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: 788/1653] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:42 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => 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: 866/1654] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:53:42 2026] PUT /v2.0/routers/bfcb4228-50df-4e57-8174-1712151850bd/add_router_interface => generated 309 bytes in 1151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1655] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:53:43 2026] GET /v2.0/ports/32ce2409-344a-49ca-893f-92cc5a4bdffe => generated 1021 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-14 09:53:43.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-467b6367-97c9-4ca5-a232-2e5ee3c97f53 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] TaaS: Handle Delete Port: 32ce2409-344a-49ca-893f-92cc5a4bdffe 2026-07-14 09:53:43.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-467b6367-97c9-4ca5-a232-2e5ee3c97f53 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Tap Mirror: Handle Delete Port: 32ce2409-344a-49ca-893f-92cc5a4bdffe [pid: 8|app: 0|req: 790/1656] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:43 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1657] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:43 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => 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: 867/1658] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:53:43 2026] PUT /v2.0/routers/bfcb4228-50df-4e57-8174-1712151850bd/remove_router_interface => generated 309 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:44.267 8 INFO neutron.api.v2.resource [None req-4ceefba3-2ede-4278-9a30-e73bf734e509 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 792/1659] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:53:44 2026] PUT /v2.0/routers/bfcb4228-50df-4e57-8174-1712151850bd/remove_router_interface => generated 197 bytes in 126 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: 868/1660] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:53:44 2026] GET /v2.0/ports?device_id=bfcb4228-50df-4e57-8174-1712151850bd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:44.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-94c05f00-7e69-42d0-82a1-dc1f76f9ed37 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] TaaS: Handle Delete Port: 7478d4bd-f67d-480a-87b2-54340c37d631 2026-07-14 09:53:44.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94c05f00-7e69-42d0-82a1-dc1f76f9ed37 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Tap Mirror: Handle Delete Port: 7478d4bd-f67d-480a-87b2-54340c37d631 2026-07-14 09:53:44.785 8 INFO neutron.services.segments.plugin [-] Segment eb5806db-e236-4087-bdf6-c48b524a14f0 resource provider aggregate not found 2026-07-14 09:53:44.790 8 INFO neutron.services.segments.plugin [-] Segment eb5806db-e236-4087-bdf6-c48b524a14f0 resource provider aggregate not found 2026-07-14 09:53:44.806 8 INFO neutron.services.segments.plugin [-] Segment eb5806db-e236-4087-bdf6-c48b524a14f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb5806db-e236-4087-bdf6-c48b524a14f0 found for delete ", "request_id": "req-c0ae1f0d-25c5-4dee-a49a-527875bc01b3"}]} 2026-07-14 09:53:44.808 8 INFO neutron.services.segments.plugin [-] Segment eb5806db-e236-4087-bdf6-c48b524a14f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb5806db-e236-4087-bdf6-c48b524a14f0 found for delete ", "request_id": "req-0d294192-0878-4a94-a1ef-13f704056b8e"}]} 2026-07-14 09:53:44.815 8 INFO neutron.db.l3_hamode_db [None req-94c05f00-7e69-42d0-82a1-dc1f76f9ed37 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] HA network 82a21765-540f-4c90-abd8-d84e9e638670 was deleted as no HA routers are present in tenant 25a961ff33c44a31ac2dc8cd6f6a2034. [pid: 8|app: 0|req: 793/1661] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:44 2026] DELETE /v2.0/routers/bfcb4228-50df-4e57-8174-1712151850bd => generated 0 bytes in 521 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1662] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:44 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => 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: 869/1663] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:44 2026] DELETE /v2.0/subnets/88110733-94c4-4204-943f-1c10726dccec => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1664] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:44 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:45.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee51e429-c55f-4eb0-b160-68b1f1f7fda2 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] TaaS: Handle Delete Port: c07c0691-ac5a-4700-bf69-a37440eb570f 2026-07-14 09:53:45.104 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee51e429-c55f-4eb0-b160-68b1f1f7fda2 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Tap Mirror: Handle Delete Port: c07c0691-ac5a-4700-bf69-a37440eb570f 2026-07-14 09:53:45.272 7 INFO neutron.services.segments.plugin [-] Segment e7695a08-165a-4314-9a7b-71ee9ab906f1 resource provider aggregate not found 2026-07-14 09:53:45.277 7 INFO neutron.services.segments.plugin [-] Segment e7695a08-165a-4314-9a7b-71ee9ab906f1 resource provider aggregate not found 2026-07-14 09:53:45.289 7 INFO neutron.services.segments.plugin [-] Segment e7695a08-165a-4314-9a7b-71ee9ab906f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7695a08-165a-4314-9a7b-71ee9ab906f1 found for delete ", "request_id": "req-ebf65c87-e52f-4d96-ac9b-b3cd7d4234bc"}]} 2026-07-14 09:53:45.299 7 INFO neutron.services.segments.plugin [-] Segment e7695a08-165a-4314-9a7b-71ee9ab906f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7695a08-165a-4314-9a7b-71ee9ab906f1 found for delete ", "request_id": "req-ebfe34d7-3875-4187-98bc-032e06229451"}]} [pid: 7|app: 0|req: 870/1665] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:53:45 2026] DELETE /v2.0/networks/30d278d9-da96-4e11-9b30-35812cc37b23 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:53:45.366 8 INFO neutron.db.segments_db [None req-2010cb11-3f94-41a6-9804-b55a5ad42f82 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Added segment f7b0504a-9dcc-4c69-850f-090b5bf0d2c5 of type vxlan for network ed13a40a-44f2-474f-8361-1b0caf2464b3 [pid: 8|app: 0|req: 796/1666] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:53:45 2026] POST /v2.0/networks => generated 611 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1667] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:53:45 2026] GET /v2.0/networks?id=0e2be164-a6c6-470e-81cf-2e42bbd34dab => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1668] 199.19.213.177 () {34 vars in 1050 bytes} [Tue Jul 14 09:53:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5441c3d529664a768921eaaefe584138 => generated 274 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1669] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:45 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:53:45.749 8 INFO neutron.db.segments_db [None req-d416a851-eed6-4a66-bc8b-ec4d40ea439b c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Added segment c51a65ee-79a5-4ccf-bb90-b16d8c7263ea of type vxlan for network 2df2e5f5-b4b6-4af3-a60f-82479776735a [pid: 7|app: 0|req: 873/1670] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:53:45 2026] POST /v2.0/ports => generated 954 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07-14 09:53:46.063 8 INFO neutron.db.l3_hamode_db [None req-d416a851-eed6-4a66-bc8b-ec4d40ea439b c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:53:46.182 8 INFO neutron.db.l3_hamode_db [None req-d416a851-eed6-4a66-bc8b-ec4d40ea439b c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 874/1671] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:53:45 2026] PUT /v2.0/ports/ba058644-733a-4c75-a836-73de5f7cfb80 => generated 1235 bytes in 429 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: 875/1672] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:46 2026] GET /v2.0/ports?device_id=2338e4f1-e4bc-457c-97e4-98971b5a2d17 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1673] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:46 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1674] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:46 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:46.572 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2d3266a-d644-4b42-8b8c-4f4e0e24b225'] response: {'name': 'network-changed', 'server_uuid': 'd3d3e1ad-d52d-4875-bf19-97b1262061b9', 'tag': 'ba058644-733a-4c75-a836-73de5f7cfb80', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 878/1675] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:46 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1010 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1676] 10.0.0.51 () {34 vars in 1119 bytes} [Tue Jul 14 09:53:46 2026] GET /v2.0/security-groups?id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&id=17c10938-59bc-457d-8844-9d26c1b32849&fields=id&fields=name => generated 206 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1677] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:45 2026] POST /v2.0/routers => generated 506 bytes in 1037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1678] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:53:46 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1279 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1679] 10.0.0.2 () {32 vars in 856 bytes} [Tue Jul 14 09:53:46 2026] GET /v2.0/floatingips?floating_network_id=8a81c26e-a1ea-4728-86af-44d675351634&port_id=7c994bc2-a757-4486-b2d5-0371b72e463f => generated 860 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1680] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:47 2026] GET /v2.0/ports?tenant_id=5441c3d529664a768921eaaefe584138&device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1681] 199.19.213.177 () {34 vars in 1018 bytes} [Tue Jul 14 09:53:47 2026] GET /v2.0/networks?tenant_id=5441c3d529664a768921eaaefe584138&shared=False => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1682] 199.19.213.177 () {34 vars in 930 bytes} [Tue Jul 14 09:53:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1683] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:47 2026] DELETE /v2.0/security-groups/8398ed2e-3674-40d6-bf8b-486b502c938f => 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: 886/1684] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:47 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:47.660 7 INFO neutron.api.v2.resource [None req-f54c5829-7322-43a4-a975-fc00db399fb6 b2050e2969d44d2e90772e42c34fdf10 cbb8e6c107d544828e9a61911242aec2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 887/1685] 10.0.0.2 () {32 vars in 735 bytes} [Tue Jul 14 09:53:47 2026] GET /v2.0/security-groups/8398ed2e-3674-40d6-bf8b-486b502c938f => 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: 888/1686] 10.0.0.97 () {34 vars in 989 bytes} [Tue Jul 14 09:53:47 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1687] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:47 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&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-07-14 09:53:47.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-941c9608-322e-427f-a4ed-4c0afd744c6e b2050e2969d44d2e90772e42c34fdf10 cbb8e6c107d544828e9a61911242aec2 - - default default] TaaS: Handle Delete Port: 39983c47-0146-48ee-9cfc-051ebad2877e 2026-07-14 09:53:47.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-941c9608-322e-427f-a4ed-4c0afd744c6e b2050e2969d44d2e90772e42c34fdf10 cbb8e6c107d544828e9a61911242aec2 - - default default] Tap Mirror: Handle Delete Port: 39983c47-0146-48ee-9cfc-051ebad2877e [pid: 8|app: 0|req: 799/1688] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:53:46 2026] PUT /v2.0/routers/cb5570f1-d871-4971-8e44-b2e06ee8b2b0/add_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1689] 10.0.0.97 () {34 vars in 1119 bytes} [Tue Jul 14 09:53:47 2026] GET /v2.0/security-groups?id=17c10938-59bc-457d-8844-9d26c1b32849&id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1690] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:53:47 2026] GET /v2.0/ports/f068369f-bef0-4367-a3c6-06f04f19731c => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1691] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:53:47 2026] DELETE /v2.0/floatingips/4e395bed-c423-4758-8dc8-807178302a77 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:53:48.283 8 INFO neutron_taas.services.taas.taas_plugin [None req-26bd2e02-b171-4649-9a36-f25a2ff1c986 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] TaaS: Handle Delete Port: f068369f-bef0-4367-a3c6-06f04f19731c 2026-07-14 09:53:48.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26bd2e02-b171-4649-9a36-f25a2ff1c986 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Tap Mirror: Handle Delete Port: f068369f-bef0-4367-a3c6-06f04f19731c 2026-07-14 09:53:48.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-d08f943f-dcf8-4323-be40-27d627cfb5f0 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 9a6f5db8-0ee9-451d-9851-4fdd595549b9 2026-07-14 09:53:48.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d08f943f-dcf8-4323-be40-27d627cfb5f0 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 9a6f5db8-0ee9-451d-9851-4fdd595549b9 [pid: 7|app: 0|req: 891/1692] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:53:48 2026] PUT /v2.0/routers/19558c5a-cae6-44b9-9508-7165e379dd76/remove_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1693] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:49 2026] GET /v2.0/ports?tenant_id=5441c3d529664a768921eaaefe584138&device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1694] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:49 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1695] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:53:48 2026] PUT /v2.0/routers/cb5570f1-d871-4971-8e44-b2e06ee8b2b0/remove_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1696] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:53:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ba058644-733a-4c75-a836-73de5f7cfb80 => 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: 804/1697] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:49 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&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: 805/1698] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:53:49 2026] GET /v2.0/ports?device_id=cb5570f1-d871-4971-8e44-b2e06ee8b2b0 => 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: 806/1699] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:53:49 2026] GET /v2.0/subnets?id=08926bc4-a3a4-40e2-ab6d-8d93d1100f03 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:49.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfc0edd8-d163-46d2-9296-35b7b5f0417b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 7a7d7737-8d4d-4e50-ba4f-beb2acbbd93d 2026-07-14 09:53:49.323 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfc0edd8-d163-46d2-9296-35b7b5f0417b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 7a7d7737-8d4d-4e50-ba4f-beb2acbbd93d 2026-07-14 09:53:49.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab68f735-e237-4987-ae17-2889f84c614b c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] TaaS: Handle Delete Port: 9e3de66b-bdb0-450a-bdd2-f13cdbeaafb8 2026-07-14 09:53:49.502 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab68f735-e237-4987-ae17-2889f84c614b c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Tap Mirror: Handle Delete Port: 9e3de66b-bdb0-450a-bdd2-f13cdbeaafb8 2026-07-14 09:53:49.663 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfc0edd8-d163-46d2-9296-35b7b5f0417b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 6a34f4f6-b4db-4d58-8c50-5e09dfa5d6eb 2026-07-14 09:53:49.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfc0edd8-d163-46d2-9296-35b7b5f0417b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 6a34f4f6-b4db-4d58-8c50-5e09dfa5d6eb 2026-07-14 09:53:49.853 8 INFO neutron.services.segments.plugin [-] Segment c51a65ee-79a5-4ccf-bb90-b16d8c7263ea resource provider aggregate not found 2026-07-14 09:53:49.863 8 INFO neutron.services.segments.plugin [-] Segment c51a65ee-79a5-4ccf-bb90-b16d8c7263ea resource provider aggregate not found 2026-07-14 09:53:49.879 8 INFO neutron.services.segments.plugin [-] Segment c51a65ee-79a5-4ccf-bb90-b16d8c7263ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c51a65ee-79a5-4ccf-bb90-b16d8c7263ea found for delete ", "request_id": "req-1768eef0-2792-4f1a-bddd-e1da3b86c815"}]} 2026-07-14 09:53:49.889 8 INFO neutron.services.segments.plugin [-] Segment c51a65ee-79a5-4ccf-bb90-b16d8c7263ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c51a65ee-79a5-4ccf-bb90-b16d8c7263ea found for delete ", "request_id": "req-950bcff5-128b-42e8-8a19-c2ecb6362673"}]} 2026-07-14 09:53:49.897 8 INFO neutron.db.l3_hamode_db [None req-ab68f735-e237-4987-ae17-2889f84c614b c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] HA network 2df2e5f5-b4b6-4af3-a60f-82479776735a was deleted as no HA routers are present in tenant 25a961ff33c44a31ac2dc8cd6f6a2034. [pid: 8|app: 0|req: 807/1700] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:49 2026] DELETE /v2.0/routers/cb5570f1-d871-4971-8e44-b2e06ee8b2b0 => generated 0 bytes in 598 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1701] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:53:49 2026] GET /v2.0/ports?network_id=0e2be164-a6c6-470e-81cf-2e42bbd34dab&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:53:50.033 7 INFO neutron.services.segments.plugin [-] Segment af838c8e-aa88-4dc4-a020-2e6856e48ae8 resource provider aggregate not found 2026-07-14 09:53:50.038 7 INFO neutron.services.segments.plugin [-] Segment af838c8e-aa88-4dc4-a020-2e6856e48ae8 resource provider aggregate not found 2026-07-14 09:53:50.053 7 INFO neutron.services.segments.plugin [-] Segment af838c8e-aa88-4dc4-a020-2e6856e48ae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af838c8e-aa88-4dc4-a020-2e6856e48ae8 found for delete ", "request_id": "req-b02198ea-75dc-41c0-966d-cd429acb30a7"}]} 2026-07-14 09:53:50.057 7 INFO neutron.services.segments.plugin [-] Segment af838c8e-aa88-4dc4-a020-2e6856e48ae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af838c8e-aa88-4dc4-a020-2e6856e48ae8 found for delete ", "request_id": "req-4aaefab1-583b-439b-88b4-08880927414c"}]} 2026-07-14 09:53:50.066 7 INFO neutron.db.l3_hamode_db [None req-cfc0edd8-d163-46d2-9296-35b7b5f0417b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] HA network c90a1240-40e2-4e02-951f-08e32540c33c was deleted as no HA routers are present in tenant cbb8e6c107d544828e9a61911242aec2. [pid: 7|app: 0|req: 894/1702] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:49 2026] DELETE /v2.0/routers/19558c5a-cae6-44b9-9508-7165e379dd76 => generated 0 bytes in 974 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1703] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:49 2026] DELETE /v2.0/subnets/caa9e68c-3532-4790-a11c-9d8d4549d325 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1704] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:53:50 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?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: 810/1705] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:53:50 2026] DELETE /v2.0/networks/ed13a40a-44f2-474f-8361-1b0caf2464b3 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1706] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:50 2026] DELETE /v2.0/subnets/4ab69c6d-e3e9-43f1-9123-6421c8d8237f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1707] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:53:50 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:50.314 7 INFO neutron.db.segments_db [None req-dba295e5-76fa-4dbe-abaa-2e57f58e909f c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Added segment 274659d8-7661-4d03-9ba4-516b9a97eeeb of type vxlan for network ab3f8e9c-ed2f-4cdf-bade-792dd6647ce1 2026-07-14 09:53:50.373 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bbf8ed9-5fa3-4e4c-89e5-689af067e7b8 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: db79b86e-814b-47d5-aeab-19d0a7082e29 2026-07-14 09:53:50.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bbf8ed9-5fa3-4e4c-89e5-689af067e7b8 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: db79b86e-814b-47d5-aeab-19d0a7082e29 [pid: 8|app: 0|req: 812/1708] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:53:50 2026] DELETE /v2.0/networks/2dfd0ae3-6885-447f-b656-d36359e70cd8 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:53:50.627 7 INFO neutron.db.l3_hamode_db [None req-dba295e5-76fa-4dbe-abaa-2e57f58e909f c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 813/1709] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:50 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1710] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:50 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1010 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1711] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:50 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&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: 816/1712] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:50 2026] GET /v2.0/security-groups?tenant_id=cbb8e6c107d544828e9a61911242aec2&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1713] 10.0.0.51 () {34 vars in 1119 bytes} [Tue Jul 14 09:53:50 2026] GET /v2.0/security-groups?id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&id=17c10938-59bc-457d-8844-9d26c1b32849&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1714] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:50 2026] DELETE /v2.0/security-groups/dc5dc526-2091-4864-a336-7e75afeff1f5 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:53:51.523 7 INFO neutron.db.l3_hamode_db [None req-dba295e5-76fa-4dbe-abaa-2e57f58e909f c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:53:51.911 8 INFO neutron.services.segments.plugin [-] Segment f7b0504a-9dcc-4c69-850f-090b5bf0d2c5 resource provider aggregate not found 2026-07-14 09:53:51.926 8 INFO neutron.services.segments.plugin [-] Segment f7b0504a-9dcc-4c69-850f-090b5bf0d2c5 resource provider aggregate not found 2026-07-14 09:53:51.943 8 INFO neutron.services.segments.plugin [-] Segment f7b0504a-9dcc-4c69-850f-090b5bf0d2c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7b0504a-9dcc-4c69-850f-090b5bf0d2c5 found for delete ", "request_id": "req-8209a37e-4e5c-4709-82a6-f62e51cd08a4"}]} 2026-07-14 09:53:51.952 8 INFO neutron.services.segments.plugin [-] Segment f7b0504a-9dcc-4c69-850f-090b5bf0d2c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7b0504a-9dcc-4c69-850f-090b5bf0d2c5 found for delete ", "request_id": "req-5117825f-f205-4f58-b622-b17d09f861b7"}]} [pid: 8|app: 0|req: 819/1715] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:51 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:51.975 8 INFO neutron.services.segments.plugin [-] Segment 6f615d48-eeea-4394-a76c-7c4dfcd3c357 resource provider aggregate not found 2026-07-14 09:53:51.979 8 INFO neutron.services.segments.plugin [-] Segment 6f615d48-eeea-4394-a76c-7c4dfcd3c357 resource provider aggregate not found 2026-07-14 09:53:51.999 8 INFO neutron.services.segments.plugin [-] Segment 6f615d48-eeea-4394-a76c-7c4dfcd3c357 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f615d48-eeea-4394-a76c-7c4dfcd3c357 found for delete ", "request_id": "req-2a23e3c6-180c-47de-b3cb-d4f98c14e6b5"}]} 2026-07-14 09:53:52.000 8 INFO neutron.services.segments.plugin [-] Segment 6f615d48-eeea-4394-a76c-7c4dfcd3c357 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f615d48-eeea-4394-a76c-7c4dfcd3c357 found for delete ", "request_id": "req-a59967ab-b7bd-4462-9756-9575f449f4a7"}]} [pid: 8|app: 0|req: 820/1716] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:51 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1717] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:52 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&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: 822/1718] 10.0.0.51 () {34 vars in 1119 bytes} [Tue Jul 14 09:53:52 2026] GET /v2.0/security-groups?id=4b32415c-8611-4f2a-a4c6-251d6d6b479d&id=17c10938-59bc-457d-8844-9d26c1b32849&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: 897/1719] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:53:50 2026] POST /v2.0/routers => generated 685 bytes in 2176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1720] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:53:52 2026] GET /v2.0/routers/25a403ed-4499-4fd5-8ada-d95f06278065 => generated 691 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1721] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:53:52 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1722] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:53:52 2026] GET /v2.0/routers => generated 694 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:53.106 8 INFO neutron_taas.services.taas.taas_plugin [req-a00d5dae-67b1-438d-ae5c-b6210ac30646 req-26db4579-79c0-4abe-ac57-a628dc8fde65 938d9ccad16445819570645734713056 75e2029085784897862ac44a9fbbb3a3 - - default default] TaaS: Handle Delete Port: 7c994bc2-a757-4486-b2d5-0371b72e463f 2026-07-14 09:53:53.109 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a00d5dae-67b1-438d-ae5c-b6210ac30646 req-26db4579-79c0-4abe-ac57-a628dc8fde65 938d9ccad16445819570645734713056 75e2029085784897862ac44a9fbbb3a3 - - default default] Tap Mirror: Handle Delete Port: 7c994bc2-a757-4486-b2d5-0371b72e463f 2026-07-14 09:53:53.230 8 INFO neutron.db.l3_db [req-a00d5dae-67b1-438d-ae5c-b6210ac30646 req-26db4579-79c0-4abe-ac57-a628dc8fde65 938d9ccad16445819570645734713056 75e2029085784897862ac44a9fbbb3a3 - - default default] Floating IP 63548171-7f64-45eb-a1d8-6edd3fb324d1 disassociated. External IP: 10.96.250.213, port: 7c994bc2-a757-4486-b2d5-0371b72e463f. [pid: 7|app: 0|req: 899/1723] 10.0.0.2 () {34 vars in 739 bytes} [Tue Jul 14 09:53:53 2026] PUT /v2.0/routers/25a403ed-4499-4fd5-8ada-d95f06278065 => generated 698 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1724] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:53 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1725] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:53 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => 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: 825/1726] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:53:52 2026] DELETE /v2.0/ports/7c994bc2-a757-4486-b2d5-0371b72e463f => generated 0 bytes in 628 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1727] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:53:53 2026] GET /v2.0/routers/25a403ed-4499-4fd5-8ada-d95f06278065 => generated 698 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:53.656 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebd22b00-e1f9-4deb-9688-faf9a5798ccd'] response: {'server_uuid': '8ed6a517-cd4b-4d14-8e4e-932e9b28218a', 'name': 'network-vif-deleted', 'tag': '7c994bc2-a757-4486-b2d5-0371b72e463f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 826/1728] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:53 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1729] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:53:53 2026] GET /v2.0/ports?device_id=25a403ed-4499-4fd5-8ada-d95f06278065 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:54.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-de1107e1-2ff2-4f3b-8e89-dc6aa8f4ad83 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] TaaS: Handle Delete Port: 0bdc4426-c1ac-4eb8-a73e-f7dfc79200fd 2026-07-14 09:53:54.061 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de1107e1-2ff2-4f3b-8e89-dc6aa8f4ad83 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Tap Mirror: Handle Delete Port: 0bdc4426-c1ac-4eb8-a73e-f7dfc79200fd 2026-07-14 09:53:54.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-de1107e1-2ff2-4f3b-8e89-dc6aa8f4ad83 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] TaaS: Handle Delete Port: e6096f3d-3da5-4252-95b0-ed323cdd6d37 2026-07-14 09:53:54.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de1107e1-2ff2-4f3b-8e89-dc6aa8f4ad83 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] Tap Mirror: Handle Delete Port: e6096f3d-3da5-4252-95b0-ed323cdd6d37 [pid: 7|app: 0|req: 904/1730] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:54 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1731] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:54 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1732] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:54 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:54.902 8 INFO neutron.services.segments.plugin [-] Segment 274659d8-7661-4d03-9ba4-516b9a97eeeb resource provider aggregate not found 2026-07-14 09:53:54.918 8 INFO neutron.services.segments.plugin [-] Segment 274659d8-7661-4d03-9ba4-516b9a97eeeb resource provider aggregate not found 2026-07-14 09:53:54.924 8 INFO neutron.services.segments.plugin [-] Segment 274659d8-7661-4d03-9ba4-516b9a97eeeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 274659d8-7661-4d03-9ba4-516b9a97eeeb found for delete ", "request_id": "req-1e86f9c4-fb59-4a0f-9260-58eea2f9735a"}]} 2026-07-14 09:53:54.936 8 INFO neutron.services.segments.plugin [-] Segment 274659d8-7661-4d03-9ba4-516b9a97eeeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 274659d8-7661-4d03-9ba4-516b9a97eeeb found for delete ", "request_id": "req-eb770c69-8170-45df-9da8-4e57ec903572"}]} 2026-07-14 09:53:54.937 8 INFO neutron.db.l3_hamode_db [None req-de1107e1-2ff2-4f3b-8e89-dc6aa8f4ad83 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] HA network ab3f8e9c-ed2f-4cdf-bade-792dd6647ce1 was deleted as no HA routers are present in tenant 25a961ff33c44a31ac2dc8cd6f6a2034. [pid: 8|app: 0|req: 827/1733] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:53 2026] DELETE /v2.0/routers/25a403ed-4499-4fd5-8ada-d95f06278065 => generated 0 bytes in 1258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1734] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:53:54 2026] GET /v2.0/ports?device_id=25a403ed-4499-4fd5-8ada-d95f06278065 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:55.014 8 INFO neutron.api.v2.resource [None req-e789044d-1522-477e-a5fa-1cdc9358631b c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 828/1735] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:54 2026] DELETE /v2.0/routers/25a403ed-4499-4fd5-8ada-d95f06278065 => generated 135 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1736] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:53:55 2026] GET /v2.0/ports?device_id=cb5570f1-d871-4971-8e44-b2e06ee8b2b0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:55.064 8 INFO neutron.api.v2.resource [None req-b614819c-7ae9-463f-a3d6-c807163e6bc7 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 829/1737] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:55 2026] DELETE /v2.0/routers/cb5570f1-d871-4971-8e44-b2e06ee8b2b0 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:53:55.086 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ed54494-6ccc-4744-a2f9-5e3b451fce7b c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 909/1738] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:55 2026] DELETE /v2.0/subnets/caa9e68c-3532-4790-a11c-9d8d4549d325 => 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: 830/1739] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:53:55 2026] GET /v2.0/ports?device_id=bfcb4228-50df-4e57-8174-1712151850bd => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:55.143 7 INFO neutron.api.v2.resource [None req-f48a1a35-2f52-4d51-979c-e4c522770e98 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 910/1740] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:55 2026] DELETE /v2.0/routers/bfcb4228-50df-4e57-8174-1712151850bd => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:53:55.165 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c992812-f388-4f32-bd9a-0c576d2327f6 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 831/1741] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:55 2026] DELETE /v2.0/subnets/88110733-94c4-4204-943f-1c10726dccec => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1742] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:53:55 2026] GET /v2.0/ports?device_id=73033779-fbf5-4090-9cef-0ebe2e0552ae => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:53:55.231 8 INFO neutron.api.v2.resource [None req-92ee5dc6-4640-4821-b3e3-b1a4aac04979 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 832/1743] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:55 2026] DELETE /v2.0/routers/73033779-fbf5-4090-9cef-0ebe2e0552ae => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:53:55.257 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d009aa24-df16-4858-b99d-d5d32b287ee0 c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 912/1744] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:55 2026] DELETE /v2.0/subnets/e26c88ba-69e4-4858-bc1b-92b300dfe103 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:53:55.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35aa3495-9591-41ec-b79d-513acf41a41d c32df4a480e94f66a240440156db18b2 25a961ff33c44a31ac2dc8cd6f6a2034 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1745] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:55 2026] DELETE /v2.0/subnets/cef54eea-783b-4208-aefc-6ecf767b4b68 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1746] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:55 2026] GET /v2.0/ports?device_id=8ed6a517-cd4b-4d14-8e4e-932e9b28218a => 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: 914/1747] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:55 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => 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: 915/1748] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:55 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&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: 916/1749] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:53:56 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1750] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:55 2026] GET /v2.0/security-groups?tenant_id=25a961ff33c44a31ac2dc8cd6f6a2034&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1751] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:53:56 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&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: 918/1752] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:53:56 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1753] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:56 2026] DELETE /v2.0/security-groups/d22d212f-70bb-4e86-aecc-4e6196010741 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:53:56.562 7 INFO neutron.db.l3_db [None req-f73a624f-3b37-4363-af4f-609b1f2b7b74 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Floating IP c6c2a50f-2a42-450a-9e7e-ecd4a454a370 associated. External IP: 10.96.250.211, port: ba058644-733a-4c75-a836-73de5f7cfb80. [pid: 8|app: 0|req: 836/1754] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:56 2026] GET /v2.0/security-groups?tenant_id=d93d8da0b0b743f996d2608baf811635&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1755] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:53:56 2026] PUT /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => generated 855 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1756] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:56 2026] DELETE /v2.0/security-groups/cb97ae7d-9f34-49ea-b8ee-fd0262a8e3a5 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:53:56.976 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3fcee30-3dc4-4107-bcc0-bdf26cbe04d0'] response: {'name': 'network-changed', 'server_uuid': 'd3d3e1ad-d52d-4875-bf19-97b1262061b9', 'tag': 'ba058644-733a-4c75-a836-73de5f7cfb80', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 920/1759] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:56 2026] GET /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => generated 855 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1760] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:56 2026] DELETE /v2.0/security-groups/4b32415c-8611-4f2a-a4c6-251d6d6b479d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:53:57.129 8 INFO neutron.api.v2.resource [None req-25f16ece-bce9-40d5-841c-86e0d5ac5bf3 938d9ccad16445819570645734713056 75e2029085784897862ac44a9fbbb3a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 841/1761] 10.0.0.2 () {32 vars in 735 bytes} [Tue Jul 14 09:53:57 2026] GET /v2.0/security-groups/4b32415c-8611-4f2a-a4c6-251d6d6b479d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:53:57.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-420c913d-f130-4484-97d3-7199af13decc 938d9ccad16445819570645734713056 75e2029085784897862ac44a9fbbb3a3 - - default default] TaaS: Handle Delete Port: fb644db2-7674-4377-a8de-c050b305a3e2 2026-07-14 09:53:57.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-420c913d-f130-4484-97d3-7199af13decc 938d9ccad16445819570645734713056 75e2029085784897862ac44a9fbbb3a3 - - default default] Tap Mirror: Handle Delete Port: fb644db2-7674-4377-a8de-c050b305a3e2 [pid: 7|app: 0|req: 921/1762] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:53:57 2026] GET /v2.0/security-groups?tenant_id=3f799ad62b234d38ba42fec1f60c2dbb&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1763] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:57 2026] DELETE /v2.0/security-groups/d51659b9-330d-4dab-ab87-d5f28eea8b58 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1764] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:53:57 2026] DELETE /v2.0/floatingips/63548171-7f64-45eb-a1d8-6edd3fb324d1 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1765] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:53:57 2026] GET /v2.0/ports?tenant_id=5441c3d529664a768921eaaefe584138&device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1766] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:53:57 2026] GET /v2.0/networks?id=0e2be164-a6c6-470e-81cf-2e42bbd34dab => generated 756 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1767] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:53:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ba058644-733a-4c75-a836-73de5f7cfb80 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1768] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:57 2026] DELETE /v2.0/security-groups/17c10938-59bc-457d-8844-9d26c1b32849 => 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: 846/1769] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:53:57 2026] GET /v2.0/subnets?id=08926bc4-a3a4-40e2-ab6d-8d93d1100f03 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1770] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:53:57 2026] GET /v2.0/ports?network_id=0e2be164-a6c6-470e-81cf-2e42bbd34dab&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1771] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:53:57 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?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: 926/1772] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:53:57 2026] GET /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab?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: 927/1773] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:57 2026] GET /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:58.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-650155bb-182b-46ef-9e1f-66505e73f057 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 3498c051-39d0-49e6-954e-86232f485841 2026-07-14 09:53:58.086 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-650155bb-182b-46ef-9e1f-66505e73f057 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 3498c051-39d0-49e6-954e-86232f485841 [pid: 8|app: 0|req: 847/1774] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:53:57 2026] PUT /v2.0/routers/8f4b5422-3280-4b71-b480-83894c1082fd/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:53:58.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-39f5c869-847e-4458-a925-829a33ba4f64 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: dee25e13-0d09-4f6c-aac7-51145242492f 2026-07-14 09:53:58.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39f5c869-847e-4458-a925-829a33ba4f64 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: dee25e13-0d09-4f6c-aac7-51145242492f [pid: 7|app: 0|req: 928/1775] 10.0.0.2 () {34 vars in 682 bytes} [Tue Jul 14 09:53:58 2026] POST /v2.0/security-groups => generated 1625 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1776] 10.0.0.2 () {32 vars in 661 bytes} [Tue Jul 14 09:53:58 2026] GET /v2.0/security-groups => generated 4530 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1777] 10.0.0.2 () {34 vars in 756 bytes} [Tue Jul 14 09:53:58 2026] PUT /v2.0/security-groups/2f3d1fab-8e44-458a-bda2-667491e4416a => generated 1662 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1778] 10.0.0.2 () {32 vars in 735 bytes} [Tue Jul 14 09:53:58 2026] GET /v2.0/security-groups/2f3d1fab-8e44-458a-bda2-667491e4416a => generated 1662 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:53:59.036 8 INFO neutron_taas.services.taas.taas_plugin [None req-39f5c869-847e-4458-a925-829a33ba4f64 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 5c64e649-8b62-4fab-8af1-8f3ee65945f5 2026-07-14 09:53:59.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39f5c869-847e-4458-a925-829a33ba4f64 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 5c64e649-8b62-4fab-8af1-8f3ee65945f5 [pid: 7|app: 0|req: 932/1779] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:59 2026] DELETE /v2.0/security-groups/2f3d1fab-8e44-458a-bda2-667491e4416a => 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: 933/1780] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:53:59 2026] GET /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => 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: 934/1781] 10.0.0.2 () {32 vars in 661 bytes} [Tue Jul 14 09:53:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:53:59.215 7 INFO neutron.api.v2.resource [None req-1708e0a4-ebb3-4cfc-9922-4609d56845d2 b282f23265624beeb6809271748949fd 5aab149b2ffd49e5a711e340a686e923 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 935/1782] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:53:59 2026] DELETE /v2.0/security-groups/2f3d1fab-8e44-458a-bda2-667491e4416a => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1783] 10.0.0.2 () {34 vars in 682 bytes} [Tue Jul 14 09:53:59 2026] POST /v2.0/security-groups => generated 1625 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-14 09:53:59.403 8 INFO neutron.services.segments.plugin [-] Segment cde27752-22b8-4e28-978a-991e124696c2 resource provider aggregate not found 2026-07-14 09:53:59.410 8 INFO neutron.services.segments.plugin [-] Segment cde27752-22b8-4e28-978a-991e124696c2 resource provider aggregate not found 2026-07-14 09:53:59.427 8 INFO neutron.services.segments.plugin [-] Segment cde27752-22b8-4e28-978a-991e124696c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde27752-22b8-4e28-978a-991e124696c2 found for delete ", "request_id": "req-0641be88-7343-4551-91c2-3468ab8dec78"}]} 2026-07-14 09:53:59.427 8 INFO neutron.services.segments.plugin [-] Segment cde27752-22b8-4e28-978a-991e124696c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde27752-22b8-4e28-978a-991e124696c2 found for delete ", "request_id": "req-bb02f8e5-5c4e-4ab6-8e96-fae432318c60"}]} 2026-07-14 09:53:59.441 8 INFO neutron.db.l3_hamode_db [None req-39f5c869-847e-4458-a925-829a33ba4f64 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] HA network 744ee321-6de7-4452-b7d1-b9b4995fcb3c was deleted as no HA routers are present in tenant 75e2029085784897862ac44a9fbbb3a3. [pid: 8|app: 0|req: 848/1784] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:58 2026] DELETE /v2.0/routers/8f4b5422-3280-4b71-b480-83894c1082fd => generated 0 bytes in 840 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1785] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1786] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:53:59 2026] GET /v2.0/security-group-rules/81e67226-522f-40c3-90b5-a27fcd05c56a => 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: 939/1787] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:53:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1788] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:53:59 2026] DELETE /v2.0/subnets/7375d1fa-d8fb-41d2-a874-1a7ae21433d3 => 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: 940/1789] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 09:53:59 2026] DELETE /v2.0/security-group-rules/81e67226-522f-40c3-90b5-a27fcd05c56a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1790] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:53:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:53:59.719 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3ba0efc-d297-46c4-953d-fd5e2a703f8f 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: cce350e2-83b6-469f-8166-5f31ba31512d 2026-07-14 09:53:59.722 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3ba0efc-d297-46c4-953d-fd5e2a703f8f 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: cce350e2-83b6-469f-8166-5f31ba31512d [pid: 7|app: 0|req: 942/1791] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:53:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1792] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:53:59 2026] GET /v2.0/security-group-rules/148fa20e-1d8d-4be7-b3c5-84d4eb7b0810 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1793] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:53:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1794] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:53:59 2026] DELETE /v2.0/networks/93b7ee0f-9636-4b30-8707-349b16b5dd65 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1795] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 09:53:59 2026] DELETE /v2.0/security-group-rules/148fa20e-1d8d-4be7-b3c5-84d4eb7b0810 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1796] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:54:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1797] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:54:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1798] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:54:00 2026] GET /v2.0/security-group-rules/c1aa31bf-231e-42b4-9d48-5cfad59a00e2 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1799] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:54:00 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1800] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 09:54:00 2026] DELETE /v2.0/security-group-rules/c1aa31bf-231e-42b4-9d48-5cfad59a00e2 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:00.379 8 INFO neutron_taas.services.taas.taas_plugin [None req-99cdfdbb-a913-46d0-9fed-d01fd117144c 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: ef4a6dc3-382c-4215-a321-4159fb350730 2026-07-14 09:54:00.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99cdfdbb-a913-46d0-9fed-d01fd117144c 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: ef4a6dc3-382c-4215-a321-4159fb350730 [pid: 7|app: 0|req: 951/1801] 10.0.0.2 () {32 vars in 671 bytes} [Tue Jul 14 09:54:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1802] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:00 2026] DELETE /v2.0/security-groups/d5e5a9e6-b10b-4ed8-b227-d2f23cf75e4c => 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: 953/1803] 10.0.0.2 () {32 vars in 661 bytes} [Tue Jul 14 09:54:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1804] 10.0.0.2 () {32 vars in 661 bytes} [Tue Jul 14 09:54:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1805] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:53:59 2026] PUT /v2.0/routers/f6e5d6ff-a65d-48b0-82c0-f4d76e927d43/remove_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:54:01.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-46ca6daf-2cee-42b4-b415-c1bbf558f1e4 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 8709487c-5217-4d17-949c-4c83a70b0a29 2026-07-14 09:54:01.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46ca6daf-2cee-42b4-b415-c1bbf558f1e4 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 8709487c-5217-4d17-949c-4c83a70b0a29 [pid: 8|app: 0|req: 852/1806] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:01 2026] GET /v2.0/security-groups?tenant_id=5aab149b2ffd49e5a711e340a686e923&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1807] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:01 2026] DELETE /v2.0/security-groups/e17d9118-6ce5-40d5-9abb-d0589141c234 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:01.449 8 INFO neutron.services.segments.plugin [-] Segment 4f301101-1db1-4887-b0f9-42a467d109b9 resource provider aggregate not found 2026-07-14 09:54:01.451 8 INFO neutron.services.segments.plugin [-] Segment 4f301101-1db1-4887-b0f9-42a467d109b9 resource provider aggregate not found 2026-07-14 09:54:01.468 8 INFO neutron.services.segments.plugin [-] Segment 4f301101-1db1-4887-b0f9-42a467d109b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f301101-1db1-4887-b0f9-42a467d109b9 found for delete ", "request_id": "req-ba70de8b-dcb5-47e7-8056-390d549422be"}]} 2026-07-14 09:54:01.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-46ca6daf-2cee-42b4-b415-c1bbf558f1e4 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 84eddc90-1646-4aad-a6b0-866945842733 2026-07-14 09:54:01.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46ca6daf-2cee-42b4-b415-c1bbf558f1e4 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 84eddc90-1646-4aad-a6b0-866945842733 2026-07-14 09:54:01.474 8 INFO neutron.services.segments.plugin [-] Segment 4f301101-1db1-4887-b0f9-42a467d109b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f301101-1db1-4887-b0f9-42a467d109b9 found for delete ", "request_id": "req-7ad5e52b-3c89-4cec-b160-965812b27298"}]} [pid: 8|app: 0|req: 854/1808] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:01 2026] GET /v2.0/security-groups?tenant_id=032e14e6c1ee473ba9dba83a14507970&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1809] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:01 2026] DELETE /v2.0/security-groups/b918dc02-1fc9-4a85-9b59-8fe5194243ba => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:01.826 7 INFO neutron.services.segments.plugin [-] Segment ee6ded6f-9312-44d3-a33b-c1258b437232 resource provider aggregate not found 2026-07-14 09:54:01.837 7 INFO neutron.services.segments.plugin [-] Segment ee6ded6f-9312-44d3-a33b-c1258b437232 resource provider aggregate not found 2026-07-14 09:54:01.852 7 INFO neutron.services.segments.plugin [-] Segment ee6ded6f-9312-44d3-a33b-c1258b437232 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee6ded6f-9312-44d3-a33b-c1258b437232 found for delete ", "request_id": "req-f3128539-6400-4dda-b22b-f32db195d26f"}]} 2026-07-14 09:54:01.861 7 INFO neutron.services.segments.plugin [-] Segment ee6ded6f-9312-44d3-a33b-c1258b437232 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee6ded6f-9312-44d3-a33b-c1258b437232 found for delete ", "request_id": "req-455f9383-e780-4c45-8bf8-f4838ebe77b9"}]} 2026-07-14 09:54:01.869 7 INFO neutron.db.l3_hamode_db [None req-46ca6daf-2cee-42b4-b415-c1bbf558f1e4 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] HA network 4450a1cf-e035-4ea3-86f5-fc872f61adf4 was deleted as no HA routers are present in tenant 0601ce18254846e8b475a1f2d63f1216. [pid: 7|app: 0|req: 955/1810] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:00 2026] DELETE /v2.0/routers/f6e5d6ff-a65d-48b0-82c0-f4d76e927d43 => generated 0 bytes in 903 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1811] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:01 2026] GET /v2.0/security-groups?tenant_id=2cec00e32dd24a278c0fc9914c76ca2b&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1812] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:01 2026] DELETE /v2.0/subnets/ffc5d4e3-4697-40d1-84ac-91a9aeea0d47 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:02.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-76ba4f81-e637-48f2-a8d6-0148ab595666 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 54a826ce-0ea7-4eda-ab1d-06cdf654ab1f [pid: 7|app: 0|req: 957/1813] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:02 2026] DELETE /v2.0/security-groups/55778303-ddcd-476e-9496-b1714f453ae7 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:02.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76ba4f81-e637-48f2-a8d6-0148ab595666 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 54a826ce-0ea7-4eda-ab1d-06cdf654ab1f [pid: 8|app: 0|req: 857/1814] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:02 2026] DELETE /v2.0/networks/715b6ede-6f6e-407c-9329-f899afe9848e => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1815] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:02 2026] GET /v2.0/security-groups?tenant_id=75e2029085784897862ac44a9fbbb3a3&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1816] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:02 2026] DELETE /v2.0/security-groups/2746f97e-a55c-4e66-87b5-6adddb0be929 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1817] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:03 2026] GET /v2.0/security-groups?tenant_id=0601ce18254846e8b475a1f2d63f1216&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1818] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:03 2026] DELETE /v2.0/security-groups/1e28119c-6b92-41aa-98a9-bf65d3c25b34 => 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: 960/1819] 10.0.0.2 () {32 vars in 621 bytes} [Tue Jul 14 09:54:03 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1820] 10.0.0.2 () {32 vars in 631 bytes} [Tue Jul 14 09:54:03 2026] GET /v2.0/ => generated 632 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:54:03.492 8 INFO neutron.services.segments.plugin [-] Segment 8552fba7-d57e-4113-aea4-97c9f8b40f8b resource provider aggregate not found 2026-07-14 09:54:03.497 8 INFO neutron.services.segments.plugin [-] Segment 8552fba7-d57e-4113-aea4-97c9f8b40f8b resource provider aggregate not found 2026-07-14 09:54:03.511 8 INFO neutron.services.segments.plugin [-] Segment 8552fba7-d57e-4113-aea4-97c9f8b40f8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8552fba7-d57e-4113-aea4-97c9f8b40f8b found for delete ", "request_id": "req-792ff087-ed31-485d-b8b5-f9987327eb91"}]} 2026-07-14 09:54:03.512 8 INFO neutron.services.segments.plugin [-] Segment 8552fba7-d57e-4113-aea4-97c9f8b40f8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8552fba7-d57e-4113-aea4-97c9f8b40f8b found for delete ", "request_id": "req-29cebefd-2fcc-4ec2-87ab-814f2b910803"}]} [pid: 7|app: 0|req: 961/1821] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:03 2026] GET /v2.0/security-groups?tenant_id=972bf82da7d64dd9b0027ff28f8fe616&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1822] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:04 2026] DELETE /v2.0/security-groups/c620ed13-0461-4aba-9397-d4796c56a118 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1823] 10.0.0.97 () {34 vars in 989 bytes} [Tue Jul 14 09:54:04 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1824] 10.0.0.97 () {34 vars in 1039 bytes} [Tue Jul 14 09:54:04 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1825] 10.0.0.2 () {34 vars in 676 bytes} [Tue Jul 14 09:54:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1826] 10.0.0.2 () {34 vars in 676 bytes} [Tue Jul 14 09:54:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1827] 10.0.0.2 () {34 vars in 676 bytes} [Tue Jul 14 09:54:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1828] 10.0.0.2 () {34 vars in 676 bytes} [Tue Jul 14 09:54:07 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1829] 10.0.0.2 () {34 vars in 676 bytes} [Tue Jul 14 09:54:08 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1830] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:54:08 2026] PUT /v2.0/policies/8c37f0f5-decc-4a4d-b84c-5dba3ea7c73a/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: 966/1831] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:54:08 2026] PUT /v2.0/policies/f643a142-00a5-43ca-8dd1-f3b279282426/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: 866/1832] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:54:08 2026] PUT /v2.0/policies/3ffd8f79-1125-490b-b48c-2f61ce9b0c41/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: 967/1833] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:54:08 2026] PUT /v2.0/policies/8f0844af-d7a0-4f03-a71f-8c560dde8028/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1834] 10.0.0.2 () {32 vars in 672 bytes} [Tue Jul 14 09:54:08 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1835] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:08 2026] GET /v2.0/security-groups?tenant_id=cadfb377a4f24aab83fb5e121098a6ee&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1836] 10.0.0.2 () {32 vars in 686 bytes} [Tue Jul 14 09:54:08 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1837] 10.0.0.2 () {32 vars in 682 bytes} [Tue Jul 14 09:54:09 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1838] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:08 2026] DELETE /v2.0/security-groups/304a7817-3bb3-4fe8-971f-20ab98a8b742 => 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: 870/1839] 10.0.0.2 () {32 vars in 694 bytes} [Tue Jul 14 09:54:09 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1840] 10.0.0.2 () {32 vars in 680 bytes} [Tue Jul 14 09:54:09 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1841] 10.0.0.2 () {32 vars in 694 bytes} [Tue Jul 14 09:54:09 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1842] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:09 2026] GET /v2.0/security-groups?tenant_id=0ee20b288349409ea76430688d987d4e&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1843] 10.0.0.2 () {32 vars in 690 bytes} [Tue Jul 14 09:54:09 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1844] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:09 2026] GET /v2.0/security-groups?tenant_id=ae97ecaf88cb499dbb884eb543601b74&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1845] 10.0.0.2 () {32 vars in 702 bytes} [Tue Jul 14 09:54:09 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1846] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:09 2026] DELETE /v2.0/security-groups/7df9ea87-f71b-4d31-a099-b81c61fafca1 => 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: 975/1847] 10.0.0.2 () {32 vars in 732 bytes} [Tue Jul 14 09:54:09 2026] DELETE /v2.0/qos/policies/8c37f0f5-decc-4a4d-b84c-5dba3ea7c73a => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1848] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:09 2026] DELETE /v2.0/security-groups/2f1b9f9f-4af9-4217-a632-0479292b1e1c => generated 0 bytes in 196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1849] 10.0.0.2 () {32 vars in 732 bytes} [Tue Jul 14 09:54:09 2026] DELETE /v2.0/qos/policies/f643a142-00a5-43ca-8dd1-f3b279282426 => 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: 874/1850] 10.0.0.2 () {32 vars in 732 bytes} [Tue Jul 14 09:54:09 2026] DELETE /v2.0/qos/policies/3ffd8f79-1125-490b-b48c-2f61ce9b0c41 => 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: 977/1851] 10.0.0.2 () {32 vars in 732 bytes} [Tue Jul 14 09:54:09 2026] DELETE /v2.0/qos/policies/8f0844af-d7a0-4f03-a71f-8c560dde8028 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1852] 10.0.0.2 () {32 vars in 732 bytes} [Tue Jul 14 09:54:09 2026] DELETE /v2.0/qos/policies/0800cd47-6abf-4a73-9239-36e0c61c4407 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1853] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:09 2026] GET /v2.0/security-groups?tenant_id=198027ddd2c8414f98369cda6c5aa5a1&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1854] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:10 2026] DELETE /v2.0/security-groups/7d8e3f7a-72d3-4f2e-b687-4b3a6df36251 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1855] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:10 2026] GET /v2.0/security-groups?tenant_id=0fa826fe6dd34e93bf26ac29c7e667dc&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1856] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:11 2026] DELETE /v2.0/security-groups/9384bf85-d6aa-4811-9185-c5e1881240f2 => 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: 877/1857] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:11 2026] GET /v2.0/security-groups?tenant_id=63167fd927834e80a0f7c6d380128030&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1858] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:11 2026] DELETE /v2.0/security-groups/d83c9805-4a06-4a18-8da3-4f9160e3f304 => 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: 878/1859] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:11 2026] GET /v2.0/security-groups?tenant_id=9eaf7265a0514547b4b4df8f7e1f9298&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1860] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:11 2026] DELETE /v2.0/security-groups/e5a1260e-cc0f-4d79-bf3d-2f9fc3432ac6 => 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: 984/1863] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:12 2026] GET /v2.0/security-groups?tenant_id=ab7283db2f1245eebdb48d7b60e7283e&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1864] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:12 2026] DELETE /v2.0/security-groups/7fe423b9-02fb-487e-8889-702721dc342b => 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: 881/1865] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:54:15 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1866] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:54:15 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1867] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:15 2026] GET /v2.0/security-groups?tenant_id=7606f764db8d457b9b4b296df28ce545&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1868] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:15 2026] DELETE /v2.0/security-groups/4ecf002e-c043-4206-8321-81d38cc1170a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1869] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:15 2026] GET /v2.0/security-groups?tenant_id=b0d4f3c5837a47f2b7b427807968dacf&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1870] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:16 2026] DELETE /v2.0/security-groups/58f14668-1a27-4ad9-92a1-774cd937841b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:16.405 7 INFO neutron.db.segments_db [None req-c9bcabb0-7875-473b-a2bb-c313489636d0 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Added segment 7c9695fe-2416-419a-9f0c-06d9726735e9 of type vxlan for network 46ba0f17-0ba0-4f30-ba03-082899c6b423 [pid: 8|app: 0|req: 885/1871] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:54:16 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1872] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:54:16 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:54:16.696 7 INFO neutron.db.l3_hamode_db [None req-c9bcabb0-7875-473b-a2bb-c313489636d0 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:54:16.839 7 INFO neutron.db.l3_hamode_db [None req-c9bcabb0-7875-473b-a2bb-c313489636d0 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 987/1873] 10.0.0.2 () {34 vars in 666 bytes} [Tue Jul 14 09:54:16 2026] POST /v2.0/routers => generated 474 bytes in 1346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:17.572 8 INFO neutron.db.l3_hamode_db [None req-f2e07452-7653-4670-8a48-aee63ba22a9b a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:54:17.683 8 INFO neutron.db.l3_hamode_db [None req-f2e07452-7653-4670-8a48-aee63ba22a9b a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 988/1874] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:54:17 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1875] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:17 2026] GET /v2.0/security-groups?tenant_id=247cbb0df920445fab35ed017ec00707&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1876] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:54:18 2026] GET /v2.0/security-groups?id=46d63023-2fc9-445c-88de-c36eed903ba3&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1877] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:54:18 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1878] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:18 2026] DELETE /v2.0/security-groups/e700b8c2-4c1b-425b-a920-39d142865500 => 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: 887/1879] 10.0.0.2 () {34 vars in 666 bytes} [Tue Jul 14 09:54:17 2026] POST /v2.0/routers => generated 474 bytes in 796 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:18.320 7 INFO neutron_taas.services.taas.taas_plugin [req-81a5ed4c-000b-4690-9c8a-ac264472ab74 req-bad18702-e861-4264-9010-4cd52ecb4e12 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] TaaS: Handle Delete Port: ba058644-733a-4c75-a836-73de5f7cfb80 2026-07-14 09:54:18.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-81a5ed4c-000b-4690-9c8a-ac264472ab74 req-bad18702-e861-4264-9010-4cd52ecb4e12 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Tap Mirror: Handle Delete Port: ba058644-733a-4c75-a836-73de5f7cfb80 2026-07-14 09:54:18.364 8 INFO neutron.db.l3_hamode_db [None req-d929e676-2d50-4a29-9e36-f26afb47e024 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:54:18.454 7 INFO neutron.db.l3_db [req-81a5ed4c-000b-4690-9c8a-ac264472ab74 req-bad18702-e861-4264-9010-4cd52ecb4e12 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Floating IP c6c2a50f-2a42-450a-9e7e-ecd4a454a370 disassociated. External IP: 10.96.250.211, port: ba058644-733a-4c75-a836-73de5f7cfb80. 2026-07-14 09:54:18.508 8 INFO neutron.db.l3_hamode_db [None req-d929e676-2d50-4a29-9e36-f26afb47e024 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 993/1880] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:54:18 2026] DELETE /v2.0/ports/ba058644-733a-4c75-a836-73de5f7cfb80 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:18.846 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8401b46b-5f83-418a-ab6c-226081b613fe'] response: {'server_uuid': 'd3d3e1ad-d52d-4875-bf19-97b1262061b9', 'name': 'network-vif-deleted', 'tag': 'ba058644-733a-4c75-a836-73de5f7cfb80', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 994/1881] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:54:19 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1882] 10.0.0.2 () {34 vars in 666 bytes} [Tue Jul 14 09:54:18 2026] POST /v2.0/routers => generated 474 bytes in 876 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:19.258 7 INFO neutron.db.l3_hamode_db [None req-a35005b5-c397-442c-8485-2c4c41579f1f a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:54:19.382 7 INFO neutron.db.l3_hamode_db [None req-a35005b5-c397-442c-8485-2c4c41579f1f a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 995/1883] 10.0.0.2 () {34 vars in 666 bytes} [Tue Jul 14 09:54:19 2026] POST /v2.0/routers => generated 474 bytes in 786 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:20.037 7 INFO neutron.db.l3_hamode_db [None req-ae82c978-0477-44ae-8272-38e628222436 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:54:20.139 7 INFO neutron.db.l3_hamode_db [None req-ae82c978-0477-44ae-8272-38e628222436 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:54:20.273 8 INFO neutron.db.segments_db [None req-3f7c2f31-b7a1-43e9-988a-33eb6fdf7783 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Added segment 4b5b1b62-84a7-422d-859f-f3c769235048 of type vxlan for network f3fe1f5c-eb9b-43ad-a760-f1ee4b044a64 [pid: 8|app: 0|req: 889/1884] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:19 2026] POST /v2.0/networks => generated 631 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1885] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:54:20 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => 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: 891/1886] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:20 2026] POST /v2.0/subnets => generated 627 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:20.663 8 INFO neutron.db.segments_db [None req-dafd5448-31e8-43cc-ae8b-dc0f9923dfca 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Added segment 66d9129e-a4e9-4d1d-b2cc-5211b67a6b16 of type vxlan for network 18c21e5a-7bea-455c-822d-70d72c0a4660 [pid: 7|app: 0|req: 996/1887] 10.0.0.2 () {34 vars in 666 bytes} [Tue Jul 14 09:54:19 2026] POST /v2.0/routers => generated 474 bytes in 723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1888] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:54:20 2026] PUT /v2.0/routers/96eee2c3-2311-41f5-b0ae-c67251076d32/tags => generated 17 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:20.973 8 INFO neutron.db.l3_hamode_db [None req-dafd5448-31e8-43cc-ae8b-dc0f9923dfca 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 998/1889] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:54:20 2026] PUT /v2.0/routers/8ef7382b-44ad-49e6-9fe2-2c8d47dd13f7/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1890] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:54:21 2026] PUT /v2.0/routers/ad6194c3-483f-47e3-8997-39c83ad0ef0d/tags => generated 34 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1891] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:54:21 2026] PUT /v2.0/routers/47a37056-36e4-4dc9-a388-1369ad7c2c92/tags => generated 19 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1892] 10.0.0.2 () {32 vars in 662 bytes} [Tue Jul 14 09:54:21 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1893] 10.0.0.2 () {32 vars in 676 bytes} [Tue Jul 14 09:54:21 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1894] 10.0.0.2 () {32 vars in 672 bytes} [Tue Jul 14 09:54:21 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1895] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:54:21 2026] GET /v2.0/ports?device_id=d3d3e1ad-d52d-4875-bf19-97b1262061b9 => 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: 1005/1896] 10.0.0.2 () {32 vars in 684 bytes} [Tue Jul 14 09:54:21 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1897] 10.0.0.2 () {32 vars in 670 bytes} [Tue Jul 14 09:54:21 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1898] 10.0.0.2 () {32 vars in 684 bytes} [Tue Jul 14 09:54:21 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:21.729 8 INFO neutron.db.l3_hamode_db [None req-dafd5448-31e8-43cc-ae8b-dc0f9923dfca 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1008/1899] 10.0.0.2 () {32 vars in 680 bytes} [Tue Jul 14 09:54:21 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1900] 10.0.0.2 () {32 vars in 692 bytes} [Tue Jul 14 09:54:21 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1901] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:54:21 2026] GET /v2.0/routers/96eee2c3-2311-41f5-b0ae-c67251076d32 => generated 485 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1902] 10.0.0.2 () {34 vars in 740 bytes} [Tue Jul 14 09:54:21 2026] PUT /v2.0/routers/96eee2c3-2311-41f5-b0ae-c67251076d32 => generated 485 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1903] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:22 2026] GET /v2.0/ports?device_id=96eee2c3-2311-41f5-b0ae-c67251076d32 => 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: 892/1904] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:20 2026] POST /v2.0/routers => generated 695 bytes in 2013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:22.651 7 INFO neutron_taas.services.taas.taas_plugin [None req-5247a8bd-1d3b-421e-a53f-4a43b0e62c9a a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] TaaS: Handle Delete Port: 604ad3e0-edc5-43d7-a38d-090665c251a6 2026-07-14 09:54:22.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5247a8bd-1d3b-421e-a53f-4a43b0e62c9a a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Tap Mirror: Handle Delete Port: 604ad3e0-edc5-43d7-a38d-090665c251a6 [pid: 8|app: 0|req: 893/1905] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:22 2026] DELETE /v2.0/security-groups/46d63023-2fc9-445c-88de-c36eed903ba3 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1906] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:22 2026] DELETE /v2.0/routers/96eee2c3-2311-41f5-b0ae-c67251076d32 => generated 0 bytes in 383 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:22.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ab2438b-a891-4be1-9e04-4ba6524b7110 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] TaaS: Handle Delete Port: 72b96c24-d42c-44db-b964-3d78789fe2ca 2026-07-14 09:54:22.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ab2438b-a891-4be1-9e04-4ba6524b7110 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Tap Mirror: Handle Delete Port: 72b96c24-d42c-44db-b964-3d78789fe2ca [pid: 7|app: 0|req: 1014/1907] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:54:22 2026] DELETE /v2.0/floatingips/c6c2a50f-2a42-450a-9e7e-ecd4a454a370 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1908] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:54:23 2026] GET /v2.0/routers/8ef7382b-44ad-49e6-9fe2-2c8d47dd13f7 => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1909] 10.0.0.2 () {34 vars in 740 bytes} [Tue Jul 14 09:54:23 2026] PUT /v2.0/routers/8ef7382b-44ad-49e6-9fe2-2c8d47dd13f7 => generated 493 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1910] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:54:23 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1911] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:23 2026] GET /v2.0/ports?device_id=8ef7382b-44ad-49e6-9fe2-2c8d47dd13f7 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1912] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:54:23 2026] GET /v2.0/security-groups?id=6138a76d-0cf2-40ff-a268-07a7e177723b&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:54:24.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-876baf83-6554-4be3-aacf-8be78e10bc61 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] TaaS: Handle Delete Port: ecd507c5-3e6d-4dd8-b3c5-a0d230d51b70 2026-07-14 09:54:24.026 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-876baf83-6554-4be3-aacf-8be78e10bc61 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Tap Mirror: Handle Delete Port: ecd507c5-3e6d-4dd8-b3c5-a0d230d51b70 [pid: 8|app: 0|req: 894/1913] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:54:22 2026] PUT /v2.0/routers/780358c8-3951-4cbe-8317-51e8c5c8d5c5/add_router_interface => generated 309 bytes in 1324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1914] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:23 2026] DELETE /v2.0/routers/8ef7382b-44ad-49e6-9fe2-2c8d47dd13f7 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1915] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:54:24 2026] GET /v2.0/routers/ad6194c3-483f-47e3-8997-39c83ad0ef0d => generated 502 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1916] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:54:24 2026] POST /v2.0/ports => generated 954 bytes in 369 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: 896/1917] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:54:24 2026] POST /v2.0/ports => generated 959 bytes in 484 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: 897/1918] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:54:24 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1919] 10.0.0.2 () {34 vars in 740 bytes} [Tue Jul 14 09:54:24 2026] PUT /v2.0/routers/ad6194c3-483f-47e3-8997-39c83ad0ef0d => generated 502 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1920] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:54:25 2026] GET /v2.0/security-groups?id=6138a76d-0cf2-40ff-a268-07a7e177723b&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: 1024/1921] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:25 2026] GET /v2.0/ports?device_id=ad6194c3-483f-47e3-8997-39c83ad0ef0d => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:25.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-6686f60a-41f9-4797-bc6c-b9ba04344ca1 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] TaaS: Handle Delete Port: 60de470c-9bd3-419e-ae77-ed47a34d6c8a 2026-07-14 09:54:25.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6686f60a-41f9-4797-bc6c-b9ba04344ca1 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Tap Mirror: Handle Delete Port: 60de470c-9bd3-419e-ae77-ed47a34d6c8a [pid: 7|app: 0|req: 1025/1922] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:25 2026] DELETE /v2.0/routers/ad6194c3-483f-47e3-8997-39c83ad0ef0d => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1923] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:54:25 2026] GET /v2.0/routers/47a37056-36e4-4dc9-a388-1369ad7c2c92 => generated 487 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1924] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:54:25 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:54:25.805 8 INFO neutron.db.l3_db [None req-61e4fc6c-b49b-4201-8413-03cc83a2543e 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Floating IP 9721e42e-8279-4219-8e94-72614d21ac01 associated. External IP: 10.96.250.205, port: 8032da76-4eac-4626-9efe-3ce5acde52f3. [pid: 8|app: 0|req: 898/1925] 10.0.0.2 () {34 vars in 675 bytes} [Tue Jul 14 09:54:25 2026] POST /v2.0/floatingips => generated 843 bytes in 1088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:26.222 8 INFO neutron_taas.services.taas.taas_plugin [req-09ae45e5-b229-4f77-82dd-ae3314e647c7 req-9328c7a7-5048-4ef0-b008-79db31cef05b 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] TaaS: Handle Delete Port: 0654adaf-eaf3-43a0-a38c-a73a3462c49c 2026-07-14 09:54:26.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-09ae45e5-b229-4f77-82dd-ae3314e647c7 req-9328c7a7-5048-4ef0-b008-79db31cef05b 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Tap Mirror: Handle Delete Port: 0654adaf-eaf3-43a0-a38c-a73a3462c49c [pid: 7|app: 0|req: 1028/1926] 10.0.0.2 () {34 vars in 740 bytes} [Tue Jul 14 09:54:25 2026] PUT /v2.0/routers/47a37056-36e4-4dc9-a388-1369ad7c2c92 => generated 487 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1927] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:54:26 2026] DELETE /v2.0/ports/0654adaf-eaf3-43a0-a38c-a73a3462c49c => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:26.389 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-032efd5e-4b26-42d2-bd33-b29f70bd9a45'] response: {'server_uuid': '663094dd-ead1-40bb-a019-2446cb8d33e3', 'name': 'network-vif-deleted', 'tag': '0654adaf-eaf3-43a0-a38c-a73a3462c49c', 'status': 'completed', 'code': 200} 2026-07-14 09:54:26.414 7 INFO neutron.db.l3_db [None req-42906fce-1c60-483b-b640-e3cdf3900216 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Floating IP 9721e42e-8279-4219-8e94-72614d21ac01 disassociated. External IP: 10.96.250.205, port: 8032da76-4eac-4626-9efe-3ce5acde52f3. [pid: 8|app: 0|req: 900/1928] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:26 2026] GET /v2.0/security-groups?tenant_id=3d8bb40b44504ad29eb74a8b1b7dce70&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1929] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:26 2026] GET /v2.0/ports?device_id=47a37056-36e4-4dc9-a388-1369ad7c2c92 => 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: 902/1930] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:54:26 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1931] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:54:26 2026] PUT /v2.0/floatingips/9721e42e-8279-4219-8e94-72614d21ac01 => generated 552 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1932] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:26 2026] DELETE /v2.0/security-groups/845fbb78-ef89-433e-942e-972329067330 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:26.865 8 INFO neutron_taas.services.taas.taas_plugin [None req-9cfe40db-6c7a-49d8-8e08-2be72879a631 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] TaaS: Handle Delete Port: d295be42-6520-4f47-9ee5-8c446efddaad 2026-07-14 09:54:26.869 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cfe40db-6c7a-49d8-8e08-2be72879a631 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Tap Mirror: Handle Delete Port: d295be42-6520-4f47-9ee5-8c446efddaad 2026-07-14 09:54:26.894 7 INFO neutron_taas.services.taas.taas_plugin [None req-9fda74ec-59c1-41c6-9b66-fd6c8d611aba a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] TaaS: Handle Delete Port: 2bb46555-2816-466c-acdb-4c92bb733634 2026-07-14 09:54:26.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fda74ec-59c1-41c6-9b66-fd6c8d611aba a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Tap Mirror: Handle Delete Port: 2bb46555-2816-466c-acdb-4c92bb733634 [pid: 8|app: 0|req: 904/1933] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:54:26 2026] DELETE /v2.0/floatingips/9721e42e-8279-4219-8e94-72614d21ac01 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1936] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:26 2026] DELETE /v2.0/routers/47a37056-36e4-4dc9-a388-1369ad7c2c92 => generated 0 bytes in 413 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1937] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:54:27 2026] GET /v2.0/routers/ce4b3cc2-2e3d-4091-a894-57f6ad8127d8 => generated 480 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1938] 10.0.0.2 () {34 vars in 740 bytes} [Tue Jul 14 09:54:27 2026] PUT /v2.0/routers/ce4b3cc2-2e3d-4091-a894-57f6ad8127d8 => generated 480 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1939] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:54:27 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => 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: 1034/1940] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:27 2026] GET /v2.0/ports?device_id=ce4b3cc2-2e3d-4091-a894-57f6ad8127d8 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:27.852 8 INFO neutron.db.l3_db [None req-04b10049-8cef-4cb8-a8ee-c9ecea4cd3ac 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Floating IP 59bbfe7b-9026-450e-a630-4779ab556f58 associated. External IP: 10.96.250.219, port: a9491c84-47f1-4a21-9cb7-6c0764c91509. 2026-07-14 09:54:27.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-1269868a-0b61-46eb-ab43-e170e3dae5d1 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] TaaS: Handle Delete Port: 9d7a9977-8d61-4dff-992c-1ea47f41a4bb 2026-07-14 09:54:27.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1269868a-0b61-46eb-ab43-e170e3dae5d1 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] Tap Mirror: Handle Delete Port: 9d7a9977-8d61-4dff-992c-1ea47f41a4bb [pid: 8|app: 0|req: 907/1941] 10.0.0.2 () {34 vars in 675 bytes} [Tue Jul 14 09:54:27 2026] POST /v2.0/floatingips => generated 841 bytes in 1121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1942] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:54:28 2026] GET /v2.0/floatingips/59bbfe7b-9026-450e-a630-4779ab556f58 => generated 841 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:54:28.275 7 INFO neutron.services.segments.plugin [-] Segment 7c9695fe-2416-419a-9f0c-06d9726735e9 resource provider aggregate not found 2026-07-14 09:54:28.284 7 INFO neutron.services.segments.plugin [-] Segment 7c9695fe-2416-419a-9f0c-06d9726735e9 resource provider aggregate not found [pid: 8|app: 0|req: 909/1943] 10.0.0.2 () {32 vars in 653 bytes} [Tue Jul 14 09:54:28 2026] GET /v2.0/floatingips => generated 844 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:54:28.297 7 INFO neutron.services.segments.plugin [-] Segment 7c9695fe-2416-419a-9f0c-06d9726735e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c9695fe-2416-419a-9f0c-06d9726735e9 found for delete ", "request_id": "req-2e58031b-52a2-452e-9847-2b209e0edcb7"}]} 2026-07-14 09:54:28.303 7 INFO neutron.db.l3_hamode_db [None req-1269868a-0b61-46eb-ab43-e170e3dae5d1 a0e93d8587fb4c12972448aa24ce0789 e85756e765814a7787452e668eb91a22 - - default default] HA network 46ba0f17-0ba0-4f30-ba03-082899c6b423 was deleted as no HA routers are present in tenant e85756e765814a7787452e668eb91a22. 2026-07-14 09:54:28.307 7 INFO neutron.services.segments.plugin [-] Segment 7c9695fe-2416-419a-9f0c-06d9726735e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c9695fe-2416-419a-9f0c-06d9726735e9 found for delete ", "request_id": "req-a18749d4-a11d-4796-bf9b-59913f9ce481"}]} [pid: 7|app: 0|req: 1035/1944] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:27 2026] DELETE /v2.0/routers/ce4b3cc2-2e3d-4091-a894-57f6ad8127d8 => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1945] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:54:28 2026] GET /v2.0/ports?device_id=663094dd-ead1-40bb-a019-2446cb8d33e3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:29.092 8 INFO neutron.db.l3_db [None req-5847ac93-80dd-4dfe-9b2c-9a01479bbe40 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Floating IP 59bbfe7b-9026-450e-a630-4779ab556f58 associated. External IP: 10.96.250.219, port: a9491c84-47f1-4a21-9cb7-6c0764c91509. [pid: 7|app: 0|req: 1037/1946] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:29 2026] GET /v2.0/security-groups?tenant_id=b49ec39c000d4c978d59c53536012ffe&name=default => generated 2925 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1947] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:29 2026] DELETE /v2.0/security-groups/5e6e6fff-228a-4501-97ed-2e9b8288e3c9 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1948] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:54:28 2026] PUT /v2.0/floatingips/59bbfe7b-9026-450e-a630-4779ab556f58 => generated 843 bytes in 1489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:54:29.934 7 INFO neutron.db.l3_db [None req-0d91de77-2245-4657-bf35-88729cdbd474 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Floating IP 59bbfe7b-9026-450e-a630-4779ab556f58 disassociated. External IP: 10.96.250.219, port: 8032da76-4eac-4626-9efe-3ce5acde52f3. [pid: 8|app: 0|req: 911/1949] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:29 2026] GET /v2.0/security-groups?tenant_id=e85756e765814a7787452e668eb91a22&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1950] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:30 2026] DELETE /v2.0/security-groups/6138a76d-0cf2-40ff-a268-07a7e177723b => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1951] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:54:29 2026] PUT /v2.0/floatingips/59bbfe7b-9026-450e-a630-4779ab556f58 => generated 552 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1952] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:30 2026] DELETE /v2.0/security-groups/3a8f3caa-2b23-4db3-91e5-d30c815fc7fc => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:30.370 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb119f24-1970-4e20-9af2-a5142613d2eb 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] TaaS: Handle Delete Port: 63b24823-c4a2-4a07-9655-0d28a5164805 2026-07-14 09:54:30.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb119f24-1970-4e20-9af2-a5142613d2eb 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Tap Mirror: Handle Delete Port: 63b24823-c4a2-4a07-9655-0d28a5164805 [pid: 8|app: 0|req: 914/1953] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:54:30 2026] DELETE /v2.0/floatingips/59bbfe7b-9026-450e-a630-4779ab556f58 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1954] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:30 2026] GET /v2.0/security-groups?tenant_id=212f8f20a41f4e689cb9bb63e60a536a&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:30.655 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7354333-dd21-41d5-8aca-e1450999a504 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] TaaS: Handle Delete Port: 75af3687-c860-459f-bd5d-012443430139 2026-07-14 09:54:30.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7354333-dd21-41d5-8aca-e1450999a504 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Tap Mirror: Handle Delete Port: 75af3687-c860-459f-bd5d-012443430139 2026-07-14 09:54:30.662 8 INFO neutron.api.v2.resource [None req-bf347abb-139b-46e9-ad41-5f3246f4167a 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 916/1955] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:54:30 2026] DELETE /v2.0/floatingips/59bbfe7b-9026-450e-a630-4779ab556f58 => generated 144 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1956] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:30 2026] DELETE /v2.0/security-groups/1191a747-cd01-4549-bc15-f60a42eab7ce => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:30.904 8 INFO neutron_taas.services.taas.taas_plugin [None req-39de12fd-028a-4c6e-a342-8525c7dd5ce7 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] TaaS: Handle Delete Port: 8032da76-4eac-4626-9efe-3ce5acde52f3 2026-07-14 09:54:30.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39de12fd-028a-4c6e-a342-8525c7dd5ce7 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Tap Mirror: Handle Delete Port: 8032da76-4eac-4626-9efe-3ce5acde52f3 [pid: 8|app: 0|req: 918/1957] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:54:30 2026] DELETE /v2.0/ports/8032da76-4eac-4626-9efe-3ce5acde52f3 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:31.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b9c99e9-8a38-484e-81aa-113997cddf40 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] TaaS: Handle Delete Port: a9491c84-47f1-4a21-9cb7-6c0764c91509 2026-07-14 09:54:31.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b9c99e9-8a38-484e-81aa-113997cddf40 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Tap Mirror: Handle Delete Port: a9491c84-47f1-4a21-9cb7-6c0764c91509 [pid: 7|app: 0|req: 1040/1958] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:54:30 2026] PUT /v2.0/routers/a0d0abea-b9bc-4a25-996e-784a4ae8ce67/remove_router_interface => generated 309 bytes in 1056 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1959] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:54:31 2026] DELETE /v2.0/ports/a9491c84-47f1-4a21-9cb7-6c0764c91509 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1960] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:31 2026] DELETE /v2.0/subnets/08926bc4-a3a4-40e2-ab6d-8d93d1100f03 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1961] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:31 2026] GET /v2.0/ports?device_id=780358c8-3951-4cbe-8317-51e8c5c8d5c5 => generated 958 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:54:31.603 7 INFO neutron.db.segments_db [None req-156e1373-9c3c-4d74-be16-c2d7edb62238 a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] Added segment e0c345d6-6be8-444f-b66f-6f59a381d38d of type vxlan for network 165a8f1f-06fe-4cc2-8aff-33f28148d262 [pid: 7|app: 0|req: 1041/1962] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:31 2026] POST /v2.0/networks => generated 612 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:31.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-52bca563-561d-49ff-a9ec-cae3d043ce86 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] TaaS: Handle Delete Port: 06ab6aa4-4d04-4595-8738-616490f28b4c 2026-07-14 09:54:31.769 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52bca563-561d-49ff-a9ec-cae3d043ce86 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Tap Mirror: Handle Delete Port: 06ab6aa4-4d04-4595-8738-616490f28b4c 2026-07-14 09:54:32.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-52bca563-561d-49ff-a9ec-cae3d043ce86 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] TaaS: Handle Delete Port: 8d3f6f05-dfda-491b-a9ab-6f36b9983ebc 2026-07-14 09:54:32.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52bca563-561d-49ff-a9ec-cae3d043ce86 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Tap Mirror: Handle Delete Port: 8d3f6f05-dfda-491b-a9ab-6f36b9983ebc 2026-07-14 09:54:32.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b992826-1b73-4a87-99b4-2289c8c469dd 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] TaaS: Handle Delete Port: 37210fbc-ef9e-4f06-a909-d6f1aba46921 2026-07-14 09:54:32.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b992826-1b73-4a87-99b4-2289c8c469dd 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Tap Mirror: Handle Delete Port: 37210fbc-ef9e-4f06-a909-d6f1aba46921 2026-07-14 09:54:32.385 8 INFO neutron.services.segments.plugin [-] Segment 36e450b5-b5d0-4cfa-963d-eccc2ea0b70a resource provider aggregate not found 2026-07-14 09:54:32.395 8 INFO neutron.services.segments.plugin [-] Segment 36e450b5-b5d0-4cfa-963d-eccc2ea0b70a resource provider aggregate not found 2026-07-14 09:54:32.407 8 INFO neutron.services.segments.plugin [-] Segment 36e450b5-b5d0-4cfa-963d-eccc2ea0b70a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36e450b5-b5d0-4cfa-963d-eccc2ea0b70a found for delete ", "request_id": "req-38dc3fe7-50fd-437a-bb56-01c51378b5d2"}]} 2026-07-14 09:54:32.414 8 INFO neutron.services.segments.plugin [-] Segment 36e450b5-b5d0-4cfa-963d-eccc2ea0b70a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36e450b5-b5d0-4cfa-963d-eccc2ea0b70a found for delete ", "request_id": "req-5891ba4b-00a4-42a7-84f1-a1f99dc19856"}]} 2026-07-14 09:54:32.419 8 INFO neutron.db.l3_hamode_db [None req-52bca563-561d-49ff-a9ec-cae3d043ce86 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] HA network 6b0e4824-22f3-42e4-8aa0-ad6affc28bb9 was deleted as no HA routers are present in tenant 5441c3d529664a768921eaaefe584138. [pid: 8|app: 0|req: 922/1963] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:31 2026] DELETE /v2.0/routers/a0d0abea-b9bc-4a25-996e-784a4ae8ce67 => generated 0 bytes in 875 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1964] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:54:31 2026] PUT /v2.0/routers/780358c8-3951-4cbe-8317-51e8c5c8d5c5/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:54:32.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c936dad-73fe-4234-a989-a4185c34a1bb 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] TaaS: Handle Delete Port: 022148b2-5064-4117-9a4c-e516e33f160e 2026-07-14 09:54:32.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c936dad-73fe-4234-a989-a4185c34a1bb 8335082fcb624f298b8ca6a4edcc36bd 5441c3d529664a768921eaaefe584138 - - default default] Tap Mirror: Handle Delete Port: 022148b2-5064-4117-9a4c-e516e33f160e [pid: 8|app: 0|req: 923/1965] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:54:32 2026] POST /v2.0/ports => generated 743 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-14 09:54:32.961 7 INFO neutron.services.segments.plugin [-] Segment 15c57794-ad32-4a06-8270-30c08faf1c92 resource provider aggregate not found 2026-07-14 09:54:32.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-699b92b8-5aee-4d05-a730-caabcbdd3f26 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] TaaS: Handle Delete Port: da78322d-a703-43f7-ac45-5a47becabfa3 2026-07-14 09:54:32.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-699b92b8-5aee-4d05-a730-caabcbdd3f26 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Tap Mirror: Handle Delete Port: da78322d-a703-43f7-ac45-5a47becabfa3 2026-07-14 09:54:32.981 7 INFO neutron.services.segments.plugin [-] Segment 15c57794-ad32-4a06-8270-30c08faf1c92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15c57794-ad32-4a06-8270-30c08faf1c92 found for delete ", "request_id": "req-f22c03a8-d09f-4acc-8d1f-8397ca7dff9e"}]} 2026-07-14 09:54:32.994 7 INFO neutron.services.segments.plugin [-] Segment 15c57794-ad32-4a06-8270-30c08faf1c92 resource provider aggregate not found [pid: 7|app: 0|req: 1043/1966] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:32 2026] DELETE /v2.0/networks/0e2be164-a6c6-470e-81cf-2e42bbd34dab => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:33.013 7 INFO neutron.services.segments.plugin [-] Segment 15c57794-ad32-4a06-8270-30c08faf1c92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15c57794-ad32-4a06-8270-30c08faf1c92 found for delete ", "request_id": "req-46dc4c12-4782-45f0-a8ea-714230c89247"}]} 2026-07-14 09:54:33.061 7 INFO neutron.db.segments_db [None req-81d75449-585e-42b3-adb3-ab40adcb1ced a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] Added segment c0e32f12-abe3-4bdd-9b26-191ebe15855d of type vxlan for network 20d5b666-9510-472d-bd40-54ae6407518b [pid: 7|app: 0|req: 1044/1967] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:33 2026] POST /v2.0/networks => generated 612 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:33.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-699b92b8-5aee-4d05-a730-caabcbdd3f26 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] TaaS: Handle Delete Port: ffe0a91a-3404-4e5c-bb98-2b943af8c502 2026-07-14 09:54:33.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-699b92b8-5aee-4d05-a730-caabcbdd3f26 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] Tap Mirror: Handle Delete Port: ffe0a91a-3404-4e5c-bb98-2b943af8c502 [pid: 7|app: 0|req: 1045/1968] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:54:33 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, ' 2026-07-14 09:54:33.475 7 INFO neutron.db.segments_db [None req-8f75fdbc-08c6-4792-8ca3-173640f4467a a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] Added segment d14b4f1f-b4bd-4d7d-9275-801c8ff6fadb of type vxlan for network f9a835c1-c536-43ed-ba7d-e99098507151 [pid: 7|app: 0|req: 1046/1969] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:33 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:33.577 8 INFO neutron.db.l3_hamode_db [None req-699b92b8-5aee-4d05-a730-caabcbdd3f26 3ec745aac2d749998a1045ccfce2450d ee26e604d9024987b4a98697d35c95bc - - default default] HA network 18c21e5a-7bea-455c-822d-70d72c0a4660 was deleted as no HA routers are present in tenant ee26e604d9024987b4a98697d35c95bc. [pid: 8|app: 0|req: 924/1970] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:32 2026] DELETE /v2.0/routers/780358c8-3951-4cbe-8317-51e8c5c8d5c5 => generated 0 bytes in 819 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1971] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:33 2026] DELETE /v2.0/subnets/7b3be491-7ca1-4867-9ce2-eafe76dae74a => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1972] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:54:33 2026] POST /v2.0/ports => generated 743 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 926/1973] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:33 2026] GET /v2.0/security-groups?tenant_id=c6b7492fd5174fb28dc672cc919c4ed3&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:33.991 8 INFO neutron.db.segments_db [None req-dd8bc6ed-b85b-4062-9d76-da90f6090067 a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] Added segment 2761102b-3de9-417b-9d9c-f18bd70a774f of type vxlan for network 31cbce05-1513-427e-a6c1-212866daf972 [pid: 7|app: 0|req: 1048/1974] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:33 2026] DELETE /v2.0/networks/f3fe1f5c-eb9b-43ad-a760-f1ee4b044a64 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1975] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:33 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1976] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:33 2026] DELETE /v2.0/security-groups/4420e62a-a363-4ade-bde3-80d9f7fcd2cc => 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: 1050/1977] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:54:34 2026] POST /v2.0/ports => generated 743 bytes in 311 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-07-14 09:54:34.428 8 INFO neutron.services.segments.plugin [-] Segment 66d9129e-a4e9-4d1d-b2cc-5211b67a6b16 resource provider aggregate not found 2026-07-14 09:54:34.438 8 INFO neutron.services.segments.plugin [-] Segment 66d9129e-a4e9-4d1d-b2cc-5211b67a6b16 resource provider aggregate not found [pid: 7|app: 0|req: 1051/1978] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:34 2026] GET /v2.0/security-groups?tenant_id=5441c3d529664a768921eaaefe584138&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:34.456 8 INFO neutron.services.segments.plugin [-] Segment 66d9129e-a4e9-4d1d-b2cc-5211b67a6b16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d9129e-a4e9-4d1d-b2cc-5211b67a6b16 found for delete ", "request_id": "req-042ab592-f4ad-4a8a-b05d-aed3bfc44738"}]} 2026-07-14 09:54:34.463 8 INFO neutron.services.segments.plugin [-] Segment 66d9129e-a4e9-4d1d-b2cc-5211b67a6b16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d9129e-a4e9-4d1d-b2cc-5211b67a6b16 found for delete ", "request_id": "req-358732db-1cdf-411f-ac2f-5b025cc14e42"}]} 2026-07-14 09:54:34.491 7 INFO neutron.db.segments_db [None req-65d9e3b4-c601-4b0e-bb41-e7842c422c2e a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] Added segment 79bedb06-0312-4cc2-a937-6af990c2d0f2 of type vxlan for network be810c05-6724-4e9e-8274-15f2a456390c [pid: 7|app: 0|req: 1052/1979] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:34 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/1980] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:34 2026] DELETE /v2.0/security-groups/61760a82-ae4d-4406-8c87-af7aa92ef3b5 => 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: 928/1981] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:54:34 2026] POST /v2.0/floatingips => generated 552 bytes in 678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1982] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:34 2026] GET /v2.0/security-groups?tenant_id=ee26e604d9024987b4a98697d35c95bc&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1983] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:54:34 2026] PUT /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags => generated 25 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:34.997 7 INFO neutron.services.segments.plugin [-] Segment 4b5b1b62-84a7-422d-859f-f3c769235048 resource provider aggregate not found [pid: 7|app: 0|req: 1056/1984] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:34 2026] DELETE /v2.0/security-groups/3932c7bb-f3ca-4e8d-aaa3-adc52970faa0 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:35.012 7 INFO neutron.services.segments.plugin [-] Segment 4b5b1b62-84a7-422d-859f-f3c769235048 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b5b1b62-84a7-422d-859f-f3c769235048 found for delete ", "request_id": "req-5ae39f59-9902-4e1f-b617-4dcdb44725b4"}]} 2026-07-14 09:54:35.035 7 INFO neutron.services.segments.plugin [-] Segment 4b5b1b62-84a7-422d-859f-f3c769235048 resource provider aggregate not found 2026-07-14 09:54:35.064 7 INFO neutron.services.segments.plugin [-] Segment 4b5b1b62-84a7-422d-859f-f3c769235048 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b5b1b62-84a7-422d-859f-f3c769235048 found for delete ", "request_id": "req-2f3b9406-7ddf-463a-805e-800ca5300db7"}]} [pid: 7|app: 0|req: 1057/1985] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1986] 10.0.0.2 () {34 vars in 768 bytes} [Tue Jul 14 09:54:35 2026] PUT /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/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: 929/1987] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:54:34 2026] POST /v2.0/ports => generated 743 bytes in 385 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: 1059/1988] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1989] 10.0.0.2 () {34 vars in 745 bytes} [Tue Jul 14 09:54:35 2026] PUT /v2.0/ports/26b6b4cc-3311-4cf8-822a-133cd959e03b/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1060/1990] 10.0.0.2 () {34 vars in 764 bytes} [Tue Jul 14 09:54:35 2026] PUT /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1991] 10.0.0.2 () {34 vars in 745 bytes} [Tue Jul 14 09:54:35 2026] PUT /v2.0/ports/9df12bf3-ae56-4675-852d-b7acb5a7e2f1/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/1992] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags => generated 34 bytes in 36 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: 1062/1993] 10.0.0.2 () {34 vars in 786 bytes} [Tue Jul 14 09:54:35 2026] PUT /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1994] 10.0.0.2 () {34 vars in 745 bytes} [Tue Jul 14 09:54:35 2026] PUT /v2.0/ports/88ee0b7b-3a44-4d5c-985a-e85e854b2161/tags => generated 34 bytes in 80 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: 1063/1995] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1996] 10.0.0.2 () {34 vars in 745 bytes} [Tue Jul 14 09:54:35 2026] PUT /v2.0/ports/9aa7a20f-8aa8-4b69-8080-39026902562d/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1064/1997] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:54:35 2026] PUT /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/1998] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/1999] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/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: 934/2000] 10.0.0.2 () {32 vars in 658 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:35.579 7 INFO neutron.api.v2.resource [None req-5da32ee0-6950-49a1-b611-83edd8184366 bccb177c509a46d3b72c89abab8d9df4 3a561b33a45c4bbb855e020625af220f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1067/2001] 10.0.0.2 () {32 vars in 749 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2002] 10.0.0.2 () {32 vars in 672 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2003] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 09:54:35 2026] DELETE /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2004] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/2005] 10.0.0.2 () {32 vars in 668 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:35.730 7 INFO neutron.api.v2.resource [None req-6313367b-1158-4ff6-9b3f-e48641f9f8c7 bccb177c509a46d3b72c89abab8d9df4 3a561b33a45c4bbb855e020625af220f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1070/2006] 10.0.0.2 () {32 vars in 752 bytes} [Tue Jul 14 09:54:35 2026] DELETE /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2007] 10.0.0.2 () {32 vars in 680 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2008] 10.0.0.2 () {32 vars in 740 bytes} [Tue Jul 14 09:54:35 2026] DELETE /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2009] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2010] 10.0.0.2 () {32 vars in 666 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:35.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-8493fbd5-d8a6-4ac0-a11b-61d5742e9594 bccb177c509a46d3b72c89abab8d9df4 3a561b33a45c4bbb855e020625af220f - - default default] TaaS: Handle Delete Port: 08fa4460-bc51-4701-b99d-ac6a29df10be 2026-07-14 09:54:35.937 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8493fbd5-d8a6-4ac0-a11b-61d5742e9594 bccb177c509a46d3b72c89abab8d9df4 3a561b33a45c4bbb855e020625af220f - - default default] Tap Mirror: Handle Delete Port: 08fa4460-bc51-4701-b99d-ac6a29df10be [pid: 8|app: 0|req: 939/2011] 10.0.0.2 () {32 vars in 680 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2012] 10.0.0.2 () {32 vars in 676 bytes} [Tue Jul 14 09:54:35 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2013] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:54:35 2026] DELETE /v2.0/floatingips/b91dcd73-70e9-413a-ab39-90ee59f93d2c => 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: 941/2014] 10.0.0.2 () {32 vars in 688 bytes} [Tue Jul 14 09:54:36 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:36.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1282392-b3df-4153-9ce1-c80a91b395f1 a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] TaaS: Handle Delete Port: 26b6b4cc-3311-4cf8-822a-133cd959e03b 2026-07-14 09:54:36.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1282392-b3df-4153-9ce1-c80a91b395f1 a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] Tap Mirror: Handle Delete Port: 26b6b4cc-3311-4cf8-822a-133cd959e03b [pid: 7|app: 0|req: 1074/2015] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:54:36 2026] DELETE /v2.0/ports/26b6b4cc-3311-4cf8-822a-133cd959e03b => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:36.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-da77bd85-82b5-467a-8ca4-633c5b7be442 a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] TaaS: Handle Delete Port: 9df12bf3-ae56-4675-852d-b7acb5a7e2f1 2026-07-14 09:54:36.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da77bd85-82b5-467a-8ca4-633c5b7be442 a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] Tap Mirror: Handle Delete Port: 9df12bf3-ae56-4675-852d-b7acb5a7e2f1 [pid: 8|app: 0|req: 942/2016] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:54:36 2026] DELETE /v2.0/ports/9df12bf3-ae56-4675-852d-b7acb5a7e2f1 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:36.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-b18cdc7d-882e-4cb0-a39a-b5f603794e1d a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] TaaS: Handle Delete Port: 88ee0b7b-3a44-4d5c-985a-e85e854b2161 2026-07-14 09:54:36.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b18cdc7d-882e-4cb0-a39a-b5f603794e1d a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] Tap Mirror: Handle Delete Port: 88ee0b7b-3a44-4d5c-985a-e85e854b2161 [pid: 7|app: 0|req: 1075/2017] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:54:36 2026] DELETE /v2.0/ports/88ee0b7b-3a44-4d5c-985a-e85e854b2161 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:36.867 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a7e2550-0c89-4188-b721-85284ac31b55 a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] TaaS: Handle Delete Port: 9aa7a20f-8aa8-4b69-8080-39026902562d 2026-07-14 09:54:36.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a7e2550-0c89-4188-b721-85284ac31b55 a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] Tap Mirror: Handle Delete Port: 9aa7a20f-8aa8-4b69-8080-39026902562d [pid: 8|app: 0|req: 943/2018] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:54:36 2026] DELETE /v2.0/ports/9aa7a20f-8aa8-4b69-8080-39026902562d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:37.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f9ac65a-d69c-4c98-894a-73b752866b71 a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] TaaS: Handle Delete Port: 7cd6d6b1-98fb-4c5f-825f-d40ecf5659b6 2026-07-14 09:54:37.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f9ac65a-d69c-4c98-894a-73b752866b71 a932393367194563aa112a24f541e286 0da1c382d05f41b985aa5b237dbd5f43 - - default default] Tap Mirror: Handle Delete Port: 7cd6d6b1-98fb-4c5f-825f-d40ecf5659b6 [pid: 7|app: 0|req: 1076/2019] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:36 2026] GET /v2.0/security-groups?tenant_id=3a561b33a45c4bbb855e020625af220f&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2020] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:54:36 2026] DELETE /v2.0/ports/7cd6d6b1-98fb-4c5f-825f-d40ecf5659b6 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2021] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:37 2026] DELETE /v2.0/security-groups/1c851953-6349-4326-82c3-f29dc27b808c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:37.321 7 INFO neutron.db.segments_db [None req-a22ab8f5-fbaa-46bb-af80-e891cea41c7b 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Added segment edb4c16e-161a-4cd0-a06f-8d98e05c2f3b of type vxlan for network 66e5eef5-9f8d-429e-8f55-fb43467ca644 2026-07-14 09:54:37.352 8 INFO neutron.services.segments.plugin [-] Segment e0c345d6-6be8-444f-b66f-6f59a381d38d resource provider aggregate not found 2026-07-14 09:54:37.358 8 INFO neutron.services.segments.plugin [-] Segment e0c345d6-6be8-444f-b66f-6f59a381d38d resource provider aggregate not found 2026-07-14 09:54:37.374 8 INFO neutron.services.segments.plugin [-] Segment e0c345d6-6be8-444f-b66f-6f59a381d38d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0c345d6-6be8-444f-b66f-6f59a381d38d found for delete ", "request_id": "req-39a99273-ee14-455f-9638-283478865ffc"}]} 2026-07-14 09:54:37.375 8 INFO neutron.services.segments.plugin [-] Segment e0c345d6-6be8-444f-b66f-6f59a381d38d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0c345d6-6be8-444f-b66f-6f59a381d38d found for delete ", "request_id": "req-b14dd0ed-ce2b-4164-a240-93faaa291d11"}]} [pid: 8|app: 0|req: 946/2022] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:37 2026] DELETE /v2.0/networks/165a8f1f-06fe-4cc2-8aff-33f28148d262 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2023] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:37 2026] POST /v2.0/networks => generated 615 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2024] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:37 2026] GET /v2.0/security-groups?tenant_id=f0948f839a034feaa6c917db95c29a13&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:37.496 7 INFO neutron.services.segments.plugin [-] Segment c0e32f12-abe3-4bdd-9b26-191ebe15855d resource provider aggregate not found 2026-07-14 09:54:37.499 7 INFO neutron.services.segments.plugin [-] Segment c0e32f12-abe3-4bdd-9b26-191ebe15855d resource provider aggregate not found 2026-07-14 09:54:37.516 7 INFO neutron.services.segments.plugin [-] Segment c0e32f12-abe3-4bdd-9b26-191ebe15855d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0e32f12-abe3-4bdd-9b26-191ebe15855d found for delete ", "request_id": "req-b9a2bf77-eb54-4504-99ae-0209c0f8a4a2"}]} 2026-07-14 09:54:37.517 7 INFO neutron.services.segments.plugin [-] Segment c0e32f12-abe3-4bdd-9b26-191ebe15855d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0e32f12-abe3-4bdd-9b26-191ebe15855d found for delete ", "request_id": "req-abb04e34-490b-416a-a5a1-2c4421f4b2b3"}]} [pid: 7|app: 0|req: 1078/2025] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:37 2026] DELETE /v2.0/networks/20d5b666-9510-472d-bd40-54ae6407518b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:37.545 8 INFO neutron.db.segments_db [None req-f35051b8-aa18-4cb2-a051-e0e0bbf1e6e4 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Added segment 01ddd9b4-44d7-4c7e-930e-3eae6ec7c663 of type vxlan for network 6f8a4628-8bdb-4041-8a09-dfc1cb4f0c73 [pid: 8|app: 0|req: 948/2026] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:37 2026] POST /v2.0/networks => generated 615 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2027] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:37 2026] DELETE /v2.0/security-groups/1c935a56-f21f-4a02-9ba0-5929148d49b7 => 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: 949/2028] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:37 2026] DELETE /v2.0/networks/f9a835c1-c536-43ed-ba7d-e99098507151 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2029] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:37 2026] DELETE /v2.0/networks/31cbce05-1513-427e-a6c1-212866daf972 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2030] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:37 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2031] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:37 2026] DELETE /v2.0/networks/be810c05-6724-4e9e-8274-15f2a456390c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2032] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:37 2026] POST /v2.0/subnets => generated 655 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:38.184 8 INFO neutron.db.segments_db [None req-1a044dd2-c639-4fd7-a7ac-c11abe930409 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Added segment d157651f-bd25-4fc4-b0a0-d8e12635204c of type vxlan for network 820c95b2-6fe3-4ee1-8798-3e88b02e8048 2026-07-14 09:54:38.428 8 INFO neutron.db.l3_hamode_db [None req-1a044dd2-c639-4fd7-a7ac-c11abe930409 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:54:38.551 8 INFO neutron.db.l3_hamode_db [None req-1a044dd2-c639-4fd7-a7ac-c11abe930409 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1082/2033] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:38 2026] GET /v2.0/security-groups?tenant_id=ddb864682f904c30a08192a4096938bf&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2034] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:38 2026] POST /v2.0/routers => generated 510 bytes in 999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:39.218 7 INFO neutron.db.segments_db [None req-866f4a89-88ce-4941-bd99-3059b4c3f201 0c572682f9864c92bd7f809e4f0c0868 31077fc8cf22436585181fb55967ec8c - - default default] Added segment 885c9d14-7966-4be2-a080-1505e5e04fd2 of type vxlan for network e9d5370b-cd8d-4dda-be7b-6847ef2fe9a9 [pid: 8|app: 0|req: 953/2035] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:39 2026] DELETE /v2.0/security-groups/ca7b0835-3de1-45f2-871b-a657017dbe5b => 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: 1083/2036] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:39 2026] POST /v2.0/networks => generated 708 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:39.399 8 INFO neutron.services.segments.plugin [-] Segment d14b4f1f-b4bd-4d7d-9275-801c8ff6fadb resource provider aggregate not found 2026-07-14 09:54:39.411 8 INFO neutron.services.segments.plugin [-] Segment d14b4f1f-b4bd-4d7d-9275-801c8ff6fadb resource provider aggregate not found 2026-07-14 09:54:39.428 8 INFO neutron.services.segments.plugin [-] Segment d14b4f1f-b4bd-4d7d-9275-801c8ff6fadb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d14b4f1f-b4bd-4d7d-9275-801c8ff6fadb found for delete ", "request_id": "req-163994c5-a47a-4e82-a07d-bd4e4c7fa21f"}]} 2026-07-14 09:54:39.428 8 INFO neutron.services.segments.plugin [-] Segment d14b4f1f-b4bd-4d7d-9275-801c8ff6fadb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d14b4f1f-b4bd-4d7d-9275-801c8ff6fadb found for delete ", "request_id": "req-1ba6977d-4d98-4f40-acb9-c12211861a1c"}]} 2026-07-14 09:54:39.448 8 INFO neutron.services.segments.plugin [-] Segment 2761102b-3de9-417b-9d9c-f18bd70a774f resource provider aggregate not found 2026-07-14 09:54:39.453 8 INFO neutron.services.segments.plugin [-] Segment 2761102b-3de9-417b-9d9c-f18bd70a774f resource provider aggregate not found 2026-07-14 09:54:39.469 8 INFO neutron.services.segments.plugin [-] Segment 2761102b-3de9-417b-9d9c-f18bd70a774f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2761102b-3de9-417b-9d9c-f18bd70a774f found for delete ", "request_id": "req-ebef6118-a2ca-45f4-9367-e6038bc392fd"}]} 2026-07-14 09:54:39.490 8 INFO neutron.services.segments.plugin [-] Segment 79bedb06-0312-4cc2-a937-6af990c2d0f2 resource provider aggregate not found 2026-07-14 09:54:39.493 8 INFO neutron.services.segments.plugin [-] Segment 2761102b-3de9-417b-9d9c-f18bd70a774f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2761102b-3de9-417b-9d9c-f18bd70a774f found for delete ", "request_id": "req-a2d86985-2a67-47ef-b918-38e9e7e99a06"}]} 2026-07-14 09:54:39.515 8 INFO neutron.services.segments.plugin [-] Segment 79bedb06-0312-4cc2-a937-6af990c2d0f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79bedb06-0312-4cc2-a937-6af990c2d0f2 found for delete ", "request_id": "req-a0c614a3-1fbb-4e5d-9e98-c3c925dad86c"}]} 2026-07-14 09:54:39.520 8 INFO neutron.services.segments.plugin [-] Segment 79bedb06-0312-4cc2-a937-6af990c2d0f2 resource provider aggregate not found [pid: 7|app: 0|req: 1084/2037] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:39 2026] POST /v2.0/subnets => generated 644 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:39.547 8 INFO neutron.services.segments.plugin [-] Segment 79bedb06-0312-4cc2-a937-6af990c2d0f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79bedb06-0312-4cc2-a937-6af990c2d0f2 found for delete ", "request_id": "req-b2eb302b-53c0-4339-9560-95695efe1a45"}]} [pid: 7|app: 0|req: 1085/2038] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:39 2026] GET /v2.0/security-groups?tenant_id=0da1c382d05f41b985aa5b237dbd5f43&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:39.585 7 WARNING neutron.api.v2.base [None req-2465e46c-d485-43d1-9ed2-e9d6d4f9e568 0c572682f9864c92bd7f809e4f0c0868 31077fc8cf22436585181fb55967ec8c - - 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-07-14 09:54:39.586 7 INFO neutron.api.v2.resource [None req-2465e46c-d485-43d1-9ed2-e9d6d4f9e568 0c572682f9864c92bd7f809e4f0c0868 31077fc8cf22436585181fb55967ec8c - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1086/2039] 10.0.0.2 () {34 vars in 679 bytes} [Tue Jul 14 09:54:39 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2040] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:39 2026] DELETE /v2.0/security-groups/b962d071-d8ae-44ce-94fc-3409755511b1 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:39.909 7 INFO neutron.services.segments.plugin [-] Segment 885c9d14-7966-4be2-a080-1505e5e04fd2 resource provider aggregate not found 2026-07-14 09:54:39.917 7 INFO neutron.services.segments.plugin [-] Segment 885c9d14-7966-4be2-a080-1505e5e04fd2 resource provider aggregate not found 2026-07-14 09:54:39.926 7 INFO neutron.services.segments.plugin [-] Segment 885c9d14-7966-4be2-a080-1505e5e04fd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885c9d14-7966-4be2-a080-1505e5e04fd2 found for delete ", "request_id": "req-bec5454d-b70a-4690-b975-8a4512b41580"}]} [pid: 7|app: 0|req: 1088/2041] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:39 2026] DELETE /v2.0/networks/e9d5370b-cd8d-4dda-be7b-6847ef2fe9a9 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:39.943 7 INFO neutron.services.segments.plugin [-] Segment 885c9d14-7966-4be2-a080-1505e5e04fd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885c9d14-7966-4be2-a080-1505e5e04fd2 found for delete ", "request_id": "req-55814206-017e-4d06-9a21-f8968a0f27d5"}]} [pid: 7|app: 0|req: 1089/2042] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:39 2026] GET /v2.0/security-groups?tenant_id=324b59b3d1e5466f95ddc3d98aafcad6&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:40.131 7 INFO neutron.db.segments_db [None req-122601db-0441-4756-b3b1-b752491fd9cb 0c572682f9864c92bd7f809e4f0c0868 31077fc8cf22436585181fb55967ec8c - - default default] Added segment 3b1774ff-8b34-4526-92a4-3a2d0d38820c of type vxlan for network 72b27550-0724-4d77-9911-9d2346c978db [pid: 7|app: 0|req: 1090/2043] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:40 2026] POST /v2.0/networks => generated 707 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2044] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:40 2026] DELETE /v2.0/security-groups/ab60e03d-3333-4164-8751-c560dcb84138 => 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: 954/2045] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:54:39 2026] PUT /v2.0/routers/7a272d23-275b-4aee-b183-e3ee7dd6ffcd/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2046] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:54:40 2026] GET /v2.0/ports/df80642e-6aac-4b47-b328-22f509e2c45f => generated 959 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2047] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:40 2026] POST /v2.0/subnets => generated 647 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:40.486 7 WARNING neutron.api.v2.base [None req-6dcdf9c3-6b50-4e7e-8df2-03be6caee8a8 0c572682f9864c92bd7f809e4f0c0868 31077fc8cf22436585181fb55967ec8c - - 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-07-14 09:54:40.487 7 INFO neutron.api.v2.resource [None req-6dcdf9c3-6b50-4e7e-8df2-03be6caee8a8 0c572682f9864c92bd7f809e4f0c0868 31077fc8cf22436585181fb55967ec8c - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1093/2048] 10.0.0.2 () {34 vars in 679 bytes} [Tue Jul 14 09:54:40 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2049] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:40 2026] DELETE /v2.0/networks/72b27550-0724-4d77-9911-9d2346c978db => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:40.710 7 INFO neutron.db.segments_db [None req-04884055-cbeb-4fa4-b170-f75983e49a5e 0c572682f9864c92bd7f809e4f0c0868 31077fc8cf22436585181fb55967ec8c - - default default] Added segment 3c504430-5cf9-420c-8feb-a0949baf239d of type vxlan for network 9b30a56a-e8f3-400e-9265-829e8d59c5b9 [pid: 7|app: 0|req: 1095/2050] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:40 2026] POST /v2.0/networks => generated 707 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2051] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:40 2026] POST /v2.0/subnets => generated 647 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2052] 10.0.0.2 () {34 vars in 676 bytes} [Tue Jul 14 09:54:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2053] 10.0.0.2 () {34 vars in 679 bytes} [Tue Jul 14 09:54:41 2026] POST /v2.0/rbac-policies => generated 324 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2054] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:54:41 2026] PUT /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2055] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:54:41 2026] GET /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2056] 10.0.0.2 () {34 vars in 762 bytes} [Tue Jul 14 09:54:41 2026] PUT /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2057] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:54:41 2026] GET /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/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: 1103/2058] 10.0.0.2 () {34 vars in 758 bytes} [Tue Jul 14 09:54:41 2026] PUT /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2059] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:54:40 2026] PUT /v2.0/routers/7a272d23-275b-4aee-b183-e3ee7dd6ffcd/add_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2060] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:54:41 2026] GET /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2061] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:54:41 2026] GET /v2.0/ports/44426ee1-b7f6-48a7-969e-84fb03cb74b9 => generated 967 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2062] 10.0.0.2 () {34 vars in 780 bytes} [Tue Jul 14 09:54:41 2026] PUT /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2063] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:54:41 2026] GET /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2064] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:54:41 2026] PUT /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2065] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:54:41 2026] GET /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:41.948 7 INFO neutron.services.segments.plugin [-] Segment 3b1774ff-8b34-4526-92a4-3a2d0d38820c resource provider aggregate not found 2026-07-14 09:54:41.965 7 INFO neutron.services.segments.plugin [-] Segment 3b1774ff-8b34-4526-92a4-3a2d0d38820c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b1774ff-8b34-4526-92a4-3a2d0d38820c found for delete ", "request_id": "req-d08c4175-4e81-45fa-9510-6f673a773d25"}]} 2026-07-14 09:54:41.966 7 INFO neutron.services.segments.plugin [-] Segment 3b1774ff-8b34-4526-92a4-3a2d0d38820c resource provider aggregate not found 2026-07-14 09:54:41.985 7 INFO neutron.services.segments.plugin [-] Segment 3b1774ff-8b34-4526-92a4-3a2d0d38820c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b1774ff-8b34-4526-92a4-3a2d0d38820c found for delete ", "request_id": "req-ff60405b-5e11-4350-99fd-783d9a295b1f"}]} [pid: 7|app: 0|req: 1109/2066] 10.0.0.2 () {32 vars in 721 bytes} [Tue Jul 14 09:54:41 2026] GET /v2.0/networks/9b30a56a-e8f3-400e-9265-829e8d59c5b9 => generated 654 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2067] 10.0.0.2 () {32 vars in 739 bytes} [Tue Jul 14 09:54:42 2026] GET /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:42.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-274ed007-f2e6-4171-a738-43c6c654fdb4 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: 44426ee1-b7f6-48a7-969e-84fb03cb74b9 2026-07-14 09:54:42.053 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-274ed007-f2e6-4171-a738-43c6c654fdb4 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: 44426ee1-b7f6-48a7-969e-84fb03cb74b9 2026-07-14 09:54:42.066 7 INFO neutron.api.v2.resource [None req-044379b4-834b-4045-8439-a0c7751b003c 60b4936638e54ae6859548627bbfbc37 8edc0dac69cd40e6a7b38366bbafec24 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1113/2070] 10.0.0.2 () {32 vars in 743 bytes} [Tue Jul 14 09:54:42 2026] GET /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2071] 10.0.0.2 () {32 vars in 742 bytes} [Tue Jul 14 09:54:42 2026] DELETE /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2072] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:54:42 2026] GET /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:42.216 7 INFO neutron.api.v2.resource [None req-efe05f8c-1001-46b2-95c0-9bb553176654 60b4936638e54ae6859548627bbfbc37 8edc0dac69cd40e6a7b38366bbafec24 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1116/2073] 10.0.0.2 () {32 vars in 746 bytes} [Tue Jul 14 09:54:42 2026] DELETE /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2074] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:42 2026] DELETE /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2075] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:54:42 2026] GET /v2.0/policies/1a947019-7c63-4725-9059-0298ef7b2c6a/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2076] 10.0.0.2 () {32 vars in 732 bytes} [Tue Jul 14 09:54:42 2026] DELETE /v2.0/qos/policies/1a947019-7c63-4725-9059-0298ef7b2c6a => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2077] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:54:41 2026] PUT /v2.0/routers/7a272d23-275b-4aee-b183-e3ee7dd6ffcd/remove_router_interface => generated 309 bytes in 772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:54:42.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adc354de-d068-4838-998c-30d37582fea4 36c5e82ff0114e128c6de1b425e9b6ab 8bdac9134b2e49db8b5fbc85b36b1872 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1120/2078] 10.0.0.2 () {32 vars in 721 bytes} [Tue Jul 14 09:54:42 2026] GET /v2.0/networks/9b30a56a-e8f3-400e-9265-829e8d59c5b9 => generated 138 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2079] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:42 2026] DELETE /v2.0/networks/9b30a56a-e8f3-400e-9265-829e8d59c5b9 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:42.708 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9275c36e-7045-4794-9b71-44a38e46f4b4 0c572682f9864c92bd7f809e4f0c0868 31077fc8cf22436585181fb55967ec8c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1122/2080] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:42 2026] DELETE /v2.0/subnets/6ce71a61-c8cf-47de-87d8-cfaf7d57a34f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:54:42.732 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50111bc2-32ef-410a-9c5c-78d0088ca303 0c572682f9864c92bd7f809e4f0c0868 31077fc8cf22436585181fb55967ec8c - - default default] DELETE failed (client error): The resource could not be found. 2026-07-14 09:54:42.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-da0dcf21-7830-4e01-b0a9-bb7fc3ec655a 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: df80642e-6aac-4b47-b328-22f509e2c45f 2026-07-14 09:54:42.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da0dcf21-7830-4e01-b0a9-bb7fc3ec655a 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: df80642e-6aac-4b47-b328-22f509e2c45f [pid: 7|app: 0|req: 1123/2081] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:42 2026] DELETE /v2.0/subnets/ba51072a-7293-4c8c-825b-f934cfe141c5 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:54:42.749 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a883263-d304-4dd2-b0f7-7309e8950bef 0c572682f9864c92bd7f809e4f0c0868 31077fc8cf22436585181fb55967ec8c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1124/2082] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:42 2026] DELETE /v2.0/subnets/5ebe76f8-cb46-48b5-818f-71e9efacd240 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2083] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:54:42 2026] PUT /v2.0/routers/7a272d23-275b-4aee-b183-e3ee7dd6ffcd/remove_router_interface => generated 309 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2084] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:42 2026] GET /v2.0/security-groups?tenant_id=8edc0dac69cd40e6a7b38366bbafec24&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2085] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:43 2026] GET /v2.0/ports?device_id=7a272d23-275b-4aee-b183-e3ee7dd6ffcd => 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: 1126/2086] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:43 2026] DELETE /v2.0/security-groups/a0bb3b1d-1622-4ea2-9ca8-80a44fa72b5f => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:43.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9448efe-edfe-43cd-836d-05f72553561a 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: 04a3cd7e-b486-4db0-9d55-f4b87154cd3b 2026-07-14 09:54:43.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9448efe-edfe-43cd-836d-05f72553561a 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: 04a3cd7e-b486-4db0-9d55-f4b87154cd3b [pid: 7|app: 0|req: 1127/2087] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:43 2026] GET /v2.0/security-groups?tenant_id=7dcb8ae61830477aa4f77e97f56da187&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2088] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:43 2026] DELETE /v2.0/security-groups/d64d0aa5-2503-494d-a72d-f199aaa83aaa => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:43.761 8 INFO neutron.services.segments.plugin [-] Segment d157651f-bd25-4fc4-b0a0-d8e12635204c resource provider aggregate not found 2026-07-14 09:54:43.761 8 INFO neutron.services.segments.plugin [-] Segment d157651f-bd25-4fc4-b0a0-d8e12635204c resource provider aggregate not found 2026-07-14 09:54:43.777 8 INFO neutron.services.segments.plugin [-] Segment d157651f-bd25-4fc4-b0a0-d8e12635204c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d157651f-bd25-4fc4-b0a0-d8e12635204c found for delete ", "request_id": "req-ec946679-214e-4fda-a4f7-944d3878c1c5"}]} 2026-07-14 09:54:43.780 8 INFO neutron.services.segments.plugin [-] Segment d157651f-bd25-4fc4-b0a0-d8e12635204c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d157651f-bd25-4fc4-b0a0-d8e12635204c found for delete ", "request_id": "req-4f697ef6-66dd-4acb-b2f0-65f14e5412aa"}]} 2026-07-14 09:54:43.783 8 INFO neutron.db.l3_hamode_db [None req-a9448efe-edfe-43cd-836d-05f72553561a 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] HA network 820c95b2-6fe3-4ee1-8798-3e88b02e8048 was deleted as no HA routers are present in tenant 46b3928d254348d79f03159a32403e04. [pid: 8|app: 0|req: 961/2089] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:43 2026] DELETE /v2.0/routers/7a272d23-275b-4aee-b183-e3ee7dd6ffcd => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2090] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:43 2026] GET /v2.0/security-groups?tenant_id=31077fc8cf22436585181fb55967ec8c&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2091] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:43 2026] DELETE /v2.0/subnets/92acac30-e2f9-46db-82c2-78c2616c3cfb => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:43.997 7 INFO neutron.services.segments.plugin [-] Segment 3c504430-5cf9-420c-8feb-a0949baf239d resource provider aggregate not found 2026-07-14 09:54:44.009 7 INFO neutron.services.segments.plugin [-] Segment 3c504430-5cf9-420c-8feb-a0949baf239d resource provider aggregate not found 2026-07-14 09:54:44.019 7 INFO neutron.services.segments.plugin [-] Segment 3c504430-5cf9-420c-8feb-a0949baf239d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c504430-5cf9-420c-8feb-a0949baf239d found for delete ", "request_id": "req-dd19f807-79b1-401c-83a0-34c9b1e10902"}]} 2026-07-14 09:54:44.025 7 INFO neutron.services.segments.plugin [-] Segment 3c504430-5cf9-420c-8feb-a0949baf239d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c504430-5cf9-420c-8feb-a0949baf239d found for delete ", "request_id": "req-61cc5208-afca-4ee0-8d41-fccd690d046a"}]} [pid: 7|app: 0|req: 1130/2092] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:43 2026] DELETE /v2.0/security-groups/f9dba1ec-0495-453f-84c3-2532776bc482 => 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: 963/2093] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:43 2026] DELETE /v2.0/subnets/228f67a0-85be-4c5b-8ed0-96ed80bb7f57 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:44.200 7 INFO neutron_taas.services.taas.taas_plugin [None req-20c08690-1b06-45e8-ab12-3917d5e13ea6 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: a6e5464c-fd8b-4f9f-9e73-0cd0ce20bbeb 2026-07-14 09:54:44.202 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20c08690-1b06-45e8-ab12-3917d5e13ea6 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: a6e5464c-fd8b-4f9f-9e73-0cd0ce20bbeb [pid: 8|app: 0|req: 964/2094] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:44 2026] GET /v2.0/security-groups?tenant_id=767aea5cf9d74b91b0404af16f08689e&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2095] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:44 2026] DELETE /v2.0/networks/6f8a4628-8bdb-4041-8a09-dfc1cb4f0c73 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2096] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:44 2026] DELETE /v2.0/security-groups/5a482619-ab2c-49ce-8daa-8901d02d2f36 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:44.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-f49ec4b4-ae73-45e0-819f-59155e830ff8 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: 08cb8644-e00d-4ec0-ac2a-1ddbdf736a70 2026-07-14 09:54:44.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f49ec4b4-ae73-45e0-819f-59155e830ff8 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: 08cb8644-e00d-4ec0-ac2a-1ddbdf736a70 [pid: 8|app: 0|req: 966/2097] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:44 2026] GET /v2.0/security-groups?tenant_id=8bdac9134b2e49db8b5fbc85b36b1872&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2098] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:44 2026] DELETE /v2.0/networks/66e5eef5-9f8d-429e-8f55-fb43467ca644 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2099] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:44 2026] DELETE /v2.0/security-groups/7fcbc9d7-eac8-4803-99ec-fd549df5b209 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:44.815 7 INFO neutron.db.segments_db [None req-6f28ef5e-d93c-4395-abca-9eabcd53a313 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Added segment d08b9752-24b8-4be8-96c2-62f56add0d79 of type vxlan for network e5a9ab58-1c0a-4378-b859-3593213e1ff5 [pid: 7|app: 0|req: 1134/2100] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:44 2026] POST /v2.0/networks => generated 614 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2101] 10.0.0.2 () {34 vars in 682 bytes} [Tue Jul 14 09:54:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2102] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:44 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:45.185 7 INFO neutron.db.segments_db [None req-31330d80-350f-4134-8c1a-7be763e53a5d 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Added segment 6550b79d-92ad-48cb-906e-dbefcca9209d of type vxlan for network 18715dfc-2386-40fa-ac62-ec4bb9ba0feb [pid: 8|app: 0|req: 968/2103] 10.0.0.2 () {34 vars in 682 bytes} [Tue Jul 14 09:54:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2104] 10.0.0.2 () {34 vars in 682 bytes} [Tue Jul 14 09:54:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-14 09:54:45.374 7 INFO neutron.db.l3_hamode_db [None req-31330d80-350f-4134-8c1a-7be763e53a5d 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:54:45.467 7 INFO neutron.db.l3_hamode_db [None req-31330d80-350f-4134-8c1a-7be763e53a5d 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 970/2105] 10.0.0.2 () {34 vars in 682 bytes} [Tue Jul 14 09:54:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2106] 10.0.0.2 () {34 vars in 682 bytes} [Tue Jul 14 09:54:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2107] 10.0.0.2 () {34 vars in 765 bytes} [Tue Jul 14 09:54:45 2026] PUT /v2.0/security-groups/e56f1a09-6d49-4c54-beb4-5dc5a7e71186/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2108] 10.0.0.2 () {34 vars in 765 bytes} [Tue Jul 14 09:54:45 2026] PUT /v2.0/security-groups/0b63c1b9-6b2b-4974-93bc-ea180d4304b3/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: 974/2109] 10.0.0.2 () {34 vars in 765 bytes} [Tue Jul 14 09:54:45 2026] PUT /v2.0/security-groups/ae2ac550-15c7-4b04-95b2-866134e5bdf6/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2110] 10.0.0.2 () {34 vars in 765 bytes} [Tue Jul 14 09:54:45 2026] PUT /v2.0/security-groups/6cf62d81-2b36-4ead-921a-64195270c2e1/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2111] 10.0.0.2 () {32 vars in 678 bytes} [Tue Jul 14 09:54:45 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2112] 10.0.0.2 () {32 vars in 692 bytes} [Tue Jul 14 09:54:45 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2113] 10.0.0.2 () {32 vars in 688 bytes} [Tue Jul 14 09:54:45 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2114] 10.0.0.2 () {32 vars in 700 bytes} [Tue Jul 14 09:54:45 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2115] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:45 2026] POST /v2.0/routers => generated 509 bytes in 873 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:46.046 7 INFO neutron.services.segments.plugin [-] Segment 01ddd9b4-44d7-4c7e-930e-3eae6ec7c663 resource provider aggregate not found [pid: 8|app: 0|req: 980/2116] 10.0.0.2 () {32 vars in 686 bytes} [Tue Jul 14 09:54:46 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:46.053 7 INFO neutron.services.segments.plugin [-] Segment 01ddd9b4-44d7-4c7e-930e-3eae6ec7c663 resource provider aggregate not found 2026-07-14 09:54:46.069 7 INFO neutron.services.segments.plugin [-] Segment 01ddd9b4-44d7-4c7e-930e-3eae6ec7c663 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ddd9b4-44d7-4c7e-930e-3eae6ec7c663 found for delete ", "request_id": "req-641a329e-3d36-4a63-95d0-67006cd36875"}]} 2026-07-14 09:54:46.077 7 INFO neutron.services.segments.plugin [-] Segment 01ddd9b4-44d7-4c7e-930e-3eae6ec7c663 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01ddd9b4-44d7-4c7e-930e-3eae6ec7c663 found for delete ", "request_id": "req-fd9df1be-6ac9-42e8-8d6d-94932f40c028"}]} 2026-07-14 09:54:46.093 7 INFO neutron.services.segments.plugin [-] Segment edb4c16e-161a-4cd0-a06f-8d98e05c2f3b resource provider aggregate not found [pid: 8|app: 0|req: 981/2117] 10.0.0.2 () {32 vars in 700 bytes} [Tue Jul 14 09:54:46 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:46.096 7 INFO neutron.services.segments.plugin [-] Segment edb4c16e-161a-4cd0-a06f-8d98e05c2f3b resource provider aggregate not found 2026-07-14 09:54:46.117 7 INFO neutron.services.segments.plugin [-] Segment edb4c16e-161a-4cd0-a06f-8d98e05c2f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edb4c16e-161a-4cd0-a06f-8d98e05c2f3b found for delete ", "request_id": "req-d4dfaa20-cf46-4d68-ace3-2f054659073a"}]} 2026-07-14 09:54:46.119 7 INFO neutron.services.segments.plugin [-] Segment edb4c16e-161a-4cd0-a06f-8d98e05c2f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edb4c16e-161a-4cd0-a06f-8d98e05c2f3b found for delete ", "request_id": "req-d6a37fca-932c-4130-89f5-2a6bae54c908"}]} [pid: 8|app: 0|req: 982/2118] 10.0.0.2 () {32 vars in 696 bytes} [Tue Jul 14 09:54:46 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2119] 10.0.0.2 () {32 vars in 708 bytes} [Tue Jul 14 09:54:46 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2120] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:46 2026] DELETE /v2.0/security-groups/e56f1a09-6d49-4c54-beb4-5dc5a7e71186 => 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: 985/2121] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:46 2026] DELETE /v2.0/security-groups/0b63c1b9-6b2b-4974-93bc-ea180d4304b3 => 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: 1137/2122] 10.0.0.2 () {34 vars in 663 bytes} [Tue Jul 14 09:54:46 2026] POST /v2.0/ports => generated 963 bytes in 369 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: 986/2123] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:46 2026] DELETE /v2.0/security-groups/ae2ac550-15c7-4b04-95b2-866134e5bdf6 => 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: 987/2124] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:46 2026] DELETE /v2.0/security-groups/6cf62d81-2b36-4ead-921a-64195270c2e1 => 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: 988/2125] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:46 2026] DELETE /v2.0/security-groups/bdf63511-12a4-45e8-b7c5-c1fa8f941da9 => 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: 989/2126] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:54:47 2026] POST /v2.0/subnetpools => generated 516 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2127] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:54:47 2026] PUT /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2128] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:47 2026] GET /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2129] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:54:46 2026] PUT /v2.0/routers/5315767b-773d-4751-a6fb-5be9fc60ba38/add_router_interface => generated 309 bytes in 1095 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: 992/2130] 10.0.0.2 () {34 vars in 768 bytes} [Tue Jul 14 09:54:47 2026] PUT /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2131] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:54:47 2026] GET /v2.0/ports/b5cf357d-dddd-438c-82f3-781f298521bd => generated 1037 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2132] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:47 2026] GET /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2133] 10.0.0.2 () {34 vars in 764 bytes} [Tue Jul 14 09:54:47 2026] PUT /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2134] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:47 2026] GET /v2.0/security-groups?tenant_id=12a08f3b23ce4297821d7abe7b92c70a&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2135] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:47 2026] GET /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:47.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7c7ea0b-9d41-47af-aaa0-6547ad93e13b 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: b5cf357d-dddd-438c-82f3-781f298521bd 2026-07-14 09:54:47.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7c7ea0b-9d41-47af-aaa0-6547ad93e13b 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: b5cf357d-dddd-438c-82f3-781f298521bd [pid: 8|app: 0|req: 997/2136] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:47 2026] DELETE /v2.0/security-groups/f73d064b-b8ec-4f34-b025-f9ca7b86f5b0 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2137] 10.0.0.2 () {34 vars in 786 bytes} [Tue Jul 14 09:54:47 2026] PUT /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/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: 8|app: 0|req: 999/2138] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:47 2026] GET /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2139] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:54:48 2026] PUT /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2140] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:48 2026] GET /v2.0/security-groups?tenant_id=8001b45486f94dd59ccf0af0c4ff029d&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2141] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:48 2026] GET /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2142] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:48 2026] DELETE /v2.0/security-groups/1a8f0326-2886-4392-8378-7d02bf8bebaf => 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: 1004/2143] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:54:48 2026] GET /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:48.278 8 INFO neutron.api.v2.resource [None req-8c2cd197-3023-4292-9fca-16c349325cf1 e2c0e28f1b8142fdbfbff99f9574e51a e75b1f66d08941ada4a38ef09fcaf03d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1005/2144] 10.0.0.2 () {32 vars in 749 bytes} [Tue Jul 14 09:54:48 2026] GET /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2145] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:54:47 2026] PUT /v2.0/routers/5315767b-773d-4751-a6fb-5be9fc60ba38/remove_router_interface => generated 309 bytes in 757 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: 1006/2146] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 09:54:48 2026] DELETE /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:48.386 7 INFO neutron.api.v2.resource [None req-12133ee9-f118-4ddb-9781-6163e8691ff7 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1141/2147] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:54:48 2026] PUT /v2.0/routers/5315767b-773d-4751-a6fb-5be9fc60ba38/remove_router_interface => generated 197 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2148] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:48 2026] GET /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2149] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:48 2026] GET /v2.0/ports?device_id=5315767b-773d-4751-a6fb-5be9fc60ba38 => 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: 1007/2150] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:48 2026] GET /v2.0/security-groups?tenant_id=58e0036d2c9143d1b72da3f69056a343&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:48.473 7 INFO neutron.api.v2.resource [None req-0fb8f607-9de0-41ed-b369-383c69434696 e2c0e28f1b8142fdbfbff99f9574e51a e75b1f66d08941ada4a38ef09fcaf03d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2151] 10.0.0.2 () {32 vars in 752 bytes} [Tue Jul 14 09:54:48 2026] DELETE /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/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: 1145/2152] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:48 2026] DELETE /v2.0/security-groups/e37b8a43-6ff2-4684-b81a-7e3b430911b2 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2153] 10.0.0.2 () {32 vars in 740 bytes} [Tue Jul 14 09:54:48 2026] DELETE /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:48.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-65cde2d7-2487-455a-a732-6216b046d3e9 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: 16b04932-67bf-4985-bbd3-c2d8bb17fe8a 2026-07-14 09:54:48.625 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65cde2d7-2487-455a-a732-6216b046d3e9 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: 16b04932-67bf-4985-bbd3-c2d8bb17fe8a [pid: 7|app: 0|req: 1147/2154] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:54:48 2026] GET /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2155] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:54:48 2026] DELETE /v2.0/subnetpools/542e0172-1f1f-4f95-93ac-a0cab5e27fe3 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:48.996 8 INFO neutron.services.segments.plugin [-] Segment 6550b79d-92ad-48cb-906e-dbefcca9209d resource provider aggregate not found 2026-07-14 09:54:49.002 8 INFO neutron.services.segments.plugin [-] Segment 6550b79d-92ad-48cb-906e-dbefcca9209d resource provider aggregate not found 2026-07-14 09:54:49.023 8 INFO neutron.services.segments.plugin [-] Segment 6550b79d-92ad-48cb-906e-dbefcca9209d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6550b79d-92ad-48cb-906e-dbefcca9209d found for delete ", "request_id": "req-a9620698-0c68-465f-9f1a-7c0b437cc061"}]} 2026-07-14 09:54:49.025 8 INFO neutron.services.segments.plugin [-] Segment 6550b79d-92ad-48cb-906e-dbefcca9209d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6550b79d-92ad-48cb-906e-dbefcca9209d found for delete ", "request_id": "req-9cf044c8-74fc-49f0-b010-13ba57c20830"}]} 2026-07-14 09:54:49.041 8 INFO neutron.db.l3_hamode_db [None req-65cde2d7-2487-455a-a732-6216b046d3e9 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] HA network 18715dfc-2386-40fa-ac62-ec4bb9ba0feb was deleted as no HA routers are present in tenant 46b3928d254348d79f03159a32403e04. [pid: 8|app: 0|req: 1008/2156] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:48 2026] DELETE /v2.0/routers/5315767b-773d-4751-a6fb-5be9fc60ba38 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2157] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:49 2026] DELETE /v2.0/subnets/78d43640-de77-426a-8749-e1eae8e6b434 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:49.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-066b7aff-1d5b-4f9a-bce9-f95e7e4b2eaa 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: 00a4aeb1-9857-47eb-85d3-ae5e5b037e20 2026-07-14 09:54:49.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-066b7aff-1d5b-4f9a-bce9-f95e7e4b2eaa 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: 00a4aeb1-9857-47eb-85d3-ae5e5b037e20 [pid: 8|app: 0|req: 1009/2158] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:49 2026] DELETE /v2.0/networks/e5a9ab58-1c0a-4378-b859-3593213e1ff5 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2159] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:49 2026] GET /v2.0/security-groups?tenant_id=f9c320f7aa4146fc82df66b238ac6409&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:49.802 8 INFO neutron.db.segments_db [None req-0d23ddd5-0efd-47b7-91fb-6514b4248d6c 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Added segment d2931e41-dfa2-4059-8587-f5b253247c41 of type vxlan for network 2760666d-d5a3-4182-acab-700a7285527e [pid: 8|app: 0|req: 1011/2160] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:49 2026] POST /v2.0/networks => generated 615 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2161] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:54:49 2026] POST /v2.0/floatingips => generated 552 bytes in 806 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2162] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:49 2026] DELETE /v2.0/security-groups/9469ccec-7bf7-407e-9bfe-817a59a96aaa => 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: 1151/2163] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:50 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2164] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:50 2026] GET /v2.0/security-groups?tenant_id=e75b1f66d08941ada4a38ef09fcaf03d&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:50.429 7 INFO neutron.db.segments_db [None req-343fb81e-7330-4d20-8b68-3e1444478d39 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Added segment 21ab5093-8af7-4d06-b969-de4af59e9afe of type vxlan for network 65b45ff5-62db-4692-a274-e8b5f106de89 [pid: 8|app: 0|req: 1013/2165] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:54:50 2026] POST /v2.0/floatingips => generated 552 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2166] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:50 2026] DELETE /v2.0/security-groups/d8418534-2afa-4f8b-b95e-f8c48651f8f9 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:50.684 7 INFO neutron.db.l3_hamode_db [None req-343fb81e-7330-4d20-8b68-3e1444478d39 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:54:50.870 7 INFO neutron.db.l3_hamode_db [None req-343fb81e-7330-4d20-8b68-3e1444478d39 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:54:51.050 8 INFO neutron.services.segments.plugin [-] Segment d08b9752-24b8-4be8-96c2-62f56add0d79 resource provider aggregate not found 2026-07-14 09:54:51.062 8 INFO neutron.services.segments.plugin [-] Segment d08b9752-24b8-4be8-96c2-62f56add0d79 resource provider aggregate not found 2026-07-14 09:54:51.068 8 INFO neutron.services.segments.plugin [-] Segment d08b9752-24b8-4be8-96c2-62f56add0d79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d08b9752-24b8-4be8-96c2-62f56add0d79 found for delete ", "request_id": "req-758236f1-64f0-4e62-a611-0c51baf86a7e"}]} 2026-07-14 09:54:51.088 8 INFO neutron.services.segments.plugin [-] Segment d08b9752-24b8-4be8-96c2-62f56add0d79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d08b9752-24b8-4be8-96c2-62f56add0d79 found for delete ", "request_id": "req-ce41a146-37b1-4638-befb-6cf1a5de8f90"}]} [pid: 8|app: 0|req: 1015/2167] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:54:50 2026] POST /v2.0/floatingips => generated 552 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2168] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:54:51 2026] POST /v2.0/floatingips => generated 552 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2169] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:50 2026] POST /v2.0/routers => generated 510 bytes in 1580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2170] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:54:51 2026] POST /v2.0/floatingips => generated 552 bytes in 948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2171] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:54:52 2026] PUT /v2.0/floatingips/35054ac6-c7dc-461a-87f9-1e697424159e/tags => generated 17 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2172] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:54:52 2026] PUT /v2.0/floatingips/7302d142-b1ff-44d0-afa2-cbe6cf41f457/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2173] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:54:52 2026] PUT /v2.0/floatingips/dfa588f4-84ba-43f5-99be-83383bac0023/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2174] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:54:51 2026] PUT /v2.0/routers/fb3c3672-3781-4aa5-a6ec-069eb2a38385/add_router_interface => generated 309 bytes in 1093 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2175] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:54:53 2026] PUT /v2.0/floatingips/130651c6-44a4-4333-ad06-116993f3a532/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2176] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:54:53 2026] GET /v2.0/ports/da6941d9-1747-458e-8c87-1b76dd7e3b3f => generated 959 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2177] 10.0.0.2 () {32 vars in 670 bytes} [Tue Jul 14 09:54:53 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:53.286 8 INFO neutron.db.segments_db [None req-c287c3a1-53b2-4832-9b39-8193558f48dd edc28177eb37493a9f08471bd8447c0f 080f1231d020483e86d640920ae36b32 - - default default] Added segment 770a1f4c-8c83-4ec6-8d9f-b92e430aba9a of type vxlan for network 67aa5e95-d1e7-4844-af00-7803db5575cb [pid: 8|app: 0|req: 1021/2178] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:52 2026] POST /v2.0/networks => generated 613 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2179] 10.0.0.2 () {32 vars in 684 bytes} [Tue Jul 14 09:54:53 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2180] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:53 2026] POST /v2.0/subnets => generated 626 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:53.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-0307c8e4-7e5c-428b-9ae7-26cb7b93cbda 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: da6941d9-1747-458e-8c87-1b76dd7e3b3f 2026-07-14 09:54:53.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0307c8e4-7e5c-428b-9ae7-26cb7b93cbda 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: da6941d9-1747-458e-8c87-1b76dd7e3b3f [pid: 8|app: 0|req: 1024/2181] 10.0.0.2 () {32 vars in 680 bytes} [Tue Jul 14 09:54:53 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:53.749 8 INFO neutron.db.segments_db [None req-72310f50-3fc8-493c-b3ee-bc9f38fd81f3 edc28177eb37493a9f08471bd8447c0f 080f1231d020483e86d640920ae36b32 - - default default] Added segment a40c2396-7347-404b-9c98-80642b24dd42 of type vxlan for network de590f6d-802a-4b9f-8ece-f08b200855c3 [pid: 8|app: 0|req: 1025/2182] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:53 2026] POST /v2.0/networks => generated 613 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2183] 10.0.0.2 () {32 vars in 692 bytes} [Tue Jul 14 09:54:53 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2184] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 09:54:53 2026] PUT /v2.0/routers/fb3c3672-3781-4aa5-a6ec-069eb2a38385/remove_router_interface => generated 309 bytes in 837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2185] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:53 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: 1028/2186] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:54 2026] GET /v2.0/ports?device_id=fb3c3672-3781-4aa5-a6ec-069eb2a38385 => 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: 1159/2187] 10.0.0.2 () {32 vars in 678 bytes} [Tue Jul 14 09:54:54 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:54.185 8 INFO neutron.db.segments_db [None req-1d955bb9-3c10-4f7d-85ba-9c64bdab02db edc28177eb37493a9f08471bd8447c0f 080f1231d020483e86d640920ae36b32 - - default default] Added segment 7e877b7f-37f6-4e56-846e-2de268f40ea2 of type vxlan for network b3a33cbd-b21b-4380-b614-421374ebc7af [pid: 8|app: 0|req: 1029/2188] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:54 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2189] 10.0.0.2 () {32 vars in 692 bytes} [Tue Jul 14 09:54:54 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:54.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-05356f84-fc3e-48ee-b1ab-d340baafb62d 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: 1f632ecd-e2f4-435f-9946-9a6059543667 2026-07-14 09:54:54.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05356f84-fc3e-48ee-b1ab-d340baafb62d 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: 1f632ecd-e2f4-435f-9946-9a6059543667 [pid: 8|app: 0|req: 1031/2190] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:54 2026] POST /v2.0/subnets => generated 629 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2191] 10.0.0.2 () {32 vars in 688 bytes} [Tue Jul 14 09:54:54 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:54.638 7 INFO neutron.services.segments.plugin [-] Segment 21ab5093-8af7-4d06-b969-de4af59e9afe resource provider aggregate not found 2026-07-14 09:54:54.644 7 INFO neutron.services.segments.plugin [-] Segment 21ab5093-8af7-4d06-b969-de4af59e9afe resource provider aggregate not found 2026-07-14 09:54:54.662 7 INFO neutron.db.l3_hamode_db [None req-05356f84-fc3e-48ee-b1ab-d340baafb62d 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] HA network 65b45ff5-62db-4692-a274-e8b5f106de89 was deleted as no HA routers are present in tenant 46b3928d254348d79f03159a32403e04. 2026-07-14 09:54:54.663 7 INFO neutron.services.segments.plugin [-] Segment 21ab5093-8af7-4d06-b969-de4af59e9afe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21ab5093-8af7-4d06-b969-de4af59e9afe found for delete ", "request_id": "req-de1e7b31-8136-42ef-ab42-845c6969160d"}]} 2026-07-14 09:54:54.664 7 INFO neutron.services.segments.plugin [-] Segment 21ab5093-8af7-4d06-b969-de4af59e9afe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21ab5093-8af7-4d06-b969-de4af59e9afe found for delete ", "request_id": "req-d80a4c2e-9d2a-471a-b564-516bc03e3c05"}]} [pid: 7|app: 0|req: 1160/2192] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:54 2026] DELETE /v2.0/routers/fb3c3672-3781-4aa5-a6ec-069eb2a38385 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:54.719 7 INFO neutron.db.segments_db [None req-2ebf1713-058b-43f3-965d-bb05f601aaed edc28177eb37493a9f08471bd8447c0f 080f1231d020483e86d640920ae36b32 - - default default] Added segment 8c321820-6cce-48cd-adbc-14b7d710cbbe of type vxlan for network 8998f471-7f0d-4ae3-bcab-b2e631ef29d0 [pid: 7|app: 0|req: 1161/2193] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:54 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2194] 10.0.0.2 () {32 vars in 700 bytes} [Tue Jul 14 09:54:54 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2195] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:54 2026] GET /v2.0/security-groups?tenant_id=4dd49c741fec44218c1530829ff66db8&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2196] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:54 2026] DELETE /v2.0/subnets/72a84118-bb88-464b-9d1f-127dc1e42b37 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2197] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:54 2026] POST /v2.0/subnets => generated 629 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:55.191 7 INFO neutron_taas.services.taas.taas_plugin [None req-98358fb5-845e-445a-a725-4f931488d62c 1d1947e53c93437c9e263985081243df e82da08d88f6407ca33d697e9a232cf0 - - default default] TaaS: Handle Delete Port: 16e5ad54-a57a-4f0e-bb00-75b85cc43927 2026-07-14 09:54:55.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98358fb5-845e-445a-a725-4f931488d62c 1d1947e53c93437c9e263985081243df e82da08d88f6407ca33d697e9a232cf0 - - default default] Tap Mirror: Handle Delete Port: 16e5ad54-a57a-4f0e-bb00-75b85cc43927 [pid: 8|app: 0|req: 1035/2198] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:55 2026] DELETE /v2.0/security-groups/e66eef05-0e36-4488-8c43-4f286726341f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2199] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:54:55 2026] DELETE /v2.0/floatingips/35054ac6-c7dc-461a-87f9-1e697424159e => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:55.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-af3f1237-a7cd-4073-b7c6-283e06dca89d 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: 91ace95b-9642-4ca4-b69e-1548fc174036 2026-07-14 09:54:55.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af3f1237-a7cd-4073-b7c6-283e06dca89d 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: 91ace95b-9642-4ca4-b69e-1548fc174036 2026-07-14 09:54:55.430 7 INFO neutron.db.segments_db [None req-76f986d7-24ab-4a43-b9c3-50806e667924 edc28177eb37493a9f08471bd8447c0f 080f1231d020483e86d640920ae36b32 - - default default] Added segment dd7e29b2-f321-4f24-a28e-12fbd90fda14 of type vxlan for network ea4dc29d-debb-4a34-b333-6b9b93d63461 [pid: 7|app: 0|req: 1165/2200] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:54:55 2026] POST /v2.0/networks => generated 613 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:55.602 8 INFO neutron.services.segments.plugin [-] Segment d2931e41-dfa2-4059-8587-f5b253247c41 resource provider aggregate not found 2026-07-14 09:54:55.607 8 INFO neutron.services.segments.plugin [-] Segment d2931e41-dfa2-4059-8587-f5b253247c41 resource provider aggregate not found 2026-07-14 09:54:55.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-de06bdc0-6fcf-4dba-83ad-0d5100df786a 1d1947e53c93437c9e263985081243df e82da08d88f6407ca33d697e9a232cf0 - - default default] TaaS: Handle Delete Port: a3e1ccb1-f647-4f3b-9fcb-2957765f95ea 2026-07-14 09:54:55.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de06bdc0-6fcf-4dba-83ad-0d5100df786a 1d1947e53c93437c9e263985081243df e82da08d88f6407ca33d697e9a232cf0 - - default default] Tap Mirror: Handle Delete Port: a3e1ccb1-f647-4f3b-9fcb-2957765f95ea 2026-07-14 09:54:55.624 8 INFO neutron.services.segments.plugin [-] Segment d2931e41-dfa2-4059-8587-f5b253247c41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2931e41-dfa2-4059-8587-f5b253247c41 found for delete ", "request_id": "req-1a8bfe6b-7fb0-49aa-9592-2a2343ba909f"}]} 2026-07-14 09:54:55.625 8 INFO neutron.services.segments.plugin [-] Segment d2931e41-dfa2-4059-8587-f5b253247c41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2931e41-dfa2-4059-8587-f5b253247c41 found for delete ", "request_id": "req-fa9adb0d-d5d6-4c16-9ef6-6e742ba0fe64"}]} [pid: 8|app: 0|req: 1036/2201] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:55 2026] DELETE /v2.0/networks/2760666d-d5a3-4182-acab-700a7285527e => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2202] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:54:55 2026] DELETE /v2.0/floatingips/7302d142-b1ff-44d0-afa2-cbe6cf41f457 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2203] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:55 2026] GET /v2.0/security-groups?tenant_id=e5b2bd0797564d40ab5d2143b9db4d1d&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:55.849 8 INFO neutron.db.segments_db [None req-309ebd51-5981-4cf5-b9ad-d69d4a13d248 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Added segment f386de17-10df-4e7d-9721-25f1e49742de of type vxlan for network 4fb51ce2-dfa1-46e5-8f91-eee6774d2930 [pid: 7|app: 0|req: 1167/2204] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:55 2026] POST /v2.0/subnets => generated 629 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:54:56.104 8 INFO neutron.db.l3_hamode_db [None req-309ebd51-5981-4cf5-b9ad-d69d4a13d248 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:54:56.104 7 INFO neutron_taas.services.taas.taas_plugin [None req-3260cbb7-845f-45c8-b5c1-023faa52f81b 1d1947e53c93437c9e263985081243df e82da08d88f6407ca33d697e9a232cf0 - - default default] TaaS: Handle Delete Port: 61fbe49d-bc4e-41a9-a388-16b33caac006 2026-07-14 09:54:56.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3260cbb7-845f-45c8-b5c1-023faa52f81b 1d1947e53c93437c9e263985081243df e82da08d88f6407ca33d697e9a232cf0 - - default default] Tap Mirror: Handle Delete Port: 61fbe49d-bc4e-41a9-a388-16b33caac006 [pid: 7|app: 0|req: 1168/2205] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:54:56 2026] DELETE /v2.0/floatingips/dfa588f4-84ba-43f5-99be-83383bac0023 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2206] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:56 2026] DELETE /v2.0/security-groups/c8c1fe7b-90d9-4b81-98e8-7f81cd2bf748 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2207] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:54:56 2026] PUT /v2.0/subnets/8cb441c9-ad5c-4b0a-9625-8dcac82b44ef/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:56.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9c8da73-4ed0-4d8f-ab04-adab9d0b6046 1d1947e53c93437c9e263985081243df e82da08d88f6407ca33d697e9a232cf0 - - default default] TaaS: Handle Delete Port: fa4646c3-baae-4e7b-a0ac-afcaa115d949 2026-07-14 09:54:56.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9c8da73-4ed0-4d8f-ab04-adab9d0b6046 1d1947e53c93437c9e263985081243df e82da08d88f6407ca33d697e9a232cf0 - - default default] Tap Mirror: Handle Delete Port: fa4646c3-baae-4e7b-a0ac-afcaa115d949 [pid: 7|app: 0|req: 1171/2208] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:54:56 2026] DELETE /v2.0/floatingips/130651c6-44a4-4333-ad06-116993f3a532 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2209] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:54:56 2026] PUT /v2.0/subnets/63cc95d0-89db-4c35-974e-bfc6facd74d5/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:56.876 7 INFO neutron_taas.services.taas.taas_plugin [None req-b55ab8f9-37f5-42e6-87eb-0edd0634395b 1d1947e53c93437c9e263985081243df e82da08d88f6407ca33d697e9a232cf0 - - default default] TaaS: Handle Delete Port: 7819a23a-7fcb-412b-b06d-2f5ffd88ea13 2026-07-14 09:54:56.879 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b55ab8f9-37f5-42e6-87eb-0edd0634395b 1d1947e53c93437c9e263985081243df e82da08d88f6407ca33d697e9a232cf0 - - default default] Tap Mirror: Handle Delete Port: 7819a23a-7fcb-412b-b06d-2f5ffd88ea13 2026-07-14 09:54:56.931 8 INFO neutron.db.l3_hamode_db [None req-309ebd51-5981-4cf5-b9ad-d69d4a13d248 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1173/2210] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:54:56 2026] DELETE /v2.0/floatingips/4743d9af-2b49-466f-bba3-299418899935 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2211] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:54:57 2026] PUT /v2.0/subnets/1a14e208-b36f-4ef8-9d44-ca2be99b5ca2/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2214] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:54:57 2026] PUT /v2.0/subnets/fffbecb2-42d4-42dd-963a-357a987854fb/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2215] 10.0.0.2 () {32 vars in 662 bytes} [Tue Jul 14 09:54:57 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2216] 10.0.0.2 () {32 vars in 676 bytes} [Tue Jul 14 09:54:57 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2217] 10.0.0.2 () {32 vars in 672 bytes} [Tue Jul 14 09:54:57 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2218] 10.0.0.2 () {32 vars in 684 bytes} [Tue Jul 14 09:54:57 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2219] 10.0.0.2 () {32 vars in 670 bytes} [Tue Jul 14 09:54:57 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2220] 10.0.0.2 () {32 vars in 684 bytes} [Tue Jul 14 09:54:57 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2221] 10.0.0.2 () {32 vars in 680 bytes} [Tue Jul 14 09:54:57 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2222] 10.0.0.2 () {32 vars in 692 bytes} [Tue Jul 14 09:54:57 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2223] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:57 2026] DELETE /v2.0/subnets/8cb441c9-ad5c-4b0a-9625-8dcac82b44ef => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2224] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:54:55 2026] POST /v2.0/routers => generated 692 bytes in 1996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2225] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:57 2026] DELETE /v2.0/subnets/63cc95d0-89db-4c35-974e-bfc6facd74d5 => 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: 1039/2226] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:54:57 2026] GET /v2.0/routers/8652cb30-582d-40d7-bad2-9369a4884383 => generated 698 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2227] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 09:54:57 2026] GET /v2.0/routers => generated 701 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2228] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:57 2026] DELETE /v2.0/subnets/1a14e208-b36f-4ef8-9d44-ca2be99b5ca2 => 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: 1041/2229] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:57 2026] GET /v2.0/security-groups?tenant_id=e82da08d88f6407ca33d697e9a232cf0&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2230] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:58 2026] DELETE /v2.0/subnets/fffbecb2-42d4-42dd-963a-357a987854fb => 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: 1189/2231] 10.0.0.2 () {34 vars in 739 bytes} [Tue Jul 14 09:54:57 2026] PUT /v2.0/routers/8652cb30-582d-40d7-bad2-9369a4884383 => generated 705 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2232] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:58 2026] DELETE /v2.0/security-groups/21a0e208-97a8-4964-b061-6bdc2d53932a => 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: 1044/2233] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:54:58 2026] GET /v2.0/routers/8652cb30-582d-40d7-bad2-9369a4884383 => generated 705 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2234] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:58 2026] GET /v2.0/ports?device_id=8652cb30-582d-40d7-bad2-9369a4884383 => 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: 1190/2235] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:58 2026] DELETE /v2.0/subnets/f9fa2474-e7e9-4f82-895e-12804dab2525 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2236] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:58 2026] GET /v2.0/security-groups?tenant_id=c1169f24081f4ba390157b6bb7dc2b18&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:54:58.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ffaaa50-6367-4db7-8fe5-c42c8bc68d58 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: 82caed05-ee1f-4e59-adfa-f03021a88bab 2026-07-14 09:54:58.742 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ffaaa50-6367-4db7-8fe5-c42c8bc68d58 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: 82caed05-ee1f-4e59-adfa-f03021a88bab 2026-07-14 09:54:58.795 8 INFO neutron.services.segments.plugin [-] Segment 770a1f4c-8c83-4ec6-8d9f-b92e430aba9a resource provider aggregate not found 2026-07-14 09:54:58.802 8 INFO neutron.services.segments.plugin [-] Segment 770a1f4c-8c83-4ec6-8d9f-b92e430aba9a resource provider aggregate not found 2026-07-14 09:54:58.823 8 INFO neutron.services.segments.plugin [-] Segment 770a1f4c-8c83-4ec6-8d9f-b92e430aba9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 770a1f4c-8c83-4ec6-8d9f-b92e430aba9a found for delete ", "request_id": "req-05957860-81e0-4c45-a2a3-86226d0a3a08"}]} 2026-07-14 09:54:58.827 8 INFO neutron.services.segments.plugin [-] Segment 770a1f4c-8c83-4ec6-8d9f-b92e430aba9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 770a1f4c-8c83-4ec6-8d9f-b92e430aba9a found for delete ", "request_id": "req-475ae863-4a1e-4adc-a30b-818d59a304a9"}]} [pid: 8|app: 0|req: 1047/2237] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:58 2026] DELETE /v2.0/networks/67aa5e95-d1e7-4844-af00-7803db5575cb => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2238] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:58 2026] DELETE /v2.0/security-groups/4418c668-5b37-4f44-8c82-afe6addd57e9 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:54:59.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ffaaa50-6367-4db7-8fe5-c42c8bc68d58 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] TaaS: Handle Delete Port: 12b15bf3-d04f-4956-ac14-3905a74dcfdb 2026-07-14 09:54:59.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ffaaa50-6367-4db7-8fe5-c42c8bc68d58 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] Tap Mirror: Handle Delete Port: 12b15bf3-d04f-4956-ac14-3905a74dcfdb [pid: 8|app: 0|req: 1049/2239] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:58 2026] DELETE /v2.0/networks/de590f6d-802a-4b9f-8ece-f08b200855c3 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2240] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:54:59 2026] GET /v2.0/security-groups?tenant_id=83283251fdb544329d0c2f67847a5b6f&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2241] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/networks/b3a33cbd-b21b-4380-b614-421374ebc7af => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:59.376 7 INFO neutron.services.segments.plugin [-] Segment f386de17-10df-4e7d-9721-25f1e49742de resource provider aggregate not found 2026-07-14 09:54:59.383 7 INFO neutron.services.segments.plugin [-] Segment f386de17-10df-4e7d-9721-25f1e49742de resource provider aggregate not found 2026-07-14 09:54:59.396 7 INFO neutron.services.segments.plugin [-] Segment f386de17-10df-4e7d-9721-25f1e49742de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f386de17-10df-4e7d-9721-25f1e49742de found for delete ", "request_id": "req-fba0f8c3-ceeb-478e-accb-09975e556a43"}]} 2026-07-14 09:54:59.398 7 INFO neutron.services.segments.plugin [-] Segment f386de17-10df-4e7d-9721-25f1e49742de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f386de17-10df-4e7d-9721-25f1e49742de found for delete ", "request_id": "req-b9adf1eb-812a-4a4d-a117-35ce51ad06ed"}]} 2026-07-14 09:54:59.401 7 INFO neutron.db.l3_hamode_db [None req-1ffaaa50-6367-4db7-8fe5-c42c8bc68d58 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] HA network 4fb51ce2-dfa1-46e5-8f91-eee6774d2930 was deleted as no HA routers are present in tenant 46b3928d254348d79f03159a32403e04. [pid: 7|app: 0|req: 1191/2242] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:58 2026] DELETE /v2.0/routers/8652cb30-582d-40d7-bad2-9369a4884383 => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2243] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/security-groups/0b62e609-707d-4ec8-ad5a-bf279895cb4d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2244] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:59 2026] GET /v2.0/ports?device_id=8652cb30-582d-40d7-bad2-9369a4884383 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:59.495 8 INFO neutron.api.v2.resource [None req-4e0d325d-a37f-4374-b9d4-77c6024e55e0 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/2245] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/routers/8652cb30-582d-40d7-bad2-9369a4884383 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2246] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:59 2026] GET /v2.0/ports?device_id=fb3c3672-3781-4aa5-a6ec-069eb2a38385 => 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: 1192/2247] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/networks/8998f471-7f0d-4ae3-bcab-b2e631ef29d0 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:59.555 8 INFO neutron.api.v2.resource [None req-ba9acc3c-3832-4431-ae51-1ef13d012719 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1056/2248] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/routers/fb3c3672-3781-4aa5-a6ec-069eb2a38385 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:54:59.575 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c6382ab4-ad6f-4358-9b9e-116228d9e09f 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1057/2249] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/subnets/72a84118-bb88-464b-9d1f-127dc1e42b37 => 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: 1058/2250] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:59 2026] GET /v2.0/ports?device_id=5315767b-773d-4751-a6fb-5be9fc60ba38 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:54:59.627 8 INFO neutron.api.v2.resource [None req-ea333fa4-7bd6-43db-be3a-2f16428fbfb0 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1059/2251] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/routers/5315767b-773d-4751-a6fb-5be9fc60ba38 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:54:59.655 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15d85d8c-f922-439e-b134-d5e2bced8ebd 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1060/2252] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/subnets/78d43640-de77-426a-8749-e1eae8e6b434 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2253] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:54:59 2026] GET /v2.0/ports?device_id=7a272d23-275b-4aee-b183-e3ee7dd6ffcd => 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: 1193/2254] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/networks/ea4dc29d-debb-4a34-b333-6b9b93d63461 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:54:59.722 8 INFO neutron.api.v2.resource [None req-5a7b393b-552b-45fc-9a5d-55facb608dd9 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1062/2255] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/routers/7a272d23-275b-4aee-b183-e3ee7dd6ffcd => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:54:59.746 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d52b8732-a96a-4327-aa09-4b48f3cb79ad 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1194/2256] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/subnets/92acac30-e2f9-46db-82c2-78c2616c3cfb => generated 136 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:54:59.782 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50c6802b-056c-422b-8a37-cd447e693916 420b287e1436436c9305005e399d7f8d 46b3928d254348d79f03159a32403e04 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1063/2257] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:54:59 2026] DELETE /v2.0/subnets/228f67a0-85be-4c5b-8ed0-96ed80bb7f57 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2258] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:00 2026] GET /v2.0/security-groups?tenant_id=46b3928d254348d79f03159a32403e04&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2259] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:00 2026] DELETE /v2.0/security-groups/2e819b23-8af1-4a9b-ad08-9cdb6dfdd1e4 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:00.842 8 INFO neutron.services.segments.plugin [-] Segment a40c2396-7347-404b-9c98-80642b24dd42 resource provider aggregate not found 2026-07-14 09:55:00.846 8 INFO neutron.services.segments.plugin [-] Segment a40c2396-7347-404b-9c98-80642b24dd42 resource provider aggregate not found 2026-07-14 09:55:00.861 8 INFO neutron.services.segments.plugin [-] Segment a40c2396-7347-404b-9c98-80642b24dd42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a40c2396-7347-404b-9c98-80642b24dd42 found for delete ", "request_id": "req-a1129a97-d8bb-4f1d-aede-cbc8390a6bfa"}]} 2026-07-14 09:55:00.866 8 INFO neutron.services.segments.plugin [-] Segment a40c2396-7347-404b-9c98-80642b24dd42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a40c2396-7347-404b-9c98-80642b24dd42 found for delete ", "request_id": "req-949f253e-c95d-472c-ba31-a054ff6116a6"}]} 2026-07-14 09:55:00.880 8 INFO neutron.services.segments.plugin [-] Segment 7e877b7f-37f6-4e56-846e-2de268f40ea2 resource provider aggregate not found 2026-07-14 09:55:00.884 8 INFO neutron.services.segments.plugin [-] Segment 7e877b7f-37f6-4e56-846e-2de268f40ea2 resource provider aggregate not found 2026-07-14 09:55:00.899 8 INFO neutron.services.segments.plugin [-] Segment 7e877b7f-37f6-4e56-846e-2de268f40ea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e877b7f-37f6-4e56-846e-2de268f40ea2 found for delete ", "request_id": "req-1a7e8f3f-7514-4555-a5e6-313a946bf53c"}]} 2026-07-14 09:55:00.900 8 INFO neutron.services.segments.plugin [-] Segment 7e877b7f-37f6-4e56-846e-2de268f40ea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e877b7f-37f6-4e56-846e-2de268f40ea2 found for delete ", "request_id": "req-a6b7e158-f988-4b14-87c1-821d881c3580"}]} [pid: 7|app: 0|req: 1196/2260] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:00 2026] GET /v2.0/security-groups?tenant_id=7d9e90775cea4fc19253c124d88b91b0&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2261] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:00 2026] DELETE /v2.0/security-groups/7d8eefb5-7075-4fe2-a802-a263779da58c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2262] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:01 2026] GET /v2.0/security-groups?tenant_id=080f1231d020483e86d640920ae36b32&name=default => generated 2925 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2263] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:01 2026] DELETE /v2.0/security-groups/f1c6aad5-9ea7-49c2-becc-db593c5c6111 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:01.415 7 INFO neutron.services.segments.plugin [-] Segment 8c321820-6cce-48cd-adbc-14b7d710cbbe resource provider aggregate not found 2026-07-14 09:55:01.420 7 INFO neutron.services.segments.plugin [-] Segment 8c321820-6cce-48cd-adbc-14b7d710cbbe resource provider aggregate not found 2026-07-14 09:55:01.441 7 INFO neutron.services.segments.plugin [-] Segment 8c321820-6cce-48cd-adbc-14b7d710cbbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c321820-6cce-48cd-adbc-14b7d710cbbe found for delete ", "request_id": "req-1cc59d25-bc3f-418a-a97f-76d6dda3f8c9"}]} 2026-07-14 09:55:01.450 7 INFO neutron.services.segments.plugin [-] Segment 8c321820-6cce-48cd-adbc-14b7d710cbbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c321820-6cce-48cd-adbc-14b7d710cbbe found for delete ", "request_id": "req-76df3af5-ae17-448c-b27f-de10b3ee0eea"}]} 2026-07-14 09:55:01.460 7 INFO neutron.services.segments.plugin [-] Segment dd7e29b2-f321-4f24-a28e-12fbd90fda14 resource provider aggregate not found 2026-07-14 09:55:01.473 7 INFO neutron.services.segments.plugin [-] Segment dd7e29b2-f321-4f24-a28e-12fbd90fda14 resource provider aggregate not found 2026-07-14 09:55:01.476 7 INFO neutron.services.segments.plugin [-] Segment dd7e29b2-f321-4f24-a28e-12fbd90fda14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd7e29b2-f321-4f24-a28e-12fbd90fda14 found for delete ", "request_id": "req-52c0d74f-7b74-4b2f-bf52-d89752091a94"}]} 2026-07-14 09:55:01.492 7 INFO neutron.services.segments.plugin [-] Segment dd7e29b2-f321-4f24-a28e-12fbd90fda14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd7e29b2-f321-4f24-a28e-12fbd90fda14 found for delete ", "request_id": "req-37b79163-ce6b-405b-a4dc-be860b7c604e"}]} [pid: 7|app: 0|req: 1198/2264] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:01 2026] GET /v2.0/security-groups?tenant_id=0e2dc01911f540ad915e1218fb74fa1f&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: 1067/2265] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:01 2026] DELETE /v2.0/security-groups/d0bcdb30-36c9-457b-a01a-db599b289cb3 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2266] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:55:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2267] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:55:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2268] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:55:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2269] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:55:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2270] 10.0.0.2 () {34 vars in 674 bytes} [Tue Jul 14 09:55:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2271] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:55:04 2026] PUT /v2.0/subnetpools/c36fedb9-89b1-4bda-9561-df4e85e6ec24/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2272] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:55:04 2026] PUT /v2.0/subnetpools/6efcdef7-0be6-4d95-88f2-f72b92a78877/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2273] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:55:04 2026] PUT /v2.0/subnetpools/731bc969-f805-4ef3-84c0-e9d5375653b5/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2274] 10.0.0.2 () {34 vars in 757 bytes} [Tue Jul 14 09:55:04 2026] PUT /v2.0/subnetpools/3e6173fc-fc70-468d-b465-31cf48f31d35/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2275] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:04 2026] GET /v2.0/security-groups?tenant_id=a26548e4b9264a5193dcf2843078ccc4&name=default => generated 2929 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2276] 10.0.0.2 () {32 vars in 670 bytes} [Tue Jul 14 09:55:04 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2277] 10.0.0.2 () {32 vars in 684 bytes} [Tue Jul 14 09:55:04 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2278] 10.0.0.2 () {32 vars in 680 bytes} [Tue Jul 14 09:55:04 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2279] 10.0.0.2 () {32 vars in 692 bytes} [Tue Jul 14 09:55:04 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2280] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:04 2026] DELETE /v2.0/security-groups/40e9bf2d-d26c-4373-a010-7da152f1f4f8 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2281] 10.0.0.2 () {32 vars in 678 bytes} [Tue Jul 14 09:55:04 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2282] 10.0.0.2 () {32 vars in 692 bytes} [Tue Jul 14 09:55:04 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2283] 10.0.0.2 () {32 vars in 688 bytes} [Tue Jul 14 09:55:04 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2284] 10.0.0.2 () {32 vars in 700 bytes} [Tue Jul 14 09:55:04 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2285] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:55:04 2026] DELETE /v2.0/subnetpools/c36fedb9-89b1-4bda-9561-df4e85e6ec24 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2286] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:55:05 2026] DELETE /v2.0/subnetpools/6efcdef7-0be6-4d95-88f2-f72b92a78877 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2287] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:55:05 2026] DELETE /v2.0/subnetpools/731bc969-f805-4ef3-84c0-e9d5375653b5 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2288] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:55:05 2026] DELETE /v2.0/subnetpools/3e6173fc-fc70-468d-b465-31cf48f31d35 => 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: 1215/2289] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:55:05 2026] DELETE /v2.0/subnetpools/2a3cf30d-071b-4661-95d9-ddc9fac85ff4 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2290] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:06 2026] GET /v2.0/security-groups?tenant_id=00b7d8a9c6074c78aeef6d809853b55e&name=default => generated 2929 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2291] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:06 2026] DELETE /v2.0/security-groups/644adb0e-83ee-4991-bed0-58d3471f2ea9 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:06.827 7 INFO neutron.db.segments_db [None req-564116a6-8c27-456d-913a-88dd2dc24cd6 f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] Added segment 4a886fe6-73cb-4f19-8959-42d0152d210b of type vxlan for network 9b039bcd-e004-4025-8522-b7625485aa77 [pid: 7|app: 0|req: 1216/2292] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:06 2026] POST /v2.0/networks => generated 613 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2293] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:06 2026] GET /v2.0/security-groups?tenant_id=7aa5e5d9d0694b8fb9e046fabbc3f0bd&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2294] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:07 2026] DELETE /v2.0/security-groups/12b84630-1019-4847-8108-214c4f661e99 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2295] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:55:06 2026] POST /v2.0/ports => generated 743 bytes in 361 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: 1219/2296] 10.0.0.2 () {34 vars in 664 bytes} [Tue Jul 14 09:55:07 2026] POST /v2.0/trunks => generated 407 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:55:07.623 7 INFO neutron.db.segments_db [None req-85b5f710-e537-4d23-9425-8cc0659b3d0f f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] Added segment db7b47be-cd80-4bcd-bdb4-9ae27acd5346 of type vxlan for network 8907607c-2109-4a42-afb8-c4d066f05aee [pid: 8|app: 0|req: 1078/2297] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:07 2026] GET /v2.0/security-groups?tenant_id=808a3e6d00c54b558057338956e1537f&name=default => generated 2929 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2298] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:07 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2299] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:07 2026] DELETE /v2.0/security-groups/4985bcc8-b4a9-4541-afff-7f756546897d => 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: 1221/2300] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:55:07 2026] POST /v2.0/ports => generated 743 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2301] 10.0.0.2 () {34 vars in 664 bytes} [Tue Jul 14 09:55:08 2026] POST /v2.0/trunks => generated 407 bytes in 251 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-07-14 09:55:08.404 7 INFO neutron.db.segments_db [None req-8ad10857-9da1-4c55-aafd-3745918d9205 f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] Added segment 2278687d-3e36-4cca-8136-d2bf4a41100a of type vxlan for network ba42a4e2-f460-4aee-861c-6e88e0dcc249 [pid: 7|app: 0|req: 1222/2302] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:08 2026] POST /v2.0/networks => generated 613 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2303] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:55:08 2026] POST /v2.0/ports => generated 743 bytes in 308 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: 1082/2304] 10.0.0.2 () {34 vars in 664 bytes} [Tue Jul 14 09:55:08 2026] POST /v2.0/trunks => generated 407 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2305] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:08 2026] GET /v2.0/security-groups?tenant_id=46442a3efb1e4b109cf34464a86351e3&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:55:09.051 8 INFO neutron.db.segments_db [None req-b79dd273-191a-4b5c-ab8b-60d26e282b3d f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] Added segment bff98b21-dfd5-421d-ab0d-4199526e93cd of type vxlan for network d4a2a048-d80e-4ff1-9ed7-3e34a7b0a980 [pid: 7|app: 0|req: 1224/2306] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:09 2026] DELETE /v2.0/security-groups/9d1826bd-7c0c-48c0-a061-832f24bb8902 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2307] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:08 2026] POST /v2.0/networks => generated 612 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2308] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:55:09 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2309] 10.0.0.2 () {34 vars in 664 bytes} [Tue Jul 14 09:55:09 2026] POST /v2.0/trunks => generated 407 bytes in 224 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-07-14 09:55:09.744 7 INFO neutron.db.segments_db [None req-cbe2d5fd-dea5-4758-b0a2-d3ed595a7e4a f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] Added segment 6df929e4-a466-41b6-930f-d8cd5691e1ba of type vxlan for network 6f061e5a-136a-45ff-ac0a-eb2e8cea9dbd [pid: 7|app: 0|req: 1226/2310] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:09 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2311] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:55:09 2026] POST /v2.0/ports => generated 743 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2312] 10.0.0.2 () {34 vars in 664 bytes} [Tue Jul 14 09:55:10 2026] POST /v2.0/trunks => generated 407 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1086/2313] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:55:10 2026] PUT /v2.0/trunks/3dd40f84-a08c-42c3-ba9a-241d7d67dd4f/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2314] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:55:10 2026] PUT /v2.0/trunks/e6e52b1c-7c49-4568-86ec-c6b9d273b5e5/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2315] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:55:10 2026] PUT /v2.0/trunks/df822820-1afd-4a94-bbdf-a92a67045e72/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2316] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:55:10 2026] PUT /v2.0/trunks/5d7020b6-9cf4-4236-a079-7d8173f88189/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2317] 10.0.0.2 () {32 vars in 660 bytes} [Tue Jul 14 09:55:10 2026] GET /v2.0/trunks?tags=red => 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: 1230/2318] 10.0.0.2 () {32 vars in 674 bytes} [Tue Jul 14 09:55:10 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2319] 10.0.0.2 () {32 vars in 670 bytes} [Tue Jul 14 09:55:10 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2320] 10.0.0.2 () {32 vars in 682 bytes} [Tue Jul 14 09:55:10 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2321] 10.0.0.2 () {32 vars in 668 bytes} [Tue Jul 14 09:55:10 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2322] 10.0.0.2 () {32 vars in 682 bytes} [Tue Jul 14 09:55:10 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2323] 10.0.0.2 () {32 vars in 678 bytes} [Tue Jul 14 09:55:10 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2324] 10.0.0.2 () {32 vars in 690 bytes} [Tue Jul 14 09:55:10 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2325] 10.0.0.2 () {32 vars in 717 bytes} [Tue Jul 14 09:55:10 2026] GET /v2.0/trunks/3dd40f84-a08c-42c3-ba9a-241d7d67dd4f => generated 412 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2326] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:55:10 2026] GET /v2.0/ports/d3cd4385-1de0-42b9-b533-47542ab8b4dd => generated 826 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2327] 10.0.0.2 () {32 vars in 720 bytes} [Tue Jul 14 09:55:11 2026] DELETE /v2.0/trunks/3dd40f84-a08c-42c3-ba9a-241d7d67dd4f => 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: 1235/2328] 10.0.0.2 () {32 vars in 717 bytes} [Tue Jul 14 09:55:11 2026] GET /v2.0/trunks/e6e52b1c-7c49-4568-86ec-c6b9d273b5e5 => generated 420 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2329] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:55:11 2026] GET /v2.0/ports/5be6b51a-7d25-4519-a380-bcf6fdf1333b => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2330] 10.0.0.2 () {32 vars in 720 bytes} [Tue Jul 14 09:55:11 2026] DELETE /v2.0/trunks/e6e52b1c-7c49-4568-86ec-c6b9d273b5e5 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2331] 10.0.0.2 () {32 vars in 717 bytes} [Tue Jul 14 09:55:11 2026] GET /v2.0/trunks/df822820-1afd-4a94-bbdf-a92a67045e72 => generated 429 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2332] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:55:11 2026] GET /v2.0/ports/43d5aaa5-812f-4aef-90b2-755220e068a0 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2333] 10.0.0.2 () {32 vars in 720 bytes} [Tue Jul 14 09:55:11 2026] DELETE /v2.0/trunks/df822820-1afd-4a94-bbdf-a92a67045e72 => 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: 1240/2334] 10.0.0.2 () {32 vars in 717 bytes} [Tue Jul 14 09:55:11 2026] GET /v2.0/trunks/5d7020b6-9cf4-4236-a079-7d8173f88189 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:55:11.558 8 INFO neutron.db.segments_db [None req-75294b62-d77c-4c0e-a54a-f18d8b73a195 a96f0341a6174a4294a94579342302f3 e424987912ad4bfe8c21676372af39be - - default default] Added segment 92050ea4-2b6f-4f74-8518-3f44e21d878e of type vxlan for network 18654fc2-df24-4de6-b55d-9db9ddbf55c5 [pid: 7|app: 0|req: 1241/2335] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:55:11 2026] GET /v2.0/ports/804b9aff-9552-4c0d-867b-d55a0a2e846a => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2336] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:11 2026] POST /v2.0/networks => generated 613 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2337] 10.0.0.2 () {32 vars in 720 bytes} [Tue Jul 14 09:55:11 2026] DELETE /v2.0/trunks/5d7020b6-9cf4-4236-a079-7d8173f88189 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2338] 10.0.0.2 () {32 vars in 717 bytes} [Tue Jul 14 09:55:11 2026] GET /v2.0/trunks/e4d5f751-8d0c-4dd5-9e84-ed8f9a41ae5e => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2339] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:55:11 2026] GET /v2.0/ports/de0b2381-9db1-40da-b69c-ea76f4c41937 => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2340] 10.0.0.2 () {32 vars in 720 bytes} [Tue Jul 14 09:55:11 2026] DELETE /v2.0/trunks/e4d5f751-8d0c-4dd5-9e84-ed8f9a41ae5e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:11.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7888669-5575-4c29-a80f-18d55624a270 f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] TaaS: Handle Delete Port: d3cd4385-1de0-42b9-b533-47542ab8b4dd 2026-07-14 09:55:11.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7888669-5575-4c29-a80f-18d55624a270 f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] Tap Mirror: Handle Delete Port: d3cd4385-1de0-42b9-b533-47542ab8b4dd [pid: 8|app: 0|req: 1096/2341] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:55:11 2026] POST /v2.0/ports => generated 743 bytes in 322 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: 1246/2344] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:55:11 2026] DELETE /v2.0/ports/d3cd4385-1de0-42b9-b533-47542ab8b4dd => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2345] 10.0.0.2 () {34 vars in 745 bytes} [Tue Jul 14 09:55:11 2026] PUT /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1100/2346] 10.0.0.2 () {32 vars in 725 bytes} [Tue Jul 14 09:55:12 2026] GET /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-14 09:55:12.152 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2f8c40c-de2a-40e6-a12d-cf703ea3e8fb f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] TaaS: Handle Delete Port: 5be6b51a-7d25-4519-a380-bcf6fdf1333b 2026-07-14 09:55:12.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2f8c40c-de2a-40e6-a12d-cf703ea3e8fb f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] Tap Mirror: Handle Delete Port: 5be6b51a-7d25-4519-a380-bcf6fdf1333b [pid: 8|app: 0|req: 1101/2347] 10.0.0.2 () {34 vars in 756 bytes} [Tue Jul 14 09:55:12 2026] PUT /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags/green => generated 4 bytes in 101 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: 1247/2348] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:55:12 2026] DELETE /v2.0/ports/5be6b51a-7d25-4519-a380-bcf6fdf1333b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2349] 10.0.0.2 () {32 vars in 725 bytes} [Tue Jul 14 09:55:12 2026] GET /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/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, ' 2026-07-14 09:55:12.333 7 INFO neutron_taas.services.taas.taas_plugin [None req-acede021-50bd-4d00-8352-39047c39a83c f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] TaaS: Handle Delete Port: 43d5aaa5-812f-4aef-90b2-755220e068a0 2026-07-14 09:55:12.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acede021-50bd-4d00-8352-39047c39a83c f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] Tap Mirror: Handle Delete Port: 43d5aaa5-812f-4aef-90b2-755220e068a0 [pid: 8|app: 0|req: 1103/2350] 10.0.0.2 () {34 vars in 752 bytes} [Tue Jul 14 09:55:12 2026] PUT /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1104/2351] 10.0.0.2 () {32 vars in 725 bytes} [Tue Jul 14 09:55:12 2026] GET /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1248/2352] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:55:12 2026] DELETE /v2.0/ports/43d5aaa5-812f-4aef-90b2-755220e068a0 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2353] 10.0.0.2 () {34 vars in 774 bytes} [Tue Jul 14 09:55:12 2026] PUT /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-14 09:55:12.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-55eed56b-00d3-4ff5-b7a0-734f81fa8184 f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] TaaS: Handle Delete Port: 804b9aff-9552-4c0d-867b-d55a0a2e846a 2026-07-14 09:55:12.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55eed56b-00d3-4ff5-b7a0-734f81fa8184 f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] Tap Mirror: Handle Delete Port: 804b9aff-9552-4c0d-867b-d55a0a2e846a [pid: 8|app: 0|req: 1106/2354] 10.0.0.2 () {32 vars in 725 bytes} [Tue Jul 14 09:55:12 2026] GET /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags => generated 52 bytes in 45 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: 1107/2355] 10.0.0.2 () {34 vars in 745 bytes} [Tue Jul 14 09:55:12 2026] PUT /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2356] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:55:12 2026] DELETE /v2.0/ports/804b9aff-9552-4c0d-867b-d55a0a2e846a => generated 0 bytes in 190 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: 1250/2357] 10.0.0.188 () {32 vars in 800 bytes} [Tue Jul 14 09:55:12 2026] GET /v2.0/extensions => generated 21537 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2358] 10.0.0.2 () {32 vars in 725 bytes} [Tue Jul 14 09:55:12 2026] GET /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1109/2359] 10.0.0.2 () {32 vars in 733 bytes} [Tue Jul 14 09:55:12 2026] GET /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags/red => generated 0 bytes in 53 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-07-14 09:55:12.751 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa90d67f-7752-4151-841d-cc4c72738ec7 f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] TaaS: Handle Delete Port: de0b2381-9db1-40da-b69c-ea76f4c41937 2026-07-14 09:55:12.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa90d67f-7752-4151-841d-cc4c72738ec7 f993df98809042f6b5a8d82eb94ceabe 9605d3d97d514f38ab25a279e9859f9f - - default default] Tap Mirror: Handle Delete Port: de0b2381-9db1-40da-b69c-ea76f4c41937 2026-07-14 09:55:12.790 8 INFO neutron.api.v2.resource [None req-4717a158-3773-4c15-a875-8fe1594be637 a96f0341a6174a4294a94579342302f3 e424987912ad4bfe8c21676372af39be - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1110/2360] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:55:12 2026] GET /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1251/2361] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:55:12 2026] DELETE /v2.0/ports/de0b2381-9db1-40da-b69c-ea76f4c41937 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2362] 10.0.0.2 () {32 vars in 736 bytes} [Tue Jul 14 09:55:12 2026] DELETE /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags/red => generated 0 bytes in 95 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: 1112/2363] 10.0.0.188 () {30 vars in 724 bytes} [Tue Jul 14 09:55:12 2026] GET /v2.0/quotas/a88728ba04684a6a9359ddaf64aa8a0f/details => generated 847 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:55:12.988 7 INFO neutron.services.segments.plugin [-] Segment 4a886fe6-73cb-4f19-8959-42d0152d210b resource provider aggregate not found 2026-07-14 09:55:12.993 7 INFO neutron.services.segments.plugin [-] Segment 4a886fe6-73cb-4f19-8959-42d0152d210b resource provider aggregate not found 2026-07-14 09:55:13.012 7 INFO neutron.services.segments.plugin [-] Segment 4a886fe6-73cb-4f19-8959-42d0152d210b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a886fe6-73cb-4f19-8959-42d0152d210b found for delete ", "request_id": "req-ee0b533b-7bf8-487f-8e0d-47c4ac148b2d"}]} 2026-07-14 09:55:13.012 7 INFO neutron.services.segments.plugin [-] Segment 4a886fe6-73cb-4f19-8959-42d0152d210b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a886fe6-73cb-4f19-8959-42d0152d210b found for delete ", "request_id": "req-d9815d59-3863-42d3-a5ab-dbcd57279a95"}]} [pid: 8|app: 0|req: 1113/2364] 10.0.0.2 () {32 vars in 725 bytes} [Tue Jul 14 09:55:12 2026] GET /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2365] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:12 2026] DELETE /v2.0/networks/9b039bcd-e004-4025-8522-b7625485aa77 => generated 0 bytes in 147 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-07-14 09:55:13.083 8 INFO neutron.api.v2.resource [None req-92b44b81-270f-4f09-a8fa-033cb17c6340 a96f0341a6174a4294a94579342302f3 e424987912ad4bfe8c21676372af39be - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1114/2366] 10.0.0.2 () {32 vars in 740 bytes} [Tue Jul 14 09:55:13 2026] DELETE /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags/green => generated 99 bytes in 52 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: 1115/2367] 10.0.0.2 () {32 vars in 728 bytes} [Tue Jul 14 09:55:13 2026] DELETE /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags => generated 0 bytes in 64 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: 1253/2368] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:13 2026] DELETE /v2.0/networks/8907607c-2109-4a42-afb8-c4d066f05aee => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2369] 10.0.0.2 () {32 vars in 725 bytes} [Tue Jul 14 09:55:13 2026] GET /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-14 09:55:13.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-10d0b66c-9fcc-4f7f-9db8-229fdd826ad0 a96f0341a6174a4294a94579342302f3 e424987912ad4bfe8c21676372af39be - - default default] TaaS: Handle Delete Port: 063aec18-64af-4b2e-83bd-bdbd34933fd5 2026-07-14 09:55:13.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10d0b66c-9fcc-4f7f-9db8-229fdd826ad0 a96f0341a6174a4294a94579342302f3 e424987912ad4bfe8c21676372af39be - - default default] Tap Mirror: Handle Delete Port: 063aec18-64af-4b2e-83bd-bdbd34933fd5 [pid: 7|app: 0|req: 1254/2370] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:13 2026] DELETE /v2.0/networks/ba42a4e2-f460-4aee-861c-6e88e0dcc249 => 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: 1117/2371] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:55:13 2026] DELETE /v2.0/ports/063aec18-64af-4b2e-83bd-bdbd34933fd5 => 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: 1255/2372] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:13 2026] DELETE /v2.0/networks/d4a2a048-d80e-4ff1-9ed7-3e34a7b0a980 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:55:13.567 8 INFO neutron.services.segments.plugin [-] Segment 92050ea4-2b6f-4f74-8518-3f44e21d878e resource provider aggregate not found [pid: 7|app: 0|req: 1256/2373] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:13 2026] DELETE /v2.0/networks/6f061e5a-136a-45ff-ac0a-eb2e8cea9dbd => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:55:13.587 8 INFO neutron.services.segments.plugin [-] Segment 92050ea4-2b6f-4f74-8518-3f44e21d878e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92050ea4-2b6f-4f74-8518-3f44e21d878e found for delete ", "request_id": "req-bd431c3b-155b-409d-ac8f-23d15bfd77af"}]} 2026-07-14 09:55:13.589 8 INFO neutron.services.segments.plugin [-] Segment 92050ea4-2b6f-4f74-8518-3f44e21d878e resource provider aggregate not found [pid: 8|app: 0|req: 1118/2374] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:13 2026] DELETE /v2.0/networks/18654fc2-df24-4de6-b55d-9db9ddbf55c5 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:55:13.608 8 INFO neutron.services.segments.plugin [-] Segment 92050ea4-2b6f-4f74-8518-3f44e21d878e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92050ea4-2b6f-4f74-8518-3f44e21d878e found for delete ", "request_id": "req-52fb3009-b88e-4cc6-a558-5bf5d0e54148"}]} [pid: 7|app: 0|req: 1257/2375] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:14 2026] GET /v2.0/security-groups?tenant_id=e424987912ad4bfe8c21676372af39be&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2376] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:14 2026] DELETE /v2.0/security-groups/f2c1d12d-42eb-4516-aff5-f77d6ed1a6df => 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: 1258/2377] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:14 2026] GET /v2.0/security-groups?tenant_id=9a2eb1055bb8445590c6c3902af1c85c&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2378] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:14 2026] DELETE /v2.0/security-groups/529c1263-76bf-4f66-aba7-8a72bc04069f => 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: 1120/2379] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:14 2026] GET /v2.0/security-groups?tenant_id=0f57570c54d44ca49ad58ff52f6c18b0&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2380] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:14 2026] DELETE /v2.0/security-groups/287b95fe-3872-4dc9-80d9-6d941e1121d1 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:15.031 7 INFO neutron.services.segments.plugin [-] Segment db7b47be-cd80-4bcd-bdb4-9ae27acd5346 resource provider aggregate not found 2026-07-14 09:55:15.036 7 INFO neutron.services.segments.plugin [-] Segment db7b47be-cd80-4bcd-bdb4-9ae27acd5346 resource provider aggregate not found 2026-07-14 09:55:15.058 7 INFO neutron.services.segments.plugin [-] Segment db7b47be-cd80-4bcd-bdb4-9ae27acd5346 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db7b47be-cd80-4bcd-bdb4-9ae27acd5346 found for delete ", "request_id": "req-f312feca-e3b3-4aea-b27e-4c52827a5755"}]} 2026-07-14 09:55:15.062 7 INFO neutron.services.segments.plugin [-] Segment db7b47be-cd80-4bcd-bdb4-9ae27acd5346 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db7b47be-cd80-4bcd-bdb4-9ae27acd5346 found for delete ", "request_id": "req-c9217f53-aa99-4023-824f-7bd4fc08e015"}]} 2026-07-14 09:55:15.075 7 INFO neutron.services.segments.plugin [-] Segment 2278687d-3e36-4cca-8136-d2bf4a41100a resource provider aggregate not found 2026-07-14 09:55:15.082 7 INFO neutron.services.segments.plugin [-] Segment 2278687d-3e36-4cca-8136-d2bf4a41100a resource provider aggregate not found 2026-07-14 09:55:15.091 7 INFO neutron.services.segments.plugin [-] Segment 2278687d-3e36-4cca-8136-d2bf4a41100a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2278687d-3e36-4cca-8136-d2bf4a41100a found for delete ", "request_id": "req-d827b3c3-4951-434d-8236-11142d61f98a"}]} 2026-07-14 09:55:15.104 7 INFO neutron.services.segments.plugin [-] Segment bff98b21-dfd5-421d-ab0d-4199526e93cd resource provider aggregate not found 2026-07-14 09:55:15.110 7 INFO neutron.services.segments.plugin [-] Segment 2278687d-3e36-4cca-8136-d2bf4a41100a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2278687d-3e36-4cca-8136-d2bf4a41100a found for delete ", "request_id": "req-ca544fc5-2c9a-4807-ae2e-02d3c410b974"}]} 2026-07-14 09:55:15.123 7 INFO neutron.services.segments.plugin [-] Segment bff98b21-dfd5-421d-ab0d-4199526e93cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bff98b21-dfd5-421d-ab0d-4199526e93cd found for delete ", "request_id": "req-5318a128-a1fc-452b-8828-bcac6e4c4cca"}]} 2026-07-14 09:55:15.126 7 INFO neutron.services.segments.plugin [-] Segment bff98b21-dfd5-421d-ab0d-4199526e93cd resource provider aggregate not found 2026-07-14 09:55:15.142 7 INFO neutron.services.segments.plugin [-] Segment 6df929e4-a466-41b6-930f-d8cd5691e1ba resource provider aggregate not found 2026-07-14 09:55:15.146 7 INFO neutron.services.segments.plugin [-] Segment bff98b21-dfd5-421d-ab0d-4199526e93cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bff98b21-dfd5-421d-ab0d-4199526e93cd found for delete ", "request_id": "req-d58e4008-2b1f-430e-af69-8b66f5fef443"}]} 2026-07-14 09:55:15.158 7 INFO neutron.services.segments.plugin [-] Segment 6df929e4-a466-41b6-930f-d8cd5691e1ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6df929e4-a466-41b6-930f-d8cd5691e1ba found for delete ", "request_id": "req-25f717fa-3145-461c-abff-db7b226bb6fe"}]} 2026-07-14 09:55:15.163 7 INFO neutron.services.segments.plugin [-] Segment 6df929e4-a466-41b6-930f-d8cd5691e1ba resource provider aggregate not found 2026-07-14 09:55:15.188 7 INFO neutron.services.segments.plugin [-] Segment 6df929e4-a466-41b6-930f-d8cd5691e1ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6df929e4-a466-41b6-930f-d8cd5691e1ba found for delete ", "request_id": "req-09b5d404-1be7-4feb-acdf-9bf16a817317"}]} [pid: 8|app: 0|req: 1121/2381] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:15 2026] GET /v2.0/security-groups?tenant_id=5918fc0741274c75819d4422f1954f3e&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: 1261/2382] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:15 2026] DELETE /v2.0/security-groups/24807ff7-3d5e-451d-adee-cfaa2bbc80c8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2383] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:15 2026] GET /v2.0/security-groups?tenant_id=9605d3d97d514f38ab25a279e9859f9f&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2384] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:15 2026] DELETE /v2.0/security-groups/c5be57dd-2215-472e-a6a2-f8051eb2a6de => 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: 1123/2385] 10.0.0.188 () {32 vars in 800 bytes} [Tue Jul 14 09:55:16 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2386] 10.0.0.188 () {30 vars in 724 bytes} [Tue Jul 14 09:55:16 2026] GET /v2.0/quotas/a88728ba04684a6a9359ddaf64aa8a0f/details => generated 847 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2387] 10.0.0.2 () {34 vars in 682 bytes} [Tue Jul 14 09:55:18 2026] POST /v2.0/security-groups => generated 1603 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2388] 10.0.0.2 () {34 vars in 765 bytes} [Tue Jul 14 09:55:18 2026] PUT /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2389] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2390] 10.0.0.2 () {34 vars in 776 bytes} [Tue Jul 14 09:55:19 2026] PUT /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags/green => 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: 1267/2391] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:55:19.186 8 INFO neutron.db.segments_db [None req-27a0ff02-61ed-420f-b19b-fb0ebb72d886 b5d0076d944148958880eea3b0693d0c 4f73529ce0cb40a3bf7630c5916f64cb - - default default] Added segment a1aa9320-8743-466a-81fe-950966c75a45 of type vxlan for network 30cffbac-c800-4b03-96e4-f1a4f4d1eff2 [pid: 7|app: 0|req: 1268/2392] 10.0.0.2 () {34 vars in 772 bytes} [Tue Jul 14 09:55:19 2026] PUT /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2393] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/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: 1125/2394] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:18 2026] POST /v2.0/networks => generated 612 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2395] 10.0.0.2 () {34 vars in 794 bytes} [Tue Jul 14 09:55:19 2026] PUT /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2396] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:55:19 2026] PUT /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2397] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/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: 1127/2398] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2399] 10.0.0.2 () {34 vars in 765 bytes} [Tue Jul 14 09:55:19 2026] PUT /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2400] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/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: 1128/2401] 10.0.0.2 () {34 vars in 762 bytes} [Tue Jul 14 09:55:19 2026] PUT /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2402] 10.0.0.2 () {32 vars in 753 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2403] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:55:19.540 7 INFO neutron.api.v2.resource [None req-f485a046-b51e-4cbf-9f30-ca7f6971e1ab 3a3fc97d383448d6bd959e97093d9cc8 6c116fe42f784ec6ad264707a73517e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1275/2404] 10.0.0.2 () {32 vars in 757 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2405] 10.0.0.2 () {32 vars in 756 bytes} [Tue Jul 14 09:55:19 2026] DELETE /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2406] 10.0.0.2 () {34 vars in 758 bytes} [Tue Jul 14 09:55:19 2026] PUT /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/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: 1277/2407] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2408] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:55:19.708 7 INFO neutron.api.v2.resource [None req-e962e0e1-17ce-41c8-b085-71d184a337fa 3a3fc97d383448d6bd959e97093d9cc8 6c116fe42f784ec6ad264707a73517e0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1278/2409] 10.0.0.2 () {32 vars in 760 bytes} [Tue Jul 14 09:55:19 2026] DELETE /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2410] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 09:55:19 2026] DELETE /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2411] 10.0.0.2 () {34 vars in 780 bytes} [Tue Jul 14 09:55:19 2026] PUT /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags/black.or.white => generated 4 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2412] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b/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: 1133/2413] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags => generated 52 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2414] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:19 2026] DELETE /v2.0/security-groups/2961d933-f4c3-4ee4-85e1-690a9c2ed79b => 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: 1134/2415] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:55:19 2026] PUT /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2416] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2417] 10.0.0.2 () {32 vars in 739 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:20.067 8 INFO neutron.api.v2.resource [None req-2e76aa54-1441-4aa2-9d78-723bf2d5cccb b5d0076d944148958880eea3b0693d0c 4f73529ce0cb40a3bf7630c5916f64cb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1137/2418] 10.0.0.2 () {32 vars in 743 bytes} [Tue Jul 14 09:55:20 2026] GET /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/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: 1138/2419] 10.0.0.2 () {32 vars in 742 bytes} [Tue Jul 14 09:55:20 2026] DELETE /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/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: 1139/2420] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:55:20 2026] GET /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:55:20.247 8 INFO neutron.api.v2.resource [None req-9d7a46bf-43f5-42c2-814b-aa6c2d31d57c b5d0076d944148958880eea3b0693d0c 4f73529ce0cb40a3bf7630c5916f64cb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1140/2421] 10.0.0.2 () {32 vars in 746 bytes} [Tue Jul 14 09:55:20 2026] DELETE /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2422] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:19 2026] GET /v2.0/security-groups?tenant_id=a88728ba04684a6a9359ddaf64aa8a0f&name=default => generated 2929 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2423] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:55:20 2026] DELETE /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags => 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: 1142/2424] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:55:20 2026] GET /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2425] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:20 2026] DELETE /v2.0/security-groups/7689ce00-6fe2-49ec-974f-fe4849ea691d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:20.472 8 INFO neutron.services.segments.plugin [-] Segment a1aa9320-8743-466a-81fe-950966c75a45 resource provider aggregate not found 2026-07-14 09:55:20.493 8 INFO neutron.services.segments.plugin [-] Segment a1aa9320-8743-466a-81fe-950966c75a45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1aa9320-8743-466a-81fe-950966c75a45 found for delete ", "request_id": "req-7bde916a-772f-4c2b-9ab0-c04b6190b333"}]} 2026-07-14 09:55:20.494 8 INFO neutron.services.segments.plugin [-] Segment a1aa9320-8743-466a-81fe-950966c75a45 resource provider aggregate not found [pid: 8|app: 0|req: 1143/2426] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:20 2026] DELETE /v2.0/networks/30cffbac-c800-4b03-96e4-f1a4f4d1eff2 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:55:20.514 8 INFO neutron.services.segments.plugin [-] Segment a1aa9320-8743-466a-81fe-950966c75a45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1aa9320-8743-466a-81fe-950966c75a45 found for delete ", "request_id": "req-4026126c-0f79-434c-af0b-ccec8b6a60dd"}]} [pid: 7|app: 0|req: 1284/2427] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:20 2026] GET /v2.0/security-groups?tenant_id=4428c3b3983841c8a218355aefae1082&name=default => generated 2929 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2428] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:21 2026] DELETE /v2.0/security-groups/d8d6f67c-08aa-4acf-8ec4-decd8dea73ac => 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: 1285/2429] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:21 2026] GET /v2.0/security-groups?tenant_id=6c116fe42f784ec6ad264707a73517e0&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2430] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:21 2026] DELETE /v2.0/security-groups/24733430-fecc-4fdc-929e-dc48bf26bd08 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2431] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:21 2026] GET /v2.0/security-groups?tenant_id=1db645040c354324b22f0879f514d4e3&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2432] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:21 2026] DELETE /v2.0/security-groups/e397240b-863e-4bbe-b8b3-54e65c509cfb => 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: 1146/2433] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:21 2026] GET /v2.0/security-groups?tenant_id=4f73529ce0cb40a3bf7630c5916f64cb&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2434] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:21 2026] DELETE /v2.0/security-groups/f97e7abe-cc35-4bf9-90d8-b7dab64839c9 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:25.061 8 INFO neutron.db.segments_db [None req-fdb7537e-d0d0-49e8-8a4b-20bf9bf20823 593a57e4a2ad483fafac6d4081f46ffa 1badeb17194d46acb1dc0f3c02af8b9e - - default default] Added segment d76351cf-db2a-45c1-b56e-793fbe72e634 of type vxlan for network b1bb5c07-fee0-43ec-8ae2-e0d1bdbe9d8d [pid: 8|app: 0|req: 1147/2435] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:24 2026] POST /v2.0/networks => generated 613 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:55:25.200 8 INFO neutron.db.segments_db [None req-3eb4d8be-cd4a-4d7f-aa67-24defe55d3d2 593a57e4a2ad483fafac6d4081f46ffa 1badeb17194d46acb1dc0f3c02af8b9e - - default default] Added segment 298d5d34-cd1a-4b68-85e7-9b4874fc2efa of type vxlan for network a0e7bd43-8d6f-4e1b-92fc-b13751c5ab17 [pid: 8|app: 0|req: 1148/2436] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:25 2026] POST /v2.0/networks => generated 612 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:55:25.284 7 INFO neutron.db.segments_db [None req-21d64abe-15e9-45b6-9700-2e24baa5e358 785b52d9423143c2bea999ded5208606 e1d321e2668c4b288692934bfef64a2a - - default default] Added segment 20944711-3eb4-4a2c-8a33-ebed48aa7e3f of type vxlan for network 785333ce-3c3f-4357-a1f9-f08a3475aeb6 2026-07-14 09:55:25.316 8 INFO neutron.db.segments_db [None req-1c7a2a20-4f20-4a27-98df-2b5e0d580f1c 593a57e4a2ad483fafac6d4081f46ffa 1badeb17194d46acb1dc0f3c02af8b9e - - default default] Added segment 093b64fc-0ba0-42dd-8196-293796ae3853 of type vxlan for network 44467539-f79f-413e-894c-2b7c3698146d [pid: 7|app: 0|req: 1289/2437] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:25 2026] POST /v2.0/networks => generated 613 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2438] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:25 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:55:25.431 7 INFO neutron.db.segments_db [None req-e5209ebe-e383-46fd-8faf-a434a6439a28 785b52d9423143c2bea999ded5208606 e1d321e2668c4b288692934bfef64a2a - - default default] Added segment 9e5fa1ec-ac16-4c83-b180-04e73d5f52c5 of type vxlan for network 7d00aa7a-649f-4825-9f9b-94c9b81ab34c 2026-07-14 09:55:25.468 8 INFO neutron.db.segments_db [None req-f94105f1-70ce-4523-98db-c53669fedff3 593a57e4a2ad483fafac6d4081f46ffa 1badeb17194d46acb1dc0f3c02af8b9e - - default default] Added segment f22ccdc5-3764-4831-b891-709148b5a02d of type vxlan for network 078590a8-aff8-405f-ad8d-4839a75cdd1d [pid: 7|app: 0|req: 1290/2439] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:25 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2440] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:25 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2441] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:55:25 2026] PUT /v2.0/networks/785333ce-3c3f-4357-a1f9-f08a3475aeb6/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:55:25.621 8 INFO neutron.db.segments_db [None req-2f56c2d1-02ee-48f1-9cc3-1e3bea661a33 593a57e4a2ad483fafac6d4081f46ffa 1badeb17194d46acb1dc0f3c02af8b9e - - default default] Added segment 49bd85de-36da-4470-996c-f7959a334b5c of type vxlan for network b6972e13-82d4-4304-ab7a-ec773e44b10a [pid: 8|app: 0|req: 1151/2442] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:25 2026] POST /v2.0/networks => generated 612 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2443] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:55:25 2026] GET /v2.0/networks/785333ce-3c3f-4357-a1f9-f08a3475aeb6/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2444] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:55:25 2026] PUT /v2.0/networks/b1bb5c07-fee0-43ec-8ae2-e0d1bdbe9d8d/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2445] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:55:25 2026] PUT /v2.0/networks/7d00aa7a-649f-4825-9f9b-94c9b81ab34c/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2446] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:55:25 2026] PUT /v2.0/networks/a0e7bd43-8d6f-4e1b-92fc-b13751c5ab17/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2447] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:55:25 2026] GET /v2.0/networks/7d00aa7a-649f-4825-9f9b-94c9b81ab34c/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: 1154/2448] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:55:25 2026] PUT /v2.0/networks/44467539-f79f-413e-894c-2b7c3698146d/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: 1295/2449] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:55:25 2026] PUT /v2.0/networks/7d00aa7a-649f-4825-9f9b-94c9b81ab34c/tags => generated 12 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2450] 10.0.0.2 () {34 vars in 751 bytes} [Tue Jul 14 09:55:25 2026] PUT /v2.0/networks/078590a8-aff8-405f-ad8d-4839a75cdd1d/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2451] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:55:25 2026] GET /v2.0/networks/7d00aa7a-649f-4825-9f9b-94c9b81ab34c/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2452] 10.0.0.2 () {32 vars in 664 bytes} [Tue Jul 14 09:55:25 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2453] 10.0.0.2 () {32 vars in 731 bytes} [Tue Jul 14 09:55:25 2026] GET /v2.0/networks/785333ce-3c3f-4357-a1f9-f08a3475aeb6/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2454] 10.0.0.2 () {32 vars in 678 bytes} [Tue Jul 14 09:55:26 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2455] 10.0.0.2 () {32 vars in 674 bytes} [Tue Jul 14 09:55:26 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:55:26.150 7 INFO neutron.services.segments.plugin [-] Segment 20944711-3eb4-4a2c-8a33-ebed48aa7e3f resource provider aggregate not found 2026-07-14 09:55:26.156 7 INFO neutron.services.segments.plugin [-] Segment 20944711-3eb4-4a2c-8a33-ebed48aa7e3f resource provider aggregate not found [pid: 8|app: 0|req: 1159/2456] 10.0.0.2 () {32 vars in 686 bytes} [Tue Jul 14 09:55:26 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:55:26.170 7 INFO neutron.services.segments.plugin [-] Segment 20944711-3eb4-4a2c-8a33-ebed48aa7e3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20944711-3eb4-4a2c-8a33-ebed48aa7e3f found for delete ", "request_id": "req-5ad410b8-f048-4dfb-a962-1c0ec5fb645b"}]} 2026-07-14 09:55:26.177 7 INFO neutron.services.segments.plugin [-] Segment 20944711-3eb4-4a2c-8a33-ebed48aa7e3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20944711-3eb4-4a2c-8a33-ebed48aa7e3f found for delete ", "request_id": "req-3d3c078b-6086-473e-ba69-5f495616509d"}]} [pid: 7|app: 0|req: 1298/2457] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:26 2026] DELETE /v2.0/networks/785333ce-3c3f-4357-a1f9-f08a3475aeb6 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2458] 10.0.0.2 () {32 vars in 672 bytes} [Tue Jul 14 09:55:26 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2459] 10.0.0.2 () {32 vars in 686 bytes} [Tue Jul 14 09:55:26 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2460] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:26 2026] DELETE /v2.0/networks/7d00aa7a-649f-4825-9f9b-94c9b81ab34c => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2461] 10.0.0.2 () {32 vars in 682 bytes} [Tue Jul 14 09:55:26 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2462] 10.0.0.2 () {32 vars in 694 bytes} [Tue Jul 14 09:55:26 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:55:26.611 8 INFO neutron.services.segments.plugin [-] Segment d76351cf-db2a-45c1-b56e-793fbe72e634 resource provider aggregate not found 2026-07-14 09:55:26.623 8 INFO neutron.services.segments.plugin [-] Segment d76351cf-db2a-45c1-b56e-793fbe72e634 resource provider aggregate not found 2026-07-14 09:55:26.635 8 INFO neutron.services.segments.plugin [-] Segment d76351cf-db2a-45c1-b56e-793fbe72e634 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76351cf-db2a-45c1-b56e-793fbe72e634 found for delete ", "request_id": "req-f2e48b19-2c2d-4d87-9eb7-f57a5c3666c4"}]} 2026-07-14 09:55:26.643 8 INFO neutron.services.segments.plugin [-] Segment d76351cf-db2a-45c1-b56e-793fbe72e634 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76351cf-db2a-45c1-b56e-793fbe72e634 found for delete ", "request_id": "req-4b8ab9b9-82e7-4d9c-a065-eb790399b2c9"}]} [pid: 8|app: 0|req: 1163/2463] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:26 2026] DELETE /v2.0/networks/b1bb5c07-fee0-43ec-8ae2-e0d1bdbe9d8d => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2464] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:26 2026] DELETE /v2.0/networks/a0e7bd43-8d6f-4e1b-92fc-b13751c5ab17 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2465] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:26 2026] DELETE /v2.0/networks/44467539-f79f-413e-894c-2b7c3698146d => 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: 1302/2468] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:26 2026] DELETE /v2.0/networks/078590a8-aff8-405f-ad8d-4839a75cdd1d => 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: 1167/2469] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:26 2026] GET /v2.0/security-groups?tenant_id=e1d321e2668c4b288692934bfef64a2a&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2470] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:27 2026] DELETE /v2.0/networks/b6972e13-82d4-4304-ab7a-ec773e44b10a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2471] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:27 2026] DELETE /v2.0/security-groups/5ffb0bb3-0ba1-42b0-b6bf-4d59dd09f357 => 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: 1304/2472] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:27 2026] GET /v2.0/security-groups?tenant_id=6c544e653e21469cb227263a33b44852&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2473] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:27 2026] DELETE /v2.0/security-groups/4c184fa5-1e45-4f2b-9aa0-53adf08bfe8e => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:28.193 7 INFO neutron.services.segments.plugin [-] Segment 9e5fa1ec-ac16-4c83-b180-04e73d5f52c5 resource provider aggregate not found 2026-07-14 09:55:28.198 7 INFO neutron.services.segments.plugin [-] Segment 9e5fa1ec-ac16-4c83-b180-04e73d5f52c5 resource provider aggregate not found 2026-07-14 09:55:28.212 7 INFO neutron.services.segments.plugin [-] Segment 9e5fa1ec-ac16-4c83-b180-04e73d5f52c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e5fa1ec-ac16-4c83-b180-04e73d5f52c5 found for delete ", "request_id": "req-c0aa5898-6b4e-41f7-9d21-3aa527eb859b"}]} 2026-07-14 09:55:28.216 7 INFO neutron.services.segments.plugin [-] Segment 9e5fa1ec-ac16-4c83-b180-04e73d5f52c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e5fa1ec-ac16-4c83-b180-04e73d5f52c5 found for delete ", "request_id": "req-bf4638f8-2cf8-46e7-a6ce-089c077562d9"}]} 2026-07-14 09:55:28.226 7 INFO neutron.services.segments.plugin [-] Segment 298d5d34-cd1a-4b68-85e7-9b4874fc2efa resource provider aggregate not found 2026-07-14 09:55:28.232 7 INFO neutron.services.segments.plugin [-] Segment 298d5d34-cd1a-4b68-85e7-9b4874fc2efa resource provider aggregate not found 2026-07-14 09:55:28.243 7 INFO neutron.services.segments.plugin [-] Segment 298d5d34-cd1a-4b68-85e7-9b4874fc2efa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 298d5d34-cd1a-4b68-85e7-9b4874fc2efa found for delete ", "request_id": "req-48b7cc83-b1b0-4883-ab71-18e11fc5b377"}]} 2026-07-14 09:55:28.260 7 INFO neutron.services.segments.plugin [-] Segment 298d5d34-cd1a-4b68-85e7-9b4874fc2efa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 298d5d34-cd1a-4b68-85e7-9b4874fc2efa found for delete ", "request_id": "req-5c12b694-428a-4259-9810-b009743a981f"}]} 2026-07-14 09:55:28.266 7 INFO neutron.services.segments.plugin [-] Segment f22ccdc5-3764-4831-b891-709148b5a02d resource provider aggregate not found 2026-07-14 09:55:28.281 7 INFO neutron.services.segments.plugin [-] Segment f22ccdc5-3764-4831-b891-709148b5a02d resource provider aggregate not found 2026-07-14 09:55:28.289 7 INFO neutron.services.segments.plugin [-] Segment f22ccdc5-3764-4831-b891-709148b5a02d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f22ccdc5-3764-4831-b891-709148b5a02d found for delete ", "request_id": "req-2b9f8f17-dd9d-41a0-b82e-c2935f4348f0"}]} [pid: 7|app: 0|req: 1305/2474] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:28 2026] GET /v2.0/security-groups?tenant_id=1badeb17194d46acb1dc0f3c02af8b9e&name=default => generated 2929 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:55:28.312 7 INFO neutron.services.segments.plugin [-] Segment f22ccdc5-3764-4831-b891-709148b5a02d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f22ccdc5-3764-4831-b891-709148b5a02d found for delete ", "request_id": "req-03cbfaad-89b0-4651-98c5-04b4654bac98"}]} 2026-07-14 09:55:28.312 7 INFO neutron.services.segments.plugin [-] Segment 49bd85de-36da-4470-996c-f7959a334b5c resource provider aggregate not found 2026-07-14 09:55:28.335 7 INFO neutron.services.segments.plugin [-] Segment 49bd85de-36da-4470-996c-f7959a334b5c resource provider aggregate not found 2026-07-14 09:55:28.339 7 INFO neutron.services.segments.plugin [-] Segment 49bd85de-36da-4470-996c-f7959a334b5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49bd85de-36da-4470-996c-f7959a334b5c found for delete ", "request_id": "req-8b53e11a-2cab-49d6-b33b-ae5ebb345b5a"}]} 2026-07-14 09:55:28.348 7 INFO neutron.services.segments.plugin [-] Segment 49bd85de-36da-4470-996c-f7959a334b5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49bd85de-36da-4470-996c-f7959a334b5c found for delete ", "request_id": "req-0c6950e7-2877-428b-8719-1526d199feb1"}]} [pid: 8|app: 0|req: 1170/2475] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:28 2026] DELETE /v2.0/security-groups/47b2ef05-4903-4fdc-adcb-7723d3bf03e1 => 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: 1306/2476] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:28 2026] GET /v2.0/security-groups?tenant_id=226ff3d328b1496eb04fdf8f70c5a396&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:55:28.662 8 INFO neutron.services.segments.plugin [-] Segment 093b64fc-0ba0-42dd-8196-293796ae3853 resource provider aggregate not found 2026-07-14 09:55:28.668 8 INFO neutron.services.segments.plugin [-] Segment 093b64fc-0ba0-42dd-8196-293796ae3853 resource provider aggregate not found 2026-07-14 09:55:28.681 8 INFO neutron.services.segments.plugin [-] Segment 093b64fc-0ba0-42dd-8196-293796ae3853 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 093b64fc-0ba0-42dd-8196-293796ae3853 found for delete ", "request_id": "req-27743c82-11b6-4b13-b46e-02fdd81b2435"}]} 2026-07-14 09:55:28.686 8 INFO neutron.services.segments.plugin [-] Segment 093b64fc-0ba0-42dd-8196-293796ae3853 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 093b64fc-0ba0-42dd-8196-293796ae3853 found for delete ", "request_id": "req-447721b5-4ddf-406b-95c3-ed80ad03e737"}]} [pid: 8|app: 0|req: 1171/2477] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:28 2026] DELETE /v2.0/security-groups/3eec18f2-1ffe-4397-8ebb-0133b384475d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2478] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:28 2026] GET /v2.0/security-groups?tenant_id=2335a1f7d4f04dfdabcffdbea74f9d10&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2479] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:28 2026] DELETE /v2.0/security-groups/82e4935c-cf92-4ec5-85b4-5e8ceada3b2c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:31.933 7 INFO neutron.db.segments_db [None req-cc6a3485-9235-4436-9de9-a77bc8f71882 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Added segment 7d753483-ed5d-462f-beb1-a8cc5be6705a of type vxlan for network e0e42002-679a-490a-a1e8-b136239d1200 [pid: 7|app: 0|req: 1308/2480] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:31 2026] POST /v2.0/networks => generated 621 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2481] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:55:32 2026] POST /v2.0/subnets => generated 658 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2482] 10.0.0.2 () {32 vars in 720 bytes} [Tue Jul 14 09:55:32 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:55:32.583 7 INFO neutron.db.segments_db [None req-0a5f3f6e-033d-4b20-a5e2-f2ab8e743d32 54e54b3992dd4038b715090f411bce8d 9fb2cb1a0acd418ab5f5919f95b18b35 - - default default] Added segment 3e7ed24d-27f6-4e21-91d7-ac0e8f1059dc of type vxlan for network 79d67817-1f86-4194-9951-015ca4f9ee02 [pid: 8|app: 0|req: 1174/2483] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:55:32 2026] POST /v2.0/subnets => generated 731 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:55:32.700 8 INFO neutron.db.segments_db [None req-6cd1b100-298c-4ef9-ae4e-e089a70ca4f5 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Added segment 88427cf2-702a-4952-960e-4f840e6e093d of type vxlan for network e1acf614-9e57-4a35-b047-ae9e676b91e5 [pid: 8|app: 0|req: 1175/2484] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:32 2026] POST /v2.0/networks => generated 619 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:55:32.845 7 INFO neutron.db.l3_hamode_db [None req-0a5f3f6e-033d-4b20-a5e2-f2ab8e743d32 54e54b3992dd4038b715090f411bce8d 9fb2cb1a0acd418ab5f5919f95b18b35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-14 09:55:32.993 7 INFO neutron.db.l3_hamode_db [None req-0a5f3f6e-033d-4b20-a5e2-f2ab8e743d32 54e54b3992dd4038b715090f411bce8d 9fb2cb1a0acd418ab5f5919f95b18b35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1176/2485] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:55:32 2026] POST /v2.0/subnets => generated 655 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2486] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:55:33 2026] POST /v2.0/subnets => generated 726 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:55:33.376 8 INFO neutron.db.segments_db [None req-7c5b3163-4a38-47b2-9512-8482c74a6349 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Added segment ea00292e-bbd7-40ff-a1ae-e67782f1b298 of type vxlan for network 720f23f3-eef0-48f5-afcc-bd248a76074b [pid: 8|app: 0|req: 1178/2487] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:33 2026] POST /v2.0/networks => generated 619 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2488] 10.0.0.2 () {34 vars in 666 bytes} [Tue Jul 14 09:55:32 2026] POST /v2.0/routers => generated 474 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2489] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:55:33 2026] PUT /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2490] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:55:33 2026] POST /v2.0/subnets => generated 656 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2491] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:33 2026] GET /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2492] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:55:33 2026] POST /v2.0/subnets => generated 730 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2493] 10.0.0.2 () {34 vars in 760 bytes} [Tue Jul 14 09:55:33 2026] PUT /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags/green => generated 4 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-14 09:55:34.023 8 INFO neutron.db.segments_db [None req-509300db-8395-438c-bfa3-f9027bb7ef35 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Added segment ee2a144d-9049-4afb-9d11-cb44bf2dc91d of type vxlan for network 3e701db7-ed74-4207-8011-82cdfcfd2901 [pid: 7|app: 0|req: 1314/2494] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:33 2026] GET /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2495] 10.0.0.2 () {34 vars in 756 bytes} [Tue Jul 14 09:55:34 2026] PUT /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags/red => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-14 09:55:34.256 8 INFO neutron.db.l3_hamode_db [None req-509300db-8395-438c-bfa3-f9027bb7ef35 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1316/2496] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:34 2026] GET /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2497] 10.0.0.2 () {34 vars in 778 bytes} [Tue Jul 14 09:55:34 2026] PUT /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags/black.or.white => generated 4 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2498] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:34 2026] GET /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags => generated 52 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2499] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:55:34 2026] PUT /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags => generated 37 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2500] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:34 2026] GET /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/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: 1321/2501] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:55:34 2026] GET /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags/red => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:34.987 7 INFO neutron.api.v2.resource [None req-a8422e26-8a9c-4607-a035-bb4389aa5715 54e54b3992dd4038b715090f411bce8d 9fb2cb1a0acd418ab5f5919f95b18b35 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1322/2502] 10.0.0.2 () {32 vars in 741 bytes} [Tue Jul 14 09:55:34 2026] GET /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags/green => generated 99 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-14 09:55:35.008 8 INFO neutron.db.l3_hamode_db [None req-509300db-8395-438c-bfa3-f9027bb7ef35 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1323/2503] 10.0.0.2 () {32 vars in 740 bytes} [Tue Jul 14 09:55:34 2026] DELETE /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags/red => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2504] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:35 2026] GET /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags => generated 30 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:55:35.276 7 INFO neutron.api.v2.resource [None req-274c11d9-85cd-49b4-a7c5-084c9fc2a39c 54e54b3992dd4038b715090f411bce8d 9fb2cb1a0acd418ab5f5919f95b18b35 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1325/2505] 10.0.0.2 () {32 vars in 744 bytes} [Tue Jul 14 09:55:35 2026] DELETE /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags/green => generated 99 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2506] 10.0.0.2 () {32 vars in 732 bytes} [Tue Jul 14 09:55:35 2026] DELETE /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2507] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:35 2026] GET /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023/tags => generated 12 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2508] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:55:35 2026] GET /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2509] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:55:33 2026] POST /v2.0/routers => generated 685 bytes in 1809 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2510] 10.0.0.2 () {34 vars in 740 bytes} [Tue Jul 14 09:55:35 2026] PUT /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023 => generated 480 bytes in 1022 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2511] 10.0.0.2 () {32 vars in 734 bytes} [Tue Jul 14 09:55:36 2026] GET /v2.0/ports?device_id=41fe273b-3511-40b2-9c7e-4a2ed352b023 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:55:36.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea2d71b5-2b42-4b47-b717-aea3066634a3 54e54b3992dd4038b715090f411bce8d 9fb2cb1a0acd418ab5f5919f95b18b35 - - default default] TaaS: Handle Delete Port: 80ad4415-6d7f-4ba4-8a4d-45a555ab7b08 2026-07-14 09:55:36.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea2d71b5-2b42-4b47-b717-aea3066634a3 54e54b3992dd4038b715090f411bce8d 9fb2cb1a0acd418ab5f5919f95b18b35 - - default default] Tap Mirror: Handle Delete Port: 80ad4415-6d7f-4ba4-8a4d-45a555ab7b08 [pid: 8|app: 0|req: 1182/2512] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:55:35 2026] PUT /v2.0/routers/ab18ebce-4ac0-4149-92dc-015b7acf0f94/add_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:55:37.230 7 INFO neutron.services.segments.plugin [-] Segment 3e7ed24d-27f6-4e21-91d7-ac0e8f1059dc resource provider aggregate not found 2026-07-14 09:55:37.237 7 INFO neutron.services.segments.plugin [-] Segment 3e7ed24d-27f6-4e21-91d7-ac0e8f1059dc resource provider aggregate not found 2026-07-14 09:55:37.251 7 INFO neutron.services.segments.plugin [-] Segment 3e7ed24d-27f6-4e21-91d7-ac0e8f1059dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e7ed24d-27f6-4e21-91d7-ac0e8f1059dc found for delete ", "request_id": "req-68142b96-4cfe-474b-a4c9-ee4769bbedc5"}]} 2026-07-14 09:55:37.260 7 INFO neutron.services.segments.plugin [-] Segment 3e7ed24d-27f6-4e21-91d7-ac0e8f1059dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e7ed24d-27f6-4e21-91d7-ac0e8f1059dc found for delete ", "request_id": "req-b1a10d46-76c3-442d-b5fd-a689a4aa38c9"}]} 2026-07-14 09:55:37.269 7 INFO neutron.db.l3_hamode_db [None req-ea2d71b5-2b42-4b47-b717-aea3066634a3 54e54b3992dd4038b715090f411bce8d 9fb2cb1a0acd418ab5f5919f95b18b35 - - default default] HA network 79d67817-1f86-4194-9951-015ca4f9ee02 was deleted as no HA routers are present in tenant 9fb2cb1a0acd418ab5f5919f95b18b35. [pid: 7|app: 0|req: 1331/2513] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:55:36 2026] DELETE /v2.0/routers/41fe273b-3511-40b2-9c7e-4a2ed352b023 => generated 0 bytes in 657 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2514] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:37 2026] GET /v2.0/security-groups?tenant_id=9fb2cb1a0acd418ab5f5919f95b18b35&name=default => generated 2929 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2515] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:38 2026] DELETE /v2.0/security-groups/498107e9-891c-48de-9f00-162232269cd9 => 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: 1183/2516] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:55:37 2026] PUT /v2.0/routers/ab18ebce-4ac0-4149-92dc-015b7acf0f94/add_router_interface => generated 309 bytes in 1364 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2517] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:38 2026] GET /v2.0/security-groups?tenant_id=5f544442658d494d9ea91e4ca24a8232&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2518] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:38 2026] DELETE /v2.0/security-groups/0f3ca521-d7af-42e3-bf50-95983d8a1bfd => 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: 1334/2519] 10.0.0.2 () {34 vars in 781 bytes} [Tue Jul 14 09:55:38 2026] PUT /v2.0/routers/ab18ebce-4ac0-4149-92dc-015b7acf0f94/add_router_interface => generated 309 bytes in 1357 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2520] 10.0.0.2 () {34 vars in 682 bytes} [Tue Jul 14 09:55:39 2026] POST /v2.0/security-groups => generated 1629 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2521] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:55:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2522] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:55:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2523] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:55:40 2026] POST /v2.0/security-group-rules => generated 599 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2524] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:55:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2525] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:55:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2526] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:55:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2527] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:55:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2528] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:55:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2531] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:55:41 2026] POST /v2.0/security-group-rules => generated 599 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2532] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:55:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2533] 10.0.0.2 () {34 vars in 693 bytes} [Tue Jul 14 09:55:42 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-07-14 09:55:42.391 7 INFO neutron.db.segments_db [None req-0569ebde-202b-43c0-87b9-a0d9cf6d80cd b34b559d5385487ba76fbff1c90fb919 7c0440a8e2b4454bb7986d91acc74048 - - default default] Added segment 4ab45dcb-52ff-4d10-8c75-c2d9ff177a58 of type vxlan for network d8172e40-9cdb-4fb8-9e93-13793f600d03 [pid: 7|app: 0|req: 1340/2534] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:42 2026] POST /v2.0/networks => generated 612 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2535] 10.0.0.51 () {34 vars in 1093 bytes} [Tue Jul 14 09:55:42 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-741297682&fields=id&tenant_id=9895211cefa34bc6a975a45649e0dd0b => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2536] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:55:42 2026] GET /v2.0/networks?id=e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2537] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:55:42 2026] GET /v2.0/quotas/9895211cefa34bc6a975a45649e0dd0b => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2538] 10.0.0.2 () {34 vars in 667 bytes} [Tue Jul 14 09:55:42 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2539] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:55:42 2026] PUT /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/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: 1197/2540] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:42 2026] GET /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/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/2541] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:55:42 2026] GET /v2.0/ports?tenant_id=9895211cefa34bc6a975a45649e0dd0b&fields=id => generated 287 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2542] 10.0.0.2 () {34 vars in 760 bytes} [Tue Jul 14 09:55:42 2026] PUT /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2543] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:55:42 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1199/2544] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:42 2026] GET /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2545] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:55:42 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1200/2546] 10.0.0.2 () {34 vars in 756 bytes} [Tue Jul 14 09:55:43 2026] PUT /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/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: 1347/2547] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:43 2026] GET /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2548] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:55:43 2026] GET /v2.0/ports?device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => 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: 1201/2549] 10.0.0.2 () {34 vars in 778 bytes} [Tue Jul 14 09:55:43 2026] PUT /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2550] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:43 2026] GET /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/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: 1202/2551] 10.0.0.2 () {34 vars in 749 bytes} [Tue Jul 14 09:55:43 2026] PUT /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2552] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:43 2026] GET /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2553] 10.0.0.2 () {32 vars in 737 bytes} [Tue Jul 14 09:55:43 2026] GET /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:43.406 7 INFO neutron.api.v2.resource [None req-fd7c922c-50a4-4c45-86f7-48a1456262ce b34b559d5385487ba76fbff1c90fb919 7c0440a8e2b4454bb7986d91acc74048 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1351/2554] 10.0.0.2 () {32 vars in 741 bytes} [Tue Jul 14 09:55:43 2026] GET /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/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: 1204/2555] 10.0.0.2 () {32 vars in 740 bytes} [Tue Jul 14 09:55:43 2026] DELETE /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2556] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:43 2026] GET /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:55:43.554 8 INFO neutron.api.v2.resource [None req-501e4149-fa29-405c-b25a-691406d6faa1 b34b559d5385487ba76fbff1c90fb919 7c0440a8e2b4454bb7986d91acc74048 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1205/2557] 10.0.0.2 () {32 vars in 744 bytes} [Tue Jul 14 09:55:43 2026] DELETE /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2558] 10.0.0.2 () {32 vars in 732 bytes} [Tue Jul 14 09:55:43 2026] DELETE /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2559] 10.0.0.2 () {32 vars in 729 bytes} [Tue Jul 14 09:55:43 2026] GET /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2560] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 09:55:43 2026] DELETE /v2.0/subnets/d7d14be7-6599-4a84-a8e7-a20933610f33 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:55:43.890 8 INFO neutron.services.segments.plugin [-] Segment 4ab45dcb-52ff-4d10-8c75-c2d9ff177a58 resource provider aggregate not found 2026-07-14 09:55:43.894 8 INFO neutron.services.segments.plugin [-] Segment 4ab45dcb-52ff-4d10-8c75-c2d9ff177a58 resource provider aggregate not found 2026-07-14 09:55:43.910 8 INFO neutron.services.segments.plugin [-] Segment 4ab45dcb-52ff-4d10-8c75-c2d9ff177a58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ab45dcb-52ff-4d10-8c75-c2d9ff177a58 found for delete ", "request_id": "req-0e0bb5b6-11af-4b12-99b5-4210b3fe0635"}]} 2026-07-14 09:55:43.914 8 INFO neutron.services.segments.plugin [-] Segment 4ab45dcb-52ff-4d10-8c75-c2d9ff177a58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ab45dcb-52ff-4d10-8c75-c2d9ff177a58 found for delete ", "request_id": "req-7185f0bc-9cc7-439f-880b-58c75a1f5d85"}]} [pid: 8|app: 0|req: 1207/2561] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:43 2026] DELETE /v2.0/networks/d8172e40-9cdb-4fb8-9e93-13793f600d03 => 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: 1355/2562] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:44 2026] GET /v2.0/security-groups?tenant_id=a19b77d276ef483b805ddf1be33b78c9&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2563] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:44 2026] DELETE /v2.0/security-groups/90cf5339-b8a9-47fb-b9a2-62ac66add7f2 => 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: 1356/2564] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:44 2026] GET /v2.0/security-groups?tenant_id=7c0440a8e2b4454bb7986d91acc74048&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2565] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:45 2026] DELETE /v2.0/security-groups/c990fb9c-6c39-484e-b207-4a6f35c9bfb7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2566] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:55:47 2026] GET /v2.0/networks?id=e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2567] 199.19.213.177 () {34 vars in 1050 bytes} [Tue Jul 14 09:55:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9895211cefa34bc6a975a45649e0dd0b => generated 178 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2568] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:55:47 2026] POST /v2.0/ports => generated 1183 bytes in 440 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: 1359/2569] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:55:48 2026] GET /v2.0/ports?device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => generated 1198 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2570] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:55:48 2026] GET /v2.0/security-groups?id=4b48853a-e1cf-47f9-9d02-66ac05cc4325&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2571] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:55:47 2026] PUT /v2.0/ports/e72adbaf-621d-49f2-b841-23236c08aca1 => generated 1464 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:55:48.475 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-135edeef-753e-4348-84f3-ecafb2a9aabc'] response: {'name': 'network-changed', 'server_uuid': '89cbd936-63ea-4b22-86c6-954d1eb12671', 'tag': 'e72adbaf-621d-49f2-b841-23236c08aca1', 'status': 'completed', 'code': 200} 2026-07-14 09:55:48.679 7 INFO neutron.db.segments_db [None req-e05ce889-e77f-4ab8-bb66-cfe197127599 6977900ec6df49dc8196a36369717fc6 db77eca3aa4044c697bbed305b2f32ff - - default default] Added segment 5bae9b48-6086-4f8b-8cf1-29e1701b63af of type vxlan for network ba6097f7-78e6-413a-9e67-01f92a433b22 [pid: 7|app: 0|req: 1361/2572] 10.0.0.2 () {34 vars in 668 bytes} [Tue Jul 14 09:55:48 2026] POST /v2.0/networks => generated 611 bytes in 376 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: 1362/2573] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:55:48 2026] GET /v2.0/ports?tenant_id=9895211cefa34bc6a975a45649e0dd0b&device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2574] 199.19.213.177 () {34 vars in 1018 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/networks?tenant_id=9895211cefa34bc6a975a45649e0dd0b&shared=False => generated 2377 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2575] 10.0.0.2 () {34 vars in 662 bytes} [Tue Jul 14 09:55:48 2026] POST /v2.0/ports => generated 743 bytes in 341 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: 1364/2576] 199.19.213.177 () {34 vars in 930 bytes} [Tue Jul 14 09:55:49 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: 8|app: 0|req: 1213/2577] 10.0.0.2 () {34 vars in 664 bytes} [Tue Jul 14 09:55:49 2026] POST /v2.0/trunks => generated 407 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2578] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:55:49 2026] PUT /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2579] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2580] 10.0.0.2 () {34 vars in 758 bytes} [Tue Jul 14 09:55:49 2026] PUT /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2581] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/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: 1367/2582] 10.0.0.2 () {34 vars in 754 bytes} [Tue Jul 14 09:55:49 2026] PUT /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2583] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2584] 10.0.0.2 () {34 vars in 776 bytes} [Tue Jul 14 09:55:49 2026] PUT /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2585] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2586] 10.0.0.2 () {34 vars in 747 bytes} [Tue Jul 14 09:55:49 2026] PUT /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2587] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2588] 10.0.0.2 () {32 vars in 735 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:49.723 8 INFO neutron.api.v2.resource [None req-94e95bc4-8293-498f-919e-1661dad24e7b 6977900ec6df49dc8196a36369717fc6 db77eca3aa4044c697bbed305b2f32ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1219/2589] 10.0.0.2 () {32 vars in 739 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2590] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:49 2026] DELETE /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2591] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:55:49.818 7 INFO neutron.api.v2.resource [None req-5701caf1-7eeb-4f59-af8b-81a147bbf001 6977900ec6df49dc8196a36369717fc6 db77eca3aa4044c697bbed305b2f32ff - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1372/2592] 10.0.0.2 () {32 vars in 742 bytes} [Tue Jul 14 09:55:49 2026] DELETE /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2593] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:55:49 2026] DELETE /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags => 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: 1373/2594] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64/tags => 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: 1222/2595] 10.0.0.2 () {32 vars in 717 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2596] 10.0.0.2 () {32 vars in 715 bytes} [Tue Jul 14 09:55:49 2026] GET /v2.0/ports/9d9bf4d3-4598-4f5d-8951-c9d7159c12ac => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2597] 10.0.0.2 () {32 vars in 720 bytes} [Tue Jul 14 09:55:50 2026] DELETE /v2.0/trunks/e570226d-327d-4e89-bd3d-219b3ccd3d64 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:55:50.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-118b8144-1b1e-4f73-878c-d5827fe223f2 6977900ec6df49dc8196a36369717fc6 db77eca3aa4044c697bbed305b2f32ff - - default default] TaaS: Handle Delete Port: 9d9bf4d3-4598-4f5d-8951-c9d7159c12ac 2026-07-14 09:55:50.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-118b8144-1b1e-4f73-878c-d5827fe223f2 6977900ec6df49dc8196a36369717fc6 db77eca3aa4044c697bbed305b2f32ff - - default default] Tap Mirror: Handle Delete Port: 9d9bf4d3-4598-4f5d-8951-c9d7159c12ac [pid: 8|app: 0|req: 1224/2598] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:55:50 2026] GET /v2.0/ports?tenant_id=9895211cefa34bc6a975a45649e0dd0b&device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2599] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:55:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.215&port_id=e72adbaf-621d-49f2-b841-23236c08aca1 => 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: 1226/2600] 199.19.213.177 () {34 vars in 1104 bytes} [Tue Jul 14 09:55:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A285&port_id=e72adbaf-621d-49f2-b841-23236c08aca1 => 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: 1375/2601] 10.0.0.2 () {32 vars in 718 bytes} [Tue Jul 14 09:55:50 2026] DELETE /v2.0/ports/9d9bf4d3-4598-4f5d-8951-c9d7159c12ac => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2602] 199.19.213.177 () {34 vars in 1064 bytes} [Tue Jul 14 09:55:50 2026] GET /v2.0/subnets?id=7c8f25bb-ff2d-44a1-b98c-d0e0353b7ed9&id=bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2603] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:55:50 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:55:50.366 7 INFO neutron.services.segments.plugin [-] Segment 5bae9b48-6086-4f8b-8cf1-29e1701b63af resource provider aggregate not found [pid: 8|app: 0|req: 1229/2604] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:55:50 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:55:50.370 7 INFO neutron.services.segments.plugin [-] Segment 5bae9b48-6086-4f8b-8cf1-29e1701b63af resource provider aggregate not found 2026-07-14 09:55:50.384 7 INFO neutron.services.segments.plugin [-] Segment 5bae9b48-6086-4f8b-8cf1-29e1701b63af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bae9b48-6086-4f8b-8cf1-29e1701b63af found for delete ", "request_id": "req-9f0a9de5-da0a-4041-bdd6-ee93975f25a4"}]} 2026-07-14 09:55:50.385 7 INFO neutron.services.segments.plugin [-] Segment 5bae9b48-6086-4f8b-8cf1-29e1701b63af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bae9b48-6086-4f8b-8cf1-29e1701b63af found for delete ", "request_id": "req-ad68e15f-e31a-4d40-9027-74bb12557890"}]} [pid: 7|app: 0|req: 1376/2605] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 09:55:50 2026] DELETE /v2.0/networks/ba6097f7-78e6-413a-9e67-01f92a433b22 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2606] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:55:50 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1377/2607] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:55:50 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2608] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:51 2026] GET /v2.0/security-groups?tenant_id=db77eca3aa4044c697bbed305b2f32ff&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2609] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:51 2026] DELETE /v2.0/security-groups/faff0e13-93be-4640-8a16-8772c4b774f5 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2610] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 09:55:51 2026] GET /v2.0/security-groups?tenant_id=72900740f05a4e6b9781b2dfa56dfc35&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2611] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 09:55:51 2026] DELETE /v2.0/security-groups/96db6281-550b-4a70-a833-23c7e890c6cf => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2612] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:55:53 2026] GET /v2.0/ports?device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => generated 1200 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2613] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:55:53 2026] GET /v2.0/security-groups?id=4b48853a-e1cf-47f9-9d02-66ac05cc4325&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2616] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:55:58 2026] GET /v2.0/ports?device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2617] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:55:58 2026] GET /v2.0/security-groups?id=4b48853a-e1cf-47f9-9d02-66ac05cc4325&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2618] 10.0.0.2 () {32 vars in 816 bytes} [Tue Jul 14 09:55:58 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&mac_address=fa%3A16%3A3e%3A08%3Ac6%3A5d => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:55:59.785 7 INFO neutron.db.l3_db [None req-5538e5a6-04e4-4293-b48b-915b899f049b 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Floating IP 62e8c6a0-8452-474a-820d-3a1cbc932978 associated. External IP: 10.96.250.214, port: e72adbaf-621d-49f2-b841-23236c08aca1. [pid: 7|app: 0|req: 1383/2619] 10.0.0.2 () {34 vars in 675 bytes} [Tue Jul 14 09:55:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:56:00.171 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef4e47d7-63a0-4323-b825-3b855787b896'] response: {'name': 'network-changed', 'server_uuid': '89cbd936-63ea-4b22-86c6-954d1eb12671', 'tag': 'e72adbaf-621d-49f2-b841-23236c08aca1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1237/2620] 10.0.0.51 () {34 vars in 1093 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-741297682&fields=id&tenant_id=9895211cefa34bc6a975a45649e0dd0b => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2621] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/networks?id=720f23f3-eef0-48f5-afcc-bd248a76074b => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2622] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/quotas/9895211cefa34bc6a975a45649e0dd0b => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2623] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/ports?tenant_id=9895211cefa34bc6a975a45649e0dd0b&fields=id => generated 333 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2624] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1386/2625] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2626] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/ports?tenant_id=9895211cefa34bc6a975a45649e0dd0b&device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2627] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/networks?id=e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2628] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/ports?device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => 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: 1241/2629] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.215&port_id=e72adbaf-621d-49f2-b841-23236c08aca1 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2630] 199.19.213.177 () {34 vars in 1104 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A285&port_id=e72adbaf-621d-49f2-b841-23236c08aca1 => 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: 1242/2631] 199.19.213.177 () {34 vars in 1064 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/subnets?id=7c8f25bb-ff2d-44a1-b98c-d0e0353b7ed9&id=bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2632] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2633] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:56:00 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&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: 1391/2634] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:56:01 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2635] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:56:01 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1392/2636] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:56:05 2026] GET /v2.0/networks?id=720f23f3-eef0-48f5-afcc-bd248a76074b => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2637] 199.19.213.177 () {34 vars in 1050 bytes} [Tue Jul 14 09:56:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9895211cefa34bc6a975a45649e0dd0b => generated 178 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2638] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:56:05 2026] POST /v2.0/ports => generated 1187 bytes in 459 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: 1394/2639] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:56:05 2026] GET /v2.0/ports?device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => generated 1202 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2640] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:56:05 2026] GET /v2.0/security-groups?id=4b48853a-e1cf-47f9-9d02-66ac05cc4325&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2641] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:56:05 2026] PUT /v2.0/ports/8d7d2cdb-ec87-4bc0-8f92-912210a60b54 => generated 1468 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:56:06.241 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a493f363-5fb4-4c86-844d-cad8be293088'] response: {'name': 'network-changed', 'server_uuid': '28846747-85a2-4f87-b89a-ae8f648e8358', 'tag': '8d7d2cdb-ec87-4bc0-8f92-912210a60b54', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1396/2642] 10.0.0.97 () {34 vars in 989 bytes} [Tue Jul 14 09:56:06 2026] GET /v2.0/ports?device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1247/2643] 10.0.0.97 () {34 vars in 1039 bytes} [Tue Jul 14 09:56:06 2026] GET /v2.0/security-groups?id=4b48853a-e1cf-47f9-9d02-66ac05cc4325&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2644] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:56:06 2026] GET /v2.0/ports?tenant_id=9895211cefa34bc6a975a45649e0dd0b&device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => generated 1471 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2645] 199.19.213.177 () {34 vars in 1018 bytes} [Tue Jul 14 09:56:06 2026] GET /v2.0/networks?tenant_id=9895211cefa34bc6a975a45649e0dd0b&shared=False => generated 2377 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2646] 199.19.213.177 () {34 vars in 930 bytes} [Tue Jul 14 09:56:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2647] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:56:07 2026] GET /v2.0/ports?tenant_id=9895211cefa34bc6a975a45649e0dd0b&device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => generated 1471 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2648] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:56:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=8d7d2cdb-ec87-4bc0-8f92-912210a60b54 => 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: 1250/2649] 199.19.213.177 () {34 vars in 1106 bytes} [Tue Jul 14 09:56:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A37c&port_id=8d7d2cdb-ec87-4bc0-8f92-912210a60b54 => 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: 1400/2650] 199.19.213.177 () {34 vars in 1064 bytes} [Tue Jul 14 09:56:08 2026] GET /v2.0/subnets?id=877b6dea-a7f8-4775-92d8-e7afefdc9f7a&id=e2740446-c7f5-4bf3-8e63-0b45bf8a9cb7 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2651] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:56:08 2026] GET /v2.0/ports?network_id=720f23f3-eef0-48f5-afcc-bd248a76074b&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: 7|app: 0|req: 1401/2652] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:56:08 2026] GET /v2.0/ports?network_id=720f23f3-eef0-48f5-afcc-bd248a76074b&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: 1252/2653] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:56:08 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1402/2654] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:56:08 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1253/2655] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:56:11 2026] GET /v2.0/ports?device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => generated 1204 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2656] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:56:11 2026] GET /v2.0/security-groups?id=4b48853a-e1cf-47f9-9d02-66ac05cc4325&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2659] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:56:16 2026] GET /v2.0/ports?device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2660] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:56:16 2026] GET /v2.0/security-groups?id=4b48853a-e1cf-47f9-9d02-66ac05cc4325&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2661] 10.0.0.2 () {32 vars in 816 bytes} [Tue Jul 14 09:56:16 2026] GET /v2.0/ports?network_id=720f23f3-eef0-48f5-afcc-bd248a76074b&mac_address=fa%3A16%3A3e%3A1f%3A67%3A8b => generated 1204 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:56:17.317 8 INFO neutron.db.l3_db [None req-f228f308-6557-4f48-97e0-4e8b3a8fcb13 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Floating IP a231cdd0-8d51-40f3-b940-b3051f45d212 associated. External IP: 10.96.250.211, port: 8d7d2cdb-ec87-4bc0-8f92-912210a60b54. [pid: 8|app: 0|req: 1256/2662] 10.0.0.2 () {34 vars in 675 bytes} [Tue Jul 14 09:56:16 2026] POST /v2.0/floatingips => generated 855 bytes in 1121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-14 09:56:17.675 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc9bc7ee-0d6d-4376-9f15-6946be063144'] response: {'name': 'network-changed', 'server_uuid': '28846747-85a2-4f87-b89a-ae8f648e8358', 'tag': '8d7d2cdb-ec87-4bc0-8f92-912210a60b54', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1407/2663] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:56:18 2026] GET /v2.0/ports?tenant_id=9895211cefa34bc6a975a45649e0dd0b&device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => generated 1473 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2664] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:56:18 2026] GET /v2.0/networks?id=720f23f3-eef0-48f5-afcc-bd248a76074b => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2665] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:56:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=8d7d2cdb-ec87-4bc0-8f92-912210a60b54 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2666] 199.19.213.177 () {34 vars in 1106 bytes} [Tue Jul 14 09:56:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A37c&port_id=8d7d2cdb-ec87-4bc0-8f92-912210a60b54 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2667] 199.19.213.177 () {34 vars in 1064 bytes} [Tue Jul 14 09:56:18 2026] GET /v2.0/subnets?id=877b6dea-a7f8-4775-92d8-e7afefdc9f7a&id=e2740446-c7f5-4bf3-8e63-0b45bf8a9cb7 => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2668] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:56:18 2026] GET /v2.0/ports?network_id=720f23f3-eef0-48f5-afcc-bd248a76074b&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2669] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:56:18 2026] GET /v2.0/ports?network_id=720f23f3-eef0-48f5-afcc-bd248a76074b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2670] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:56:18 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1411/2671] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:56:18 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2672] 10.0.0.97 () {34 vars in 989 bytes} [Tue Jul 14 09:56:24 2026] GET /v2.0/ports?device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => generated 1473 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2673] 10.0.0.97 () {34 vars in 1039 bytes} [Tue Jul 14 09:56:24 2026] GET /v2.0/security-groups?id=4b48853a-e1cf-47f9-9d02-66ac05cc4325&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2676] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 09:56:40 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1263/2677] 10.0.0.177 () {30 vars in 690 bytes} [Tue Jul 14 09:56:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2678] 10.0.0.177 () {30 vars in 692 bytes} [Tue Jul 14 09:56:41 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: 8|app: 0|req: 1264/2679] 10.0.0.177 () {30 vars in 668 bytes} [Tue Jul 14 09:56:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2680] 10.0.0.177 () {30 vars in 704 bytes} [Tue Jul 14 09:56:41 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: 1418/2683] 10.0.0.177 () {28 vars in 439 bytes} [Tue Jul 14 09:56:42 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2684] 10.0.0.177 () {30 vars in 728 bytes} [Tue Jul 14 09:56:42 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => generated 658 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2685] 10.0.0.177 () {30 vars in 690 bytes} [Tue Jul 14 09:56:42 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: 1267/2686] 10.0.0.177 () {30 vars in 692 bytes} [Tue Jul 14 09:56:42 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: 1420/2687] 10.0.0.177 () {30 vars in 668 bytes} [Tue Jul 14 09:56:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2688] 10.0.0.177 () {30 vars in 704 bytes} [Tue Jul 14 09:56: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: 1421/2689] 10.0.0.177 () {30 vars in 728 bytes} [Tue Jul 14 09:56:42 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2690] 10.0.0.177 () {30 vars in 690 bytes} [Tue Jul 14 09:56:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2691] 10.0.0.177 () {30 vars in 692 bytes} [Tue Jul 14 09:56:42 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: 1270/2692] 10.0.0.177 () {30 vars in 668 bytes} [Tue Jul 14 09:56:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2693] 10.0.0.177 () {30 vars in 704 bytes} [Tue Jul 14 09:56:42 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: 1271/2694] 10.0.0.177 () {30 vars in 730 bytes} [Tue Jul 14 09:56:42 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2695] 10.0.0.177 () {30 vars in 682 bytes} [Tue Jul 14 09:56:42 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2696] 10.0.0.177 () {34 vars in 704 bytes} [Tue Jul 14 09:56:42 2026] POST /v2.0/ports => generated 1128 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2697] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:56:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1273/2698] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:56:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2699] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:56:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2700] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:56:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2701] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:56:45 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2702] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:56:45 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: 1428/2703] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:56:45 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: 1276/2704] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:56:45 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: 1429/2705] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:56:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:56:45.937 8 INFO neutron.api.v2.resource [None req-fa91f817-dbbb-4f37-8f17-8457fb853d72 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1277/2706] 199.19.213.177 () {30 vars in 763 bytes} [Tue Jul 14 09:56:45 2026] GET /v2.0/security-groups/lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2707] 199.19.213.177 () {30 vars in 785 bytes} [Tue Jul 14 09:56:45 2026] GET /v2.0/security-groups?name=lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2708] 199.19.213.177 () {34 vars in 736 bytes} [Tue Jul 14 09:56:45 2026] POST /v2.0/security-groups => generated 1638 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2709] 199.19.213.177 () {30 vars in 815 bytes} [Tue Jul 14 09:56:46 2026] GET /v2.0/security-group-rules?security_group_id=0f9dc92a-39b9-43ed-8606-71e97f30bf18 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2710] 199.19.213.177 () {34 vars in 789 bytes} [Tue Jul 14 09:56:46 2026] PUT /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 1128 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2711] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:56:46 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1280/2712] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:56:46 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: 1433/2713] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:56:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2714] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:56:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2715] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:56:46 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1282/2716] 10.0.0.51 () {34 vars in 1015 bytes} [Tue Jul 14 09:56:54 2026] GET /v2.0/security-groups?id=9f444a6c-78c0-4d5d-b066-e3e93aa0fdce&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2717] 10.0.0.51 () {34 vars in 981 bytes} [Tue Jul 14 09:56:54 2026] GET /v2.0/networks?id=f6b0cc8f-6afd-4af1-bd49-63418142eb24 => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2718] 10.0.0.51 () {34 vars in 964 bytes} [Tue Jul 14 09:56:54 2026] GET /v2.0/quotas/5427e028f63348ff839d390a7021917d => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2719] 10.0.0.51 () {34 vars in 1001 bytes} [Tue Jul 14 09:56:54 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2720] 10.0.0.51 () {34 vars in 1007 bytes} [Tue Jul 14 09:56:54 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2721] 10.0.0.51 () {34 vars in 1107 bytes} [Tue Jul 14 09:56:54 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?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: 1285/2722] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:56:55 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1438/2723] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:56:55 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1440/2726] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:56:58 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1287/2727] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:56:58 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1441/2728] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:56:59 2026] GET /v2.0/networks?id=f6b0cc8f-6afd-4af1-bd49-63418142eb24 => generated 735 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2729] 199.19.213.177 () {34 vars in 1050 bytes} [Tue Jul 14 09:56:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5427e028f63348ff839d390a7021917d => generated 343 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2730] 199.19.213.177 () {38 vars in 955 bytes} [Tue Jul 14 09:56:59 2026] POST /v2.0/ports => generated 1078 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2731] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:56:59 2026] PUT /v2.0/ports/dd0b29ec-0156-42c0-9b48-aeae8e212af3 => generated 1239 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:57:00.491 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-98609363-530f-4987-ac2a-2cd156c3da48'] response: {'name': 'network-changed', 'server_uuid': 'fc9fdb6c-8666-4799-a05c-042aff4543cf', 'tag': 'dd0b29ec-0156-42c0-9b48-aeae8e212af3', '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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1443/2732] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:57:01 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2733] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:57:01 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2734] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:57:01 2026] GET /v2.0/security-groups?id=9f444a6c-78c0-4d5d-b066-e3e93aa0fdce&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2735] 199.19.213.177 () {34 vars in 1018 bytes} [Tue Jul 14 09:57:01 2026] GET /v2.0/networks?tenant_id=5427e028f63348ff839d390a7021917d&shared=False => generated 735 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2736] 199.19.213.177 () {34 vars in 930 bytes} [Tue Jul 14 09:57:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2737] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:57:01 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2738] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:57:02 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2739] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:57:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.39&port_id=dd0b29ec-0156-42c0-9b48-aeae8e212af3 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2740] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:57:02 2026] GET /v2.0/subnets?id=2caa8a51-7309-4036-8604-2a40c7349336 => 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: 1294/2741] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:57:02 2026] GET /v2.0/ports?network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2742] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:57:02 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2743] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:57:02 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2744] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:57:04 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2745] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:57:04 2026] GET /v2.0/security-groups?id=9f444a6c-78c0-4d5d-b066-e3e93aa0fdce&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2746] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:57:04 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2747] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:57:06 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2748] 199.19.213.177 () {34 vars in 1044 bytes} [Tue Jul 14 09:57:06 2026] GET /v2.0/security-groups?id=9f444a6c-78c0-4d5d-b066-e3e93aa0fdce&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2749] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:57:07 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2750] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:57:07 2026] GET /v2.0/security-groups?id=9f444a6c-78c0-4d5d-b066-e3e93aa0fdce&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2751] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:57:07 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1453/2752] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:57:10 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1300/2753] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:57:10 2026] GET /v2.0/security-groups?id=9f444a6c-78c0-4d5d-b066-e3e93aa0fdce&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2754] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:57:10 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1458/2761] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:57:45 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: 1304/2762] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:57:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2763] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:57:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2764] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:57:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2765] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:57:45 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1306/2766] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:57:45 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1461/2767] 199.19.213.177 () {34 vars in 717 bytes} [Tue Jul 14 09:57:45 2026] POST /v2.0/ports => generated 1059 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2768] 10.0.0.51 () {34 vars in 970 bytes} [Tue Jul 14 09:57:46 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1059 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2769] 10.0.0.51 () {34 vars in 906 bytes} [Tue Jul 14 09:57:46 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2770] 199.19.213.177 () {34 vars in 1262 bytes} [Tue Jul 14 09:57:47 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2771] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:57:47 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?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: 1309/2772] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:57:47 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?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: 1464/2773] 199.19.213.177 () {34 vars in 975 bytes} [Tue Jul 14 09:57:47 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2774] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:57:47 2026] GET /v2.0/networks?id=e0e42002-679a-490a-a1e8-b136239d1200 => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2775] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:57:48 2026] PUT /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1249 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:57:48.549 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cdccb890-e135-4353-88e7-7a64d9c56d0b'] response: {'name': 'network-changed', 'server_uuid': 'fc9fdb6c-8666-4799-a05c-042aff4543cf', 'tag': '92617123-39dd-4cb0-a0e8-ab744fdac7c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1311/2776] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:57:49 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2777] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:57:49 2026] GET /v2.0/networks?id=e0e42002-679a-490a-a1e8-b136239d1200 => generated 803 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2778] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:57:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.152&port_id=92617123-39dd-4cb0-a0e8-ab744fdac7c1 => 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: 1467/2779] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:57:49 2026] GET /v2.0/subnets?id=464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1313/2780] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:57:49 2026] GET /v2.0/ports?network_id=e0e42002-679a-490a-a1e8-b136239d1200&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: 7|app: 0|req: 1468/2781] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:57:49 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?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: 1314/2782] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:57:49 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2783] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:57:50 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2784] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:57:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.39&port_id=dd0b29ec-0156-42c0-9b48-aeae8e212af3 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2785] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:57:50 2026] GET /v2.0/subnets?id=2caa8a51-7309-4036-8604-2a40c7349336 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2786] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:57:50 2026] GET /v2.0/ports?network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2787] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:57:50 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?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: 1317/2788] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:57:50 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2789] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:57:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.152&port_id=92617123-39dd-4cb0-a0e8-ab744fdac7c1 => 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: 1318/2790] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:57:50 2026] GET /v2.0/subnets?id=464c9df1-79ea-42fc-83ee-972c06991790 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2791] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:57:50 2026] GET /v2.0/ports?network_id=e0e42002-679a-490a-a1e8-b136239d1200&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2792] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:57:50 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2793] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:57:50 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?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: 1320/2794] 10.0.0.51 () {34 vars in 970 bytes} [Tue Jul 14 09:57:54 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1251 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2795] 199.19.213.177 () {34 vars in 789 bytes} [Tue Jul 14 09:57:54 2026] PUT /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1275 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:57:55.189 8 INFO neutron.api.v2.resource [None req-969336c0-c297-451a-9c28-08cec18a4bb2 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1321/2796] 199.19.213.177 () {30 vars in 763 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/security-groups/lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:57:55.214 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7c1a229-733a-4900-b7e1-22d6be8d032a'] response: {'name': 'network-changed', 'server_uuid': 'fc9fdb6c-8666-4799-a05c-042aff4543cf', 'tag': '92617123-39dd-4cb0-a0e8-ab744fdac7c1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1476/2797] 199.19.213.177 () {30 vars in 785 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/security-groups?name=lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => 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: 1322/2798] 199.19.213.177 () {34 vars in 789 bytes} [Tue Jul 14 09:57:55 2026] PUT /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1313 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:57:55.563 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-de0d16a5-4228-449a-8e67-d61b25b9d8a1'] response: {'name': 'network-changed', 'server_uuid': 'fc9fdb6c-8666-4799-a05c-042aff4543cf', 'tag': '92617123-39dd-4cb0-a0e8-ab744fdac7c1', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1323/2799] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:57:55 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: 1324/2800] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:57:55 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: 1477/2801] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2802] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2803] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:57:55 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: 1478/2804] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/networks?id=e0e42002-679a-490a-a1e8-b136239d1200 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2805] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2806] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.152&port_id=92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2807] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2808] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/subnets?id=464c9df1-79ea-42fc-83ee-972c06991790 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2809] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/ports?network_id=e0e42002-679a-490a-a1e8-b136239d1200&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: 1329/2810] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1349 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2811] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1482/2812] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2813] 199.19.213.177 () {30 vars in 743 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2814] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:57:55 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?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: 1332/2815] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:57:56 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => 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: 1484/2816] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:57:56 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1334/2819] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:57:57 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2820] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:57:57 2026] GET /v2.0/networks?id=e0e42002-679a-490a-a1e8-b136239d1200 => generated 803 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2821] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:57:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.152&port_id=92617123-39dd-4cb0-a0e8-ab744fdac7c1 => 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: 1487/2822] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:57:57 2026] GET /v2.0/subnets?id=464c9df1-79ea-42fc-83ee-972c06991790 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2823] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:57:57 2026] GET /v2.0/ports?network_id=e0e42002-679a-490a-a1e8-b136239d1200&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2824] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:57:57 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?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: 1337/2825] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:57:57 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:58:04.995 7 INFO neutron.db.l3_db [None req-92e8bf6f-5afe-44df-913d-b51ae849950c 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Floating IP b04f4956-2f01-4af6-a95d-fa539fbb024d associated. External IP: 10.96.250.216, port: a2296632-836e-430c-806b-b685b8e0e74d. [pid: 7|app: 0|req: 1489/2826] 10.0.0.2 () {34 vars in 675 bytes} [Tue Jul 14 09:58:04 2026] POST /v2.0/floatingips => generated 898 bytes in 1132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2827] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:58:08 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: 1490/2828] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:58:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2829] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:58:08 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: 1491/2830] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:58:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:58:08.291 8 INFO neutron.api.v2.resource [None req-f3a720fa-2820-499b-a22f-9eed46474a3a 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1340/2831] 199.19.213.177 () {30 vars in 763 bytes} [Tue Jul 14 09:58:08 2026] GET /v2.0/security-groups/lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2832] 199.19.213.177 () {30 vars in 785 bytes} [Tue Jul 14 09:58:08 2026] GET /v2.0/security-groups?name=lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2833] 199.19.213.177 () {30 vars in 815 bytes} [Tue Jul 14 09:58:08 2026] GET /v2.0/security-group-rules?security_group_id=0f9dc92a-39b9-43ed-8606-71e97f30bf18 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2834] 199.19.213.177 () {34 vars in 747 bytes} [Tue Jul 14 09:58:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2835] 199.19.213.177 () {34 vars in 747 bytes} [Tue Jul 14 09:58:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2838] 10.0.0.177 () {30 vars in 690 bytes} [Tue Jul 14 09:58:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2839] 10.0.0.177 () {30 vars in 692 bytes} [Tue Jul 14 09:58:17 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: 1496/2840] 10.0.0.177 () {30 vars in 668 bytes} [Tue Jul 14 09:58:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2841] 10.0.0.177 () {30 vars in 704 bytes} [Tue Jul 14 09:58:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2842] 10.0.0.177 () {28 vars in 439 bytes} [Tue Jul 14 09:58:17 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2843] 10.0.0.177 () {30 vars in 728 bytes} [Tue Jul 14 09:58:17 2026] GET /v2.0/subnets/bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 655 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2844] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:58:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2845] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:58:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2846] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:58:19 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: 1348/2847] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:58:19 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: 1500/2848] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:19 2026] GET /v2.0/subnets/bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2849] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:58:19 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2850] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:58:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2851] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:58:19 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: 1502/2852] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:58:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2853] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:58:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2854] 199.19.213.177 () {34 vars in 717 bytes} [Tue Jul 14 09:58:19 2026] POST /v2.0/ports => generated 1328 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2855] 10.0.0.51 () {34 vars in 970 bytes} [Tue Jul 14 09:58:19 2026] GET /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1504/2856] 10.0.0.51 () {34 vars in 906 bytes} [Tue Jul 14 09:58:19 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2857] 199.19.213.177 () {34 vars in 1262 bytes} [Tue Jul 14 09:58:21 2026] GET /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2858] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:21 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2859] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:21 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1506/2860] 199.19.213.177 () {34 vars in 975 bytes} [Tue Jul 14 09:58:21 2026] GET /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2861] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:58:21 2026] GET /v2.0/networks?id=e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2862] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:58:21 2026] PUT /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e => generated 1518 bytes in 527 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:58:22.331 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2dbbf24a-0271-40cb-b76c-fb53dea19477'] response: {'name': 'network-changed', 'server_uuid': 'fc9fdb6c-8666-4799-a05c-042aff4543cf', 'tag': '9532757b-5658-40c0-a1c2-434f9e7e9a8e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1356/2863] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:58:22 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 4095 bytes in 63 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: 1508/2864] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:58:22 2026] GET /v2.0/networks?id=e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 801 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2865] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:58:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=9532757b-5658-40c0-a1c2-434f9e7e9a8e => 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: 1509/2866] 199.19.213.177 () {34 vars in 1104 bytes} [Tue Jul 14 09:58:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a3&port_id=9532757b-5658-40c0-a1c2-434f9e7e9a8e => 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: 1358/2867] 199.19.213.177 () {34 vars in 1064 bytes} [Tue Jul 14 09:58:23 2026] GET /v2.0/subnets?id=7c8f25bb-ff2d-44a1-b98c-d0e0353b7ed9&id=bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2868] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:23 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&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: 1359/2869] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:23 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2870] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:23 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1360/2871] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:23 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1512/2872] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 4095 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2873] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.39&port_id=dd0b29ec-0156-42c0-9b48-aeae8e212af3 => 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: 1513/2874] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/subnets?id=2caa8a51-7309-4036-8604-2a40c7349336 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2875] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/ports?network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2876] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?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: 1363/2877] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?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: 1515/2878] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.152&port_id=92617123-39dd-4cb0-a0e8-ab744fdac7c1 => 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: 1364/2879] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/subnets?id=464c9df1-79ea-42fc-83ee-972c06991790 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2880] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/ports?network_id=e0e42002-679a-490a-a1e8-b136239d1200&device_owner=network%3Adhcp => generated 1461 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2881] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2882] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?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: 1366/2883] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=9532757b-5658-40c0-a1c2-434f9e7e9a8e => 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: 1518/2884] 199.19.213.177 () {34 vars in 1104 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a3&port_id=9532757b-5658-40c0-a1c2-434f9e7e9a8e => 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: 1367/2885] 199.19.213.177 () {34 vars in 1064 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/subnets?id=7c8f25bb-ff2d-44a1-b98c-d0e0353b7ed9&id=bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2886] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&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: 8|app: 0|req: 1368/2887] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:24 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&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: 1520/2888] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:25 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1369/2889] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:25 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1522/2892] 10.0.0.51 () {34 vars in 970 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2893] 199.19.213.177 () {30 vars in 743 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 798 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2894] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/subnets/bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2895] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/subnets/7c8f25bb-ff2d-44a1-b98c-d0e0353b7ed9 => generated 744 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2896] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2897] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:58:29 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: 1525/2898] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2899] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:58:29 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: 1526/2900] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2901] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => 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: 1527/2902] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2903] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2904] 199.19.213.177 () {30 vars in 743 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2905] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2906] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:29 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2907] 10.0.0.177 () {30 vars in 690 bytes} [Tue Jul 14 09:58: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: 1530/2908] 10.0.0.177 () {30 vars in 692 bytes} [Tue Jul 14 09:58:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2909] 10.0.0.177 () {30 vars in 668 bytes} [Tue Jul 14 09:58:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2910] 10.0.0.177 () {30 vars in 704 bytes} [Tue Jul 14 09:58:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2911] 10.0.0.177 () {28 vars in 439 bytes} [Tue Jul 14 09:58:33 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2912] 10.0.0.177 () {30 vars in 728 bytes} [Tue Jul 14 09:58:33 2026] GET /v2.0/subnets/877b6dea-a7f8-4775-92d8-e7afefdc9f7a => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2913] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:58:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2914] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:58:36 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: 1382/2915] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:58:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2916] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:58:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2917] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:36 2026] GET /v2.0/subnets/bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2918] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:36 2026] GET /v2.0/subnets/877b6dea-a7f8-4775-92d8-e7afefdc9f7a => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2919] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:58:36 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 4097 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2920] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:58:36 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: 1385/2921] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:58:36 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: 1537/2922] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:58:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2923] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:58:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2924] 199.19.213.177 () {34 vars in 717 bytes} [Tue Jul 14 09:58:36 2026] POST /v2.0/ports => generated 1332 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2925] 10.0.0.51 () {34 vars in 970 bytes} [Tue Jul 14 09:58:37 2026] GET /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => generated 1332 bytes in 28 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: 1539/2926] 199.19.213.177 () {34 vars in 1262 bytes} [Tue Jul 14 09:58:38 2026] GET /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2927] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:38 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1540/2928] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:38 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1389/2929] 199.19.213.177 () {34 vars in 975 bytes} [Tue Jul 14 09:58:39 2026] GET /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => generated 1332 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2930] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:58:39 2026] GET /v2.0/networks?id=720f23f3-eef0-48f5-afcc-bd248a76074b => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2931] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:58:39 2026] PUT /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => generated 1522 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:58:40.048 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4457bdb-5aee-4845-ba14-3d55f8d187c9'] response: {'name': 'network-changed', 'server_uuid': 'fc9fdb6c-8666-4799-a05c-042aff4543cf', 'tag': '1d8cfa77-5614-48d9-bf49-d0a8cfe05196', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1542/2932] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:58:40 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 5611 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1391/2933] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:58:40 2026] GET /v2.0/networks?id=720f23f3-eef0-48f5-afcc-bd248a76074b => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2934] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:58:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.248&port_id=1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => 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: 1392/2935] 199.19.213.177 () {34 vars in 1106 bytes} [Tue Jul 14 09:58:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A30f&port_id=1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => 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: 1544/2936] 199.19.213.177 () {34 vars in 1064 bytes} [Tue Jul 14 09:58:40 2026] GET /v2.0/subnets?id=877b6dea-a7f8-4775-92d8-e7afefdc9f7a&id=e2740446-c7f5-4bf3-8e63-0b45bf8a9cb7 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2937] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:40 2026] GET /v2.0/ports?network_id=720f23f3-eef0-48f5-afcc-bd248a76074b&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: 1545/2938] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:40 2026] GET /v2.0/ports?network_id=720f23f3-eef0-48f5-afcc-bd248a76074b&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: 1394/2939] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:40 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2940] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:40 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1396/2943] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 5611 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2944] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.39&port_id=dd0b29ec-0156-42c0-9b48-aeae8e212af3 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2945] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/subnets?id=2caa8a51-7309-4036-8604-2a40c7349336 => 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: 1549/2946] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/ports?network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24&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: 1398/2947] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?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: 1550/2948] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2949] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.152&port_id=92617123-39dd-4cb0-a0e8-ab744fdac7c1 => 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: 1551/2950] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/subnets?id=464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1400/2951] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/ports?network_id=e0e42002-679a-490a-a1e8-b136239d1200&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2952] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?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: 1401/2953] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2954] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=9532757b-5658-40c0-a1c2-434f9e7e9a8e => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2955] 199.19.213.177 () {34 vars in 1104 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a3&port_id=9532757b-5658-40c0-a1c2-434f9e7e9a8e => 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: 1554/2956] 199.19.213.177 () {34 vars in 1064 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/subnets?id=7c8f25bb-ff2d-44a1-b98c-d0e0353b7ed9&id=bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2957] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2958] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2959] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1556/2960] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1405/2961] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.248&port_id=1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => 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: 1557/2962] 199.19.213.177 () {34 vars in 1106 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A30f&port_id=1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => 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: 1406/2963] 199.19.213.177 () {34 vars in 1064 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/subnets?id=877b6dea-a7f8-4775-92d8-e7afefdc9f7a&id=e2740446-c7f5-4bf3-8e63-0b45bf8a9cb7 => generated 1415 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2964] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/ports?network_id=720f23f3-eef0-48f5-afcc-bd248a76074b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2965] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:42 2026] GET /v2.0/ports?network_id=720f23f3-eef0-48f5-afcc-bd248a76074b&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/2966] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:43 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1408/2967] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:43 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2968] 10.0.0.51 () {34 vars in 970 bytes} [Tue Jul 14 09:58:47 2026] GET /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2969] 199.19.213.177 () {30 vars in 743 bytes} [Tue Jul 14 09:58:47 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2970] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:47 2026] GET /v2.0/subnets/877b6dea-a7f8-4775-92d8-e7afefdc9f7a => generated 674 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2971] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:47 2026] GET /v2.0/subnets/e2740446-c7f5-4bf3-8e63-0b45bf8a9cb7 => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2972] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:58:47 2026] GET /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2973] 199.19.213.177 () {34 vars in 790 bytes} [Tue Jul 14 09:58:47 2026] PUT /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e => generated 1255 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:58:47.841 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df11b8f8-4ee4-4f95-bf6d-7104a882b78a'] response: {'name': 'network-changed', 'server_uuid': 'fc9fdb6c-8666-4799-a05c-042aff4543cf', 'tag': '9532757b-5658-40c0-a1c2-434f9e7e9a8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1563/2974] 199.19.213.177 () {30 vars in 743 bytes} [Tue Jul 14 09:58:47 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 798 bytes in 58 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: 1412/2975] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:47 2026] GET /v2.0/subnets/bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2976] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:58:48 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: 1413/2977] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:58:48 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: 1565/2978] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:58:48 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: 1414/2979] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2980] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1415/2981] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2982] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2983] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1568/2984] 199.19.213.177 () {30 vars in 743 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2985] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/2986] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1418/2987] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 5384 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2988] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/networks?id=e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2989] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=9532757b-5658-40c0-a1c2-434f9e7e9a8e => 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: 1571/2990] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/subnets?id=bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => 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: 1420/2991] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/2992] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2993] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:48 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1574/2996] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:58:58 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: 1423/2997] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:58:58 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: 1575/2998] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:58:58 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: 1424/2999] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:58:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3000] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:58 2026] GET /v2.0/subnets/bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/3001] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:58:58 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 5384 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3002] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:58:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/3003] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:58:58 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: 1578/3004] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:58:58 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: 1427/3005] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:58:58 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: 1579/3006] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:58:58 2026] GET /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3007] 199.19.213.177 () {34 vars in 790 bytes} [Tue Jul 14 09:58:58 2026] PUT /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => generated 1311 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:58:59.061 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2e27440-0cfb-40c9-97b9-b09aca81c699'] response: {'name': 'network-changed', 'server_uuid': 'fc9fdb6c-8666-4799-a05c-042aff4543cf', 'tag': '1d8cfa77-5614-48d9-bf49-d0a8cfe05196', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1580/3008] 199.19.213.177 () {30 vars in 743 bytes} [Tue Jul 14 09:58:59 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b => generated 798 bytes in 44 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: 1429/3009] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:58:59 2026] GET /v2.0/subnets/e2740446-c7f5-4bf3-8e63-0b45bf8a9cb7 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3010] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:58:59 2026] GET /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => generated 1347 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3011] 199.19.213.177 () {34 vars in 789 bytes} [Tue Jul 14 09:58:59 2026] PUT /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => generated 1080 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3012] 199.19.213.177 () {30 vars in 743 bytes} [Tue Jul 14 09:58:59 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b => 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: 8|app: 0|req: 1431/3013] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:58:59 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3014] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:58:59 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 4976 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/3015] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:58:59 2026] GET /v2.0/networks?id=720f23f3-eef0-48f5-afcc-bd248a76074b => generated 801 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3016] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:58:59 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1584/3017] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:58:59 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 4976 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/3018] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:58:59 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1585/3019] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:00 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 4976 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:59:01.094 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a91e1a8-e90e-4343-8812-868794b57b19'] response: {'name': 'network-changed', 'server_uuid': 'fc9fdb6c-8666-4799-a05c-042aff4543cf', 'tag': '1d8cfa77-5614-48d9-bf49-d0a8cfe05196', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1435/3020] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:59:01 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 4976 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3021] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:59:01 2026] GET /v2.0/networks?id=720f23f3-eef0-48f5-afcc-bd248a76074b => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3022] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:59:01 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1587/3023] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:59:01 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1437/3024] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:01 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 4976 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3025] 199.19.213.177 () {34 vars in 975 bytes} [Tue Jul 14 09:59:02 2026] GET /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/3026] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:59:02 2026] GET /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3027] 199.19.213.177 () {34 vars in 1016 bytes} [Tue Jul 14 09:59:02 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?fields=dns_domain => generated 29 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3028] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:59:02 2026] PUT /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => generated 917 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3029] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:02 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 3868 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-14 09:59:03.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-4dbd71c6-be2b-454f-ba96-d00e7dfce492 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 1d8cfa77-5614-48d9-bf49-d0a8cfe05196 2026-07-14 09:59:03.098 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dbd71c6-be2b-454f-ba96-d00e7dfce492 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 1d8cfa77-5614-48d9-bf49-d0a8cfe05196 [pid: 8|app: 0|req: 1440/3030] 199.19.213.177 () {32 vars in 759 bytes} [Tue Jul 14 09:59:02 2026] DELETE /v2.0/ports/1d8cfa77-5614-48d9-bf49-d0a8cfe05196 => 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: 1591/3031] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:59:03 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: 1441/3032] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:59:03 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: 1592/3033] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:59:03 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: 1442/3034] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:59:03 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: 1593/3035] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:59:03 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1443/3036] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:59:03 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => 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: 1594/3037] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:59:03 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3038] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:59:03 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1595/3039] 199.19.213.177 () {30 vars in 743 bytes} [Tue Jul 14 09:59:03 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3040] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:59:03 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3041] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:59:03 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1446/3042] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:59:03 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 3868 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3043] 199.19.213.177 () {34 vars in 1226 bytes} [Tue Jul 14 09:59:03 2026] GET /v2.0/networks?id=f6b0cc8f-6afd-4af1-bd49-63418142eb24&id=e0e42002-679a-490a-a1e8-b136239d1200&id=e1acf614-9e57-4a35-b047-ae9e676b91e5&id=720f23f3-eef0-48f5-afcc-bd248a76074b => generated 3098 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3044] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.39&port_id=dd0b29ec-0156-42c0-9b48-aeae8e212af3 => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3045] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/subnets?id=2caa8a51-7309-4036-8604-2a40c7349336 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3046] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/ports?network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3047] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3048] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?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: 1600/3049] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.152&port_id=92617123-39dd-4cb0-a0e8-ab744fdac7c1 => 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: 1450/3050] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/subnets?id=464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1601/3051] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/ports?network_id=e0e42002-679a-490a-a1e8-b136239d1200&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3052] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?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: 1602/3053] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?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: 1452/3054] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=9532757b-5658-40c0-a1c2-434f9e7e9a8e => 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: 1603/3055] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/subnets?id=bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3056] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3057] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1454/3058] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:59:04 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1605/3059] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:59:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3060] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:59:08 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: 1606/3061] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:59:08 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: 1456/3062] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:59:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3063] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:08 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 3868 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3064] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:59:08 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: 1608/3065] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:59:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3066] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:59:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3067] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:59:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3068] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:59:08 2026] GET /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e => generated 1291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3069] 199.19.213.177 () {34 vars in 789 bytes} [Tue Jul 14 09:59:08 2026] PUT /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e => generated 1080 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:59:09.356 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7dae2d0b-dceb-4970-9440-6fdc2da3a5d9'] response: {'name': 'network-changed', 'server_uuid': 'fc9fdb6c-8666-4799-a05c-042aff4543cf', 'tag': '9532757b-5658-40c0-a1c2-434f9e7e9a8e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1460/3070] 199.19.213.177 () {30 vars in 743 bytes} [Tue Jul 14 09:59:09 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1611/3071] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:09 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 3693 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3072] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:09 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1612/3073] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:59:09 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 3693 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3074] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:59:09 2026] GET /v2.0/networks?id=e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3075] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:59:09 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3076] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:59:10 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1614/3077] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:10 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 3693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3078] 199.19.213.177 () {34 vars in 975 bytes} [Tue Jul 14 09:59:11 2026] GET /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e => 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: 1615/3079] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:59:11 2026] GET /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3080] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:11 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 3693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3081] 199.19.213.177 () {34 vars in 1016 bytes} [Tue Jul 14 09:59:11 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1466/3082] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:59:11 2026] PUT /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e => generated 917 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3085] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:12 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 2585 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-07-14 09:59:12.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-a152a742-e2a3-4e4d-837a-8b1723d60bd3 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 9532757b-5658-40c0-a1c2-434f9e7e9a8e 2026-07-14 09:59:12.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a152a742-e2a3-4e4d-837a-8b1723d60bd3 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 9532757b-5658-40c0-a1c2-434f9e7e9a8e [pid: 8|app: 0|req: 1468/3086] 199.19.213.177 () {32 vars in 759 bytes} [Tue Jul 14 09:59:12 2026] DELETE /v2.0/ports/9532757b-5658-40c0-a1c2-434f9e7e9a8e => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3087] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3088] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3089] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3090] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:59:13 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: 1621/3091] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3092] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3093] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3094] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1623/3095] 199.19.213.177 () {30 vars in 743 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3096] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3097] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3098] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3099] 199.19.213.177 () {34 vars in 1146 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/networks?id=f6b0cc8f-6afd-4af1-bd49-63418142eb24&id=e0e42002-679a-490a-a1e8-b136239d1200&id=e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 2311 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3100] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.39&port_id=dd0b29ec-0156-42c0-9b48-aeae8e212af3 => 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: 1626/3101] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/subnets?id=2caa8a51-7309-4036-8604-2a40c7349336 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3102] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/ports?network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24&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/3103] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3104] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?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: 1628/3105] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.152&port_id=92617123-39dd-4cb0-a0e8-ab744fdac7c1 => 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: 1478/3106] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/subnets?id=464c9df1-79ea-42fc-83ee-972c06991790 => generated 679 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3107] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/ports?network_id=e0e42002-679a-490a-a1e8-b136239d1200&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3108] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3109] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:59:13 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?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: 1480/3110] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:59:25 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: 1631/3111] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:59:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3112] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:59:26 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: 1632/3113] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:59:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:59:26.036 8 INFO neutron.api.v2.resource [None req-e6a58487-a35d-4142-9dc4-7f980ac56b23 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1482/3114] 199.19.213.177 () {30 vars in 763 bytes} [Tue Jul 14 09:59:26 2026] GET /v2.0/security-groups/lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3115] 199.19.213.177 () {30 vars in 785 bytes} [Tue Jul 14 09:59:26 2026] GET /v2.0/security-groups?name=lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => generated 2865 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3116] 199.19.213.177 () {30 vars in 815 bytes} [Tue Jul 14 09:59:26 2026] GET /v2.0/security-group-rules?security_group_id=0f9dc92a-39b9-43ed-8606-71e97f30bf18 => generated 2334 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3117] 199.19.213.177 () {32 vars in 789 bytes} [Tue Jul 14 09:59:26 2026] DELETE /v2.0/security-group-rules/7cd5ff26-b849-469b-9871-02f0c05c1128 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3118] 199.19.213.177 () {32 vars in 789 bytes} [Tue Jul 14 09:59:26 2026] DELETE /v2.0/security-group-rules/b1e2399f-854c-4c75-8104-89a773ff3296 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:59:28.852 8 INFO neutron_taas.services.taas.taas_plugin [None req-97247eb5-8804-4e63-98ec-975502f93b0a 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: b7cbb242-4cf4-43c5-a594-47f475ba84b8 2026-07-14 09:59:28.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97247eb5-8804-4e63-98ec-975502f93b0a 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: b7cbb242-4cf4-43c5-a594-47f475ba84b8 2026-07-14 09:59:29.059 8 INFO neutron.db.l3_db [None req-97247eb5-8804-4e63-98ec-975502f93b0a 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Floating IP b04f4956-2f01-4af6-a95d-fa539fbb024d disassociated (deleted). External IP: 10.96.250.216, port: a2296632-836e-430c-806b-b685b8e0e74d. [pid: 8|app: 0|req: 1486/3121] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:59:28 2026] DELETE /v2.0/floatingips/b04f4956-2f01-4af6-a95d-fa539fbb024d => generated 0 bytes in 643 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:59:29.403 7 INFO neutron.api.v2.resource [None req-2f074449-f293-4659-a02a-9770a960d077 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3122] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:59:29 2026] GET /v2.0/floatingips/b04f4956-2f01-4af6-a95d-fa539fbb024d => 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: 1487/3123] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3124] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3125] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3126] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 09:59:30.371 8 INFO neutron.api.v2.resource [None req-e3c896f7-eccc-43ef-83c5-66e9bb053bec 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1489/3127] 199.19.213.177 () {30 vars in 763 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/security-groups/lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3128] 199.19.213.177 () {30 vars in 785 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/security-groups?name=lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3129] 199.19.213.177 () {30 vars in 815 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/security-group-rules?security_group_id=0f9dc92a-39b9-43ed-8606-71e97f30bf18 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3130] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:59:30 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: 1491/3131] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3132] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:59:30 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: 1492/3133] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3134] 199.19.213.177 () {30 vars in 741 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => 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: 1493/3135] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1643/3136] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1494/3137] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:30 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3138] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:31 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 2585 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3139] 199.19.213.177 () {34 vars in 975 bytes} [Tue Jul 14 09:59:32 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1349 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3140] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:59:32 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3141] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:32 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3142] 199.19.213.177 () {34 vars in 1016 bytes} [Tue Jul 14 09:59:32 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3143] 199.19.213.177 () {38 vars in 1028 bytes} [Tue Jul 14 09:59:32 2026] PUT /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1150 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3144] 199.19.213.177 () {30 vars in 769 bytes} [Tue Jul 14 09:59:33 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1498/3145] 199.19.213.177 () {34 vars in 789 bytes} [Tue Jul 14 09:59:34 2026] PUT /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1090 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3146] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 1090 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-14 09:59:34.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc29cf86-b083-44d9-9a9c-ad8b5169410b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: 92617123-39dd-4cb0-a0e8-ab744fdac7c1 2026-07-14 09:59:34.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc29cf86-b083-44d9-9a9c-ad8b5169410b 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: 92617123-39dd-4cb0-a0e8-ab744fdac7c1 [pid: 8|app: 0|req: 1499/3147] 199.19.213.177 () {32 vars in 759 bytes} [Tue Jul 14 09:59:34 2026] DELETE /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3148] 199.19.213.177 () {30 vars in 703 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3149] 199.19.213.177 () {30 vars in 705 bytes} [Tue Jul 14 09:59:34 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: 1650/3150] 199.19.213.177 () {30 vars in 681 bytes} [Tue Jul 14 09:59:34 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: 1501/3151] 199.19.213.177 () {30 vars in 717 bytes} [Tue Jul 14 09:59:34 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-07-14 09:59:34.677 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5418758-45be-4a30-922d-7466f6edc67d 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3152] 199.19.213.177 () {32 vars in 759 bytes} [Tue Jul 14 09:59:34 2026] DELETE /v2.0/ports/92617123-39dd-4cb0-a0e8-ab744fdac7c1 => 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: 1502/3153] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:59:34.739 7 INFO neutron.api.v2.resource [None req-e538ce53-6294-4038-9055-ab5614ac49fb 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3154] 199.19.213.177 () {30 vars in 763 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/security-groups/lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3155] 199.19.213.177 () {30 vars in 785 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/security-groups?name=lb-1356ced5-ef8f-41ba-9bca-14a1f0c445b9 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3156] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/ports?tenant_id=5427e028f63348ff839d390a7021917d&device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => 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: 1654/3157] 199.19.213.177 () {30 vars in 737 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => 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: 1504/3158] 199.19.213.177 () {34 vars in 1066 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/networks?id=f6b0cc8f-6afd-4af1-bd49-63418142eb24&id=e0e42002-679a-490a-a1e8-b136239d1200 => generated 1524 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3159] 199.19.213.177 () {34 vars in 1060 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.39&port_id=dd0b29ec-0156-42c0-9b48-aeae8e212af3 => 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: 1506/3160] 199.19.213.177 () {34 vars in 984 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/subnets?id=2caa8a51-7309-4036-8604-2a40c7349336 => 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: 1507/3161] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/ports?network_id=f6b0cc8f-6afd-4af1-bd49-63418142eb24&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3162] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:59:34 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3163] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:59:35 2026] GET /v2.0/networks/f6b0cc8f-6afd-4af1-bd49-63418142eb24?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3164] 199.19.213.177 () {34 vars in 789 bytes} [Tue Jul 14 09:59:34 2026] PUT /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 1090 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3165] 199.19.213.177 () {32 vars in 779 bytes} [Tue Jul 14 09:59:35 2026] DELETE /v2.0/security-groups/0f9dc92a-39b9-43ed-8606-71e97f30bf18 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:59:35.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-c09a318d-4340-4ff2-8645-f618ce9c8267 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: a2296632-836e-430c-806b-b685b8e0e74d 2026-07-14 09:59:35.275 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c09a318d-4340-4ff2-8645-f618ce9c8267 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: a2296632-836e-430c-806b-b685b8e0e74d [pid: 7|app: 0|req: 1656/3166] 199.19.213.177 () {32 vars in 759 bytes} [Tue Jul 14 09:59:35 2026] DELETE /v2.0/ports/a2296632-836e-430c-806b-b685b8e0e74d => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3167] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:59:38 2026] GET /v2.0/ports?device_id=fc9fdb6c-8666-4799-a05c-042aff4543cf => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:59:38.233 7 INFO neutron_taas.services.taas.taas_plugin [req-0ea8af7d-ab18-4189-a36e-eadb0527f3ec req-30578b4c-62d8-48ab-9244-3ebf3e375633 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] TaaS: Handle Delete Port: dd0b29ec-0156-42c0-9b48-aeae8e212af3 2026-07-14 09:59:38.235 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0ea8af7d-ab18-4189-a36e-eadb0527f3ec req-30578b4c-62d8-48ab-9244-3ebf3e375633 6a1bf8bfc5bf4bb3b10af50d94c5ef64 5427e028f63348ff839d390a7021917d - - default default] Tap Mirror: Handle Delete Port: dd0b29ec-0156-42c0-9b48-aeae8e212af3 [pid: 7|app: 0|req: 1657/3168] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:59:38 2026] DELETE /v2.0/ports/dd0b29ec-0156-42c0-9b48-aeae8e212af3 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:59:38.394 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-941ceda7-d013-41ce-ab24-1abc92bdae00'] response: {'server_uuid': 'fc9fdb6c-8666-4799-a05c-042aff4543cf', 'name': 'network-vif-deleted', 'tag': 'dd0b29ec-0156-42c0-9b48-aeae8e212af3', 'status': 'completed', 'code': 200} 2026-07-14 09:59:39.757 8 INFO neutron_taas.services.taas.taas_plugin [None req-3fa42a78-6adc-462c-a6c5-e1ca71b78491 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: 9d93587b-6cfb-4418-9e13-fd35dfe8b5c9 2026-07-14 09:59:39.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fa42a78-6adc-462c-a6c5-e1ca71b78491 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: 9d93587b-6cfb-4418-9e13-fd35dfe8b5c9 2026-07-14 09:59:39.974 8 INFO neutron.db.l3_db [None req-3fa42a78-6adc-462c-a6c5-e1ca71b78491 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Floating IP a231cdd0-8d51-40f3-b940-b3051f45d212 disassociated (deleted). External IP: 10.96.250.211, port: 8d7d2cdb-ec87-4bc0-8f92-912210a60b54. [pid: 8|app: 0|req: 1512/3169] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:59:39 2026] DELETE /v2.0/floatingips/a231cdd0-8d51-40f3-b940-b3051f45d212 => generated 0 bytes in 694 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:59:40.344 7 INFO neutron.api.v2.resource [None req-614460a0-41e4-459f-8e4e-b1290a83be88 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3170] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:59:40 2026] GET /v2.0/floatingips/a231cdd0-8d51-40f3-b940-b3051f45d212 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:59:40.355 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5058aab4-ad1a-442b-93c7-3725eef6a34b'] response: {'name': 'network-changed', 'server_uuid': '28846747-85a2-4f87-b89a-ae8f648e8358', 'tag': '8d7d2cdb-ec87-4bc0-8f92-912210a60b54', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1513/3171] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:59:40 2026] GET /v2.0/ports?device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => generated 1204 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3172] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:59:40 2026] GET /v2.0/security-groups?id=4b48853a-e1cf-47f9-9d02-66ac05cc4325&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3173] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:59:40 2026] GET /v2.0/ports?tenant_id=9895211cefa34bc6a975a45649e0dd0b&device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3174] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:59:40 2026] GET /v2.0/networks?id=720f23f3-eef0-48f5-afcc-bd248a76074b => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3175] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:59:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=8d7d2cdb-ec87-4bc0-8f92-912210a60b54 => 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: 1661/3176] 199.19.213.177 () {34 vars in 1106 bytes} [Tue Jul 14 09:59:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A37c&port_id=8d7d2cdb-ec87-4bc0-8f92-912210a60b54 => 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: 1516/3177] 199.19.213.177 () {34 vars in 1064 bytes} [Tue Jul 14 09:59:41 2026] GET /v2.0/subnets?id=877b6dea-a7f8-4775-92d8-e7afefdc9f7a&id=e2740446-c7f5-4bf3-8e63-0b45bf8a9cb7 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3178] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:59:41 2026] GET /v2.0/ports?network_id=720f23f3-eef0-48f5-afcc-bd248a76074b&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: 1517/3179] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:59:41 2026] GET /v2.0/ports?network_id=720f23f3-eef0-48f5-afcc-bd248a76074b&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: 1663/3180] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:59:41 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1518/3181] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:59:41 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b?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: 1520/3184] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:59:42 2026] GET /v2.0/ports?device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => generated 1204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:59:43.113 7 INFO neutron_taas.services.taas.taas_plugin [req-7200fe63-3b5a-4bd0-ab27-bfb7160ebc4a req-a3848b19-2b50-41dd-a942-50ff855c7b0b 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: 8d7d2cdb-ec87-4bc0-8f92-912210a60b54 2026-07-14 09:59:43.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7200fe63-3b5a-4bd0-ab27-bfb7160ebc4a req-a3848b19-2b50-41dd-a942-50ff855c7b0b 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: 8d7d2cdb-ec87-4bc0-8f92-912210a60b54 [pid: 7|app: 0|req: 1665/3185] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:59:42 2026] DELETE /v2.0/ports/8d7d2cdb-ec87-4bc0-8f92-912210a60b54 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:59:43.301 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d39418c8-45bf-4efa-8060-d2b4833aa456'] response: {'server_uuid': '28846747-85a2-4f87-b89a-ae8f648e8358', 'name': 'network-vif-deleted', 'tag': '8d7d2cdb-ec87-4bc0-8f92-912210a60b54', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1521/3186] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:59:45 2026] GET /v2.0/ports?device_id=28846747-85a2-4f87-b89a-ae8f648e8358 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-14 09:59:50.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-708b9a48-0190-4c5b-a65e-f659adc84496 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: 94d89689-9752-4a9d-8807-cc455a312639 2026-07-14 09:59:50.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-708b9a48-0190-4c5b-a65e-f659adc84496 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: 94d89689-9752-4a9d-8807-cc455a312639 2026-07-14 09:59:51.106 7 INFO neutron.db.l3_db [None req-708b9a48-0190-4c5b-a65e-f659adc84496 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Floating IP 62e8c6a0-8452-474a-820d-3a1cbc932978 disassociated (deleted). External IP: 10.96.250.214, port: e72adbaf-621d-49f2-b841-23236c08aca1. [pid: 7|app: 0|req: 1666/3187] 10.0.0.2 () {32 vars in 730 bytes} [Tue Jul 14 09:59:50 2026] DELETE /v2.0/floatingips/62e8c6a0-8452-474a-820d-3a1cbc932978 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 09:59:51.418 8 INFO neutron.api.v2.resource [None req-99c8c654-402d-4f8e-8d56-cb9c2776cbaa 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/3188] 10.0.0.2 () {32 vars in 727 bytes} [Tue Jul 14 09:59:51 2026] GET /v2.0/floatingips/62e8c6a0-8452-474a-820d-3a1cbc932978 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 09:59:51.428 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f995bdc8-c98b-49e7-8dcf-12c1b48eedde'] response: {'name': 'network-changed', 'server_uuid': '89cbd936-63ea-4b22-86c6-954d1eb12671', 'tag': 'e72adbaf-621d-49f2-b841-23236c08aca1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1667/3189] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:59:51 2026] GET /v2.0/ports?device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3190] 10.0.0.51 () {34 vars in 1039 bytes} [Tue Jul 14 09:59:51 2026] GET /v2.0/security-groups?id=4b48853a-e1cf-47f9-9d02-66ac05cc4325&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3191] 199.19.213.177 () {34 vars in 1080 bytes} [Tue Jul 14 09:59:51 2026] GET /v2.0/ports?tenant_id=9895211cefa34bc6a975a45649e0dd0b&device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3192] 199.19.213.177 () {34 vars in 986 bytes} [Tue Jul 14 09:59:51 2026] GET /v2.0/networks?id=e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3193] 199.19.213.177 () {34 vars in 1058 bytes} [Tue Jul 14 09:59:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.215&port_id=e72adbaf-621d-49f2-b841-23236c08aca1 => 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: 1525/3194] 199.19.213.177 () {34 vars in 1104 bytes} [Tue Jul 14 09:59:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A285&port_id=e72adbaf-621d-49f2-b841-23236c08aca1 => 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: 1670/3195] 199.19.213.177 () {34 vars in 1064 bytes} [Tue Jul 14 09:59:52 2026] GET /v2.0/subnets?id=7c8f25bb-ff2d-44a1-b98c-d0e0353b7ed9&id=bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3196] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:59:52 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3197] 199.19.213.177 () {34 vars in 1052 bytes} [Tue Jul 14 09:59:52 2026] GET /v2.0/ports?network_id=e1acf614-9e57-4a35-b047-ae9e676b91e5&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: 1527/3198] 199.19.213.177 () {34 vars in 1012 bytes} [Tue Jul 14 09:59:52 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1672/3199] 199.19.213.177 () {34 vars in 1112 bytes} [Tue Jul 14 09:59:52 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5?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: 1528/3200] 199.19.213.177 () {34 vars in 994 bytes} [Tue Jul 14 09:59:53 2026] GET /v2.0/ports?device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-14 09:59:54.141 7 INFO neutron_taas.services.taas.taas_plugin [req-e7bb4632-5bab-4899-b296-788bed8eea63 req-0a66dc50-ddc0-4bad-8c37-0d1339a556e4 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: e72adbaf-621d-49f2-b841-23236c08aca1 2026-07-14 09:59:54.145 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e7bb4632-5bab-4899-b296-788bed8eea63 req-0a66dc50-ddc0-4bad-8c37-0d1339a556e4 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: e72adbaf-621d-49f2-b841-23236c08aca1 [pid: 7|app: 0|req: 1673/3201] 199.19.213.177 () {36 vars in 997 bytes} [Tue Jul 14 09:59:54 2026] DELETE /v2.0/ports/e72adbaf-621d-49f2-b841-23236c08aca1 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 09:59:54.363 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbb85c04-af1c-45e1-b88b-29d61f69239e'] response: {'server_uuid': '89cbd936-63ea-4b22-86c6-954d1eb12671', 'name': 'network-vif-deleted', 'tag': 'e72adbaf-621d-49f2-b841-23236c08aca1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1529/3202] 10.0.0.51 () {34 vars in 989 bytes} [Tue Jul 14 09:59:56 2026] GET /v2.0/ports?device_id=89cbd936-63ea-4b22-86c6-954d1eb12671 => 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: 1675/3205] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 10:00:01 2026] DELETE /v2.0/security-group-rules/833374d9-8fd3-449d-8606-3a043883ada6 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:01.945 8 INFO neutron.api.v2.resource [None req-626b0384-3d8c-47a9-9906-d7956048cac9 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3206] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 10:00:01 2026] GET /v2.0/security-group-rules/833374d9-8fd3-449d-8606-3a043883ada6 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3207] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 10:00:01 2026] DELETE /v2.0/security-group-rules/b4f2f1be-7d36-44fe-a8dc-d13df0015ebc => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:02.049 8 INFO neutron.api.v2.resource [None req-872dbb79-7aa3-4974-8c18-ac06efe1d860 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3208] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 10:00:02 2026] GET /v2.0/security-group-rules/b4f2f1be-7d36-44fe-a8dc-d13df0015ebc => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3209] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 10:00:02 2026] DELETE /v2.0/security-group-rules/bef0a321-b73f-47ef-9ee9-b2dfb1823dc7 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:02.133 8 INFO neutron.api.v2.resource [None req-54b7599a-7343-44a3-86b4-2c7d31ff88cd 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3210] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 10:00:02 2026] GET /v2.0/security-group-rules/bef0a321-b73f-47ef-9ee9-b2dfb1823dc7 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3211] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 10:00:02 2026] DELETE /v2.0/security-group-rules/387fbbcf-a966-4301-9632-cd5bc596809d => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:02.220 8 INFO neutron.api.v2.resource [None req-f89208a1-6e39-4d7b-959b-01054f4ec198 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3212] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 10:00:02 2026] GET /v2.0/security-group-rules/387fbbcf-a966-4301-9632-cd5bc596809d => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3213] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 10:00:02 2026] DELETE /v2.0/security-group-rules/fe7ff5d0-a5a9-4eb6-82af-301fd99e18c2 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:02.291 8 INFO neutron.api.v2.resource [None req-aa4406f0-efe9-46ce-9422-cb70f3568459 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3214] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 10:00:02 2026] GET /v2.0/security-group-rules/fe7ff5d0-a5a9-4eb6-82af-301fd99e18c2 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3215] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 10:00:02 2026] DELETE /v2.0/security-group-rules/ed6fefb6-8a3a-45c9-8d7f-8c6908d6b3e7 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:02.372 8 INFO neutron.api.v2.resource [None req-31763c6a-ef43-4206-a329-d35d849d2a68 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3216] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 10:00:02 2026] GET /v2.0/security-group-rules/ed6fefb6-8a3a-45c9-8d7f-8c6908d6b3e7 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3217] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 10:00:02 2026] DELETE /v2.0/security-group-rules/507b95c3-24c3-4ee1-b1cd-09a275a10612 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:02.444 8 INFO neutron.api.v2.resource [None req-d43c1473-68bd-4234-8beb-e4e63a8bf24c 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3218] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 10:00:02 2026] GET /v2.0/security-group-rules/507b95c3-24c3-4ee1-b1cd-09a275a10612 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3219] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 10:00:02 2026] DELETE /v2.0/security-group-rules/22b436d4-a155-466c-982a-050fc01716fb => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:02.523 8 INFO neutron.api.v2.resource [None req-9e479723-2624-4883-816c-4e2cf86996c8 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3220] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 10:00:02 2026] GET /v2.0/security-group-rules/22b436d4-a155-466c-982a-050fc01716fb => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3221] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 10:00:02 2026] DELETE /v2.0/security-group-rules/05634d57-2a6b-4712-aa93-b26477c3a353 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:02.596 8 INFO neutron.api.v2.resource [None req-baec5cb0-3d35-4cb2-914e-bbb5dadc5224 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3222] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 10:00:02 2026] GET /v2.0/security-group-rules/05634d57-2a6b-4712-aa93-b26477c3a353 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3223] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 10:00:02 2026] DELETE /v2.0/security-group-rules/f7a8afbd-8705-4415-be0a-31c1611b09de => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:02.677 8 INFO neutron.api.v2.resource [None req-a66a5c4e-a409-4e85-bc0c-fceffab14e73 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3224] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 10:00:02 2026] GET /v2.0/security-group-rules/f7a8afbd-8705-4415-be0a-31c1611b09de => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3225] 10.0.0.2 () {32 vars in 748 bytes} [Tue Jul 14 10:00:02 2026] DELETE /v2.0/security-group-rules/4222f31b-972b-44bd-988f-183bd20fd3d4 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:02.763 8 INFO neutron.api.v2.resource [None req-3c1278ae-3f2b-44a5-ae95-2a26ac0dff37 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3226] 10.0.0.2 () {32 vars in 745 bytes} [Tue Jul 14 10:00:02 2026] GET /v2.0/security-group-rules/4222f31b-972b-44bd-988f-183bd20fd3d4 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3227] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 10:00:02 2026] DELETE /v2.0/security-groups/4b48853a-e1cf-47f9-9d02-66ac05cc4325 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:02.891 8 INFO neutron.api.v2.resource [None req-006f850a-8e32-4622-9b26-a80955854607 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3228] 10.0.0.2 () {32 vars in 735 bytes} [Tue Jul 14 10:00:02 2026] GET /v2.0/security-groups/4b48853a-e1cf-47f9-9d02-66ac05cc4325 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 10:00:03.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-35755ef3-794e-44a4-a723-b100e8a4d8eb 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: 2e3b1a11-4a21-4be6-be0e-ffc30dc8990d 2026-07-14 10:00:03.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35755ef3-794e-44a4-a723-b100e8a4d8eb 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: 2e3b1a11-4a21-4be6-be0e-ffc30dc8990d [pid: 7|app: 0|req: 1687/3229] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 10:00:02 2026] PUT /v2.0/routers/ab18ebce-4ac0-4149-92dc-015b7acf0f94/remove_router_interface => generated 309 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 10:00:04.120 8 INFO neutron.api.v2.resource [None req-b5466aee-ffbd-445d-ac05-aad2817298b8 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3230] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 10:00:03 2026] PUT /v2.0/routers/ab18ebce-4ac0-4149-92dc-015b7acf0f94/remove_router_interface => generated 198 bytes in 197 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 10:00:04.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-0670c6e5-6057-4488-9128-61c2e0f5735b 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: d90706f8-eee9-408d-b36b-438586d21d8b 2026-07-14 10:00:04.537 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0670c6e5-6057-4488-9128-61c2e0f5735b 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: d90706f8-eee9-408d-b36b-438586d21d8b [pid: 7|app: 0|req: 1688/3231] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 10:00:04 2026] PUT /v2.0/routers/ab18ebce-4ac0-4149-92dc-015b7acf0f94/remove_router_interface => generated 309 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 10:00:05.276 8 INFO neutron.api.v2.resource [None req-e1db9899-7441-476a-a5a3-eb8e7ccb62c9 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3232] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 10:00:05 2026] PUT /v2.0/routers/ab18ebce-4ac0-4149-92dc-015b7acf0f94/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 10:00:05.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-97594664-c5ef-499b-9737-998b0d9f3d7c 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: 6cc44358-23aa-4713-b004-fa4c11aa9cb6 2026-07-14 10:00:05.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97594664-c5ef-499b-9737-998b0d9f3d7c 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: 6cc44358-23aa-4713-b004-fa4c11aa9cb6 [pid: 7|app: 0|req: 1689/3233] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 10:00:05 2026] PUT /v2.0/routers/ab18ebce-4ac0-4149-92dc-015b7acf0f94/remove_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-14 10:00:06.442 8 INFO neutron.api.v2.resource [None req-b4f91c62-51a5-46f8-91cc-87b0c2a8b1ad 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3234] 10.0.0.2 () {34 vars in 787 bytes} [Tue Jul 14 10:00:06 2026] PUT /v2.0/routers/ab18ebce-4ac0-4149-92dc-015b7acf0f94/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 10:00:06.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8da5b11-aba8-499a-ac23-6cdfb54ab9e4 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: 13daadb8-6f99-478c-ac2b-38c9689dc86f 2026-07-14 10:00:06.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8da5b11-aba8-499a-ac23-6cdfb54ab9e4 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: 13daadb8-6f99-478c-ac2b-38c9689dc86f 2026-07-14 10:00:06.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8da5b11-aba8-499a-ac23-6cdfb54ab9e4 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: 75743fc4-c255-42fe-bd5f-1a7d35bf9078 2026-07-14 10:00:06.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8da5b11-aba8-499a-ac23-6cdfb54ab9e4 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: 75743fc4-c255-42fe-bd5f-1a7d35bf9078 2026-07-14 10:00:07.349 7 INFO neutron.db.l3_hamode_db [None req-c8da5b11-aba8-499a-ac23-6cdfb54ab9e4 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] HA network 3e701db7-ed74-4207-8011-82cdfcfd2901 was deleted as no HA routers are present in tenant 9895211cefa34bc6a975a45649e0dd0b. [pid: 7|app: 0|req: 1690/3235] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 10:00:06 2026] DELETE /v2.0/routers/ab18ebce-4ac0-4149-92dc-015b7acf0f94 => generated 0 bytes in 903 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-14 10:00:07.381 7 INFO neutron.services.segments.plugin [-] Segment ee2a144d-9049-4afb-9d11-cb44bf2dc91d resource provider aggregate not found 2026-07-14 10:00:07.391 7 INFO neutron.services.segments.plugin [-] Segment ee2a144d-9049-4afb-9d11-cb44bf2dc91d resource provider aggregate not found 2026-07-14 10:00:07.396 7 INFO neutron.services.segments.plugin [-] Segment ee2a144d-9049-4afb-9d11-cb44bf2dc91d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee2a144d-9049-4afb-9d11-cb44bf2dc91d found for delete ", "request_id": "req-ef473701-594d-406a-8a1c-e0aa537c6cf0"}]} 2026-07-14 10:00:07.400 8 INFO neutron.api.v2.resource [None req-f91b3d62-f9e8-4712-8d63-ceaa085e2a6c 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3236] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 10:00:07 2026] GET /v2.0/routers/ab18ebce-4ac0-4149-92dc-015b7acf0f94 => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 10:00:07.411 7 INFO neutron.services.segments.plugin [-] Segment ee2a144d-9049-4afb-9d11-cb44bf2dc91d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee2a144d-9049-4afb-9d11-cb44bf2dc91d found for delete ", "request_id": "req-1080d84b-3054-4959-9851-36c37fab4a44"}]} [pid: 7|app: 0|req: 1691/3237] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 10:00:07 2026] DELETE /v2.0/subnets/e2740446-c7f5-4bf3-8e63-0b45bf8a9cb7 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 10:00:07.572 8 INFO neutron.pecan_wsgi.hooks.translation [None req-619f82be-8a74-4268-8930-42989af76db1 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3238] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 10:00:07 2026] GET /v2.0/subnets/e2740446-c7f5-4bf3-8e63-0b45bf8a9cb7 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3239] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 10:00:07 2026] DELETE /v2.0/subnets/877b6dea-a7f8-4775-92d8-e7afefdc9f7a => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 10:00:07.755 8 INFO neutron.pecan_wsgi.hooks.translation [None req-777c73fe-bea7-4277-a4ff-4bc5f75bd64a 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3240] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 10:00:07 2026] GET /v2.0/subnets/877b6dea-a7f8-4775-92d8-e7afefdc9f7a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 10:00:07.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-0842cff0-dbec-44aa-836b-cdb902254b66 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: 9cd8e189-1181-4664-8bdb-9ee6f496abaa 2026-07-14 10:00:07.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0842cff0-dbec-44aa-836b-cdb902254b66 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: 9cd8e189-1181-4664-8bdb-9ee6f496abaa [pid: 7|app: 0|req: 1693/3241] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 10:00:07 2026] DELETE /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 10:00:08.080 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f1ada451-8c33-4e8a-9b99-d13b9b4fc2c7 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3242] 10.0.0.2 () {32 vars in 721 bytes} [Tue Jul 14 10:00:08 2026] GET /v2.0/networks/720f23f3-eef0-48f5-afcc-bd248a76074b => 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: 1694/3243] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 10:00:08 2026] DELETE /v2.0/subnets/7c8f25bb-ff2d-44a1-b98c-d0e0353b7ed9 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 10:00:08.266 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21a64891-816a-47b2-9eff-6173c537bdc9 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3244] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 10:00:08 2026] GET /v2.0/subnets/7c8f25bb-ff2d-44a1-b98c-d0e0353b7ed9 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3245] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 10:00:08 2026] DELETE /v2.0/subnets/bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 10:00:08.436 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b26fd85e-0813-4e3b-af1e-75bd4b294a94 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3246] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 10:00:08 2026] GET /v2.0/subnets/bc3a9e5f-97f8-4238-84d9-05dea9a1e4d8 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 10:00:08.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-93a225d2-9143-47a8-a887-70ea471930a6 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: 6a82f17b-07b2-4566-ad89-469ba037efe6 2026-07-14 10:00:08.535 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93a225d2-9143-47a8-a887-70ea471930a6 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: 6a82f17b-07b2-4566-ad89-469ba037efe6 [pid: 7|app: 0|req: 1696/3247] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 10:00:08 2026] DELETE /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 10:00:08.737 8 INFO neutron.pecan_wsgi.hooks.translation [None req-04f5e945-96ad-47a7-a212-91b618164db8 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3248] 10.0.0.2 () {32 vars in 721 bytes} [Tue Jul 14 10:00:08 2026] GET /v2.0/networks/e1acf614-9e57-4a35-b047-ae9e676b91e5 => 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: 1697/3249] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 10:00:08 2026] DELETE /v2.0/subnets/990d77b8-eb32-46af-bb0e-d3989974b277 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 10:00:08.923 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b24184a6-c0a5-419b-979f-4cfda76ee994 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3250] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 10:00:08 2026] GET /v2.0/subnets/990d77b8-eb32-46af-bb0e-d3989974b277 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3251] 10.0.0.2 () {32 vars in 722 bytes} [Tue Jul 14 10:00:08 2026] DELETE /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 10:00:09.098 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a3eb0af-2be6-46f6-a931-1dd8ad69dab4 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3252] 10.0.0.2 () {32 vars in 719 bytes} [Tue Jul 14 10:00:09 2026] GET /v2.0/subnets/464c9df1-79ea-42fc-83ee-972c06991790 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 10:00:09.242 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a473883-669a-4d81-abcb-d1b6b1b830d2 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] TaaS: Handle Delete Port: 6bbfcbf7-5a5b-4f51-a456-6b0dfca7fda5 2026-07-14 10:00:09.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a473883-669a-4d81-abcb-d1b6b1b830d2 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] Tap Mirror: Handle Delete Port: 6bbfcbf7-5a5b-4f51-a456-6b0dfca7fda5 2026-07-14 10:00:09.416 7 INFO neutron.services.segments.plugin [-] Segment ea00292e-bbd7-40ff-a1ae-e67782f1b298 resource provider aggregate not found 2026-07-14 10:00:09.444 7 INFO neutron.services.segments.plugin [-] Segment ea00292e-bbd7-40ff-a1ae-e67782f1b298 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea00292e-bbd7-40ff-a1ae-e67782f1b298 found for delete ", "request_id": "req-55181fd1-a395-444d-984d-6fba86c6e3fd"}]} 2026-07-14 10:00:09.449 7 INFO neutron.services.segments.plugin [-] Segment ea00292e-bbd7-40ff-a1ae-e67782f1b298 resource provider aggregate not found 2026-07-14 10:00:09.469 7 INFO neutron.services.segments.plugin [-] Segment 88427cf2-702a-4952-960e-4f840e6e093d resource provider aggregate not found 2026-07-14 10:00:09.478 7 INFO neutron.services.segments.plugin [-] Segment ea00292e-bbd7-40ff-a1ae-e67782f1b298 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea00292e-bbd7-40ff-a1ae-e67782f1b298 found for delete ", "request_id": "req-5c97dedb-2704-4a4d-9168-0b1c1539fe0c"}]} 2026-07-14 10:00:09.501 7 INFO neutron.services.segments.plugin [-] Segment 88427cf2-702a-4952-960e-4f840e6e093d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88427cf2-702a-4952-960e-4f840e6e093d found for delete ", "request_id": "req-41fbd840-35d0-4f31-b0fe-250f8ab67f02"}]} 2026-07-14 10:00:09.504 7 INFO neutron.services.segments.plugin [-] Segment 88427cf2-702a-4952-960e-4f840e6e093d resource provider aggregate not found 2026-07-14 10:00:09.530 7 INFO neutron.services.segments.plugin [-] Segment 88427cf2-702a-4952-960e-4f840e6e093d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88427cf2-702a-4952-960e-4f840e6e093d found for delete ", "request_id": "req-8b2ac775-9bfc-4266-b8ae-004b4cb6b34f"}]} [pid: 7|app: 0|req: 1699/3253] 10.0.0.2 () {32 vars in 724 bytes} [Tue Jul 14 10:00:09 2026] DELETE /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200 => generated 0 bytes in 503 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-14 10:00:09.641 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3bff6e29-adc9-46aa-8bdf-0480848ab2e0 2c3dce9296b14c1dbf98600ac4e6a665 9895211cefa34bc6a975a45649e0dd0b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1555/3254] 10.0.0.2 () {32 vars in 721 bytes} [Tue Jul 14 10:00:09 2026] GET /v2.0/networks/e0e42002-679a-490a-a1e8-b136239d1200 => generated 138 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-14 10:00:11.519 7 INFO neutron.services.segments.plugin [-] Segment 7d753483-ed5d-462f-beb1-a8cc5be6705a resource provider aggregate not found 2026-07-14 10:00:11.538 7 INFO neutron.services.segments.plugin [-] Segment 7d753483-ed5d-462f-beb1-a8cc5be6705a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d753483-ed5d-462f-beb1-a8cc5be6705a found for delete ", "request_id": "req-e6aab305-2327-4d80-8768-2feca2331514"}]} 2026-07-14 10:00:11.558 7 INFO neutron.services.segments.plugin [-] Segment 7d753483-ed5d-462f-beb1-a8cc5be6705a resource provider aggregate not found 2026-07-14 10:00:11.576 7 INFO neutron.services.segments.plugin [-] Segment 7d753483-ed5d-462f-beb1-a8cc5be6705a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d753483-ed5d-462f-beb1-a8cc5be6705a found for delete ", "request_id": "req-3000cdb7-811f-447f-9fd6-a95308b336e8"}]} [pid: 7|app: 0|req: 1700/3255] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 10:00:11 2026] GET /v2.0/security-groups?tenant_id=9895211cefa34bc6a975a45649e0dd0b&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3256] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 10:00:11 2026] DELETE /v2.0/security-groups/0af3197e-db8c-4e6e-8650-00b5b9fcf96e => 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: 1558/3259] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 10:00:12 2026] GET /v2.0/security-groups?tenant_id=fb748692bb3e43d18ed3524aff82d12c&name=default => generated 2929 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3260] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 10:00:12 2026] DELETE /v2.0/security-groups/629ea09b-c252-46dd-a9e3-87f7e067eda5 => 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: 1559/3261] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 10:00:12 2026] GET /v2.0/security-groups?tenant_id=8f9a9e5346cf486b84ef9ef4c3182932&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: 1703/3262] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 10:00:12 2026] DELETE /v2.0/security-groups/e7376809-0e78-4108-84b0-99b1e3157a68 => 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: 1560/3263] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 10:00:12 2026] GET /v2.0/security-groups?tenant_id=cbbd296b0b4142e48e9c4f20d35f45a4&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3264] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 10:00:12 2026] DELETE /v2.0/security-groups/261c07d6-9723-406f-8309-9d2dbcb9b5d5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3265] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 10:00:13 2026] GET /v2.0/security-groups?tenant_id=cf6c019415ce4d54bb47f06597d1c3f7&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3266] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 10:00:13 2026] DELETE /v2.0/security-groups/062d0f46-a422-4b78-88d7-0ff0435c259a => 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: 1562/3267] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 10:00:13 2026] GET /v2.0/security-groups?tenant_id=499a115e12fd4209b90a4ae55d5284a0&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3268] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 10:00:13 2026] DELETE /v2.0/security-groups/e964e8cb-0907-4c2c-af35-cfc281c2caa9 => 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: 1563/3269] 10.0.0.2 () {32 vars in 772 bytes} [Tue Jul 14 10:00:13 2026] GET /v2.0/security-groups?tenant_id=45d8996a27f7445297fa833fc9e88666&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: 1707/3270] 10.0.0.2 () {32 vars in 738 bytes} [Tue Jul 14 10:00:14 2026] DELETE /v2.0/security-groups/9a6e08b4-d26e-4f9f-ad4e-3eb5b1be0393 => 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: 1564/3271] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 10:00:16 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: 7|app: 0|req: 1708/3272] 10.0.0.2 () {32 vars in 653 bytes} [Tue Jul 14 10:00:17 2026] GET /v2.0/floatingips => 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: 1565/3273] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 10:00:17 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3274] 10.0.0.2 () {32 vars in 641 bytes} [Tue Jul 14 10:00:17 2026] GET /v2.0/ports => generated 4721 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3275] 10.0.0.2 () {32 vars in 645 bytes} [Tue Jul 14 10:00:18 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3276] 10.0.0.2 () {32 vars in 647 bytes} [Tue Jul 14 10:00:18 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3277] 10.0.0.2 () {32 vars in 661 bytes} [Tue Jul 14 10:00:18 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3278] 10.0.0.2 () {32 vars in 653 bytes} [Tue Jul 14 10:00:18 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)