+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jun 18 13:14:18 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-644dd8db88-v2f6b 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 0x7f5df59af668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-06-18 13:14:22.917 8 INFO neutron.common.config [-] Logging enabled! 2026-06-18 13:14:22.918 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-18 13:14:23.003 7 INFO neutron.common.config [-] Logging enabled! 2026-06-18 13:14:23.003 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-18 13:14:23.968 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-18 13:14:24.122 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-18 13:14:25.496 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 13:14:25.498 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-18 13:14:25.502 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-18 13:14:25.503 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 13:14:25.503 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-18 13:14:25.503 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-18 13:14:25.504 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 13:14:25.511 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 13:14:25.511 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 13:14:25.511 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 13:14:25.533 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-18 13:14:25.534 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 13:14:25.535 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-18 13:14:25.564 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-18 13:14:25.564 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-18 13:14:25.564 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-18 13:14:25.565 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-18 13:14:25.767 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 13:14:25.770 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-18 13:14:25.774 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-18 13:14:25.775 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-18 13:14:25.775 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-18 13:14:25.775 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-18 13:14:25.775 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 13:14:25.782 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 13:14:25.783 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-18 13:14:25.783 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 13:14:25.805 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-18 13:14:25.806 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-18 13:14:25.806 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-18 13:14:25.837 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-18 13:14:25.837 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-18 13:14:25.837 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-18 13:14:25.837 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-18 13:14:25.872 8 INFO neutron.plugins.ml2.managers [None req-17b7e8a1-fefc-4d29-9df2-0b42984e8830 - - - - - -] Initializing driver for type 'vlan' 2026-06-18 13:14:26.127 7 INFO neutron.plugins.ml2.managers [None req-b88fba24-1dbe-4fa5-b32e-c77aa79f5898 - - - - - -] Initializing driver for type 'vlan' 2026-06-18 13:14:26.246 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-17b7e8a1-fefc-4d29-9df2-0b42984e8830 - - - - - -] VlanTypeDriver initialization complete 2026-06-18 13:14:26.247 8 INFO neutron.plugins.ml2.managers [None req-17b7e8a1-fefc-4d29-9df2-0b42984e8830 - - - - - -] Initializing driver for type 'vxlan' 2026-06-18 13:14:26.247 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-17b7e8a1-fefc-4d29-9df2-0b42984e8830 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-18 13:14:26.262 8 INFO neutron.plugins.ml2.managers [None req-17b7e8a1-fefc-4d29-9df2-0b42984e8830 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-18 13:14:26.262 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-17b7e8a1-fefc-4d29-9df2-0b42984e8830 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-18 13:14:26.262 8 INFO neutron.plugins.ml2.managers [None req-17b7e8a1-fefc-4d29-9df2-0b42984e8830 - - - - - -] Initializing extension driver 'port_security' 2026-06-18 13:14:26.262 8 INFO neutron.plugins.ml2.extensions.port_security [None req-17b7e8a1-fefc-4d29-9df2-0b42984e8830 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-18 13:14:26.262 8 INFO neutron.plugins.ml2.managers [None req-17b7e8a1-fefc-4d29-9df2-0b42984e8830 - - - - - -] Initializing extension driver 'qos' 2026-06-18 13:14:26.263 8 INFO neutron.plugins.ml2.managers [None req-17b7e8a1-fefc-4d29-9df2-0b42984e8830 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-18 13:14:26.263 8 INFO neutron.plugins.ml2.managers [None req-17b7e8a1-fefc-4d29-9df2-0b42984e8830 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-18 13:14:26.276 8 INFO neutron.quota [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded quota_driver: . 2026-06-18 13:14:26.277 8 INFO neutron.plugins.ml2.plugin [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Modular L2 Plugin initialization complete 2026-06-18 13:14:26.277 8 INFO neutron.plugins.ml2.managers [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-18 13:14:26.277 8 INFO neutron.plugins.ml2.managers [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-18 13:14:26.277 8 INFO neutron.plugins.ml2.managers [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-18 13:14:26.277 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: qos 2026-06-18 13:14:26.290 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: router 2026-06-18 13:14:26.336 8 INFO neutron.services.service_base [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-18 13:14:26.336 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: segments 2026-06-18 13:14:26.434 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: trunk 2026-06-18 13:14:26.449 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: vpnaas 2026-06-18 13:14:26.470 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b88fba24-1dbe-4fa5-b32e-c77aa79f5898 - - - - - -] VlanTypeDriver initialization complete 2026-06-18 13:14:26.470 7 INFO neutron.plugins.ml2.managers [None req-b88fba24-1dbe-4fa5-b32e-c77aa79f5898 - - - - - -] Initializing driver for type 'vxlan' 2026-06-18 13:14:26.471 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b88fba24-1dbe-4fa5-b32e-c77aa79f5898 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-18 13:14:26.486 7 INFO neutron.plugins.ml2.managers [None req-b88fba24-1dbe-4fa5-b32e-c77aa79f5898 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-18 13:14:26.486 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b88fba24-1dbe-4fa5-b32e-c77aa79f5898 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-18 13:14:26.486 7 INFO neutron.plugins.ml2.managers [None req-b88fba24-1dbe-4fa5-b32e-c77aa79f5898 - - - - - -] Initializing extension driver 'port_security' 2026-06-18 13:14:26.486 7 INFO neutron.plugins.ml2.extensions.port_security [None req-b88fba24-1dbe-4fa5-b32e-c77aa79f5898 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-18 13:14:26.486 7 INFO neutron.plugins.ml2.managers [None req-b88fba24-1dbe-4fa5-b32e-c77aa79f5898 - - - - - -] Initializing extension driver 'qos' 2026-06-18 13:14:26.486 7 INFO neutron.plugins.ml2.managers [None req-b88fba24-1dbe-4fa5-b32e-c77aa79f5898 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-18 13:14:26.487 7 INFO neutron.plugins.ml2.managers [None req-b88fba24-1dbe-4fa5-b32e-c77aa79f5898 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-18 13:14:26.490 8 WARNING stevedore.named [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 13:14:26.503 7 INFO neutron.quota [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded quota_driver: . 2026-06-18 13:14:26.504 7 INFO neutron.plugins.ml2.plugin [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Modular L2 Plugin initialization complete 2026-06-18 13:14:26.504 7 INFO neutron.plugins.ml2.managers [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-18 13:14:26.504 7 INFO neutron.plugins.ml2.managers [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-18 13:14:26.504 7 INFO neutron.plugins.ml2.managers [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-18 13:14:26.505 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: qos 2026-06-18 13:14:26.518 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: router 2026-06-18 13:14:26.564 7 INFO neutron.services.service_base [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-18 13:14:26.565 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: segments 2026-06-18 13:14:26.565 8 INFO neutron_vpnaas.services.vpn.plugin [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-18 13:14:26.566 8 INFO neutron.common.utils [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-18 13:14:26.566 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: taas 2026-06-18 13:14:26.593 8 WARNING stevedore.named [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 13:14:26.594 8 WARNING stevedore.named [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 13:14:26.621 8 INFO neutron_taas.services.taas.taas_plugin [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-18 13:14:26.621 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: tapmirror 2026-06-18 13:14:26.636 8 WARNING stevedore.named [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 13:14:26.637 8 WARNING stevedore.named [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 13:14:26.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-18 13:14:26.656 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: auto_allocate 2026-06-18 13:14:26.663 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: trunk 2026-06-18 13:14:26.667 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: tag 2026-06-18 13:14:26.677 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: timestamp 2026-06-18 13:14:26.677 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: vpnaas 2026-06-18 13:14:26.680 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: network_ip_availability 2026-06-18 13:14:26.684 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: flavors 2026-06-18 13:14:26.688 8 INFO neutron.manager [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loading Plugin: revisions 2026-06-18 13:14:26.692 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Initializing extension manager. 2026-06-18 13:14:26.694 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: address-group 2026-06-18 13:14:26.695 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: address-scope 2026-06-18 13:14:26.695 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-18 13:14:26.696 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: agent 2026-06-18 13:14:26.697 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: agent-resources-synced 2026-06-18 13:14:26.698 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-18 13:14:26.699 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-18 13:14:26.700 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: availability_zone 2026-06-18 13:14:26.700 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: availability_zone_filter 2026-06-18 13:14:26.701 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-18 13:14:26.701 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: default-subnetpools 2026-06-18 13:14:26.703 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-18 13:14:26.703 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: dns-integration 2026-06-18 13:14:26.705 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: dns-domain-ports 2026-06-18 13:14:26.705 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-18 13:14:26.706 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: dvr 2026-06-18 13:14:26.706 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-18 13:14:26.707 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: empty-string-filtering 2026-06-18 13:14:26.707 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 13:14:26.708 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-18 13:14:26.708 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: external-net 2026-06-18 13:14:26.709 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-18 13:14:26.709 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: extraroute 2026-06-18 13:14:26.710 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: extraroute-atomic 2026-06-18 13:14:26.710 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-18 13:14:26.711 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-18 13:14:26.711 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-18 13:14:26.712 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-18 13:14:26.712 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: fip-port-details 2026-06-18 13:14:26.713 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: flavors 2026-06-18 13:14:26.715 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-18 13:14:26.715 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: floatingip-pools 2026-06-18 13:14:26.716 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: ip_allocation 2026-06-18 13:14:26.716 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-18 13:14:26.717 7 WARNING stevedore.named [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 13:14:26.717 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: l2_adjacency 2026-06-18 13:14:26.718 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: router 2026-06-18 13:14:26.720 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 13:14:26.720 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-18 13:14:26.721 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-18 13:14:26.722 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: ext-gw-mode 2026-06-18 13:14:26.722 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: l3-ha 2026-06-18 13:14:26.723 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-18 13:14:26.723 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-18 13:14:26.724 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: l3-flavors 2026-06-18 13:14:26.724 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-18 13:14:26.725 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-18 13:14:26.727 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-18 13:14:26.728 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-18 13:14:26.729 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-18 13:14:26.731 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-18 13:14:26.731 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-18 13:14:26.732 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: multi-provider 2026-06-18 13:14:26.732 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: net-mtu 2026-06-18 13:14:26.733 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: net-mtu-writable 2026-06-18 13:14:26.733 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: network_availability_zone 2026-06-18 13:14:26.734 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: network_ha 2026-06-18 13:14:26.735 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: network-ip-availability 2026-06-18 13:14:26.736 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-18 13:14:26.736 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: pagination 2026-06-18 13:14:26.737 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: port-device-profile 2026-06-18 13:14:26.738 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-18 13:14:26.738 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-18 13:14:26.739 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-18 13:14:26.740 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: port-mac-override 2026-06-18 13:14:26.740 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-18 13:14:26.741 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-18 13:14:26.741 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-18 13:14:26.742 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: port-resource-request 2026-06-18 13:14:26.742 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-18 13:14:26.743 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-18 13:14:26.743 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: binding 2026-06-18 13:14:26.744 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: binding-extended 2026-06-18 13:14:26.745 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: port-security 2026-06-18 13:14:26.746 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: project-id 2026-06-18 13:14:26.746 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: provider 2026-06-18 13:14:26.747 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-18 13:14:26.749 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos 2026-06-18 13:14:26.750 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-18 13:14:26.750 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-18 13:14:26.751 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-default 2026-06-18 13:14:26.751 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-fip 2026-06-18 13:14:26.752 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-18 13:14:26.752 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-18 13:14:26.753 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-18 13:14:26.753 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-18 13:14:26.754 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-18 13:14:26.755 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-pps 2026-06-18 13:14:26.755 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-18 13:14:26.756 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-18 13:14:26.757 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: qos-rules-alias 2026-06-18 13:14:26.757 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: quota-check-limit 2026-06-18 13:14:26.758 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-18 13:14:26.760 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: quotas 2026-06-18 13:14:26.761 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: quota_details 2026-06-18 13:14:26.762 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: rbac-policies 2026-06-18 13:14:26.763 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: rbac-address-group 2026-06-18 13:14:26.764 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: rbac-address-scope 2026-06-18 13:14:26.765 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: rbac-security-groups 2026-06-18 13:14:26.765 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-18 13:14:26.766 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: revision-if-match 2026-06-18 13:14:26.766 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-18 13:14:26.767 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: router_availability_zone 2026-06-18 13:14:26.768 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-18 13:14:26.769 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-18 13:14:26.770 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-18 13:14:26.770 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-18 13:14:26.771 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-18 13:14:26.772 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-18 13:14:26.772 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-18 13:14:26.779 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: security-group 2026-06-18 13:14:26.780 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: segment 2026-06-18 13:14:26.781 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-18 13:14:26.781 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: service-type 2026-06-18 13:14:26.782 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: sorting 2026-06-18 13:14:26.782 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: standard-attr-segment 2026-06-18 13:14:26.783 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: standard-attr-description 2026-06-18 13:14:26.784 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: stateful-security-group 2026-06-18 13:14:26.784 8 WARNING neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-18 13:14:26.785 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-18 13:14:26.785 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: subnet-external-network 2026-06-18 13:14:26.786 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: subnet_onboard 2026-06-18 13:14:26.786 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-18 13:14:26.787 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: subnet-service-types 2026-06-18 13:14:26.788 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: subnet_allocation 2026-06-18 13:14:26.788 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-18 13:14:26.789 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: tag-creation 2026-06-18 13:14:26.789 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-18 13:14:26.793 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: standard-attr-tag 2026-06-18 13:14:26.794 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-18 13:14:26.795 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: trunk 2026-06-18 13:14:26.795 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: trunk-details 2026-06-18 13:14:26.796 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-18 13:14:26.796 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-18 13:14:26.797 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-18 13:14:26.798 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-18 13:14:26.799 7 INFO neutron_vpnaas.services.vpn.plugin [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-18 13:14:26.799 7 INFO neutron.common.utils [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-18 13:14:26.799 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-18 13:14:26.800 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: taas 2026-06-18 13:14:26.800 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-18 13:14:26.801 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: vpn-flavors 2026-06-18 13:14:26.803 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: vpnaas 2026-06-18 13:14:26.804 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: taas 2026-06-18 13:14:26.805 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: tap-mirror 2026-06-18 13:14:26.806 8 INFO neutron.api.extensions [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-18 13:14:26.808 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-18 13:14:26.809 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-18 13:14:26.809 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 13:14:26.809 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-18 13:14:26.812 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 13:14:26.813 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 13:14:26.817 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 13:14:26.818 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 13:14:26.818 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 13:14:26.819 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 13:14:26.819 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] subnetpool is already registered 2026-06-18 13:14:26.820 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 13:14:26.820 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] subnetpool is already registered 2026-06-18 13:14:26.820 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 13:14:26.821 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 13:14:26.821 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 13:14:26.822 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 13:14:26.822 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 13:14:26.822 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 13:14:26.823 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 13:14:26.823 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] ipsecpolicy is already registered 2026-06-18 13:14:26.823 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 13:14:26.823 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] ikepolicy is already registered 2026-06-18 13:14:26.827 7 WARNING stevedore.named [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 13:14:26.827 7 WARNING stevedore.named [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 13:14:26.828 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 13:14:26.828 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] router is already registered 2026-06-18 13:14:26.829 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 13:14:26.829 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] floatingip is already registered 2026-06-18 13:14:26.832 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 13:14:26.832 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] rbac_policy is already registered 2026-06-18 13:14:26.833 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 13:14:26.833 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] security_group is already registered 2026-06-18 13:14:26.833 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 13:14:26.834 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] security_group_rule is already registered 2026-06-18 13:14:26.834 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 13:14:26.834 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] subnetpool is already registered 2026-06-18 13:14:26.835 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 13:14:26.835 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] subnetpool is already registered 2026-06-18 13:14:26.835 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 13:14:26.836 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] trunk is already registered 2026-06-18 13:14:26.836 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 13:14:26.836 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] ikepolicy is already registered 2026-06-18 13:14:26.836 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 13:14:26.837 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] ipsecpolicy is already registered 2026-06-18 13:14:26.837 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 13:14:26.837 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] endpoint_group is already registered 2026-06-18 13:14:26.837 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 13:14:26.838 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] vpnservice is already registered 2026-06-18 13:14:26.838 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 13:14:26.838 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] ipsec_site_connection is already registered 2026-06-18 13:14:26.838 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 13:14:26.839 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] ipsecpolicy is already registered 2026-06-18 13:14:26.839 8 INFO neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 13:14:26.839 8 WARNING neutron.quota.resource_registry [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] ikepolicy is already registered 2026-06-18 13:14:26.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-18 13:14:26.857 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: tapmirror 2026-06-18 13:14:26.873 7 WARNING stevedore.named [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-18 13:14:26.874 7 WARNING stevedore.named [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-18 13:14:26.877 8 WARNING keystonemiddleware._common.config [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-18 13:14:26.884 8 WARNING oslo_config.cfg [None req-803a3cc5-10a4-40b1-8fc1-d5c07fba5c60 - - - - - -] 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 0x7f5df59af668 pid: 8 (default app) 2026-06-18 13:14:26.891 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-18 13:14:26.891 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: auto_allocate 2026-06-18 13:14:26.899 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: tag 2026-06-18 13:14:26.910 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: timestamp 2026-06-18 13:14:26.915 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: network_ip_availability 2026-06-18 13:14:26.922 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: flavors 2026-06-18 13:14:26.928 7 INFO neutron.manager [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loading Plugin: revisions 2026-06-18 13:14:26.932 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Initializing extension manager. 2026-06-18 13:14:26.933 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: address-group 2026-06-18 13:14:26.934 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: address-scope 2026-06-18 13:14:26.935 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-18 13:14:26.936 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: agent 2026-06-18 13:14:26.936 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: agent-resources-synced 2026-06-18 13:14:26.937 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-18 13:14:26.938 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-18 13:14:26.939 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: availability_zone 2026-06-18 13:14:26.939 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: availability_zone_filter 2026-06-18 13:14:26.940 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-18 13:14:26.940 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: default-subnetpools 2026-06-18 13:14:26.942 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-18 13:14:26.942 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: dns-integration 2026-06-18 13:14:26.943 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: dns-domain-ports 2026-06-18 13:14:26.943 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-18 13:14:26.944 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: dvr 2026-06-18 13:14:26.946 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-18 13:14:26.946 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: empty-string-filtering 2026-06-18 13:14:26.947 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 13:14:26.947 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-18 13:14:26.948 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: external-net 2026-06-18 13:14:26.948 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-18 13:14:26.950 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: extraroute 2026-06-18 13:14:26.951 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: extraroute-atomic 2026-06-18 13:14:26.951 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-18 13:14:26.952 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-18 13:14:26.952 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-18 13:14:26.953 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-18 13:14:26.953 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: fip-port-details 2026-06-18 13:14:26.954 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: flavors 2026-06-18 13:14:26.957 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-18 13:14:26.959 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: floatingip-pools 2026-06-18 13:14:26.959 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: ip_allocation 2026-06-18 13:14:26.960 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-18 13:14:26.960 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: l2_adjacency 2026-06-18 13:14:26.962 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: router 2026-06-18 13:14:26.964 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-18 13:14:26.965 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-18 13:14:26.965 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-18 13:14:26.966 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: ext-gw-mode 2026-06-18 13:14:26.966 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: l3-ha 2026-06-18 13:14:26.967 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-18 13:14:26.967 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-18 13:14:26.968 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: l3-flavors 2026-06-18 13:14:26.969 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-18 13:14:26.969 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-18 13:14:26.971 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-18 13:14:26.973 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-18 13:14:26.974 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-18 13:14:26.975 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-18 13:14:26.975 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-18 13:14:26.976 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: multi-provider 2026-06-18 13:14:26.976 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: net-mtu 2026-06-18 13:14:26.977 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: net-mtu-writable 2026-06-18 13:14:26.978 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: network_availability_zone 2026-06-18 13:14:26.978 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: network_ha 2026-06-18 13:14:26.979 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: network-ip-availability 2026-06-18 13:14:26.980 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-18 13:14:26.980 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: pagination 2026-06-18 13:14:26.981 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: port-device-profile 2026-06-18 13:14:26.981 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-18 13:14:26.982 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-18 13:14:26.982 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-18 13:14:26.983 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: port-mac-override 2026-06-18 13:14:26.984 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-18 13:14:26.985 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-18 13:14:26.985 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-18 13:14:26.986 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: port-resource-request 2026-06-18 13:14:26.986 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-18 13:14:26.987 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-18 13:14:26.987 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: binding 2026-06-18 13:14:26.988 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: binding-extended 2026-06-18 13:14:26.988 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: port-security 2026-06-18 13:14:26.989 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: project-id 2026-06-18 13:14:26.989 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: provider 2026-06-18 13:14:26.990 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-18 13:14:26.992 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos 2026-06-18 13:14:26.993 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-18 13:14:26.994 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-18 13:14:26.994 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-default 2026-06-18 13:14:26.995 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-fip 2026-06-18 13:14:26.995 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-18 13:14:26.996 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-18 13:14:26.996 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-18 13:14:26.997 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-18 13:14:26.998 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-18 13:14:26.998 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-pps 2026-06-18 13:14:26.999 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-18 13:14:26.999 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-18 13:14:27.000 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: qos-rules-alias 2026-06-18 13:14:27.000 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: quota-check-limit 2026-06-18 13:14:27.001 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-18 13:14:27.003 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: quotas 2026-06-18 13:14:27.004 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: quota_details 2026-06-18 13:14:27.006 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: rbac-policies 2026-06-18 13:14:27.006 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: rbac-address-group 2026-06-18 13:14:27.007 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: rbac-address-scope 2026-06-18 13:14:27.007 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: rbac-security-groups 2026-06-18 13:14:27.008 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-18 13:14:27.008 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: revision-if-match 2026-06-18 13:14:27.009 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-18 13:14:27.009 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: router_availability_zone 2026-06-18 13:14:27.011 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-18 13:14:27.012 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-18 13:14:27.013 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-18 13:14:27.013 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-18 13:14:27.014 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-18 13:14:27.014 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-18 13:14:27.015 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-18 13:14:27.021 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: security-group 2026-06-18 13:14:27.023 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: segment 2026-06-18 13:14:27.023 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-18 13:14:27.024 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: service-type 2026-06-18 13:14:27.024 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: sorting 2026-06-18 13:14:27.025 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: standard-attr-segment 2026-06-18 13:14:27.026 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: standard-attr-description 2026-06-18 13:14:27.026 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: stateful-security-group 2026-06-18 13:14:27.027 7 WARNING neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-18 13:14:27.027 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-18 13:14:27.027 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: subnet-external-network 2026-06-18 13:14:27.028 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: subnet_onboard 2026-06-18 13:14:27.029 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-18 13:14:27.029 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: subnet-service-types 2026-06-18 13:14:27.030 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: subnet_allocation 2026-06-18 13:14:27.030 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-18 13:14:27.031 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: tag-creation 2026-06-18 13:14:27.031 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-18 13:14:27.035 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: standard-attr-tag 2026-06-18 13:14:27.036 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-18 13:14:27.037 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: trunk 2026-06-18 13:14:27.037 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: trunk-details 2026-06-18 13:14:27.038 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-18 13:14:27.038 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-18 13:14:27.039 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-18 13:14:27.039 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-18 13:14:27.041 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-18 13:14:27.042 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-18 13:14:27.043 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: vpn-flavors 2026-06-18 13:14:27.044 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: vpnaas 2026-06-18 13:14:27.046 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: taas 2026-06-18 13:14:27.047 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: tap-mirror 2026-06-18 13:14:27.047 7 INFO neutron.api.extensions [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-18 13:14:27.050 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-18 13:14:27.050 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-18 13:14:27.050 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 13:14:27.050 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-18 13:14:27.055 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 13:14:27.056 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 13:14:27.061 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 13:14:27.061 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 13:14:27.062 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 13:14:27.062 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 13:14:27.063 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] subnetpool is already registered 2026-06-18 13:14:27.063 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 13:14:27.063 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] subnetpool is already registered 2026-06-18 13:14:27.064 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 13:14:27.064 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 13:14:27.064 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 13:14:27.065 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 13:14:27.065 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 13:14:27.066 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 13:14:27.066 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 13:14:27.066 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] ipsecpolicy is already registered 2026-06-18 13:14:27.066 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 13:14:27.067 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] ikepolicy is already registered 2026-06-18 13:14:27.071 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-18 13:14:27.071 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] router is already registered 2026-06-18 13:14:27.072 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-18 13:14:27.072 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] floatingip is already registered 2026-06-18 13:14:27.075 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-18 13:14:27.075 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] rbac_policy is already registered 2026-06-18 13:14:27.076 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-18 13:14:27.076 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] security_group is already registered 2026-06-18 13:14:27.076 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-18 13:14:27.077 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] security_group_rule is already registered 2026-06-18 13:14:27.077 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 13:14:27.078 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] subnetpool is already registered 2026-06-18 13:14:27.078 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-18 13:14:27.078 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] subnetpool is already registered 2026-06-18 13:14:27.079 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-18 13:14:27.079 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] trunk is already registered 2026-06-18 13:14:27.079 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 13:14:27.079 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] ikepolicy is already registered 2026-06-18 13:14:27.079 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 13:14:27.080 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] ipsecpolicy is already registered 2026-06-18 13:14:27.080 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-18 13:14:27.080 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] endpoint_group is already registered 2026-06-18 13:14:27.080 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-18 13:14:27.081 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] vpnservice is already registered 2026-06-18 13:14:27.081 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-18 13:14:27.081 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] ipsec_site_connection is already registered 2026-06-18 13:14:27.081 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-18 13:14:27.082 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] ipsecpolicy is already registered 2026-06-18 13:14:27.082 7 INFO neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-18 13:14:27.082 7 WARNING neutron.quota.resource_registry [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] ikepolicy is already registered 2026-06-18 13:14:27.119 7 WARNING keystonemiddleware._common.config [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-18 13:14:27.126 7 WARNING oslo_config.cfg [None req-f4b0e2b5-987a-4b34-a419-f5c17c323d88 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f5df59af668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:14:32.535 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3eaecf36-1386-44cc-b4a6-ab4140af1344 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.19 () {44 vars in 924 bytes} [Thu Jun 18 13:14:31 2026] GET /v2.0/networks/public => generated 108 bytes in 967 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: 4/5] 199.204.45.19 () {44 vars in 946 bytes} [Thu Jun 18 13:14:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:14:33.485 7 WARNING neutron.services.revisions.revision_plugin [None req-cc669306-6d84-4112-82d0-e685c73e41e1 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Could not find related network for resource to bump revision. 2026-06-18 13:14:33.510 7 INFO neutron.db.segments_db [None req-cc669306-6d84-4112-82d0-e685c73e41e1 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment eb20530a-4f63-45c9-b029-bae4c5982072 of type flat for network 7aa7bbbc-fdcf-4cd3-9e6f-c17b1947ff86 2026-06-18 13:14:33.564 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc669306-6d84-4112-82d0-e685c73e41e1 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.19 () {48 vars in 964 bytes} [Thu Jun 18 13:14:33 2026] POST /v2.0/networks => generated 124 bytes in 518 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:14:39.827 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bbd2733f-9029-40e3-882c-56ea1e92699d 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.19 () {44 vars in 924 bytes} [Thu Jun 18 13:14:39 2026] GET /v2.0/networks/public => generated 108 bytes in 409 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.19 () {44 vars in 946 bytes} [Thu Jun 18 13:14:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:14:40.112 8 WARNING neutron.services.revisions.revision_plugin [None req-8ed087fd-29ff-4a05-a4a7-a1f72ffdcaa7 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Could not find related network for resource to bump revision. 2026-06-18 13:14:40.135 8 INFO neutron.db.segments_db [None req-8ed087fd-29ff-4a05-a4a7-a1f72ffdcaa7 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment db292055-f7eb-4193-9c89-6f7d97d5a41f of type flat for network 487d76aa-1917-4be9-9ad5-b95acaf27ae3 2026-06-18 13:14:40.186 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ed087fd-29ff-4a05-a4a7-a1f72ffdcaa7 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.19 () {48 vars in 964 bytes} [Thu Jun 18 13:14:39 2026] POST /v2.0/networks => generated 124 bytes in 331 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:14:46.134 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2178699-48dd-4ba5-b061-782540cd394e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.19 () {44 vars in 924 bytes} [Thu Jun 18 13:14:46 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.19 () {44 vars in 946 bytes} [Thu Jun 18 13:14:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:14:46.208 8 WARNING neutron.services.revisions.revision_plugin [None req-3b84a44f-e539-4c13-8506-9f2361290bde 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Could not find related network for resource to bump revision. 2026-06-18 13:14:46.232 8 INFO neutron.db.segments_db [None req-3b84a44f-e539-4c13-8506-9f2361290bde 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 8156028e-8300-48fa-8ae7-077d4081689d of type flat for network c4f9dbdd-9e89-43f5-9f6b-5c127fa3892c 2026-06-18 13:14:46.256 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3b84a44f-e539-4c13-8506-9f2361290bde 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.19 () {48 vars in 964 bytes} [Thu Jun 18 13:14:46 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:14:52.252 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f8d93fc-e727-4005-9b26-66cbb015e6de 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.19 () {44 vars in 924 bytes} [Thu Jun 18 13:14:52 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.19 () {44 vars in 946 bytes} [Thu Jun 18 13:14:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:14:52.342 7 WARNING neutron.services.revisions.revision_plugin [None req-dd55df94-e8b5-4e76-aa36-d0b0d26df25f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Could not find related network for resource to bump revision. 2026-06-18 13:14:52.361 7 INFO neutron.db.segments_db [None req-dd55df94-e8b5-4e76-aa36-d0b0d26df25f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 530fec37-5ff5-4138-a7ed-1a5acef2effa of type flat for network 173f3008-442c-43c3-a44b-23aea7b9ca76 2026-06-18 13:14:52.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd55df94-e8b5-4e76-aa36-d0b0d26df25f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.19 () {48 vars in 964 bytes} [Thu Jun 18 13:14:52 2026] POST /v2.0/networks => generated 124 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:14:58.316 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1630141-8b84-4f97-aeac-d44286c0b04d 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.19 () {44 vars in 924 bytes} [Thu Jun 18 13:14:58 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.19 () {44 vars in 946 bytes} [Thu Jun 18 13:14:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:14:58.400 8 WARNING neutron.services.revisions.revision_plugin [None req-38fd8e82-b3fe-45aa-b8b5-b06d8e62a62a 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Could not find related network for resource to bump revision. 2026-06-18 13:14:58.421 8 INFO neutron.db.segments_db [None req-38fd8e82-b3fe-45aa-b8b5-b06d8e62a62a 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 7992016e-938d-438f-a34b-abcdd82e875d of type flat for network 72273258-a1d8-4bc4-87b9-7c8b0c3e7756 2026-06-18 13:14:58.448 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38fd8e82-b3fe-45aa-b8b5-b06d8e62a62a 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.19 () {48 vars in 964 bytes} [Thu Jun 18 13:14:58 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:15:04.376 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10fe4c07-8a9c-4e73-9020-f8693f05be36 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.19 () {44 vars in 924 bytes} [Thu Jun 18 13:15:04 2026] GET /v2.0/networks/public => generated 108 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.19 () {44 vars in 946 bytes} [Thu Jun 18 13:15:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:15:04.467 8 WARNING neutron.services.revisions.revision_plugin [None req-8a78c812-be48-4a54-a779-53740263fd01 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Could not find related network for resource to bump revision. 2026-06-18 13:15:04.488 8 INFO neutron.db.segments_db [None req-8a78c812-be48-4a54-a779-53740263fd01 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 093591a3-070f-4358-a2fe-1b238f13d7cc of type flat for network f276263a-8f1a-4422-84cd-b80830d7ae31 [pid: 8|app: 0|req: 13/23] 199.204.45.19 () {48 vars in 964 bytes} [Thu Jun 18 13:15:04 2026] POST /v2.0/networks => generated 706 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:15:05.904 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5f58090-cd41-4a3f-a6fe-072b5c6a9c29 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.19 () {44 vars in 924 bytes} [Thu Jun 18 13:15:05 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.19 () {44 vars in 946 bytes} [Thu Jun 18 13:15:05 2026] GET /v2.0/networks?name=public => generated 709 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:15:05.986 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cdde7f9d-5b22-4b52-9019-4f35feaeb613 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.19 () {44 vars in 1031 bytes} [Thu Jun 18 13:15:05 2026] GET /v2.0/subnets/public-subnet?network_id=f276263a-8f1a-4422-84cd-b80830d7ae31 => generated 113 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.19 () {44 vars in 1054 bytes} [Thu Jun 18 13:15:05 2026] GET /v2.0/subnets?name=public-subnet&network_id=f276263a-8f1a-4422-84cd-b80830d7ae31 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.19 () {48 vars in 962 bytes} [Thu Jun 18 13:15:06 2026] POST /v2.0/subnets => generated 664 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:20:07.828 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb8f1c0a-d6a6-4014-ac81-b548891e696f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/68] 199.204.45.19 () {44 vars in 934 bytes} [Thu Jun 18 13:20:07 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/69] 199.204.45.19 () {44 vars in 956 bytes} [Thu Jun 18 13:20:07 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:20:07.919 7 INFO neutron.db.segments_db [None req-b5392ad3-217e-4e7a-a35d-7a8701b69168 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 83d57615-5246-4bc6-bee5-e7a91093e337 of type vxlan for network ced83677-bb7e-4400-8192-24176d1df038 [pid: 7|app: 0|req: 34/70] 199.204.45.19 () {48 vars in 963 bytes} [Thu Jun 18 13:20:07 2026] POST /v2.0/networks => generated 688 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:20:08.979 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b7000a3-b9dc-46c7-9b4d-ca96d92a221a 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/71] 199.204.45.19 () {44 vars in 934 bytes} [Thu Jun 18 13:20:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/72] 199.204.45.19 () {44 vars in 956 bytes} [Thu Jun 18 13:20:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:20:09.058 8 INFO neutron.pecan_wsgi.hooks.translation [None req-812715d1-dcad-42ea-990b-23721394f3d0 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/73] 199.204.45.19 () {44 vars in 1033 bytes} [Thu Jun 18 13:20:09 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ced83677-bb7e-4400-8192-24176d1df038 => generated 114 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.204.45.19 () {44 vars in 1056 bytes} [Thu Jun 18 13:20:09 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ced83677-bb7e-4400-8192-24176d1df038 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.204.45.19 () {48 vars in 962 bytes} [Thu Jun 18 13:20:09 2026] POST /v2.0/subnets => generated 651 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:20:10.583 7 INFO neutron.api.v2.resource [None req-1213e423-b7c5-4f09-a0fd-bab2205d498b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/76] 199.204.45.19 () {44 vars in 968 bytes} [Thu Jun 18 13:20:10 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.19 () {44 vars in 990 bytes} [Thu Jun 18 13:20:10 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.19 () {48 vars in 977 bytes} [Thu Jun 18 13:20:10 2026] POST /v2.0/security-groups => generated 1616 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:12 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 1616 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:12 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:12 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.19 () {48 vars in 988 bytes} [Thu Jun 18 13:20:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:13 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:13 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:13 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.19 () {48 vars in 988 bytes} [Thu Jun 18 13:20:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:14 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:14 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:14 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.19 () {48 vars in 988 bytes} [Thu Jun 18 13:20:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:15 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:15 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 3462 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:15 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.19 () {48 vars in 988 bytes} [Thu Jun 18 13:20:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:16 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4078 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:16 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:16 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 199.204.45.19 () {48 vars in 988 bytes} [Thu Jun 18 13:20:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.204.45.19 () {44 vars in 984 bytes} [Thu Jun 18 13:20:17 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038 => generated 732 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:20:18.100 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e15f96b3-c93f-4e4b-bda4-0c5393cb334a 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/102] 199.204.45.19 () {44 vars in 1073 bytes} [Thu Jun 18 13:20:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ced83677-bb7e-4400-8192-24176d1df038 => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 199.204.45.19 () {44 vars in 1096 bytes} [Thu Jun 18 13:20:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ced83677-bb7e-4400-8192-24176d1df038 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/104] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:18 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/105] 199.204.45.19 () {48 vars in 958 bytes} [Thu Jun 18 13:20:18 2026] POST /v2.0/ports => generated 1100 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 13:20:26.323 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc8b92d2-32d0-41a2-aea9-c44ade06a266 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/106] 199.204.45.19 () {44 vars in 976 bytes} [Thu Jun 18 13:20:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 55/107] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/108] 199.204.45.19 () {48 vars in 1028 bytes} [Thu Jun 18 13:20:26 2026] PUT /v2.0/ports/5abae553-5b66-4233-a222-385ef519c12d => generated 1249 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.204.45.19 () {44 vars in 917 bytes} [Thu Jun 18 13:20:29 2026] GET /v2.0/ports => generated 3730 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:20:30.296 7 INFO neutron.api.v2.resource [None req-1ce37127-7c9d-4169-9fd4-fa6564c65836 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/112] 199.204.45.19 () {44 vars in 956 bytes} [Thu Jun 18 13:20:30 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.204.45.19 () {44 vars in 978 bytes} [Thu Jun 18 13:20:30 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.19 () {48 vars in 977 bytes} [Thu Jun 18 13:20:30 2026] POST /v2.0/security-groups => generated 1610 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:31 2026] GET /v2.0/security-groups/4240242c-a354-4d1f-830e-bf9d3d001366 => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:31 2026] GET /v2.0/security-groups/4240242c-a354-4d1f-830e-bf9d3d001366 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:31 2026] GET /v2.0/security-groups/4240242c-a354-4d1f-830e-bf9d3d001366 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 199.204.45.19 () {48 vars in 988 bytes} [Thu Jun 18 13:20:31 2026] POST /v2.0/security-group-rules => generated 623 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/119] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:32 2026] GET /v2.0/security-groups/4240242c-a354-4d1f-830e-bf9d3d001366 => generated 2246 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/120] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:32 2026] GET /v2.0/security-groups/4240242c-a354-4d1f-830e-bf9d3d001366 => generated 2246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/121] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:20:32 2026] GET /v2.0/security-groups/4240242c-a354-4d1f-830e-bf9d3d001366 => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/122] 199.204.45.19 () {48 vars in 988 bytes} [Thu Jun 18 13:20:32 2026] POST /v2.0/security-group-rules => generated 627 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/133] 199.204.45.19 () {44 vars in 972 bytes} [Thu Jun 18 13:21:47 2026] GET /v2.0/quotas/ea1e2bf7404745edaa0f0a9458467e72 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/134] 199.204.45.19 () {48 vars in 1024 bytes} [Thu Jun 18 13:21:47 2026] PUT /v2.0/quotas/ea1e2bf7404745edaa0f0a9458467e72 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:24:09.243 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb3e9d30-ef98-49e0-a8e9-eb8429490a65 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/153] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:24:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 175 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/154] 199.204.45.19 () {30 vars in 762 bytes} [Thu Jun 18 13:24:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:24:11.296 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98d80d1c-1815-4c4f-ac3e-61de4b90ebe4 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/155] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:24:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/156] 199.204.45.19 () {30 vars in 762 bytes} [Thu Jun 18 13:24:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:31:08.737 7 INFO neutron.api.v2.resource [None req-58dcc969-6ae4-45b7-b5d4-df7533164a38 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 106/213] 199.204.45.19 () {44 vars in 1071 bytes} [Thu Jun 18 13:31:08 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c02c5d8cd7644658984078eed45e5099 => generated 139 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.204.45.19 () {44 vars in 1094 bytes} [Thu Jun 18 13:31:08 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c02c5d8cd7644658984078eed45e5099 => generated 23 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.204.45.19 () {48 vars in 978 bytes} [Thu Jun 18 13:31:08 2026] POST /v2.0/security-groups => generated 1624 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:31:10 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 1624 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:31:10 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31 => 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: 110/218] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:31:10 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.204.45.19 () {48 vars in 988 bytes} [Thu Jun 18 13:31:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:31:11 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:31:11 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31 => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:31:11 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/223] 199.204.45.19 () {48 vars in 988 bytes} [Thu Jun 18 13:31:11 2026] POST /v2.0/security-group-rules => generated 599 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/224] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:31:12 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/225] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:31:12 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/226] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:31:12 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 2846 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/227] 199.204.45.19 () {48 vars in 988 bytes} [Thu Jun 18 13:31:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/230] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:31:13 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 3460 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/231] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:31:14 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/232] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:31:14 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/233] 199.204.45.19 () {48 vars in 988 bytes} [Thu Jun 18 13:31:14 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: 8|app: 0|req: 127/252] 199.204.45.19 () {30 vars in 739 bytes} [Thu Jun 18 13:33:38 2026] GET /v2.0/networks?tenant_id=c02c5d8cd7644658984078eed45e5099&shared=False => generated 15 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:33:38.958 7 INFO neutron.db.segments_db [None req-51add0ff-d432-4a53-86ed-cc65cccf0bf6 6d3c659abd904d68887541c0f6e7fb47 c02c5d8cd7644658984078eed45e5099 - - 96982dda83d945e58bdec6ea7f819ce1 96982dda83d945e58bdec6ea7f819ce1] Added segment 1a16342e-7976-45a8-b7a6-242836319fa7 of type vxlan for network b2ab5437-478b-4053-a4bf-34352836244e [pid: 7|app: 0|req: 126/253] 199.204.45.19 () {34 vars in 681 bytes} [Thu Jun 18 13:33:38 2026] POST /v2.0/networks => generated 699 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/254] 199.204.45.19 () {30 vars in 721 bytes} [Thu Jun 18 13:33:39 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 127/255] 199.204.45.19 () {30 vars in 632 bytes} [Thu Jun 18 13:33:39 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: 129/256] 199.204.45.19 () {34 vars in 676 bytes} [Thu Jun 18 13:33:39 2026] POST /v2.0/ports => generated 999 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/257] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:33:39 2026] GET /v2.0/networks/b2ab5437-478b-4053-a4bf-34352836244e => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/258] 199.204.45.19 () {30 vars in 721 bytes} [Thu Jun 18 13:33:41 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/259] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:33:41 2026] GET /v2.0/networks/b2ab5437-478b-4053-a4bf-34352836244e => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/262] 199.204.45.19 () {44 vars in 972 bytes} [Thu Jun 18 13:33:58 2026] GET /v2.0/quotas/c02c5d8cd7644658984078eed45e5099 => 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: 134/265] 199.204.45.19 () {48 vars in 1024 bytes} [Thu Jun 18 13:33:58 2026] PUT /v2.0/quotas/c02c5d8cd7644658984078eed45e5099 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:46:14.416 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10999511-e571-4080-972f-2f0b7ee738b4 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/364] 199.204.45.19 () {44 vars in 924 bytes} [Thu Jun 18 13:46:14 2026] GET /v2.0/networks/public => generated 108 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/365] 199.204.45.19 () {44 vars in 946 bytes} [Thu Jun 18 13:46:14 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:46:15.797 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8cdfc88-be0f-40c8-a865-0c781b6637ad 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/366] 199.204.45.19 () {44 vars in 924 bytes} [Thu Jun 18 13:46:15 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/367] 199.204.45.19 () {44 vars in 946 bytes} [Thu Jun 18 13:46:15 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:46:15.872 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7091c51-83b1-4adc-8a9e-b21eddf2ffd3 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/368] 199.204.45.19 () {44 vars in 1031 bytes} [Thu Jun 18 13:46:15 2026] GET /v2.0/subnets/public-subnet?network_id=f276263a-8f1a-4422-84cd-b80830d7ae31 => generated 113 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/369] 199.204.45.19 () {44 vars in 1054 bytes} [Thu Jun 18 13:46:15 2026] GET /v2.0/subnets?name=public-subnet&network_id=f276263a-8f1a-4422-84cd-b80830d7ae31 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:46:45.795 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2c3307c-f0ac-43b0-9e39-03c84815c019 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/374] 199.204.45.19 () {44 vars in 934 bytes} [Thu Jun 18 13:46:45 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/375] 199.204.45.19 () {44 vars in 956 bytes} [Thu Jun 18 13:46:45 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:46:46.805 7 INFO neutron.pecan_wsgi.hooks.translation [None req-856a746e-5f4c-44df-a56e-6ac5da306fed 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/376] 199.204.45.19 () {44 vars in 934 bytes} [Thu Jun 18 13:46:46 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/377] 199.204.45.19 () {44 vars in 956 bytes} [Thu Jun 18 13:46:46 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:46:46.893 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9db58ac5-0128-45d7-a58e-b1a401912533 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/378] 199.204.45.19 () {44 vars in 1033 bytes} [Thu Jun 18 13:46:46 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ced83677-bb7e-4400-8192-24176d1df038 => 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: 191/379] 199.204.45.19 () {44 vars in 1056 bytes} [Thu Jun 18 13:46:46 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ced83677-bb7e-4400-8192-24176d1df038 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:46:48.196 7 INFO neutron.api.v2.resource [None req-d108a272-f438-4e70-aa83-3faf61fcd413 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/380] 199.204.45.19 () {44 vars in 968 bytes} [Thu Jun 18 13:46:48 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/381] 199.204.45.19 () {44 vars in 990 bytes} [Thu Jun 18 13:46:48 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/382] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:46:49 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/383] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:46:49 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/384] 199.204.45.19 () {44 vars in 1008 bytes} [Thu Jun 18 13:46:49 2026] GET /v2.0/security-group-rules/db09a3d2-0df4-47e3-a316-e70d61e04fe5 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/385] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:46:50 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/386] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:46:50 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/387] 199.204.45.19 () {44 vars in 1008 bytes} [Thu Jun 18 13:46:50 2026] GET /v2.0/security-group-rules/38dc4c68-5df4-45c2-ae4e-000568433ee5 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/388] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:46:51 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/389] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:46:51 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/390] 199.204.45.19 () {44 vars in 1008 bytes} [Thu Jun 18 13:46:51 2026] GET /v2.0/security-group-rules/de0ce4b3-f891-4532-9596-9120e11e33f0 => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/391] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:46:52 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/392] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:46:52 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => 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: 198/393] 199.204.45.19 () {44 vars in 1008 bytes} [Thu Jun 18 13:46:52 2026] GET /v2.0/security-group-rules/71276429-de4f-46df-b831-c69cf59bc81e => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:46:53 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/395] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:46:53 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/396] 199.204.45.19 () {44 vars in 1008 bytes} [Thu Jun 18 13:46:53 2026] GET /v2.0/security-group-rules/2d2aaac7-3638-484f-a2d0-cf94acb914aa => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/397] 199.204.45.19 () {44 vars in 984 bytes} [Thu Jun 18 13:46:54 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038 => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:46:54.874 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fe3b85c9-ece5-4aa0-8f82-d3d08329c434 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/398] 199.204.45.19 () {44 vars in 1073 bytes} [Thu Jun 18 13:46:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ced83677-bb7e-4400-8192-24176d1df038 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/399] 199.204.45.19 () {44 vars in 1096 bytes} [Thu Jun 18 13:46:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ced83677-bb7e-4400-8192-24176d1df038 => generated 1254 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/400] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:46:54 2026] GET /v2.0/security-groups/521af7f1-2cc4-48ee-9a9b-ef14fd6d71c9 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:47:03.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28751def-47d3-45ff-ad58-fa3ae40716ad 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 203/403] 199.204.45.19 () {44 vars in 976 bytes} [Thu Jun 18 13:47:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/404] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:47:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/405] 199.204.45.19 () {44 vars in 917 bytes} [Thu Jun 18 13:47:04 2026] GET /v2.0/ports => generated 4725 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:47:06.147 7 INFO neutron.api.v2.resource [None req-62106978-9369-4865-827d-079ead85ffc5 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/406] 199.204.45.19 () {44 vars in 956 bytes} [Thu Jun 18 13:47:06 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/407] 199.204.45.19 () {44 vars in 978 bytes} [Thu Jun 18 13:47:06 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/408] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:47:07 2026] GET /v2.0/security-groups/4240242c-a354-4d1f-830e-bf9d3d001366 => generated 2886 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/409] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:47:07 2026] GET /v2.0/security-groups/4240242c-a354-4d1f-830e-bf9d3d001366 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/410] 199.204.45.19 () {44 vars in 1008 bytes} [Thu Jun 18 13:47:07 2026] GET /v2.0/security-group-rules/47251f94-d643-4b3b-9b1d-a3951a62ad54 => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/411] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:47:08 2026] GET /v2.0/security-groups/4240242c-a354-4d1f-830e-bf9d3d001366 => generated 2886 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/412] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:47:08 2026] GET /v2.0/security-groups/4240242c-a354-4d1f-830e-bf9d3d001366 => generated 2886 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/413] 199.204.45.19 () {44 vars in 1008 bytes} [Thu Jun 18 13:47:08 2026] GET /v2.0/security-group-rules/fecb3631-d409-4294-893d-e36bbeae6a69 => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/416] 199.204.45.19 () {44 vars in 972 bytes} [Thu Jun 18 13:47:21 2026] GET /v2.0/quotas/ea1e2bf7404745edaa0f0a9458467e72 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:48:21.361 8 INFO neutron.api.v2.resource [None req-ce2c993e-434c-45b7-919f-8c230327ad5f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 214/425] 199.204.45.19 () {44 vars in 1071 bytes} [Thu Jun 18 13:48:21 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c02c5d8cd7644658984078eed45e5099 => generated 139 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/426] 199.204.45.19 () {44 vars in 1094 bytes} [Thu Jun 18 13:48:21 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c02c5d8cd7644658984078eed45e5099 => generated 4072 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:48:22 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/428] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:48:22 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31 => 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: 216/429] 199.204.45.19 () {44 vars in 1008 bytes} [Thu Jun 18 13:48:22 2026] GET /v2.0/security-group-rules/8f752823-df66-4eeb-8add-2b7971e87698 => 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: 214/430] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:48:23 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/431] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:48:23 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/432] 199.204.45.19 () {44 vars in 1008 bytes} [Thu Jun 18 13:48:23 2026] GET /v2.0/security-group-rules/accc5a92-dafb-40c9-a539-b6cba2a016ec => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/433] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:48:24 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/434] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:48:24 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31 => generated 4075 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/435] 199.204.45.19 () {44 vars in 1008 bytes} [Thu Jun 18 13:48:24 2026] GET /v2.0/security-group-rules/53ca198e-2a1e-4b1e-8704-b8a5bc1d22bc => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/436] 199.204.45.19 () {44 vars in 1085 bytes} [Thu Jun 18 13:48:25 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31?project_id=c02c5d8cd7644658984078eed45e5099 => generated 4075 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/437] 199.204.45.19 () {44 vars in 998 bytes} [Thu Jun 18 13:48:25 2026] GET /v2.0/security-groups/8a9445dc-9511-4856-bc7b-00f934407f31 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/438] 199.204.45.19 () {44 vars in 1008 bytes} [Thu Jun 18 13:48:25 2026] GET /v2.0/security-group-rules/b1776c0b-5715-4dc4-815c-d7e836b5c0fd => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/441] 199.204.45.19 () {44 vars in 972 bytes} [Thu Jun 18 13:48:34 2026] GET /v2.0/quotas/c02c5d8cd7644658984078eed45e5099 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/448] 199.204.45.19 () {44 vars in 946 bytes} [Thu Jun 18 13:49:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/455] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:50:09 2026] GET /v2.0/networks => generated 2168 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/456] 10.0.0.134 () {32 vars in 655 bytes} [Thu Jun 18 13:50:10 2026] GET /v2.0/floatingips => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/457] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:50:10 2026] GET /v2.0/routers => generated 15 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/458] 10.0.0.134 () {32 vars in 643 bytes} [Thu Jun 18 13:50:10 2026] GET /v2.0/ports => generated 4725 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:50:10 2026] GET /v2.0/subnets => generated 1308 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:50:10 2026] GET /v2.0/networks => generated 2168 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/461] 10.0.0.134 () {32 vars in 663 bytes} [Thu Jun 18 13:50:10 2026] GET /v2.0/security-groups => generated 17401 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/462] 10.0.0.134 () {32 vars in 655 bytes} [Thu Jun 18 13:50:11 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:50:22.864 7 INFO neutron.db.segments_db [None req-4e2b3a80-0fa9-4e60-a6a0-4578ea488205 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 81624862-5885-4e2a-949f-086b61130db6 of type vxlan for network 5a8b7b02-754f-4f3c-ba91-39f3ecd48b25 2026-06-18 13:50:22.907 8 INFO neutron.db.segments_db [None req-a204027d-f454-4d21-88b8-a8e05970f98e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment b8d91096-17c9-4ca8-8644-4f1cdcb81270 of type vxlan for network 5a8d6298-b143-4e3a-b714-f4864e38b947 [pid: 7|app: 0|req: 231/465] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:50:22 2026] POST /v2.0/networks => generated 726 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/466] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:50:22 2026] POST /v2.0/networks => generated 730 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/467] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:22 2026] POST /v2.0/subnets => generated 692 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:50:23.241 7 INFO neutron.db.segments_db [None req-8cced264-3dd7-410a-a239-75ca626aee57 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 1c5662b2-d217-42a7-87e1-938486321529 of type vxlan for network dfc936d0-c982-4999-b62b-b4bfe4bdc78b [pid: 7|app: 0|req: 232/468] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:50:22 2026] POST /v2.0/networks => generated 725 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/469] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:23 2026] POST /v2.0/subnets => generated 696 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:50:23.431 8 INFO neutron.db.segments_db [None req-888128f3-9e11-47f3-974e-3a6033a5f3b8 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 7b0ab94b-0630-4d35-bd1b-278f7f9f7438 of type vxlan for network 75842d4e-c76c-4cda-8b1b-91ad4d0af888 [pid: 7|app: 0|req: 233/470] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:50:23 2026] GET /v2.0/security-groups?tenant_id=b052a695be234f97bc593c4898a5faf7&name=default => generated 2921 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/471] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:23 2026] POST /v2.0/subnets => generated 690 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:50:23.683 7 INFO neutron.db.segments_db [None req-552089ee-574d-43f4-aa59-ce9c11f29af6 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 5f96fc5c-2f90-42c9-bc81-84e499f3c497 of type vxlan for network 00a43909-ffdb-428e-bfad-ebfdc08c1cee 2026-06-18 13:50:23.697 8 INFO neutron.db.l3_hamode_db [None req-888128f3-9e11-47f3-974e-3a6033a5f3b8 64f802b25ee74205a26b1e7987e69dd1 a7ffc97683d34c518a992141e553c21a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:50:23.912 7 INFO neutron.db.l3_hamode_db [None req-552089ee-574d-43f4-aa59-ce9c11f29af6 64f802b25ee74205a26b1e7987e69dd1 15ee4ccaffbd468093ed2a3359f8e39a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:50:24.565 8 INFO neutron.db.l3_hamode_db [None req-888128f3-9e11-47f3-974e-3a6033a5f3b8 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:50:24.740 7 INFO neutron.db.l3_hamode_db [None req-552089ee-574d-43f4-aa59-ce9c11f29af6 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 238/472] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:23 2026] POST /v2.0/routers => generated 732 bytes in 2606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/473] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:23 2026] POST /v2.0/routers => generated 736 bytes in 2450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/474] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:50:25 2026] DELETE /v2.0/security-groups/13a4cfd3-d013-4760-967f-a4f5719b9f8a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:50:26.157 7 INFO neutron.db.segments_db [None req-8b6f4930-4463-4081-a998-2f5c16e4d8dd 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 127f2bf4-0f15-4817-a323-d15202af4e59 of type vxlan for network b7010b73-ce91-4ab8-bdbf-67f75f23dfb6 2026-06-18 13:50:26.380 7 INFO neutron.db.l3_hamode_db [None req-8b6f4930-4463-4081-a998-2f5c16e4d8dd 64f802b25ee74205a26b1e7987e69dd1 38a438301d3a4a299d27cf02c0404f65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:50:27.189 7 INFO neutron.db.l3_hamode_db [None req-8b6f4930-4463-4081-a998-2f5c16e4d8dd 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 240/475] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:50:26 2026] PUT /v2.0/routers/64e77919-9ada-49ed-b62a-c54aac53c23f/add_router_interface => generated 309 bytes in 1098 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/476] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:50:27 2026] PUT /v2.0/routers/21e04205-d5f4-4650-a96a-3c9ebbf4455c/add_router_interface => generated 309 bytes in 772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/477] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:26 2026] POST /v2.0/routers => generated 730 bytes in 1995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:50:28.179 8 INFO neutron.db.segments_db [None req-9cba2b1f-6abf-472d-8bec-c4c89ad4de33 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment f09112a5-7c88-4a86-b08a-25e6155791ff of type vxlan for network 97e85f7c-a0d2-40b5-810e-857895f1b3f1 [pid: 8|app: 0|req: 242/478] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:50:27 2026] POST /v2.0/networks => generated 733 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/479] 10.0.0.178 () {38 vars in 971 bytes} [Thu Jun 18 13:50:28 2026] POST /v2.0/security-groups => generated 1682 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/480] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:28 2026] POST /v2.0/subnets => generated 699 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/481] 10.0.0.178 () {38 vars in 971 bytes} [Thu Jun 18 13:50:28 2026] POST /v2.0/security-groups => generated 1680 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 13:50:28.713 8 INFO neutron.db.segments_db [None req-ced65401-7ec8-4570-b8b2-b39d246e567e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment daae496e-2528-4f9e-8616-9fa00d5c2c63 of type vxlan for network 80bd743c-4428-40d9-9258-fa9e32d427d3 2026-06-18 13:50:28.881 8 INFO neutron.db.l3_hamode_db [None req-ced65401-7ec8-4570-b8b2-b39d246e567e 64f802b25ee74205a26b1e7987e69dd1 8150dab51a4645f7a4fdad06a1656409 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 237/482] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:50:28 2026] PUT /v2.0/routers/0970fd96-4a5b-4a0c-a5b2-0103d123da70/add_router_interface => generated 309 bytes in 1206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/485] 10.0.0.178 () {38 vars in 971 bytes} [Thu Jun 18 13:50:29 2026] POST /v2.0/security-groups => generated 1682 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 13:50:29.548 8 INFO neutron.db.l3_hamode_db [None req-ced65401-7ec8-4570-b8b2-b39d246e567e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/486] 10.0.0.178 () {38 vars in 971 bytes} [Thu Jun 18 13:50:29 2026] POST /v2.0/security-groups => generated 1686 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/487] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:50:29 2026] GET /v2.0/security-groups?tenant_id=a7ffc97683d34c518a992141e553c21a => generated 7905 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/488] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:29 2026] GET /v2.0/security-groups/1546d7e2-e436-44d1-a40b-94e131c3304e => generated 1686 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/489] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:29 2026] GET /v2.0/security-groups/ae79a2ad-cb6d-4ccf-8f9f-1717c5e7ad40 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/490] 10.0.0.178 () {38 vars in 981 bytes} [Thu Jun 18 13:50:29 2026] POST /v2.0/security-group-rules => generated 614 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/491] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:29 2026] GET /v2.0/security-groups/ae79a2ad-cb6d-4ccf-8f9f-1717c5e7ad40 => generated 2918 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 10.0.0.178 () {38 vars in 971 bytes} [Thu Jun 18 13:50:29 2026] POST /v2.0/security-groups => generated 1686 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/493] 10.0.0.134 () {34 vars in 685 bytes} [Thu Jun 18 13:50:29 2026] POST /v2.0/security-groups => generated 1659 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/494] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:30 2026] GET /v2.0/security-groups/568bf7e9-76be-4567-8106-de31bdbb55ca => generated 1682 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/495] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:30 2026] GET /v2.0/security-groups/b7fdf8e8-9a9e-4619-a588-c47685d038b1 => generated 1686 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/496] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:50:30 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: 7|app: 0|req: 252/497] 10.0.0.178 () {36 vars in 1013 bytes} [Thu Jun 18 13:50:30 2026] DELETE /v2.0/security-groups/568bf7e9-76be-4567-8106-de31bdbb55ca => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/498] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:28 2026] POST /v2.0/routers => generated 739 bytes in 1786 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/499] 10.0.0.178 () {38 vars in 981 bytes} [Thu Jun 18 13:50:30 2026] POST /v2.0/security-group-rules => generated 614 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:50:30.479 7 INFO neutron.api.v2.resource [req-1e272f4b-22c5-4607-9b7a-b6ea073b92b8 req-31d3b252-1d59-41a0-bde1-29bfc02b5ba5 92aa14c6735540fe936423cb6f0ad187 a7ffc97683d34c518a992141e553c21a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 254/500] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:30 2026] GET /v2.0/security-groups/568bf7e9-76be-4567-8106-de31bdbb55ca => 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: 247/501] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:50:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/502] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:30 2026] GET /v2.0/security-groups/b7fdf8e8-9a9e-4619-a588-c47685d038b1 => generated 2311 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/503] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:30 2026] GET /v2.0/security-groups/d4b13883-efe1-48d1-ae63-5718c6cc4c0f => generated 1680 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/504] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:50:30 2026] PUT /v2.0/routers/6560e6d5-3463-459c-b2c8-5019a57e3291/add_router_interface => generated 309 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/505] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:50:30 2026] POST /v2.0/floatingips => generated 552 bytes in 845 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/506] 10.0.0.178 () {36 vars in 1013 bytes} [Thu Jun 18 13:50:31 2026] DELETE /v2.0/security-groups/d4b13883-efe1-48d1-ae63-5718c6cc4c0f => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/507] 10.0.0.178 () {38 vars in 981 bytes} [Thu Jun 18 13:50:31 2026] POST /v2.0/security-group-rules => generated 619 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:50:31.597 8 INFO neutron.api.v2.resource [req-efff0fed-1086-4dac-83b5-e2adce02056a req-f3a797fc-5fc2-49bc-9f24-e390f2642ab3 92aa14c6735540fe936423cb6f0ad187 a7ffc97683d34c518a992141e553c21a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/508] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:31 2026] GET /v2.0/security-groups/d4b13883-efe1-48d1-ae63-5718c6cc4c0f => 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: 257/509] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:31 2026] GET /v2.0/security-groups/b7fdf8e8-9a9e-4619-a588-c47685d038b1 => generated 2941 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/510] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:31 2026] GET /v2.0/security-groups/57133c64-f333-40c9-b66f-4aa0e3b5b95f => generated 1682 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/511] 10.0.0.178 () {34 vars in 1001 bytes} [Thu Jun 18 13:50:31 2026] GET /v2.0/security-group-rules/4b929170-3689-413b-afb7-1c2d67e3dff8 => generated 616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/512] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:31 2026] GET /v2.0/security-groups/b7fdf8e8-9a9e-4619-a588-c47685d038b1 => generated 2941 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/513] 10.0.0.178 () {36 vars in 1013 bytes} [Thu Jun 18 13:50:31 2026] DELETE /v2.0/security-groups/57133c64-f333-40c9-b66f-4aa0e3b5b95f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:50:31.837 7 INFO neutron.api.v2.resource [req-d03aa756-acec-4a75-85d0-0564ca805919 req-b2e26c28-965c-4a4a-8689-a17194a67285 92aa14c6735540fe936423cb6f0ad187 a7ffc97683d34c518a992141e553c21a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/514] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:31 2026] GET /v2.0/security-groups/57133c64-f333-40c9-b66f-4aa0e3b5b95f => 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: 256/515] 10.0.0.178 () {36 vars in 1023 bytes} [Thu Jun 18 13:50:31 2026] DELETE /v2.0/security-group-rules/4b929170-3689-413b-afb7-1c2d67e3dff8 => 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: 260/516] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:50:31 2026] GET /v2.0/security-groups?tenant_id=a7ffc97683d34c518a992141e553c21a => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/517] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:31 2026] GET /v2.0/security-groups/ae79a2ad-cb6d-4ccf-8f9f-1717c5e7ad40 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/518] 10.0.0.178 () {34 vars in 1098 bytes} [Thu Jun 18 13:50:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--889219934&fields=id&tenant_id=38a438301d3a4a299d27cf02c0404f65 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/519] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:31 2026] GET /v2.0/security-groups/ae79a2ad-cb6d-4ccf-8f9f-1717c5e7ad40 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/520] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:50:31 2026] GET /v2.0/networks?id=dfc936d0-c982-4999-b62b-b4bfe4bdc78b => generated 675 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/521] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:32 2026] GET /v2.0/security-groups/b7fdf8e8-9a9e-4619-a588-c47685d038b1 => generated 2311 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/522] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:50:32 2026] GET /v2.0/quotas/38a438301d3a4a299d27cf02c0404f65 => 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: 264/523] 10.0.0.178 () {36 vars in 1013 bytes} [Thu Jun 18 13:50:32 2026] DELETE /v2.0/security-groups/b7fdf8e8-9a9e-4619-a588-c47685d038b1 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/524] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:50:32 2026] GET /v2.0/ports?tenant_id=38a438301d3a4a299d27cf02c0404f65&fields=id => generated 57 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:50:32.271 8 INFO neutron.api.v2.resource [req-d106d609-9792-4d35-a4a3-51149d876628 req-6d5e7082-fb84-4327-8370-a01697571eee 92aa14c6735540fe936423cb6f0ad187 a7ffc97683d34c518a992141e553c21a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/525] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:32 2026] GET /v2.0/security-groups/57133c64-f333-40c9-b66f-4aa0e3b5b95f => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/526] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:32 2026] GET /v2.0/security-groups/1546d7e2-e436-44d1-a40b-94e131c3304e => generated 2311 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/527] 10.0.0.134 () {34 vars in 685 bytes} [Thu Jun 18 13:50:32 2026] POST /v2.0/security-groups => generated 1660 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/528] 10.0.0.178 () {36 vars in 1013 bytes} [Thu Jun 18 13:50:32 2026] DELETE /v2.0/security-groups/1546d7e2-e436-44d1-a40b-94e131c3304e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/529] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:50:32 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) 2026-06-18 13:50:32.471 7 INFO neutron.api.v2.resource [req-a109f0d7-b1e0-4e6c-b9f8-0a3f167bfd45 req-4d517931-6aa3-4a6b-8061-389826b7f8f9 92aa14c6735540fe936423cb6f0ad187 a7ffc97683d34c518a992141e553c21a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 267/530] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:32 2026] GET /v2.0/security-groups/d4b13883-efe1-48d1-ae63-5718c6cc4c0f => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/531] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:50:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:50:32.587 7 INFO neutron.api.v2.resource [req-d813d9ae-955b-48a4-b233-ecd655272e65 req-19d92751-11fd-4429-bc3c-c47c3bead66f 92aa14c6735540fe936423cb6f0ad187 a7ffc97683d34c518a992141e553c21a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 269/532] 10.0.0.178 () {34 vars in 991 bytes} [Thu Jun 18 13:50:32 2026] GET /v2.0/security-groups/568bf7e9-76be-4567-8106-de31bdbb55ca => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/533] 10.0.0.178 () {34 vars in 907 bytes} [Thu Jun 18 13:50:32 2026] GET /v2.0/extensions => generated 21537 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-18 13:50:32.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-db5962e0-fdaf-4adc-ad6c-1d5c0cf2cdf3 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 643644c1-bd3a-467d-b30d-a27352259c77 2026-06-18 13:50:32.924 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db5962e0-fdaf-4adc-ad6c-1d5c0cf2cdf3 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 643644c1-bd3a-467d-b30d-a27352259c77 [pid: 7|app: 0|req: 271/534] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:50:32 2026] POST /v2.0/floatingips => generated 552 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/535] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:50:32 2026] PUT /v2.0/routers/21e04205-d5f4-4650-a96a-3c9ebbf4455c/remove_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/536] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:50:33 2026] GET /v2.0/networks/dfc936d0-c982-4999-b62b-b4bfe4bdc78b?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:50:33.683 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3d1d9c0-81af-4c3b-8761-25aa7191674b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 973f206e-de6b-4888-9df1-31cda49bcabb 2026-06-18 13:50:33.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3d1d9c0-81af-4c3b-8761-25aa7191674b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 973f206e-de6b-4888-9df1-31cda49bcabb 2026-06-18 13:50:33.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3d1d9c0-81af-4c3b-8761-25aa7191674b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 8f57af62-af05-49cf-8f0c-bbf3c5e86333 2026-06-18 13:50:33.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3d1d9c0-81af-4c3b-8761-25aa7191674b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 8f57af62-af05-49cf-8f0c-bbf3c5e86333 2026-06-18 13:50:33.979 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-c3d1d9c0-81af-4c3b-8761-25aa7191674b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-06-18 13:50:34.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-228886c4-9d51-48b0-87a9-e084733a8adf 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 74daa01f-7c04-4a55-8a52-dfb763a96c9f 2026-06-18 13:50:34.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-228886c4-9d51-48b0-87a9-e084733a8adf 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 74daa01f-7c04-4a55-8a52-dfb763a96c9f 2026-06-18 13:50:34.350 8 INFO neutron.db.l3_hamode_db [None req-c3d1d9c0-81af-4c3b-8761-25aa7191674b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] HA network 00a43909-ffdb-428e-bfad-ebfdc08c1cee was deleted as no HA routers are present in tenant 15ee4ccaffbd468093ed2a3359f8e39a. [pid: 8|app: 0|req: 266/537] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:50:33 2026] DELETE /v2.0/routers/21e04205-d5f4-4650-a96a-3c9ebbf4455c => generated 0 bytes in 839 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/538] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:50:34 2026] GET /v2.0/networks/dfc936d0-c982-4999-b62b-b4bfe4bdc78b?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: 268/539] 10.0.0.178 () {34 vars in 1100 bytes} [Thu Jun 18 13:50:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1358747144&fields=id&tenant_id=8150dab51a4645f7a4fdad06a1656409 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/540] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:50:33 2026] PUT /v2.0/routers/64e77919-9ada-49ed-b62a-c54aac53c23f/remove_router_interface => generated 309 bytes in 1277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/541] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:50:34 2026] GET /v2.0/networks?id=97e85f7c-a0d2-40b5-810e-857895f1b3f1 => generated 684 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/542] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:50:34 2026] DELETE /v2.0/subnets/dd51bfe9-648d-4174-a753-da606d464c6d => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/543] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:50:34 2026] GET /v2.0/quotas/8150dab51a4645f7a4fdad06a1656409 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/544] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:34 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:50:34.809 8 INFO neutron.services.segments.plugin [-] Segment 5f96fc5c-2f90-42c9-bc81-84e499f3c497 resource provider aggregate not found 2026-06-18 13:50:34.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-df5605cf-e88c-4bb2-b367-ec02b510353e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 8d88c68e-4744-4905-92b2-f9b73f7dd535 2026-06-18 13:50:34.820 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df5605cf-e88c-4bb2-b367-ec02b510353e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 8d88c68e-4744-4905-92b2-f9b73f7dd535 2026-06-18 13:50:34.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-8790cdc8-c926-46b4-8a2b-188cca388ce2 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 6378531b-7e20-424c-a381-94b0415d0a33 2026-06-18 13:50:34.848 8 INFO neutron.services.segments.plugin [-] Segment 5f96fc5c-2f90-42c9-bc81-84e499f3c497 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f96fc5c-2f90-42c9-bc81-84e499f3c497 found for delete ", "request_id": "req-bd18d518-782c-46df-923a-046133cdfae9"}]} 2026-06-18 13:50:34.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8790cdc8-c926-46b4-8a2b-188cca388ce2 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 6378531b-7e20-424c-a381-94b0415d0a33 2026-06-18 13:50:34.868 8 INFO neutron.services.segments.plugin [-] Segment 5f96fc5c-2f90-42c9-bc81-84e499f3c497 resource provider aggregate not found 2026-06-18 13:50:34.898 8 INFO neutron.services.segments.plugin [-] Segment 5f96fc5c-2f90-42c9-bc81-84e499f3c497 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f96fc5c-2f90-42c9-bc81-84e499f3c497 found for delete ", "request_id": "req-5a20875c-bbda-481d-9e05-a84ef20598f2"}]} [pid: 8|app: 0|req: 272/545] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:50:34 2026] DELETE /v2.0/networks/5a8d6298-b143-4e3a-b714-f4864e38b947 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:50:35.093 7 INFO neutron_taas.services.taas.taas_plugin [None req-df5605cf-e88c-4bb2-b367-ec02b510353e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 22263119-5900-4e73-9664-d79eae573d10 2026-06-18 13:50:35.095 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df5605cf-e88c-4bb2-b367-ec02b510353e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 22263119-5900-4e73-9664-d79eae573d10 [pid: 8|app: 0|req: 273/546] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:50:35 2026] GET /v2.0/ports?tenant_id=8150dab51a4645f7a4fdad06a1656409&fields=id => generated 57 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:50:35.192 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-df5605cf-e88c-4bb2-b367-ec02b510353e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - 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: 274/547] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:50:35 2026] GET /v2.0/security-groups?tenant_id=15ee4ccaffbd468093ed2a3359f8e39a&name=default => generated 2921 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/548] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:50:35 2026] DELETE /v2.0/security-groups/5c63d1c6-b944-4be8-aee0-50f3cd6f0863 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:50:35.567 7 INFO neutron.db.l3_hamode_db [None req-df5605cf-e88c-4bb2-b367-ec02b510353e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] HA network 75842d4e-c76c-4cda-8b1b-91ad4d0af888 was deleted as no HA routers are present in tenant a7ffc97683d34c518a992141e553c21a. [pid: 7|app: 0|req: 274/549] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:50:34 2026] DELETE /v2.0/routers/64e77919-9ada-49ed-b62a-c54aac53c23f => generated 0 bytes in 1011 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/550] 10.0.0.178 () {34 vars in 907 bytes} [Thu Jun 18 13:50:35 2026] GET /v2.0/extensions => generated 21537 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/551] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:50:35 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?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: 278/552] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:50:35 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/553] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:50:35 2026] DELETE /v2.0/subnets/9eba9914-8587-430e-b6c2-9ea06dccbb59 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/554] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:35 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:50:35.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-318da68a-009d-4894-85d7-97344b69654f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 70942bed-4487-4481-a5f2-ed63ad43cff5 2026-06-18 13:50:35.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-318da68a-009d-4894-85d7-97344b69654f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 70942bed-4487-4481-a5f2-ed63ad43cff5 [pid: 7|app: 0|req: 277/555] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:35 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:50:36.034 7 INFO neutron.services.segments.plugin [-] Segment 7b0ab94b-0630-4d35-bd1b-278f7f9f7438 resource provider aggregate not found 2026-06-18 13:50:36.039 7 INFO neutron.services.segments.plugin [-] Segment 7b0ab94b-0630-4d35-bd1b-278f7f9f7438 resource provider aggregate not found 2026-06-18 13:50:36.050 7 INFO neutron.services.segments.plugin [-] Segment 7b0ab94b-0630-4d35-bd1b-278f7f9f7438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b0ab94b-0630-4d35-bd1b-278f7f9f7438 found for delete ", "request_id": "req-c4bc97b7-7b22-42b4-bdb4-a5855210cba1"}]} 2026-06-18 13:50:36.058 7 INFO neutron.services.segments.plugin [-] Segment 7b0ab94b-0630-4d35-bd1b-278f7f9f7438 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b0ab94b-0630-4d35-bd1b-278f7f9f7438 found for delete ", "request_id": "req-a3a3d733-acd7-49ea-a60a-59746f62f919"}]} [pid: 8|app: 0|req: 279/556] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:50:35 2026] DELETE /v2.0/networks/5a8b7b02-754f-4f3c-ba91-39f3ecd48b25 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/557] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:50:36 2026] GET /v2.0/security-groups?tenant_id=a7ffc97683d34c518a992141e553c21a&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/558] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:50:36 2026] DELETE /v2.0/security-groups/ae79a2ad-cb6d-4ccf-8f9f-1717c5e7ad40 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:50:36.876 8 INFO neutron.services.segments.plugin [-] Segment b8d91096-17c9-4ca8-8644-4f1cdcb81270 resource provider aggregate not found 2026-06-18 13:50:36.903 8 INFO neutron.services.segments.plugin [-] Segment b8d91096-17c9-4ca8-8644-4f1cdcb81270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8d91096-17c9-4ca8-8644-4f1cdcb81270 found for delete ", "request_id": "req-f91149ab-5bdf-4a20-8aed-168f6519838f"}]} 2026-06-18 13:50:36.917 8 INFO neutron.services.segments.plugin [-] Segment b8d91096-17c9-4ca8-8644-4f1cdcb81270 resource provider aggregate not found 2026-06-18 13:50:36.927 8 INFO neutron.services.segments.plugin [-] Segment 81624862-5885-4e2a-949f-086b61130db6 resource provider aggregate not found 2026-06-18 13:50:36.937 8 INFO neutron.services.segments.plugin [-] Segment b8d91096-17c9-4ca8-8644-4f1cdcb81270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8d91096-17c9-4ca8-8644-4f1cdcb81270 found for delete ", "request_id": "req-5e04b96d-b6d7-4721-881c-25364fa1e14a"}]} 2026-06-18 13:50:36.955 8 INFO neutron.services.segments.plugin [-] Segment 81624862-5885-4e2a-949f-086b61130db6 resource provider aggregate not found 2026-06-18 13:50:36.976 8 INFO neutron.services.segments.plugin [-] Segment 81624862-5885-4e2a-949f-086b61130db6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81624862-5885-4e2a-949f-086b61130db6 found for delete ", "request_id": "req-e05bc083-5af1-41d0-9df4-11dbb16a30fa"}]} 2026-06-18 13:50:36.978 8 INFO neutron.services.segments.plugin [-] Segment 81624862-5885-4e2a-949f-086b61130db6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81624862-5885-4e2a-949f-086b61130db6 found for delete ", "request_id": "req-00bb2360-16ad-4704-a5f1-5deba4e1253a"}]} [pid: 7|app: 0|req: 279/559] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:37 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/560] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:37 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => 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: 280/561] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:38 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/562] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:38 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:50:38.863 7 INFO neutron.db.segments_db [None req-4488f0eb-87f1-4c86-8ec3-196ed1cd85b1 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment c64ce9ff-8bf4-4a3a-9d3c-8733b2f1a20b of type vxlan for network 4d17b24c-7178-4a44-a717-fa85ded889df [pid: 7|app: 0|req: 281/563] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:50:38 2026] POST /v2.0/networks => generated 719 bytes in 628 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/564] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:39 2026] POST /v2.0/subnets => generated 685 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/565] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:39 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:50:39.309 7 INFO neutron.db.segments_db [None req-ff548dec-828b-43f6-98ca-87d03af2afdb 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 4ea38300-1c81-4b48-9019-00bfc63ef5fd of type vxlan for network d8593279-a44f-42b3-96fd-bbc66597f36a [pid: 8|app: 0|req: 285/566] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:39 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:50:39.576 7 INFO neutron.db.l3_hamode_db [None req-ff548dec-828b-43f6-98ca-87d03af2afdb 64f802b25ee74205a26b1e7987e69dd1 8ceff494e65b4bb9bccfe157293287ea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 286/567] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:50:39 2026] GET /v2.0/networks?id=dfc936d0-c982-4999-b62b-b4bfe4bdc78b => generated 675 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/568] 199.204.45.19 () {34 vars in 910 bytes} [Thu Jun 18 13:50:39 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: 288/569] 199.204.45.19 () {34 vars in 1049 bytes} [Thu Jun 18 13:50:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=38a438301d3a4a299d27cf02c0404f65 => generated 180 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/570] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:50:39 2026] POST /v2.0/ports => generated 958 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 290/571] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:40 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 961 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:50:40.431 7 INFO neutron.db.l3_hamode_db [None req-ff548dec-828b-43f6-98ca-87d03af2afdb 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 291/572] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:40 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/573] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:40 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/574] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:50:40 2026] PUT /v2.0/ports/6c9507a8-5586-43a5-8867-a7b7ef6b165a => generated 1239 bytes in 638 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: 294/575] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:50:41 2026] GET /v2.0/networks?id=97e85f7c-a0d2-40b5-810e-857895f1b3f1 => generated 684 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/576] 199.204.45.19 () {34 vars in 1049 bytes} [Thu Jun 18 13:50:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8150dab51a4645f7a4fdad06a1656409 => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/577] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:39 2026] POST /v2.0/routers => generated 725 bytes in 2095 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/578] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:50:41 2026] POST /v2.0/ports => generated 954 bytes in 459 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: 297/579] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:41 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/580] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:41 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 957 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/581] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:50:41 2026] PUT /v2.0/ports/cc8557f5-087a-4741-a083-6b3a8eba44e8 => generated 1235 bytes in 488 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: 300/582] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:42 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/583] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:42 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&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: 302/584] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:50:42 2026] GET /v2.0/ports?tenant_id=38a438301d3a4a299d27cf02c0404f65&device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/585] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:50:41 2026] PUT /v2.0/routers/559ec12f-bd76-4a05-baab-7c2acfe8f774/add_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/586] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:50:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=6c9507a8-5586-43a5-8867-a7b7ef6b165a => 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: 285/587] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:50:42 2026] GET /v2.0/subnets?id=e5bf743c-df66-4f07-b9e5-55c76e95f0b6 => generated 693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:50:42.643 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e09f14d-1525-489f-967a-8c4121249b83'] response: {'name': 'network-changed', 'server_uuid': '6c372e59-3f7f-48e2-8728-11e27d571688', 'tag': '6c9507a8-5586-43a5-8867-a7b7ef6b165a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 286/588] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:50:42 2026] GET /v2.0/ports?network_id=dfc936d0-c982-4999-b62b-b4bfe4bdc78b&device_owner=network%3Adhcp => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/589] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:50:42 2026] GET /v2.0/networks/dfc936d0-c982-4999-b62b-b4bfe4bdc78b?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: 288/590] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:50:42 2026] GET /v2.0/networks/dfc936d0-c982-4999-b62b-b4bfe4bdc78b?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: 303/591] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:50:42 2026] GET /v2.0/security-groups?tenant_id=f7b9cbf8de8e4a86b19af73389f67185&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/592] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:50:42 2026] DELETE /v2.0/security-groups/1aa77e14-6a7c-4250-bd94-4911eb7549bb => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/593] 10.0.0.134 () {34 vars in 685 bytes} [Thu Jun 18 13:50:43 2026] POST /v2.0/security-groups => generated 1660 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/594] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/security-groups?tenant_id=2809fd1813df4345b28cb40c00cc3697&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/595] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:50:43 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: 291/596] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:50:43 2026] DELETE /v2.0/security-groups/22ba7b45-7e7b-4a69-b7bd-f96068d84478 => 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: 292/597] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/ports?tenant_id=8150dab51a4645f7a4fdad06a1656409&device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/598] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:50:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/599] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=cc8557f5-087a-4741-a083-6b3a8eba44e8 => 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: 294/600] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 973 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/601] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/subnets?id=b59063d5-7d27-4428-9a20-1202fb10786c => generated 702 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/602] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/605] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/606] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/ports?network_id=97e85f7c-a0d2-40b5-810e-857895f1b3f1&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/607] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&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: 302/608] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/ports?tenant_id=38a438301d3a4a299d27cf02c0404f65&device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/609] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?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: 304/610] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/networks?id=dfc936d0-c982-4999-b62b-b4bfe4bdc78b => generated 772 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/611] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:50:43 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?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: 306/612] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:50:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=6c9507a8-5586-43a5-8867-a7b7ef6b165a => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/613] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:50:44 2026] GET /v2.0/subnets?id=e5bf743c-df66-4f07-b9e5-55c76e95f0b6 => generated 693 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/614] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:50:44 2026] GET /v2.0/ports?network_id=dfc936d0-c982-4999-b62b-b4bfe4bdc78b&device_owner=network%3Adhcp => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/615] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:50:44 2026] GET /v2.0/networks/dfc936d0-c982-4999-b62b-b4bfe4bdc78b?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: 307/616] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:50:43 2026] POST /v2.0/floatingips => generated 552 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/617] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:50:44 2026] GET /v2.0/networks/dfc936d0-c982-4999-b62b-b4bfe4bdc78b?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) 2026-06-18 13:50:44.729 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6277084f-fa7e-43a0-b43c-a4e5d8421d43'] response: {'name': 'network-changed', 'server_uuid': 'afd92c9c-dcfc-43c4-855d-739d2ae14d18', 'tag': 'cc8557f5-087a-4741-a083-6b3a8eba44e8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 308/618] 10.0.0.178 () {34 vars in 1100 bytes} [Thu Jun 18 13:50:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1838535396&fields=id&tenant_id=8ceff494e65b4bb9bccfe157293287ea => generated 69 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/619] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:50:44 2026] GET /v2.0/networks?id=4d17b24c-7178-4a44-a717-fa85ded889df => generated 670 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/620] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:50:44 2026] GET /v2.0/quotas/8ceff494e65b4bb9bccfe157293287ea => 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: 309/621] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:44 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/622] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:44 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/623] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:50:44 2026] GET /v2.0/ports?tenant_id=8ceff494e65b4bb9bccfe157293287ea&fields=id => generated 57 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/624] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:45 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/625] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:50:45 2026] GET /v2.0/networks/4d17b24c-7178-4a44-a717-fa85ded889df?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/626] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:45 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/627] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:50:45 2026] GET /v2.0/networks/4d17b24c-7178-4a44-a717-fa85ded889df?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: 7|app: 0|req: 316/628] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:50:45 2026] GET /v2.0/ports?tenant_id=8150dab51a4645f7a4fdad06a1656409&device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/629] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:50:45 2026] GET /v2.0/networks?id=97e85f7c-a0d2-40b5-810e-857895f1b3f1 => generated 780 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/630] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:45 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/631] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:50:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=cc8557f5-087a-4741-a083-6b3a8eba44e8 => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/632] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:50:45 2026] GET /v2.0/subnets?id=b59063d5-7d27-4428-9a20-1202fb10786c => generated 702 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/633] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:50:45 2026] GET /v2.0/ports?network_id=97e85f7c-a0d2-40b5-810e-857895f1b3f1&device_owner=network%3Adhcp => generated 1244 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/634] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:50:45 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/635] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:50:46 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/636] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:46 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => 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: 317/637] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:46 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/638] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:46 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/639] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:46 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/640] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:46 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/641] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:47 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/642] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:47 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/643] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:47 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/644] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:47 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&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: 321/645] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:47 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => 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: 325/646] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:50:47 2026] GET /v2.0/security-groups?tenant_id=3d64a95aea39498885d440fa297f076c&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/647] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:50:48 2026] DELETE /v2.0/security-groups/d29186e9-445b-4684-b349-18ef3d9780fd => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/648] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:50:48 2026] GET /v2.0/security-groups?tenant_id=454c5b32021a4cea981e09e24266cf0d&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/649] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:48 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/650] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:48 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/651] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:50:48 2026] DELETE /v2.0/security-groups/f898f9b0-6dd3-4e26-881a-5b57735f5592 => 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: 325/652] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:48 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => 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: 328/653] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:48 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/654] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:48 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/655] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:50:49 2026] GET /v2.0/networks?id=4d17b24c-7178-4a44-a717-fa85ded889df => generated 670 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/656] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:49 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/657] 199.204.45.19 () {34 vars in 1049 bytes} [Thu Jun 18 13:50:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8ceff494e65b4bb9bccfe157293287ea => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/658] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:49 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/659] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:49 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/660] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:49 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => 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: 333/661] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:49 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/662] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:50:49 2026] POST /v2.0/ports => generated 954 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/663] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:50:50 2026] PUT /v2.0/ports/7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97 => generated 1235 bytes in 385 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: 330/664] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:50 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 335/665] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:50 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/666] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:50 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/667] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:51 2026] GET /v2.0/security-groups?id=52de062f-15af-4904-ae6c-aa289f24da84&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/668] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:51 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => 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: 337/669] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:51 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:50:51.165 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-42e74036-15c7-4156-ba6c-4abca6949ced'] response: {'name': 'network-changed', 'server_uuid': 'c4076535-d23d-4900-9b38-3195dea10a03', 'tag': '7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 333/670] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:50:51 2026] GET /v2.0/security-groups?tenant_id=aa845efdbed84b20ae47ad4971092031&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/671] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:50:51 2026] DELETE /v2.0/security-groups/972525eb-9be9-4eaf-9e91-3385ba70e3a2 => 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: 334/672] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:50:51 2026] GET /v2.0/ports?tenant_id=8ceff494e65b4bb9bccfe157293287ea&device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/673] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:50:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97 => 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: 335/674] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:50:51 2026] GET /v2.0/subnets?id=dee34648-3499-4718-b6fe-e8cfb525c828 => generated 688 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/675] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:50:51 2026] GET /v2.0/ports?network_id=4d17b24c-7178-4a44-a717-fa85ded889df&device_owner=network%3Adhcp => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/676] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:50:51 2026] GET /v2.0/networks/4d17b24c-7178-4a44-a717-fa85ded889df?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: 337/677] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:52 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => 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: 338/678] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:52 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&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: 341/679] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:50:51 2026] GET /v2.0/networks/4d17b24c-7178-4a44-a717-fa85ded889df?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/680] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:52 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/681] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:52 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/682] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:52 2026] GET /v2.0/security-groups?id=52de062f-15af-4904-ae6c-aa289f24da84&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: 343/683] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:52 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/684] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/ports?tenant_id=8ceff494e65b4bb9bccfe157293287ea&device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/685] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/686] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/687] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/networks?id=4d17b24c-7178-4a44-a717-fa85ded889df => generated 766 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/688] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97 => 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: 346/689] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/690] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/subnets?id=dee34648-3499-4718-b6fe-e8cfb525c828 => generated 688 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/691] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/security-groups?id=52de062f-15af-4904-ae6c-aa289f24da84&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/692] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => 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: 346/693] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/ports?network_id=4d17b24c-7178-4a44-a717-fa85ded889df&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/694] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&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: 347/695] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/networks/4d17b24c-7178-4a44-a717-fa85ded889df?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: 349/696] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/networks/4d17b24c-7178-4a44-a717-fa85ded889df?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: 348/697] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:53 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:50:54.303 7 INFO neutron.db.l3_db [None req-4fa094fb-4e50-4f7a-8ae2-9c1ad924b633 d08f2cd5fc504253945a2161bd24aaab 8150dab51a4645f7a4fdad06a1656409 - - default default] Floating IP 253424d0-8f4b-449f-9e6d-0ca068048224 associated. External IP: 10.96.250.219, port: cc8557f5-087a-4741-a083-6b3a8eba44e8. [pid: 8|app: 0|req: 349/698] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:54 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/699] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:54 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/700] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:50:53 2026] PUT /v2.0/floatingips/253424d0-8f4b-449f-9e6d-0ca068048224 => generated 855 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/701] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:54 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/702] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:54 2026] GET /v2.0/security-groups?id=52de062f-15af-4904-ae6c-aa289f24da84&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:50:54.774 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-06b7f9ad-73fb-4032-91c5-2737becfdece'] response: {'name': 'network-changed', 'server_uuid': 'afd92c9c-dcfc-43c4-855d-739d2ae14d18', 'tag': 'cc8557f5-087a-4741-a083-6b3a8eba44e8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 352/703] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:54 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => 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: 352/704] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:54 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/705] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:54 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:50:55.261 7 INFO neutron.db.l3_db [None req-145bad3d-f798-44ed-9edb-cdf430bfa52c 988e235403a4426989b4c1fb758bd161 38a438301d3a4a299d27cf02c0404f65 - - default default] Floating IP 8c3ac3d7-70c8-49be-9b50-61616eeabf8b associated. External IP: 10.96.250.211, port: 6c9507a8-5586-43a5-8867-a7b7ef6b165a. [pid: 8|app: 0|req: 354/706] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:50:55 2026] GET /v2.0/ports?tenant_id=8150dab51a4645f7a4fdad06a1656409&device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/707] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:50:55 2026] GET /v2.0/networks?id=97e85f7c-a0d2-40b5-810e-857895f1b3f1 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/708] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:50:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=cc8557f5-087a-4741-a083-6b3a8eba44e8 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/709] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:50:55 2026] GET /v2.0/subnets?id=b59063d5-7d27-4428-9a20-1202fb10786c => generated 702 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/710] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:50:55 2026] GET /v2.0/ports?network_id=97e85f7c-a0d2-40b5-810e-857895f1b3f1&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: 359/711] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:50:55 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?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: 353/712] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:50:54 2026] PUT /v2.0/floatingips/8c3ac3d7-70c8-49be-9b50-61616eeabf8b => generated 856 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/713] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:50:55 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/714] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:55 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/715] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:55 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/716] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:55 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/717] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:55 2026] GET /v2.0/security-groups?id=52de062f-15af-4904-ae6c-aa289f24da84&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/718] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:56 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => 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: 364/719] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:56 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/720] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:50:56 2026] GET /v2.0/security-groups?tenant_id=b7389f4509554b838ce8d5d1de13883a&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/721] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:50:56 2026] DELETE /v2.0/security-groups/c5d31cf0-e324-43c6-834f-e9277ce96bc4 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:50:56.823 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2296209a-3c26-401c-aeba-b695a21ccc63'] response: {'name': 'network-changed', 'server_uuid': '6c372e59-3f7f-48e2-8728-11e27d571688', 'tag': '6c9507a8-5586-43a5-8867-a7b7ef6b165a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 357/722] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:56 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => 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: 366/723] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:57 2026] GET /v2.0/security-groups?id=52de062f-15af-4904-ae6c-aa289f24da84&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/724] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:50:57 2026] GET /v2.0/ports?tenant_id=38a438301d3a4a299d27cf02c0404f65&device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/725] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:50:57 2026] GET /v2.0/networks?id=dfc936d0-c982-4999-b62b-b4bfe4bdc78b => generated 772 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/726] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:57 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/727] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:57 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/728] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:50:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=6c9507a8-5586-43a5-8867-a7b7ef6b165a => generated 859 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/729] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:50:57 2026] GET /v2.0/subnets?id=e5bf743c-df66-4f07-b9e5-55c76e95f0b6 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/730] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:50:57 2026] GET /v2.0/ports?network_id=dfc936d0-c982-4999-b62b-b4bfe4bdc78b&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/731] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:50:57 2026] GET /v2.0/networks/dfc936d0-c982-4999-b62b-b4bfe4bdc78b?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/732] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:50:57 2026] GET /v2.0/networks/dfc936d0-c982-4999-b62b-b4bfe4bdc78b?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: 363/733] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:58 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/734] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:58 2026] GET /v2.0/security-groups?id=52de062f-15af-4904-ae6c-aa289f24da84&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: 364/735] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:58 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:50:58.827 7 INFO neutron.db.segments_db [None req-319ce1fa-c4e7-44fe-ad03-d93e2b0bb2d6 6edce570bb524fc8b420677919dd3527 36979e69642c452fb697d5a15cd0550c - - default default] Added segment e7f85af8-daa6-45ee-9484-4e0ea80e6217 of type vxlan for network d30f8545-ed68-4cd3-8f11-f212733b3369 [pid: 7|app: 0|req: 365/736] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:50:58 2026] POST /v2.0/networks => generated 624 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:50:58.931 8 INFO neutron.db.l3_db [None req-e60eb87e-2345-4971-b513-8a3234b055a6 f63d7e307ea84193bd4ab073523625e1 8ceff494e65b4bb9bccfe157293287ea - - default default] Floating IP 34b1cf1f-b46c-42fa-83de-cae518995715 associated. External IP: 10.96.250.206, port: 7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97. [pid: 7|app: 0|req: 366/737] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:58 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/740] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:50:58 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/741] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:58 2026] POST /v2.0/subnets => generated 641 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/742] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:59 2026] GET /v2.0/security-groups?id=4129e634-d5c4-4be2-86c5-681faa310886&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/743] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:50:58 2026] PUT /v2.0/floatingips/34b1cf1f-b46c-42fa-83de-cae518995715 => generated 855 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:50:59.311 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff04e916-ddb4-45b8-9e13-a60a2912377b'] response: {'name': 'network-changed', 'server_uuid': 'c4076535-d23d-4900-9b38-3195dea10a03', 'tag': '7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97', 'status': 'completed', 'code': 200} 2026-06-18 13:50:59.332 8 INFO neutron.db.segments_db [None req-84cdfdd8-da0d-4c2b-928e-b8bc5f816549 6edce570bb524fc8b420677919dd3527 36979e69642c452fb697d5a15cd0550c - - default default] Added segment 8a4a3147-1bea-4d73-8f4e-8d33d5ad9c27 of type vxlan for network b0614652-4551-42be-adee-88977cf034b2 [pid: 8|app: 0|req: 373/744] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:50:59 2026] POST /v2.0/networks => generated 625 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:50:59.458 7 INFO neutron_taas.services.taas.taas_plugin [req-cfd5149a-1d01-42f1-aaeb-f5b7c5a621db req-86517615-34bf-4199-8837-e8564b2eb695 988e235403a4426989b4c1fb758bd161 38a438301d3a4a299d27cf02c0404f65 - - default default] TaaS: Handle Delete Port: 6c9507a8-5586-43a5-8867-a7b7ef6b165a 2026-06-18 13:50:59.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cfd5149a-1d01-42f1-aaeb-f5b7c5a621db req-86517615-34bf-4199-8837-e8564b2eb695 988e235403a4426989b4c1fb758bd161 38a438301d3a4a299d27cf02c0404f65 - - default default] Tap Mirror: Handle Delete Port: 6c9507a8-5586-43a5-8867-a7b7ef6b165a [pid: 8|app: 0|req: 374/745] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:59 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/746] 10.0.0.134 () {34 vars in 743 bytes} [Thu Jun 18 13:50:59 2026] PUT /v2.0/networks/b0614652-4551-42be-adee-88977cf034b2 => generated 592 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/747] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:50:59 2026] GET /v2.0/security-groups?id=52de062f-15af-4904-ae6c-aa289f24da84&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:50:59.664 7 INFO neutron.db.l3_db [req-cfd5149a-1d01-42f1-aaeb-f5b7c5a621db req-86517615-34bf-4199-8837-e8564b2eb695 988e235403a4426989b4c1fb758bd161 38a438301d3a4a299d27cf02c0404f65 - - default default] Floating IP 8c3ac3d7-70c8-49be-9b50-61616eeabf8b disassociated. External IP: 10.96.250.211, port: 6c9507a8-5586-43a5-8867-a7b7ef6b165a. [pid: 8|app: 0|req: 377/748] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:50:59 2026] POST /v2.0/subnets => generated 626 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/749] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:50:59 2026] GET /v2.0/ports?tenant_id=8ceff494e65b4bb9bccfe157293287ea&device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/750] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:50:59 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => 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: 380/751] 10.0.0.134 () {34 vars in 741 bytes} [Thu Jun 18 13:51:00 2026] PUT /v2.0/subnets/5a41f49e-bb9c-47cc-85d1-de9a7ac9ca44 => generated 636 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/752] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:50:59 2026] DELETE /v2.0/ports/6c9507a8-5586-43a5-8867-a7b7ef6b165a => generated 0 bytes in 902 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/753] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/networks?id=4d17b24c-7178-4a44-a717-fa85ded889df => generated 766 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:00.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bfc5fef-5456-4d29-9d24-7f21f489c999'] response: {'server_uuid': '6c372e59-3f7f-48e2-8728-11e27d571688', 'name': 'network-vif-deleted', 'tag': '6c9507a8-5586-43a5-8867-a7b7ef6b165a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 373/754] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/security-groups?id=52de062f-15af-4904-ae6c-aa289f24da84&fields=id&fields=name => generated 114 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/755] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/756] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/subnets?id=dee34648-3499-4718-b6fe-e8cfb525c828 => generated 688 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/757] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/ports?network_id=4d17b24c-7178-4a44-a717-fa85ded889df&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: 377/758] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => 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: 378/759] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/networks/4d17b24c-7178-4a44-a717-fa85ded889df?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:51:00.452 8 INFO neutron.services.segments.plugin [-] Segment 8a4a3147-1bea-4d73-8f4e-8d33d5ad9c27 resource provider aggregate not found [pid: 7|app: 0|req: 379/760] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/networks/4d17b24c-7178-4a44-a717-fa85ded889df?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:51:00.457 8 INFO neutron.services.segments.plugin [-] Segment 8a4a3147-1bea-4d73-8f4e-8d33d5ad9c27 resource provider aggregate not found 2026-06-18 13:51:00.473 8 INFO neutron.services.segments.plugin [-] Segment 8a4a3147-1bea-4d73-8f4e-8d33d5ad9c27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a4a3147-1bea-4d73-8f4e-8d33d5ad9c27 found for delete ", "request_id": "req-60cfe6ff-b708-410e-b3d6-93bee6273380"}]} 2026-06-18 13:51:00.491 8 INFO neutron.services.segments.plugin [-] Segment 8a4a3147-1bea-4d73-8f4e-8d33d5ad9c27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a4a3147-1bea-4d73-8f4e-8d33d5ad9c27 found for delete ", "request_id": "req-a52baed1-b70d-46d7-9642-0660b8885c0f"}]} [pid: 8|app: 0|req: 382/761] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:51:00 2026] DELETE /v2.0/networks/b0614652-4551-42be-adee-88977cf034b2 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:00.524 7 INFO neutron.pecan_wsgi.hooks.translation [None req-610bfab6-e1c3-4129-b8ce-c3ef03e12b19 6edce570bb524fc8b420677919dd3527 36979e69642c452fb697d5a15cd0550c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 380/762] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:51:00 2026] DELETE /v2.0/networks/b0614652-4551-42be-adee-88977cf034b2 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/763] 10.0.0.134 () {32 vars in 694 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/764] 10.0.0.134 () {32 vars in 742 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/subnets?network_id=f276263a-8f1a-4422-84cd-b80830d7ae31 => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/765] 10.0.0.134 () {32 vars in 653 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/766] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/networks => generated 1308 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/767] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/subnets => generated 1280 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/768] 10.0.0.134 () {32 vars in 723 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/networks/d30f8545-ed68-4cd3-8f11-f212733b3369 => generated 668 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/769] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:51:00 2026] GET /v2.0/subnets/dad1e489-2064-419e-adba-1b84d7f23062 => generated 641 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:00.914 7 INFO neutron.pecan_wsgi.hooks.translation [None req-107ecdeb-eebd-4ac6-aefb-c6c0ad06c571 6edce570bb524fc8b420677919dd3527 36979e69642c452fb697d5a15cd0550c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 384/770] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:00 2026] DELETE /v2.0/subnets/5a41f49e-bb9c-47cc-85d1-de9a7ac9ca44 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:51:00.939 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8cf02723-af3f-432f-bd08-ed339b0099c0 6edce570bb524fc8b420677919dd3527 36979e69642c452fb697d5a15cd0550c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 387/771] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:51:00 2026] DELETE /v2.0/networks/b0614652-4551-42be-adee-88977cf034b2 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/772] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:00 2026] DELETE /v2.0/subnets/dad1e489-2064-419e-adba-1b84d7f23062 => 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: 388/773] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:51:01 2026] DELETE /v2.0/networks/d30f8545-ed68-4cd3-8f11-f212733b3369 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/774] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:01 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/775] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:01 2026] GET /v2.0/security-groups?id=52de062f-15af-4904-ae6c-aa289f24da84&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/776] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:01 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => 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: 390/777] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:01 2026] GET /v2.0/security-groups?tenant_id=36979e69642c452fb697d5a15cd0550c&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: 388/778] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:01 2026] DELETE /v2.0/security-groups/44ff7728-0853-46ef-a34a-7493912e9fce => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/779] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:51:02 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:02.472 7 INFO neutron_taas.services.taas.taas_plugin [req-67e93b46-8a60-438d-af51-90cd775c3306 req-2ba56ff6-b18e-4afc-abe1-b0ecf8142138 f63d7e307ea84193bd4ab073523625e1 8ceff494e65b4bb9bccfe157293287ea - - default default] TaaS: Handle Delete Port: 7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97 2026-06-18 13:51:02.475 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-67e93b46-8a60-438d-af51-90cd775c3306 req-2ba56ff6-b18e-4afc-abe1-b0ecf8142138 f63d7e307ea84193bd4ab073523625e1 8ceff494e65b4bb9bccfe157293287ea - - default default] Tap Mirror: Handle Delete Port: 7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97 2026-06-18 13:51:02.497 8 INFO neutron.services.segments.plugin [-] Segment e7f85af8-daa6-45ee-9484-4e0ea80e6217 resource provider aggregate not found 2026-06-18 13:51:02.513 8 INFO neutron.services.segments.plugin [-] Segment e7f85af8-daa6-45ee-9484-4e0ea80e6217 resource provider aggregate not found 2026-06-18 13:51:02.518 8 INFO neutron.services.segments.plugin [-] Segment e7f85af8-daa6-45ee-9484-4e0ea80e6217 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7f85af8-daa6-45ee-9484-4e0ea80e6217 found for delete ", "request_id": "req-af928d74-c8eb-4fdc-9725-bf57f7faf0c5"}]} 2026-06-18 13:51:02.527 8 INFO neutron.services.segments.plugin [-] Segment e7f85af8-daa6-45ee-9484-4e0ea80e6217 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7f85af8-daa6-45ee-9484-4e0ea80e6217 found for delete ", "request_id": "req-0ff98378-ed4e-43e5-a938-8be1dc900c3e"}]} [pid: 8|app: 0|req: 392/780] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:02 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => 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: 393/781] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:02 2026] GET /v2.0/security-groups?id=52de062f-15af-4904-ae6c-aa289f24da84&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:02.613 7 INFO neutron.db.l3_db [req-67e93b46-8a60-438d-af51-90cd775c3306 req-2ba56ff6-b18e-4afc-abe1-b0ecf8142138 f63d7e307ea84193bd4ab073523625e1 8ceff494e65b4bb9bccfe157293287ea - - default default] Floating IP 34b1cf1f-b46c-42fa-83de-cae518995715 disassociated. External IP: 10.96.250.206, port: 7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97. [pid: 8|app: 0|req: 394/782] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:02 2026] GET /v2.0/ports?device_id=6c372e59-3f7f-48e2-8728-11e27d571688 => 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: 389/783] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:51:02 2026] DELETE /v2.0/ports/7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:03.043 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c308f0e3-2474-490e-9966-99d74d7351e0'] response: {'server_uuid': 'c4076535-d23d-4900-9b38-3195dea10a03', 'name': 'network-vif-deleted', 'tag': '7d7f8f85-4aa4-4a6a-b40d-f101a6f7db97', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 395/784] 10.0.0.131 () {34 vars in 990 bytes} [Thu Jun 18 13:51:03 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 1240 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/785] 10.0.0.131 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:03 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/786] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:03 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => 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: 391/787] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:03 2026] DELETE /v2.0/security-groups/4129e634-d5c4-4be2-86c5-681faa310886 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:51:03.882 8 INFO neutron.api.v2.resource [None req-39b8d516-a929-4554-86ae-4125980c78f5 988e235403a4426989b4c1fb758bd161 38a438301d3a4a299d27cf02c0404f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 397/788] 10.0.0.134 () {32 vars in 737 bytes} [Thu Jun 18 13:51:03 2026] GET /v2.0/security-groups/4129e634-d5c4-4be2-86c5-681faa310886 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:51:03.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-da8414c9-6759-4bb8-b0ad-16c2089802fb 988e235403a4426989b4c1fb758bd161 38a438301d3a4a299d27cf02c0404f65 - - default default] TaaS: Handle Delete Port: f0a91549-cccf-4071-b82c-99ddbf8eb5d1 2026-06-18 13:51:03.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da8414c9-6759-4bb8-b0ad-16c2089802fb 988e235403a4426989b4c1fb758bd161 38a438301d3a4a299d27cf02c0404f65 - - default default] Tap Mirror: Handle Delete Port: f0a91549-cccf-4071-b82c-99ddbf8eb5d1 [pid: 7|app: 0|req: 392/789] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:51:03 2026] DELETE /v2.0/floatingips/8c3ac3d7-70c8-49be-9b50-61616eeabf8b => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:51:04.217 8 INFO neutron.db.segments_db [None req-1e2681be-9aad-4476-8acf-11b39a433709 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] Added segment 39cac3eb-5657-42f0-8a44-63c5214a2962 of type vxlan for network 2150f1e7-c330-4223-a5df-81b291512ced [pid: 8|app: 0|req: 398/790] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:51:03 2026] POST /v2.0/networks => generated 630 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:51:04.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-4eefc5d1-7448-4de2-ac18-e78e644d33c8 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 71c28bc6-d756-4a07-a872-b14a978fc8e6 2026-06-18 13:51:04.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4eefc5d1-7448-4de2-ac18-e78e644d33c8 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 71c28bc6-d756-4a07-a872-b14a978fc8e6 [pid: 8|app: 0|req: 399/791] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:51:04 2026] POST /v2.0/ports => generated 779 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:51:04.712 8 INFO neutron.db.segments_db [None req-3a3ba84b-3f7a-4dd9-89e3-33314d7fe2aa 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] Added segment d18f8270-3f78-498b-ac29-60ffcdef177c of type vxlan for network ba11e92e-1f55-42e2-b957-8390c5d1bd57 [pid: 8|app: 0|req: 400/792] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:51:04 2026] POST /v2.0/networks => generated 617 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/793] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:04 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => 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: 402/794] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:51:04 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/795] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:51:04 2026] PUT /v2.0/routers/0970fd96-4a5b-4a0c-a5b2-0103d123da70/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:05.304 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e61156b-27e8-4055-9c56-2a1440467bc3 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: a11fc06e-f067-4c55-af9e-632ad2dcce53 2026-06-18 13:51:05.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e61156b-27e8-4055-9c56-2a1440467bc3 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: a11fc06e-f067-4c55-af9e-632ad2dcce53 [pid: 8|app: 0|req: 403/796] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:51:05 2026] POST /v2.0/ports => generated 965 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:51:05.545 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e61156b-27e8-4055-9c56-2a1440467bc3 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 9ef5726e-3378-4d94-8213-4834a202aa25 2026-06-18 13:51:05.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e61156b-27e8-4055-9c56-2a1440467bc3 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 9ef5726e-3378-4d94-8213-4834a202aa25 2026-06-18 13:51:05.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-674e86ef-3f8f-4e07-bf3e-430252408782 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] TaaS: Handle Delete Port: 2e005b4f-11fe-4cc0-bba7-22c61842a2d1 2026-06-18 13:51:05.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-674e86ef-3f8f-4e07-bf3e-430252408782 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] Tap Mirror: Handle Delete Port: 2e005b4f-11fe-4cc0-bba7-22c61842a2d1 [pid: 8|app: 0|req: 404/797] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:51:05 2026] DELETE /v2.0/ports/2e005b4f-11fe-4cc0-bba7-22c61842a2d1 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:05.794 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec109fcc-0e37-40f0-906e-7bb4247092c7 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 405/798] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:51:05 2026] DELETE /v2.0/ports/2e005b4f-11fe-4cc0-bba7-22c61842a2d1 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:51:05.817 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64c64e46-1f44-41c5-aa2c-b7048820afdb 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 406/799] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:51:05 2026] GET /v2.0/ports/2e005b4f-11fe-4cc0-bba7-22c61842a2d1 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/800] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:05 2026] DELETE /v2.0/subnets/36848620-76aa-4a5a-9aa6-27ae9f0bb464 => 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: 408/801] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:05 2026] GET /v2.0/ports?device_id=c4076535-d23d-4900-9b38-3195dea10a03 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:51:06.010 7 INFO neutron.services.segments.plugin [-] Segment 127f2bf4-0f15-4817-a323-d15202af4e59 resource provider aggregate not found 2026-06-18 13:51:06.017 7 INFO neutron.services.segments.plugin [-] Segment 127f2bf4-0f15-4817-a323-d15202af4e59 resource provider aggregate not found 2026-06-18 13:51:06.034 7 INFO neutron.services.segments.plugin [-] Segment 127f2bf4-0f15-4817-a323-d15202af4e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 127f2bf4-0f15-4817-a323-d15202af4e59 found for delete ", "request_id": "req-cca2e689-c84e-4f7c-8d20-76a6c08f3063"}]} 2026-06-18 13:51:06.038 7 INFO neutron.services.segments.plugin [-] Segment 127f2bf4-0f15-4817-a323-d15202af4e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 127f2bf4-0f15-4817-a323-d15202af4e59 found for delete ", "request_id": "req-f7bfaaa0-f2e8-4af5-964a-10618d3288fa"}]} 2026-06-18 13:51:06.055 7 INFO neutron.db.l3_hamode_db [None req-6e61156b-27e8-4055-9c56-2a1440467bc3 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] HA network b7010b73-ce91-4ab8-bdbf-67f75f23dfb6 was deleted as no HA routers are present in tenant 38a438301d3a4a299d27cf02c0404f65. [pid: 7|app: 0|req: 394/802] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:05 2026] DELETE /v2.0/routers/0970fd96-4a5b-4a0c-a5b2-0103d123da70 => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:51:06.121 8 INFO neutron.services.segments.plugin [-] Segment d18f8270-3f78-498b-ac29-60ffcdef177c resource provider aggregate not found 2026-06-18 13:51:06.124 8 INFO neutron.services.segments.plugin [-] Segment d18f8270-3f78-498b-ac29-60ffcdef177c resource provider aggregate not found 2026-06-18 13:51:06.148 8 INFO neutron.services.segments.plugin [-] Segment d18f8270-3f78-498b-ac29-60ffcdef177c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d18f8270-3f78-498b-ac29-60ffcdef177c found for delete ", "request_id": "req-cc060083-b0c7-4c3f-a383-b80d6dc5371f"}]} 2026-06-18 13:51:06.149 8 INFO neutron.services.segments.plugin [-] Segment d18f8270-3f78-498b-ac29-60ffcdef177c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d18f8270-3f78-498b-ac29-60ffcdef177c found for delete ", "request_id": "req-8f041351-939b-4c36-a0fe-35a7a6636363"}]} [pid: 8|app: 0|req: 409/803] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:51:05 2026] DELETE /v2.0/networks/ba11e92e-1f55-42e2-b957-8390c5d1bd57 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/804] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:06 2026] DELETE /v2.0/subnets/e5bf743c-df66-4f07-b9e5-55c76e95f0b6 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:06.224 8 INFO neutron.db.segments_db [None req-12d68c74-dbe8-4e07-bf2c-49a966b42ac3 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] Added segment 8404d495-fe70-41da-a14a-bce8f94e6de2 of type vxlan for network 086daa78-cd11-4f8f-8007-657161f3c985 2026-06-18 13:51:06.302 7 INFO neutron_taas.services.taas.taas_plugin [None req-46beda6e-1e8a-4873-8e15-0b0116b5f3e3 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 1210393b-578d-46a4-8320-445bc3400af5 2026-06-18 13:51:06.305 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46beda6e-1e8a-4873-8e15-0b0116b5f3e3 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 1210393b-578d-46a4-8320-445bc3400af5 [pid: 8|app: 0|req: 410/805] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:51:06 2026] POST /v2.0/networks => generated 617 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/806] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:51:06 2026] DELETE /v2.0/networks/dfc936d0-c982-4999-b62b-b4bfe4bdc78b => 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: 411/807] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:51:06 2026] POST /v2.0/subnets => generated 646 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/808] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:06 2026] GET /v2.0/security-groups?tenant_id=38a438301d3a4a299d27cf02c0404f65&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/809] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:06 2026] DELETE /v2.0/security-groups/96a93f26-6a5d-4fb4-bb4d-b412f0b457f5 => 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: 414/810] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:07 2026] DELETE /v2.0/security-groups/52de062f-15af-4904-ae6c-aa289f24da84 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:51:07.207 8 INFO neutron.api.v2.resource [None req-a57eb00a-a26b-4227-bda4-765474584962 f63d7e307ea84193bd4ab073523625e1 8ceff494e65b4bb9bccfe157293287ea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 415/811] 10.0.0.134 () {32 vars in 737 bytes} [Thu Jun 18 13:51:07 2026] GET /v2.0/security-groups/52de062f-15af-4904-ae6c-aa289f24da84 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:51:07.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb61e0dc-9361-44bb-b9ba-44d2d91810aa f63d7e307ea84193bd4ab073523625e1 8ceff494e65b4bb9bccfe157293287ea - - default default] TaaS: Handle Delete Port: ba9b3f8f-4808-43c8-95ec-50fb6e661738 2026-06-18 13:51:07.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb61e0dc-9361-44bb-b9ba-44d2d91810aa f63d7e307ea84193bd4ab073523625e1 8ceff494e65b4bb9bccfe157293287ea - - default default] Tap Mirror: Handle Delete Port: ba9b3f8f-4808-43c8-95ec-50fb6e661738 [pid: 7|app: 0|req: 397/812] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:51:06 2026] POST /v2.0/ports => generated 927 bytes in 842 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/813] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:51:07 2026] DELETE /v2.0/floatingips/34b1cf1f-b46c-42fa-83de-cae518995715 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:51:07.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e8887aa-44ca-4b7b-a3ae-c357be75929b 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] TaaS: Handle Delete Port: 3bbf2aa0-93d8-4bfe-8d27-41f7dd45d84a 2026-06-18 13:51:07.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e8887aa-44ca-4b7b-a3ae-c357be75929b 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] Tap Mirror: Handle Delete Port: 3bbf2aa0-93d8-4bfe-8d27-41f7dd45d84a [pid: 7|app: 0|req: 398/814] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:51:07 2026] DELETE /v2.0/ports/3bbf2aa0-93d8-4bfe-8d27-41f7dd45d84a => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:07.743 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3637be68-5940-4a46-a458-413bbd486414 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 399/815] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:51:07 2026] GET /v2.0/ports/3bbf2aa0-93d8-4bfe-8d27-41f7dd45d84a => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:51:07.828 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a5f1194-0abc-4cc5-8e5b-ace368308543 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 89fec9c6-45f5-42d8-bf18-cd71bf0aca73 2026-06-18 13:51:07.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a5f1194-0abc-4cc5-8e5b-ace368308543 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 89fec9c6-45f5-42d8-bf18-cd71bf0aca73 [pid: 7|app: 0|req: 400/816] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:07 2026] DELETE /v2.0/subnets/ba0c32a6-cfd3-4019-899e-9089c6e808f8 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/817] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:51:07 2026] DELETE /v2.0/networks/086daa78-cd11-4f8f-8007-657161f3c985 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:08.072 7 INFO neutron.services.segments.plugin [-] Segment 1c5662b2-d217-42a7-87e1-938486321529 resource provider aggregate not found 2026-06-18 13:51:08.075 7 INFO neutron.services.segments.plugin [-] Segment 1c5662b2-d217-42a7-87e1-938486321529 resource provider aggregate not found 2026-06-18 13:51:08.094 7 INFO neutron.services.segments.plugin [-] Segment 1c5662b2-d217-42a7-87e1-938486321529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c5662b2-d217-42a7-87e1-938486321529 found for delete ", "request_id": "req-a0ddd827-d6e0-4a80-a7d0-a2504cd1a3ec"}]} 2026-06-18 13:51:08.106 7 INFO neutron.services.segments.plugin [-] Segment 1c5662b2-d217-42a7-87e1-938486321529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c5662b2-d217-42a7-87e1-938486321529 found for delete ", "request_id": "req-a6911537-968f-4126-9865-59022679e3df"}]} 2026-06-18 13:51:08.114 7 INFO neutron.services.segments.plugin [-] Segment 8404d495-fe70-41da-a14a-bce8f94e6de2 resource provider aggregate not found 2026-06-18 13:51:08.132 7 INFO neutron.services.segments.plugin [-] Segment 8404d495-fe70-41da-a14a-bce8f94e6de2 resource provider aggregate not found 2026-06-18 13:51:08.138 7 INFO neutron.services.segments.plugin [-] Segment 8404d495-fe70-41da-a14a-bce8f94e6de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8404d495-fe70-41da-a14a-bce8f94e6de2 found for delete ", "request_id": "req-cfb8828e-2456-4f95-bcd5-82098dd58db2"}]} 2026-06-18 13:51:08.158 7 INFO neutron.services.segments.plugin [-] Segment 8404d495-fe70-41da-a14a-bce8f94e6de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8404d495-fe70-41da-a14a-bce8f94e6de2 found for delete ", "request_id": "req-33fcda91-5a87-426b-a188-d524ba8beb43"}]} [pid: 8|app: 0|req: 417/818] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:51:07 2026] PUT /v2.0/routers/559ec12f-bd76-4a05-baab-7c2acfe8f774/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/819] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:51:08 2026] POST /v2.0/ports => generated 779 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:51:08.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd24c8f4-8999-4f2c-8f14-78a8e79e14cb 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 57ac53c9-7c45-4932-8a54-5083f5d08bd0 2026-06-18 13:51:08.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd24c8f4-8999-4f2c-8f14-78a8e79e14cb 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 57ac53c9-7c45-4932-8a54-5083f5d08bd0 [pid: 7|app: 0|req: 403/820] 10.0.0.134 () {34 vars in 737 bytes} [Thu Jun 18 13:51:08 2026] PUT /v2.0/ports/5f8aacbb-53e5-480a-b50d-71efb131d1dd => generated 752 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:51:08.901 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd24c8f4-8999-4f2c-8f14-78a8e79e14cb 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 4e09a1e7-8991-463d-90df-7d26b386cf64 2026-06-18 13:51:08.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd24c8f4-8999-4f2c-8f14-78a8e79e14cb 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 4e09a1e7-8991-463d-90df-7d26b386cf64 2026-06-18 13:51:08.951 7 INFO neutron.db.segments_db [None req-b9596679-4827-4fa7-a84b-acab2a894f66 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 1572f65f-bbd5-4b6f-876a-e533aa137112 of type vxlan for network e18f7d36-b7c0-4bbe-8400-1863d698124c [pid: 7|app: 0|req: 404/821] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:51:08 2026] POST /v2.0/networks => generated 727 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:51:09.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-a06c7b61-78fc-4190-afb5-88eb92654de4 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] TaaS: Handle Delete Port: 5f8aacbb-53e5-480a-b50d-71efb131d1dd 2026-06-18 13:51:09.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a06c7b61-78fc-4190-afb5-88eb92654de4 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] Tap Mirror: Handle Delete Port: 5f8aacbb-53e5-480a-b50d-71efb131d1dd 2026-06-18 13:51:09.202 8 INFO neutron.services.segments.plugin [-] Segment 4ea38300-1c81-4b48-9019-00bfc63ef5fd resource provider aggregate not found [pid: 7|app: 0|req: 405/822] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:51:09 2026] DELETE /v2.0/ports/5f8aacbb-53e5-480a-b50d-71efb131d1dd => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:09.207 8 INFO neutron.services.segments.plugin [-] Segment 4ea38300-1c81-4b48-9019-00bfc63ef5fd resource provider aggregate not found 2026-06-18 13:51:09.221 8 INFO neutron.services.segments.plugin [-] Segment 4ea38300-1c81-4b48-9019-00bfc63ef5fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ea38300-1c81-4b48-9019-00bfc63ef5fd found for delete ", "request_id": "req-56c67f05-0238-4b23-b425-2d3df45c2a10"}]} 2026-06-18 13:51:09.227 8 INFO neutron.db.l3_hamode_db [None req-fd24c8f4-8999-4f2c-8f14-78a8e79e14cb 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] HA network d8593279-a44f-42b3-96fd-bbc66597f36a was deleted as no HA routers are present in tenant 8ceff494e65b4bb9bccfe157293287ea. 2026-06-18 13:51:09.229 8 INFO neutron.services.segments.plugin [-] Segment 4ea38300-1c81-4b48-9019-00bfc63ef5fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ea38300-1c81-4b48-9019-00bfc63ef5fd found for delete ", "request_id": "req-b84cec06-514f-48e0-8f0d-66a28edee8ce"}]} [pid: 8|app: 0|req: 418/823] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:08 2026] DELETE /v2.0/routers/559ec12f-bd76-4a05-baab-7c2acfe8f774 => generated 0 bytes in 823 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/824] 10.0.0.134 () {32 vars in 643 bytes} [Thu Jun 18 13:51:09 2026] GET /v2.0/ports => generated 782 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/825] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:51:09 2026] POST /v2.0/subnets => generated 693 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:51:09.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18c49e5a-0495-4e5b-9821-eb66f35092cd 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 407/826] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:51:09 2026] GET /v2.0/ports/5f8aacbb-53e5-480a-b50d-71efb131d1dd => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/827] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:09 2026] DELETE /v2.0/subnets/dee34648-3499-4718-b6fe-e8cfb525c828 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:09.451 7 INFO neutron.db.segments_db [None req-dd3f3eb3-44cb-4798-9b29-aa39688e46d4 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment cae9b1fd-50db-43d6-9b7c-c9dc03693244 of type vxlan for network 5fdbb840-b969-46ef-9945-e3b1095a15eb [pid: 8|app: 0|req: 421/828] 10.0.0.134 () {32 vars in 643 bytes} [Thu Jun 18 13:51:09 2026] GET /v2.0/ports => generated 782 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:09.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-554a9b81-e4d1-490e-903a-f396b97ea773 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: ddd3325b-d4c4-4bbd-a8cc-43f3b4a1e3de 2026-06-18 13:51:09.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-554a9b81-e4d1-490e-903a-f396b97ea773 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: ddd3325b-d4c4-4bbd-a8cc-43f3b4a1e3de 2026-06-18 13:51:09.747 7 INFO neutron.db.l3_hamode_db [None req-dd3f3eb3-44cb-4798-9b29-aa39688e46d4 64f802b25ee74205a26b1e7987e69dd1 05b54b4fd38f46bc8cb0c85572b3439c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 422/829] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:51:09 2026] DELETE /v2.0/networks/4d17b24c-7178-4a44-a717-fa85ded889df => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/830] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:51:09 2026] GET /v2.0/ports/a2bc0bd1-afce-4209-9cf1-519c11d8c1d4 => generated 779 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:09.945 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b6e2c4f-7bfe-4633-8f5e-68b020e403d7 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 424/831] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:51:09 2026] DELETE /v2.0/ports/3bbf2aa0-93d8-4bfe-8d27-41f7dd45d84a => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/832] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:09 2026] GET /v2.0/security-groups?tenant_id=8ceff494e65b4bb9bccfe157293287ea&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:51:09.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e118bc6-0e04-4f47-b1c8-cb12c4a25920 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 426/833] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:09 2026] DELETE /v2.0/subnets/ba0c32a6-cfd3-4019-899e-9089c6e808f8 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/834] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:09 2026] DELETE /v2.0/security-groups/aa26ffdb-6c16-4f86-a6ae-c1014e3ba31e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:51:10.091 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e112825-02bd-4ec6-8bee-7167f6d2837c 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 428/835] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:10 2026] DELETE /v2.0/subnets/36848620-76aa-4a5a-9aa6-27ae9f0bb464 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:51:10.213 8 INFO neutron_taas.services.taas.taas_plugin [None req-3eef65af-9b78-46df-8682-e85b08cb39bb 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] TaaS: Handle Delete Port: a2bc0bd1-afce-4209-9cf1-519c11d8c1d4 2026-06-18 13:51:10.217 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eef65af-9b78-46df-8682-e85b08cb39bb 43868794fd584bfdad988e8fa7739fb3 acf3ddd93e8b48c481e0b107ce3fbec8 - - default default] Tap Mirror: Handle Delete Port: a2bc0bd1-afce-4209-9cf1-519c11d8c1d4 [pid: 8|app: 0|req: 429/836] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:51:10 2026] DELETE /v2.0/ports/a2bc0bd1-afce-4209-9cf1-519c11d8c1d4 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/837] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:51:10 2026] DELETE /v2.0/networks/2150f1e7-c330-4223-a5df-81b291512ced => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:10.583 7 INFO neutron.db.l3_hamode_db [None req-dd3f3eb3-44cb-4798-9b29-aa39688e46d4 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 431/838] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:10 2026] GET /v2.0/security-groups?tenant_id=acf3ddd93e8b48c481e0b107ce3fbec8&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:51:11.238 8 INFO neutron.services.segments.plugin [-] Segment c64ce9ff-8bf4-4a3a-9d3c-8733b2f1a20b resource provider aggregate not found 2026-06-18 13:51:11.255 8 INFO neutron.services.segments.plugin [-] Segment c64ce9ff-8bf4-4a3a-9d3c-8733b2f1a20b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c64ce9ff-8bf4-4a3a-9d3c-8733b2f1a20b found for delete ", "request_id": "req-6258d327-29fe-4443-9403-f8d50c004f98"}]} 2026-06-18 13:51:11.262 8 INFO neutron.services.segments.plugin [-] Segment c64ce9ff-8bf4-4a3a-9d3c-8733b2f1a20b resource provider aggregate not found 2026-06-18 13:51:11.284 8 INFO neutron.services.segments.plugin [-] Segment c64ce9ff-8bf4-4a3a-9d3c-8733b2f1a20b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c64ce9ff-8bf4-4a3a-9d3c-8733b2f1a20b found for delete ", "request_id": "req-afbb51de-de72-4591-979e-fce7572d5d36"}]} 2026-06-18 13:51:11.292 8 INFO neutron.services.segments.plugin [-] Segment 39cac3eb-5657-42f0-8a44-63c5214a2962 resource provider aggregate not found 2026-06-18 13:51:11.310 8 INFO neutron.services.segments.plugin [-] Segment 39cac3eb-5657-42f0-8a44-63c5214a2962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39cac3eb-5657-42f0-8a44-63c5214a2962 found for delete ", "request_id": "req-22a5092c-0557-4dcd-96bc-7dc2ea0ec902"}]} 2026-06-18 13:51:11.312 8 INFO neutron.services.segments.plugin [-] Segment 39cac3eb-5657-42f0-8a44-63c5214a2962 resource provider aggregate not found 2026-06-18 13:51:11.328 8 INFO neutron.services.segments.plugin [-] Segment 39cac3eb-5657-42f0-8a44-63c5214a2962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39cac3eb-5657-42f0-8a44-63c5214a2962 found for delete ", "request_id": "req-12f6c545-ba81-4cb9-9162-c5e2cefd99f1"}]} [pid: 8|app: 0|req: 432/839] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:11 2026] DELETE /v2.0/security-groups/89f51650-d344-4563-a3e1-612b8679c66f => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/840] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:51:09 2026] POST /v2.0/routers => generated 733 bytes in 2139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:51:12.151 7 INFO neutron.db.segments_db [None req-c22f0d09-68f0-420f-a28e-59ba9412b426 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment a8eb379a-d105-40bf-a243-f217f7eb8393 of type vxlan for network c74f78e7-99af-4f52-ac36-da65a2e37616 [pid: 7|app: 0|req: 409/841] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:51:11 2026] POST /v2.0/networks => generated 724 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/842] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:51:12 2026] POST /v2.0/subnets => generated 690 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:51:12.510 7 INFO neutron.db.segments_db [None req-781e2aec-63c0-43c7-b15a-bde76ea0ded5 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment c273efd1-8518-4d37-a562-c9c67aeca0fd of type vxlan for network 8ecc0c03-aa9c-42b7-ac29-8ff318237d9a 2026-06-18 13:51:12.783 7 INFO neutron.db.l3_hamode_db [None req-781e2aec-63c0-43c7-b15a-bde76ea0ded5 64f802b25ee74205a26b1e7987e69dd1 66a36eb966c94b799f49a5e1a4651959 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 433/843] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:51:11 2026] PUT /v2.0/routers/bb6aab6a-f7a3-41b4-b9dc-1185401836bf/add_router_interface => generated 309 bytes in 1382 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/844] 10.0.0.134 () {32 vars in 623 bytes} [Thu Jun 18 13:51:13 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/845] 10.0.0.134 () {32 vars in 633 bytes} [Thu Jun 18 13:51:13 2026] GET /v2.0/ => generated 632 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:13.592 7 INFO neutron.db.l3_hamode_db [None req-781e2aec-63c0-43c7-b15a-bde76ea0ded5 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 438/848] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:13 2026] GET /v2.0/security-groups?tenant_id=42b22d8229e9485397991a62e704a69c&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/849] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:51:14 2026] GET /v2.0/networks?id=e18f7d36-b7c0-4bbe-8400-1863d698124c => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/850] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:14 2026] DELETE /v2.0/security-groups/b5d26cb1-5c94-41d2-acdd-a37d8f070809 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/851] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:51:14 2026] GET /v2.0/quotas/05b54b4fd38f46bc8cb0c85572b3439c => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/852] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:51:14 2026] GET /v2.0/ports?tenant_id=05b54b4fd38f46bc8cb0c85572b3439c&fields=id => generated 57 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/853] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:51:14 2026] GET /v2.0/networks/e18f7d36-b7c0-4bbe-8400-1863d698124c?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: 444/854] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:51:14 2026] GET /v2.0/networks/e18f7d36-b7c0-4bbe-8400-1863d698124c?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: 411/855] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:51:12 2026] POST /v2.0/routers => generated 730 bytes in 2100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/856] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:14 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => 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: 413/857] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:15 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => 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: 445/858] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:51:14 2026] PUT /v2.0/routers/eaf3e3b6-70d1-403f-9f98-4cfc4e49c06f/add_router_interface => generated 309 bytes in 1393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/859] 10.0.0.134 () {34 vars in 685 bytes} [Thu Jun 18 13:51:16 2026] POST /v2.0/security-groups => generated 1660 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/860] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:16 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => 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: 446/861] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:51:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/862] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:51:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/863] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:51:17 2026] POST /v2.0/floatingips => generated 552 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/864] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:17 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => 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: 448/865] 10.0.0.178 () {34 vars in 1098 bytes} [Thu Jun 18 13:51:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--928252984&fields=id&tenant_id=66a36eb966c94b799f49a5e1a4651959 => 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: 418/866] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:51:18 2026] GET /v2.0/networks?id=c74f78e7-99af-4f52-ac36-da65a2e37616 => generated 675 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/867] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:51:18 2026] GET /v2.0/quotas/66a36eb966c94b799f49a5e1a4651959 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/868] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:51:18 2026] GET /v2.0/ports?tenant_id=66a36eb966c94b799f49a5e1a4651959&fields=id => generated 57 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/869] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:51:18 2026] GET /v2.0/networks/c74f78e7-99af-4f52-ac36-da65a2e37616?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: 420/870] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:51:18 2026] GET /v2.0/networks/c74f78e7-99af-4f52-ac36-da65a2e37616?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/871] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:18 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 421/872] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:19 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => 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: 452/873] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:51:19 2026] GET /v2.0/networks?id=e18f7d36-b7c0-4bbe-8400-1863d698124c => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/874] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:51:19 2026] POST /v2.0/ports => generated 954 bytes in 486 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: 453/875] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:19 2026] GET /v2.0/security-groups?tenant_id=be83e5c8c83949b69d804711bbb75955&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/876] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:19 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 455/877] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:19 2026] DELETE /v2.0/security-groups/001cde04-5b68-4f14-921f-31d2d3f71857 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/878] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:51:19 2026] PUT /v2.0/ports/8dfe559e-6970-429a-8060-fad1023aa726 => generated 1235 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:51:20.256 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af4ab441-e4d4-48ec-ad87-bd9141eedfbb'] response: {'name': 'network-changed', 'server_uuid': '99015638-8c97-4dfa-b57f-4c2d10457da9', 'tag': '8dfe559e-6970-429a-8060-fad1023aa726', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 456/879] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:20 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/880] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:20 2026] GET /v2.0/security-groups?id=e6206824-dc23-4201-bde1-a459c04eec68&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/881] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:20 2026] GET /v2.0/security-groups?tenant_id=5221f97474a745c09c39da1bd1b78111&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/882] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:20 2026] DELETE /v2.0/security-groups/41a64664-da3a-4096-8143-b1dc906abc10 => 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: 425/883] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:20 2026] GET /v2.0/ports?tenant_id=05b54b4fd38f46bc8cb0c85572b3439c&device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/884] 199.204.45.19 () {34 vars in 1017 bytes} [Thu Jun 18 13:51:20 2026] GET /v2.0/networks?tenant_id=05b54b4fd38f46bc8cb0c85572b3439c&shared=False => generated 774 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/885] 199.204.45.19 () {34 vars in 929 bytes} [Thu Jun 18 13:51:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/886] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:20 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 427/887] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:21 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => 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: 461/888] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:21 2026] GET /v2.0/security-groups?id=e6206824-dc23-4201-bde1-a459c04eec68&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/889] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:21 2026] GET /v2.0/ports?tenant_id=05b54b4fd38f46bc8cb0c85572b3439c&device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => generated 1238 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/890] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:51:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=8dfe559e-6970-429a-8060-fad1023aa726 => 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: 429/891] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:51:22 2026] GET /v2.0/subnets?id=febf0c71-66e5-4e33-8abc-b024fe49389f => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/892] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:22 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 430/893] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:51:22 2026] GET /v2.0/ports?network_id=e18f7d36-b7c0-4bbe-8400-1863d698124c&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/894] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:51:22 2026] GET /v2.0/networks/e18f7d36-b7c0-4bbe-8400-1863d698124c?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: 431/895] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:51:22 2026] GET /v2.0/networks/e18f7d36-b7c0-4bbe-8400-1863d698124c?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: 465/896] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:22 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/897] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:22 2026] GET /v2.0/security-groups?id=e6206824-dc23-4201-bde1-a459c04eec68&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: 8|app: 0|req: 466/898] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:51:22 2026] GET /v2.0/networks?id=c74f78e7-99af-4f52-ac36-da65a2e37616 => generated 675 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/899] 199.204.45.19 () {34 vars in 1049 bytes} [Thu Jun 18 13:51:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=66a36eb966c94b799f49a5e1a4651959 => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/900] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:23 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 467/901] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:51:23 2026] POST /v2.0/ports => generated 954 bytes in 403 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: 468/902] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:23 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => 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: 469/903] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:23 2026] GET /v2.0/security-groups?id=e6206824-dc23-4201-bde1-a459c04eec68&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: 435/904] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:51:23 2026] PUT /v2.0/ports/6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd => generated 1235 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:51:24.098 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32201a35-aa88-44a0-9955-6f091198faae'] response: {'name': 'network-changed', 'server_uuid': '72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc', 'tag': '6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd', '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: 470/905] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:24 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/906] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:24 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/907] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:24 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/908] 10.0.0.178 () {34 vars in 971 bytes} [Thu Jun 18 13:51:24 2026] GET /v2.0/ports/cc8557f5-087a-4741-a083-6b3a8eba44e8 => generated 968 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/909] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:24 2026] GET /v2.0/ports?tenant_id=66a36eb966c94b799f49a5e1a4651959&device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/910] 199.204.45.19 () {34 vars in 1017 bytes} [Thu Jun 18 13:51:24 2026] GET /v2.0/networks?tenant_id=66a36eb966c94b799f49a5e1a4651959&shared=False => generated 771 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/911] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:24 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/912] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:25 2026] GET /v2.0/security-groups?id=e6206824-dc23-4201-bde1-a459c04eec68&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: 441/913] 199.204.45.19 () {34 vars in 999 bytes} [Thu Jun 18 13:51:25 2026] GET /v2.0/subnets?network_id=97e85f7c-a0d2-40b5-810e-857895f1b3f1 => generated 684 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/914] 199.204.45.19 () {34 vars in 1145 bytes} [Thu Jun 18 13:51:25 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18&device_owner=compute%3Anova&network_id=97e85f7c-a0d2-40b5-810e-857895f1b3f1 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/915] 199.204.45.19 () {34 vars in 929 bytes} [Thu Jun 18 13:51:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/916] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:25 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 475/917] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:25 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/918] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:51:25 2026] PUT /v2.0/ports/cc8557f5-087a-4741-a083-6b3a8eba44e8 => generated 1149 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:51:26.141 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-30cee768-5e1e-4ec2-8a96-7685d6c053b4'] response: {'name': 'network-changed', 'server_uuid': 'afd92c9c-dcfc-43c4-855d-739d2ae14d18', 'tag': 'cc8557f5-087a-4741-a083-6b3a8eba44e8', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 444/919] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/920] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/security-groups?id=e6206824-dc23-4201-bde1-a459c04eec68&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: 446/921] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/ports?tenant_id=8150dab51a4645f7a4fdad06a1656409&device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/922] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/networks?id=97e85f7c-a0d2-40b5-810e-857895f1b3f1 => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/923] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/ports?tenant_id=66a36eb966c94b799f49a5e1a4651959&device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/924] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/security-groups?tenant_id=18f4428cd8c74ea9b345446a967e5b60&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/925] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cc8557f5-087a-4741-a083-6b3a8eba44e8 => 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: 477/926] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd => 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: 478/927] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=cc8557f5-087a-4741-a083-6b3a8eba44e8 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/928] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/subnets?id=917b7ede-7f60-47d4-a8e1-2b84c1691b86 => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/929] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/subnets?id=b59063d5-7d27-4428-9a20-1202fb10786c => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/930] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:26 2026] DELETE /v2.0/security-groups/077699dc-d3e5-4232-9e8f-f56ede242361 => 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: 481/931] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/ports?network_id=c74f78e7-99af-4f52-ac36-da65a2e37616&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: 451/932] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/ports?network_id=97e85f7c-a0d2-40b5-810e-857895f1b3f1&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/933] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/networks/c74f78e7-99af-4f52-ac36-da65a2e37616?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/934] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?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: 483/935] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/936] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/networks/c74f78e7-99af-4f52-ac36-da65a2e37616?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/937] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?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: 485/938] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/939] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:26 2026] GET /v2.0/security-groups?tenant_id=d8110ce9e6fe42b496902d96e63220f6&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/940] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:26 2026] DELETE /v2.0/security-groups/8b5c9f49-b83f-4030-8504-4c87c58069e9 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/941] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:27 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/942] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:27 2026] GET /v2.0/security-groups?id=e6206824-dc23-4201-bde1-a459c04eec68&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: 7|app: 0|req: 456/943] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:27 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/944] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:27 2026] GET /v2.0/security-groups?id=e6206824-dc23-4201-bde1-a459c04eec68&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/945] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:27 2026] GET /v2.0/ports?tenant_id=8150dab51a4645f7a4fdad06a1656409&device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 1421 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/946] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:51:27 2026] GET /v2.0/networks?id=97e85f7c-a0d2-40b5-810e-857895f1b3f1 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/947] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:27 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/948] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:51:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cc8557f5-087a-4741-a083-6b3a8eba44e8 => 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: 490/949] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:27 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 1152 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/950] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:28 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/951] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:51:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=cc8557f5-087a-4741-a083-6b3a8eba44e8 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/952] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:28 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&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: 492/953] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:51:28 2026] GET /v2.0/subnets?id=b59063d5-7d27-4428-9a20-1202fb10786c => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/954] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:51:28 2026] GET /v2.0/ports?network_id=97e85f7c-a0d2-40b5-810e-857895f1b3f1&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: 8|app: 0|req: 493/955] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:51:28 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?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: 463/956] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:51:28 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?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: 465/959] 199.204.45.19 () {34 vars in 1119 bytes} [Thu Jun 18 13:51:28 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1152 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:51:29.250 7 INFO neutron.db.segments_db [None req-007596dd-83f0-4eab-823d-9fded0b7ddba 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment d7b469a4-ebd2-4c3b-a031-31735d8f343d of type vxlan for network 3aac441c-4dee-4cbc-a25c-30f60dee4f83 [pid: 8|app: 0|req: 495/960] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:51:28 2026] PUT /v2.0/ports/cc8557f5-087a-4741-a083-6b3a8eba44e8 => generated 968 bytes in 394 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: 466/961] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:51:28 2026] POST /v2.0/networks => generated 722 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/962] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:29 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/963] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:29 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/964] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:29 2026] GET /v2.0/security-groups?id=e6206824-dc23-4201-bde1-a459c04eec68&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/965] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:29 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:29.473 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29c4b240-02c3-410d-8e2f-4ec936e71247'] response: {'name': 'network-changed', 'server_uuid': 'afd92c9c-dcfc-43c4-855d-739d2ae14d18', 'tag': 'cc8557f5-087a-4741-a083-6b3a8eba44e8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 497/966] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:51:29 2026] POST /v2.0/subnets => generated 688 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:51:29.589 7 INFO neutron.db.segments_db [None req-ba465942-23eb-4312-a1c1-26fbe2f9a664 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment d5ca1c13-7ff4-4c7d-a05f-ff9f0e079fd8 of type vxlan for network 735e1513-2ae9-41a5-a4e9-b5619d056b39 [pid: 8|app: 0|req: 498/967] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:29 2026] GET /v2.0/ports?tenant_id=8150dab51a4645f7a4fdad06a1656409&device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:51:29.863 7 INFO neutron.db.l3_hamode_db [None req-ba465942-23eb-4312-a1c1-26fbe2f9a664 64f802b25ee74205a26b1e7987e69dd1 4f66a7743545475ba3c5073fe623f1e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 499/968] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:51:29 2026] GET /v2.0/networks?id=97e85f7c-a0d2-40b5-810e-857895f1b3f1 => generated 780 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/969] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:51:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=cc8557f5-087a-4741-a083-6b3a8eba44e8 => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/970] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:51:29 2026] GET /v2.0/subnets?id=b59063d5-7d27-4428-9a20-1202fb10786c => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/971] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:51:30 2026] GET /v2.0/ports?network_id=97e85f7c-a0d2-40b5-810e-857895f1b3f1&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/972] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:51:30 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?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: 504/973] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:51:30 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?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: 505/974] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:51:30 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:30.409 8 INFO neutron_taas.services.taas.taas_plugin [req-28782357-bb39-474b-bdc2-45c87080a528 req-73a1cb55-60e8-42f0-9047-7b9a6d02f603 b2544c68e4984614a3658f30685e8c8e 05b54b4fd38f46bc8cb0c85572b3439c - - default default] TaaS: Handle Delete Port: 8dfe559e-6970-429a-8060-fad1023aa726 2026-06-18 13:51:30.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-28782357-bb39-474b-bdc2-45c87080a528 req-73a1cb55-60e8-42f0-9047-7b9a6d02f603 b2544c68e4984614a3658f30685e8c8e 05b54b4fd38f46bc8cb0c85572b3439c - - default default] Tap Mirror: Handle Delete Port: 8dfe559e-6970-429a-8060-fad1023aa726 [pid: 8|app: 0|req: 506/975] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:51:30 2026] DELETE /v2.0/ports/8dfe559e-6970-429a-8060-fad1023aa726 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/976] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:30 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => 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: 508/977] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:30 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:30.725 7 INFO neutron.db.l3_hamode_db [None req-ba465942-23eb-4312-a1c1-26fbe2f9a664 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 509/978] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:30 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/979] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:30 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/980] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:30 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&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: 512/981] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:31 2026] GET /v2.0/ports?tenant_id=8150dab51a4645f7a4fdad06a1656409&device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/982] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:51:31 2026] GET /v2.0/networks?id=97e85f7c-a0d2-40b5-810e-857895f1b3f1 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/983] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:51:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=cc8557f5-087a-4741-a083-6b3a8eba44e8 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/984] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:51:31 2026] GET /v2.0/subnets?id=b59063d5-7d27-4428-9a20-1202fb10786c => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/985] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:51:31 2026] GET /v2.0/ports?network_id=97e85f7c-a0d2-40b5-810e-857895f1b3f1&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: 517/986] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:51:31 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:51:31.524 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c71b8c9f-b897-4f6c-b0f0-3e356f909ebd'] response: {'server_uuid': '99015638-8c97-4dfa-b57f-4c2d10457da9', 'name': 'network-vif-deleted', 'tag': '8dfe559e-6970-429a-8060-fad1023aa726', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 518/987] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:51:31 2026] GET /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/988] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:31 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => 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: 470/989] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:51:29 2026] POST /v2.0/routers => generated 728 bytes in 2280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/990] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:31 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 472/991] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:31 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/992] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:32 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/993] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:32 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 971 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:32.532 7 INFO neutron.db.l3_db [None req-c37554b9-5533-41d9-b138-ad3bf2bbaef2 26173c933d3c4cbaac1f7ff4241706a7 66a36eb966c94b799f49a5e1a4651959 - - default default] Floating IP 0cc1d22e-b7dd-4f2d-a167-4056201b01f7 associated. External IP: 10.96.250.204, port: 6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd. [pid: 7|app: 0|req: 475/994] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:51:32 2026] PUT /v2.0/floatingips/0cc1d22e-b7dd-4f2d-a167-4056201b01f7 => generated 855 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/995] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:32 2026] GET /v2.0/security-groups?id=853dc03d-d323-4d6d-9a34-093c27a3445f&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: 477/996] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:32 2026] GET /v2.0/ports?device_id=99015638-8c97-4dfa-b57f-4c2d10457da9 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:51:32.989 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-81533bfe-818c-4393-a945-b29f4503df2a'] response: {'name': 'network-changed', 'server_uuid': '72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc', 'tag': '6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 520/997] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:51:31 2026] PUT /v2.0/routers/72b2d2dc-f0ae-4861-bf84-1bb79305ebf4/add_router_interface => generated 309 bytes in 1363 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/998] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:51:33 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/999] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:33 2026] GET /v2.0/ports?tenant_id=66a36eb966c94b799f49a5e1a4651959&device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:51:33.571 8 INFO neutron_taas.services.taas.taas_plugin [req-de46ceb8-0627-4503-8aee-48cd720f249a req-56d26824-8971-4646-9acf-045b5b39e05a d08f2cd5fc504253945a2161bd24aaab 8150dab51a4645f7a4fdad06a1656409 - - default default] TaaS: Handle Delete Port: cc8557f5-087a-4741-a083-6b3a8eba44e8 2026-06-18 13:51:33.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-de46ceb8-0627-4503-8aee-48cd720f249a req-56d26824-8971-4646-9acf-045b5b39e05a d08f2cd5fc504253945a2161bd24aaab 8150dab51a4645f7a4fdad06a1656409 - - default default] Tap Mirror: Handle Delete Port: cc8557f5-087a-4741-a083-6b3a8eba44e8 [pid: 7|app: 0|req: 480/1000] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:51:33 2026] GET /v2.0/networks?id=c74f78e7-99af-4f52-ac36-da65a2e37616 => generated 771 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1001] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:51:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1002] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:51:33 2026] GET /v2.0/subnets?id=917b7ede-7f60-47d4-a8e1-2b84c1691b86 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:51:33.719 8 INFO neutron.db.l3_db [req-de46ceb8-0627-4503-8aee-48cd720f249a req-56d26824-8971-4646-9acf-045b5b39e05a d08f2cd5fc504253945a2161bd24aaab 8150dab51a4645f7a4fdad06a1656409 - - default default] Floating IP 253424d0-8f4b-449f-9e6d-0ca068048224 disassociated. External IP: 10.96.250.219, port: cc8557f5-087a-4741-a083-6b3a8eba44e8. [pid: 7|app: 0|req: 483/1003] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:51:33 2026] GET /v2.0/ports?network_id=c74f78e7-99af-4f52-ac36-da65a2e37616&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: 7|app: 0|req: 484/1004] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:51:33 2026] GET /v2.0/networks/c74f78e7-99af-4f52-ac36-da65a2e37616?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/1005] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:51:33 2026] GET /v2.0/networks/c74f78e7-99af-4f52-ac36-da65a2e37616?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: 7|app: 0|req: 486/1006] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:34 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => 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: 521/1007] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:51:33 2026] DELETE /v2.0/ports/cc8557f5-087a-4741-a083-6b3a8eba44e8 => generated 0 bytes in 813 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:34.248 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1fe97bd-c392-4a0e-9a53-ea9b6616204e'] response: {'server_uuid': 'afd92c9c-dcfc-43c4-855d-739d2ae14d18', 'name': 'network-vif-deleted', 'tag': 'cc8557f5-087a-4741-a083-6b3a8eba44e8', 'status': 'completed', 'code': 200} 2026-06-18 13:51:34.527 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf6d88c6-b8ff-4744-b76b-c2601d9f0c07 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 6b17c55b-8a2b-41b3-9a60-feba05bdf8a6 2026-06-18 13:51:34.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf6d88c6-b8ff-4744-b76b-c2601d9f0c07 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 6b17c55b-8a2b-41b3-9a60-feba05bdf8a6 [pid: 7|app: 0|req: 487/1008] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:51:34 2026] PUT /v2.0/routers/bb6aab6a-f7a3-41b4-b9dc-1185401836bf/remove_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1009] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:35 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:51:35.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-10b7b5f1-31e0-4897-bd7a-76b50f6f045b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: a1a79461-cdbb-45c5-8090-72666b5f83b9 2026-06-18 13:51:35.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10b7b5f1-31e0-4897-bd7a-76b50f6f045b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: a1a79461-cdbb-45c5-8090-72666b5f83b9 2026-06-18 13:51:35.666 7 INFO neutron_taas.services.taas.taas_plugin [None req-10b7b5f1-31e0-4897-bd7a-76b50f6f045b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 8a17d589-f683-4cd9-bcae-496d38228124 2026-06-18 13:51:35.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10b7b5f1-31e0-4897-bd7a-76b50f6f045b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 8a17d589-f683-4cd9-bcae-496d38228124 2026-06-18 13:51:36.064 7 INFO neutron.services.segments.plugin [-] Segment cae9b1fd-50db-43d6-9b7c-c9dc03693244 resource provider aggregate not found 2026-06-18 13:51:36.069 7 INFO neutron.services.segments.plugin [-] Segment cae9b1fd-50db-43d6-9b7c-c9dc03693244 resource provider aggregate not found 2026-06-18 13:51:36.083 7 INFO neutron.services.segments.plugin [-] Segment cae9b1fd-50db-43d6-9b7c-c9dc03693244 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cae9b1fd-50db-43d6-9b7c-c9dc03693244 found for delete ", "request_id": "req-04cf31e9-328a-4cef-a400-629f517b44f4"}]} 2026-06-18 13:51:36.087 7 INFO neutron.db.l3_hamode_db [None req-10b7b5f1-31e0-4897-bd7a-76b50f6f045b 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] HA network 5fdbb840-b969-46ef-9945-e3b1095a15eb was deleted as no HA routers are present in tenant 05b54b4fd38f46bc8cb0c85572b3439c. [pid: 7|app: 0|req: 488/1010] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:35 2026] DELETE /v2.0/routers/bb6aab6a-f7a3-41b4-b9dc-1185401836bf => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:51:36.099 7 INFO neutron.services.segments.plugin [-] Segment cae9b1fd-50db-43d6-9b7c-c9dc03693244 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cae9b1fd-50db-43d6-9b7c-c9dc03693244 found for delete ", "request_id": "req-c174747a-b2ac-4e65-b069-6b69a2953732"}]} [pid: 8|app: 0|req: 523/1011] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:36 2026] DELETE /v2.0/subnets/febf0c71-66e5-4e33-8abc-b024fe49389f => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1012] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:36 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:51:36.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-16167e49-8105-40fb-9117-6ff59d3b7e91 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 42929d44-7ac8-456f-a497-4d57d1b3442c 2026-06-18 13:51:36.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16167e49-8105-40fb-9117-6ff59d3b7e91 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 42929d44-7ac8-456f-a497-4d57d1b3442c 2026-06-18 13:51:36.592 8 INFO neutron.services.segments.plugin [-] Segment 1572f65f-bbd5-4b6f-876a-e533aa137112 resource provider aggregate not found 2026-06-18 13:51:36.599 8 INFO neutron.services.segments.plugin [-] Segment 1572f65f-bbd5-4b6f-876a-e533aa137112 resource provider aggregate not found [pid: 8|app: 0|req: 524/1013] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:51:36 2026] DELETE /v2.0/networks/e18f7d36-b7c0-4bbe-8400-1863d698124c => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:36.636 8 INFO neutron.services.segments.plugin [-] Segment 1572f65f-bbd5-4b6f-876a-e533aa137112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1572f65f-bbd5-4b6f-876a-e533aa137112 found for delete ", "request_id": "req-233ad739-8919-43c3-96b4-ca5bc2a2d296"}]} 2026-06-18 13:51:36.639 8 INFO neutron.services.segments.plugin [-] Segment 1572f65f-bbd5-4b6f-876a-e533aa137112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1572f65f-bbd5-4b6f-876a-e533aa137112 found for delete ", "request_id": "req-892d7497-0abe-4295-9832-05bec2a14e01"}]} [pid: 7|app: 0|req: 490/1014] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:36 2026] GET /v2.0/security-groups?tenant_id=05b54b4fd38f46bc8cb0c85572b3439c&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1015] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:36 2026] DELETE /v2.0/security-groups/e6206824-dc23-4201-bde1-a459c04eec68 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1016] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:37 2026] GET /v2.0/ports?device_id=afd92c9c-dcfc-43c4-855d-739d2ae14d18 => 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: 526/1017] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:51:37 2026] GET /v2.0/networks?id=3aac441c-4dee-4cbc-a25c-30f60dee4f83 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1018] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:51:38 2026] GET /v2.0/quotas/4f66a7743545475ba3c5073fe623f1e3 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1019] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:51:38 2026] GET /v2.0/ports?tenant_id=4f66a7743545475ba3c5073fe623f1e3&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1020] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:51:38 2026] GET /v2.0/networks/3aac441c-4dee-4cbc-a25c-30f60dee4f83?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: 528/1021] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:51:38 2026] GET /v2.0/networks/3aac441c-4dee-4cbc-a25c-30f60dee4f83?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: 494/1022] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:38 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => 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: 529/1023] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:38 2026] DELETE /v2.0/security-groups/853dc03d-d323-4d6d-9a34-093c27a3445f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:51:38.667 7 INFO neutron.api.v2.resource [None req-5ea5fe03-afe6-4765-ab84-94d8c6f7985a d08f2cd5fc504253945a2161bd24aaab 8150dab51a4645f7a4fdad06a1656409 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 495/1024] 10.0.0.134 () {32 vars in 737 bytes} [Thu Jun 18 13:51:38 2026] GET /v2.0/security-groups/853dc03d-d323-4d6d-9a34-093c27a3445f => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:51:38.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-b423ddcd-00b7-46a9-af82-96755c718c9b d08f2cd5fc504253945a2161bd24aaab 8150dab51a4645f7a4fdad06a1656409 - - default default] TaaS: Handle Delete Port: b5013150-3722-46f5-a5a4-73ae1f1a366b 2026-06-18 13:51:38.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b423ddcd-00b7-46a9-af82-96755c718c9b d08f2cd5fc504253945a2161bd24aaab 8150dab51a4645f7a4fdad06a1656409 - - default default] Tap Mirror: Handle Delete Port: b5013150-3722-46f5-a5a4-73ae1f1a366b [pid: 8|app: 0|req: 530/1025] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:51:38 2026] DELETE /v2.0/floatingips/253424d0-8f4b-449f-9e6d-0ca068048224 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:51:39.461 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3d3a0f6-f6cb-4182-9f39-be2fa3573ca6 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 9eafd404-6861-4281-be7d-65864ede511a 2026-06-18 13:51:39.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3d3a0f6-f6cb-4182-9f39-be2fa3573ca6 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 9eafd404-6861-4281-be7d-65864ede511a [pid: 8|app: 0|req: 531/1026] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:39 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => 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: 496/1027] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:51:39 2026] PUT /v2.0/routers/6560e6d5-3463-459c-b2c8-5019a57e3291/remove_router_interface => generated 309 bytes in 1020 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1028] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:39 2026] GET /v2.0/security-groups?tenant_id=916aae48ebf44ee0bb0d22d993f65b8f&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:51:40.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-cba1e25f-ca17-4e1c-bbd7-392fcc6fd02a 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 06aca566-ad88-40b0-998b-caa561ffb28e 2026-06-18 13:51:40.368 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cba1e25f-ca17-4e1c-bbd7-392fcc6fd02a 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 06aca566-ad88-40b0-998b-caa561ffb28e [pid: 8|app: 0|req: 533/1029] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:40 2026] DELETE /v2.0/security-groups/b10a38c5-34b7-4669-b358-2fd710e83f2c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:51:40.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-cba1e25f-ca17-4e1c-bbd7-392fcc6fd02a 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 05843c9d-f0ac-4565-a5d9-dd5969a81996 2026-06-18 13:51:40.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cba1e25f-ca17-4e1c-bbd7-392fcc6fd02a 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 05843c9d-f0ac-4565-a5d9-dd5969a81996 [pid: 8|app: 0|req: 534/1030] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:40 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:51:41.100 7 INFO neutron.services.segments.plugin [-] Segment daae496e-2528-4f9e-8616-9fa00d5c2c63 resource provider aggregate not found 2026-06-18 13:51:41.111 7 INFO neutron.services.segments.plugin [-] Segment daae496e-2528-4f9e-8616-9fa00d5c2c63 resource provider aggregate not found 2026-06-18 13:51:41.121 7 INFO neutron.db.l3_hamode_db [None req-cba1e25f-ca17-4e1c-bbd7-392fcc6fd02a 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] HA network 80bd743c-4428-40d9-9258-fa9e32d427d3 was deleted as no HA routers are present in tenant 8150dab51a4645f7a4fdad06a1656409. 2026-06-18 13:51:41.122 7 INFO neutron.services.segments.plugin [-] Segment daae496e-2528-4f9e-8616-9fa00d5c2c63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daae496e-2528-4f9e-8616-9fa00d5c2c63 found for delete ", "request_id": "req-de5233e4-3507-42ee-a59a-c801437cad0c"}]} [pid: 7|app: 0|req: 497/1031] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:40 2026] DELETE /v2.0/routers/6560e6d5-3463-459c-b2c8-5019a57e3291 => generated 0 bytes in 998 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:51:41.138 7 INFO neutron.services.segments.plugin [-] Segment daae496e-2528-4f9e-8616-9fa00d5c2c63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daae496e-2528-4f9e-8616-9fa00d5c2c63 found for delete ", "request_id": "req-657f28a4-7bbe-43cc-8385-804d24eb182c"}]} [pid: 8|app: 0|req: 535/1032] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:51:41 2026] DELETE /v2.0/subnets/b59063d5-7d27-4428-9a20-1202fb10786c => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:41.407 7 INFO neutron_taas.services.taas.taas_plugin [None req-51afb2c3-d4ac-4701-879c-18bfc3692ee0 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 46103344-3604-4eac-a48c-7244bf9ed7c1 2026-06-18 13:51:41.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51afb2c3-d4ac-4701-879c-18bfc3692ee0 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 46103344-3604-4eac-a48c-7244bf9ed7c1 [pid: 7|app: 0|req: 498/1033] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:51:41 2026] DELETE /v2.0/networks/97e85f7c-a0d2-40b5-810e-857895f1b3f1 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1034] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:41 2026] GET /v2.0/security-groups?tenant_id=8150dab51a4645f7a4fdad06a1656409&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1035] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:41 2026] DELETE /v2.0/security-groups/34657d28-cdf4-4387-9e3d-7072920331da => 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: 537/1036] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:41 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => 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: 500/1037] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:51:42 2026] GET /v2.0/networks?id=3aac441c-4dee-4cbc-a25c-30f60dee4f83 => generated 673 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1038] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:42 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => 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: 538/1039] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:51:42 2026] POST /v2.0/ports => generated 958 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:51:43.146 7 INFO neutron.services.segments.plugin [-] Segment f09112a5-7c88-4a86-b08a-25e6155791ff resource provider aggregate not found 2026-06-18 13:51:43.175 7 INFO neutron.services.segments.plugin [-] Segment f09112a5-7c88-4a86-b08a-25e6155791ff resource provider aggregate not found 2026-06-18 13:51:43.176 7 INFO neutron.services.segments.plugin [-] Segment f09112a5-7c88-4a86-b08a-25e6155791ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f09112a5-7c88-4a86-b08a-25e6155791ff found for delete ", "request_id": "req-780add23-1937-4377-bfe8-fdd34d93f46f"}]} 2026-06-18 13:51:43.196 7 INFO neutron.services.segments.plugin [-] Segment f09112a5-7c88-4a86-b08a-25e6155791ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f09112a5-7c88-4a86-b08a-25e6155791ff found for delete ", "request_id": "req-d755f7e1-58d0-4f8c-8f47-61a3b7e07d44"}]} [pid: 7|app: 0|req: 502/1040] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:51:43 2026] PUT /v2.0/ports/b46cad12-37c7-4dd8-a766-89ba490d1259 => generated 1239 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:51:43.641 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd0a6f4d-2c64-4471-bdbe-fb8608de9d09'] response: {'name': 'network-changed', 'server_uuid': '1a79e170-d1e9-4ab8-8417-288e16ead9af', 'tag': 'b46cad12-37c7-4dd8-a766-89ba490d1259', '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: 540/1043] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:44 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 973 bytes in 77 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: 541/1044] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:44 2026] GET /v2.0/security-groups?id=52f55916-e949-4fa5-99d2-2a8414d8ab5b&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1045] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:44 2026] GET /v2.0/ports?tenant_id=4f66a7743545475ba3c5073fe623f1e3&device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => 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: 504/1046] 10.0.0.131 () {34 vars in 990 bytes} [Thu Jun 18 13:51:44 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 1240 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:51:44.463 8 INFO neutron.db.segments_db [None req-dd1eae6c-d9ed-4441-847e-dc4d9a5269ac 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment bf666030-6929-411d-a366-f9be975130da of type vxlan for network 8097510b-0fa7-4b51-8027-3e9bc709d9f3 [pid: 8|app: 0|req: 543/1047] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:51:44 2026] POST /v2.0/networks => generated 729 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1048] 10.0.0.131 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:44 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1049] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:51:44 2026] POST /v2.0/subnets => generated 695 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:51:44.835 8 INFO neutron.db.segments_db [None req-cfd3b471-0cb4-4cd5-9eb1-36dbe4be2175 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 928578ab-e50f-47bd-811b-0e01cda0fb77 of type vxlan for network 47401b1d-ff49-46bc-99d4-47ed4c0219a9 [pid: 7|app: 0|req: 505/1050] 199.204.45.19 () {34 vars in 1017 bytes} [Thu Jun 18 13:51:44 2026] GET /v2.0/networks?tenant_id=4f66a7743545475ba3c5073fe623f1e3&shared=False => generated 769 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1051] 199.204.45.19 () {34 vars in 929 bytes} [Thu Jun 18 13:51:44 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) 2026-06-18 13:51:45.111 8 INFO neutron.db.l3_hamode_db [None req-cfd3b471-0cb4-4cd5-9eb1-36dbe4be2175 64f802b25ee74205a26b1e7987e69dd1 fdf99543d93d47ac94eebca6902fb9d1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 507/1052] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:45 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1053] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:45 2026] GET /v2.0/security-groups?id=52f55916-e949-4fa5-99d2-2a8414d8ab5b&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: 509/1054] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:45 2026] GET /v2.0/ports?tenant_id=4f66a7743545475ba3c5073fe623f1e3&device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1055] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:51:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=b46cad12-37c7-4dd8-a766-89ba490d1259 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1056] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:51:45 2026] GET /v2.0/subnets?id=3145e66d-1bfa-48d6-9432-410d9f2630b5 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1057] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:51:45 2026] GET /v2.0/ports?network_id=3aac441c-4dee-4cbc-a25c-30f60dee4f83&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: 513/1058] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:51:45 2026] GET /v2.0/networks/3aac441c-4dee-4cbc-a25c-30f60dee4f83?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: 514/1059] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:51:45 2026] GET /v2.0/networks/3aac441c-4dee-4cbc-a25c-30f60dee4f83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:51:45.841 8 INFO neutron.db.l3_hamode_db [None req-cfd3b471-0cb4-4cd5-9eb1-36dbe4be2175 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 515/1060] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:46 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => 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: 516/1061] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:46 2026] GET /v2.0/security-groups?id=52f55916-e949-4fa5-99d2-2a8414d8ab5b&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: 8|app: 0|req: 546/1062] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:51:44 2026] POST /v2.0/routers => generated 735 bytes in 2025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1063] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:47 2026] GET /v2.0/security-groups?tenant_id=cb2d05c9f97d44b5be7e8d18c9db174e&name=default => generated 2925 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1064] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:47 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1065] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:47 2026] DELETE /v2.0/security-groups/77eb463c-2ad0-44a4-9265-3414c6b59c76 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1066] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:47 2026] GET /v2.0/security-groups?id=52f55916-e949-4fa5-99d2-2a8414d8ab5b&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1067] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:51:46 2026] PUT /v2.0/routers/c66b32d1-4463-427e-a9fa-e6ae124ee6a4/add_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1068] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:48 2026] GET /v2.0/security-groups?tenant_id=54217eb3f9b7422d9ca9f7cb4e73ec11&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1069] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:48 2026] DELETE /v2.0/security-groups/9685d0df-d498-4ccc-af05-8a51f5b16749 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1070] 10.0.0.134 () {34 vars in 685 bytes} [Thu Jun 18 13:51:48 2026] POST /v2.0/security-groups => generated 1659 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1071] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:51:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1072] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:49 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1073] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:49 2026] GET /v2.0/security-groups?id=52f55916-e949-4fa5-99d2-2a8414d8ab5b&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: 520/1074] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:51:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1075] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:51:49 2026] POST /v2.0/floatingips => generated 552 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1076] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:50 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1077] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:50 2026] GET /v2.0/security-groups?id=52f55916-e949-4fa5-99d2-2a8414d8ab5b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1078] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:51 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1079] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:51 2026] GET /v2.0/security-groups?id=52f55916-e949-4fa5-99d2-2a8414d8ab5b&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1080] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:52 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1081] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:53 2026] GET /v2.0/security-groups?id=52f55916-e949-4fa5-99d2-2a8414d8ab5b&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: 523/1082] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:52 2026] GET /v2.0/security-groups?tenant_id=f86a86460d77409d9b266eba58300f75&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1083] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:53 2026] DELETE /v2.0/security-groups/1959fb27-eecf-46c5-a477-3ffbfaad9f78 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1084] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:53 2026] GET /v2.0/security-groups?tenant_id=3fdfbafeaacd4a868933b930ebe8776a&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1085] 10.0.0.178 () {34 vars in 1098 bytes} [Thu Jun 18 13:51:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--907365522&fields=id&tenant_id=fdf99543d93d47ac94eebca6902fb9d1 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1086] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:53 2026] DELETE /v2.0/security-groups/5902ba4b-2c3c-4bc3-95b7-47eff9c318bc => 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: 526/1087] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:51:53 2026] GET /v2.0/networks?id=8097510b-0fa7-4b51-8027-3e9bc709d9f3 => generated 680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1088] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:51:53 2026] GET /v2.0/quotas/fdf99543d93d47ac94eebca6902fb9d1 => 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: 527/1089] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:51:53 2026] GET /v2.0/ports?tenant_id=fdf99543d93d47ac94eebca6902fb9d1&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1090] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:51:54 2026] GET /v2.0/networks/8097510b-0fa7-4b51-8027-3e9bc709d9f3?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: 528/1091] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:51:54 2026] GET /v2.0/networks/8097510b-0fa7-4b51-8027-3e9bc709d9f3?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: 564/1092] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:54 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => 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: 529/1093] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:54 2026] GET /v2.0/security-groups?id=52f55916-e949-4fa5-99d2-2a8414d8ab5b&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: 8|app: 0|req: 565/1094] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:54 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 530/1095] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1096] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&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: 531/1097] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1098] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1099] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1100] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1101] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/security-groups?id=52f55916-e949-4fa5-99d2-2a8414d8ab5b&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:51:55.556 8 INFO neutron_taas.services.taas.taas_plugin [req-fbdff166-286c-448c-bf6e-35eb82d69190 req-42653ed0-228d-4078-a165-073a84fcfb59 14b273712ae942f491ad9ed1cc9cd919 4f66a7743545475ba3c5073fe623f1e3 - - default default] TaaS: Handle Delete Port: b46cad12-37c7-4dd8-a766-89ba490d1259 2026-06-18 13:51:55.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fbdff166-286c-448c-bf6e-35eb82d69190 req-42653ed0-228d-4078-a165-073a84fcfb59 14b273712ae942f491ad9ed1cc9cd919 4f66a7743545475ba3c5073fe623f1e3 - - default default] Tap Mirror: Handle Delete Port: b46cad12-37c7-4dd8-a766-89ba490d1259 [pid: 7|app: 0|req: 534/1102] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 569/1103] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:51:55 2026] DELETE /v2.0/ports/b46cad12-37c7-4dd8-a766-89ba490d1259 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:51:55.811 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-09ed32d0-0fc3-49d8-b8a3-29600e84cbe4'] response: {'server_uuid': '1a79e170-d1e9-4ab8-8417-288e16ead9af', 'name': 'network-vif-deleted', 'tag': 'b46cad12-37c7-4dd8-a766-89ba490d1259', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 535/1104] 10.0.0.134 () {32 vars in 653 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/extensions => generated 21537 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1105] 10.0.0.134 () {32 vars in 681 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1106] 10.0.0.134 () {32 vars in 681 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1107] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1108] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1109] 10.0.0.134 () {32 vars in 665 bytes} [Thu Jun 18 13:51:55 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: 540/1110] 10.0.0.134 () {32 vars in 699 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1111] 10.0.0.134 () {32 vars in 697 bytes} [Thu Jun 18 13:51: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: 542/1112] 10.0.0.134 () {32 vars in 701 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1113] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1114] 10.0.0.134 () {32 vars in 689 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1115] 10.0.0.134 () {32 vars in 703 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1116] 10.0.0.134 () {32 vars in 693 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1117] 10.0.0.134 () {32 vars in 695 bytes} [Thu Jun 18 13:51:55 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1118] 10.0.0.134 () {32 vars in 685 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1119] 10.0.0.134 () {32 vars in 687 bytes} [Thu Jun 18 13:51:56 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: 546/1120] 10.0.0.134 () {32 vars in 661 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1121] 10.0.0.134 () {32 vars in 699 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1122] 10.0.0.134 () {32 vars in 679 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1123] 10.0.0.134 () {32 vars in 683 bytes} [Thu Jun 18 13:51:56 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: 548/1124] 10.0.0.134 () {32 vars in 675 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1125] 10.0.0.134 () {32 vars in 689 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1126] 10.0.0.134 () {32 vars in 723 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1127] 10.0.0.134 () {32 vars in 687 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1128] 10.0.0.134 () {32 vars in 669 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1129] 10.0.0.134 () {32 vars in 687 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1130] 10.0.0.134 () {32 vars in 681 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1131] 10.0.0.134 () {32 vars in 699 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1132] 10.0.0.134 () {32 vars in 679 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1133] 10.0.0.134 () {32 vars in 667 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1134] 10.0.0.134 () {32 vars in 677 bytes} [Thu Jun 18 13:51:56 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: 8|app: 0|req: 582/1135] 10.0.0.134 () {32 vars in 665 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1136] 10.0.0.134 () {32 vars in 675 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1137] 10.0.0.134 () {32 vars in 713 bytes} [Thu Jun 18 13:51:56 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: 555/1138] 10.0.0.134 () {32 vars in 691 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1139] 10.0.0.134 () {32 vars in 683 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1140] 10.0.0.134 () {32 vars in 669 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1141] 10.0.0.134 () {32 vars in 687 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1142] 10.0.0.134 () {32 vars in 705 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1143] 10.0.0.134 () {32 vars in 675 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1144] 10.0.0.134 () {32 vars in 701 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1145] 10.0.0.134 () {32 vars in 675 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1146] 10.0.0.134 () {32 vars in 693 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1147] 10.0.0.134 () {32 vars in 689 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1148] 10.0.0.134 () {32 vars in 709 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1149] 10.0.0.134 () {32 vars in 705 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1150] 10.0.0.134 () {32 vars in 719 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1151] 10.0.0.134 () {32 vars in 697 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1152] 10.0.0.134 () {32 vars in 711 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1153] 10.0.0.134 () {32 vars in 669 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/binding => generated 193 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1154] 10.0.0.134 () {32 vars in 687 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1155] 10.0.0.134 () {32 vars in 681 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1156] 10.0.0.134 () {32 vars in 675 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1157] 10.0.0.134 () {32 vars in 671 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1158] 10.0.0.134 () {32 vars in 661 bytes} [Thu Jun 18 13:51:56 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: 594/1159] 10.0.0.134 () {32 vars in 699 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1160] 10.0.0.134 () {32 vars in 699 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1161] 10.0.0.134 () {32 vars in 677 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1162] 10.0.0.134 () {32 vars in 669 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1163] 10.0.0.134 () {32 vars in 683 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1164] 10.0.0.134 () {32 vars in 701 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1165] 10.0.0.134 () {32 vars in 685 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1166] 10.0.0.134 () {32 vars in 707 bytes} [Thu Jun 18 13:51:56 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: 8|app: 0|req: 598/1167] 10.0.0.134 () {32 vars in 669 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1168] 10.0.0.134 () {32 vars in 697 bytes} [Thu Jun 18 13:51:56 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: 8|app: 0|req: 599/1169] 10.0.0.134 () {32 vars in 695 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1170] 10.0.0.134 () {32 vars in 685 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1171] 10.0.0.134 () {32 vars in 689 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1172] 10.0.0.134 () {32 vars in 705 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1173] 10.0.0.134 () {32 vars in 667 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1174] 10.0.0.134 () {32 vars in 681 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1175] 10.0.0.134 () {32 vars in 681 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1176] 10.0.0.134 () {32 vars in 691 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1177] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => 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: 604/1178] 10.0.0.134 () {32 vars in 691 bytes} [Thu Jun 18 13:51:56 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: 575/1179] 10.0.0.134 () {32 vars in 695 bytes} [Thu Jun 18 13:51:56 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: 8|app: 0|req: 605/1180] 10.0.0.134 () {32 vars in 685 bytes} [Thu Jun 18 13:51:56 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: 576/1181] 10.0.0.134 () {32 vars in 689 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1182] 10.0.0.134 () {32 vars in 701 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1183] 10.0.0.134 () {32 vars in 703 bytes} [Thu Jun 18 13:51:56 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: 8|app: 0|req: 607/1184] 10.0.0.134 () {32 vars in 713 bytes} [Thu Jun 18 13:51:56 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: 8|app: 0|req: 608/1185] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1186] 10.0.0.134 () {32 vars in 715 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1187] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 610/1188] 10.0.0.134 () {32 vars in 727 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1189] 10.0.0.134 () {32 vars in 741 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1190] 10.0.0.134 () {32 vars in 719 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1191] 10.0.0.134 () {32 vars in 683 bytes} [Thu Jun 18 13:51:56 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: 612/1192] 10.0.0.134 () {32 vars in 669 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1193] 10.0.0.134 () {32 vars in 719 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1194] 10.0.0.134 () {32 vars in 679 bytes} [Thu Jun 18 13:51:56 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: 582/1195] 10.0.0.134 () {32 vars in 669 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1196] 10.0.0.134 () {32 vars in 697 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1197] 10.0.0.134 () {32 vars in 705 bytes} [Thu Jun 18 13:51:56 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: 8|app: 0|req: 615/1198] 10.0.0.134 () {32 vars in 701 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1199] 10.0.0.134 () {32 vars in 701 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1200] 10.0.0.134 () {32 vars in 683 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1201] 10.0.0.134 () {32 vars in 705 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1202] 10.0.0.134 () {32 vars in 695 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1203] 10.0.0.134 () {32 vars in 689 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1204] 10.0.0.134 () {32 vars in 697 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1205] 10.0.0.134 () {32 vars in 679 bytes} [Thu Jun 18 13:51:56 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: 8|app: 0|req: 619/1206] 10.0.0.134 () {32 vars in 689 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1207] 10.0.0.134 () {32 vars in 701 bytes} [Thu Jun 18 13:51:56 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: 8|app: 0|req: 620/1208] 10.0.0.134 () {32 vars in 665 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1209] 10.0.0.134 () {32 vars in 681 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1210] 10.0.0.134 () {32 vars in 677 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1211] 10.0.0.134 () {32 vars in 693 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1212] 10.0.0.134 () {32 vars in 677 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1213] 10.0.0.134 () {32 vars in 667 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1214] 10.0.0.134 () {32 vars in 663 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1215] 10.0.0.134 () {32 vars in 675 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1216] 10.0.0.134 () {32 vars in 687 bytes} [Thu Jun 18 13:51:56 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1217] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1218] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&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: 594/1219] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/ports?tenant_id=66a36eb966c94b799f49a5e1a4651959&device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1220] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/networks?id=c74f78e7-99af-4f52-ac36-da65a2e37616 => 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: 595/1221] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1222] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/subnets?id=917b7ede-7f60-47d4-a8e1-2b84c1691b86 => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1223] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/ports?network_id=c74f78e7-99af-4f52-ac36-da65a2e37616&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: 598/1224] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/networks/c74f78e7-99af-4f52-ac36-da65a2e37616?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1225] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/networks/c74f78e7-99af-4f52-ac36-da65a2e37616?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: 600/1226] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => 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: 627/1227] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/security-groups?tenant_id=85747ad3ecf04369a08b9c4d03745a90&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1228] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:57 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1229] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:51:57 2026] DELETE /v2.0/security-groups/48977f69-4678-4650-8995-aaaed6815404 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1230] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:58 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 602/1231] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:58 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1234] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:51:58 2026] GET /v2.0/networks?id=8097510b-0fa7-4b51-8027-3e9bc709d9f3 => generated 680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1235] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:58 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => 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: 632/1236] 199.204.45.19 () {34 vars in 1049 bytes} [Thu Jun 18 13:51:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fdf99543d93d47ac94eebca6902fb9d1 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1237] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:58 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 633/1238] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:51:58 2026] POST /v2.0/ports => generated 958 bytes in 458 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: 634/1239] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:59 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1240] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:51:59 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&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: 606/1241] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:51:59 2026] PUT /v2.0/ports/c1708c6b-8d59-4cba-8bc9-04e2c5522f74 => generated 1239 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:51:59.898 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1634e332-4f83-4d91-a522-0d9ef030a6ad'] response: {'name': 'network-changed', 'server_uuid': '52c1ac99-2cac-4edf-8dc3-735a8613ee24', 'tag': 'c1708c6b-8d59-4cba-8bc9-04e2c5522f74', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 607/1242] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:59 2026] GET /v2.0/ports?device_id=1a79e170-d1e9-4ab8-8417-288e16ead9af => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1243] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:51:59 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:00.106 8 INFO neutron.db.segments_db [None req-702423fe-d4ac-4481-9785-1ac62d2147ff 416639078924487f942e146cdc8a004a 0c444a1068804dc79cd5b066c8914169 - - default default] Added segment 68ad7f27-5075-4c15-8da7-892ae76d3de0 of type vxlan for network 3efe78ef-d9cc-45da-a2cb-bcaab60e40c6 [pid: 7|app: 0|req: 609/1244] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:00 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:00.166 8 INFO neutron.db.segments_db [None req-702423fe-d4ac-4481-9785-1ac62d2147ff 416639078924487f942e146cdc8a004a 0c444a1068804dc79cd5b066c8914169 - - default default] Added segment 1ef5c08d-b9c0-4611-a268-fd363ea5efcd of type vxlan for network fb00aed9-0ccf-4bb0-a131-051ced7b5922 [pid: 8|app: 0|req: 636/1245] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:51:59 2026] POST /v2.0/networks => generated 1208 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1246] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:52:00 2026] GET /v2.0/networks => generated 1845 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1247] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:52:00 2026] GET /v2.0/ports?tenant_id=fdf99543d93d47ac94eebca6902fb9d1&device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 612/1248] 199.204.45.19 () {34 vars in 1017 bytes} [Thu Jun 18 13:52:00 2026] GET /v2.0/networks?tenant_id=fdf99543d93d47ac94eebca6902fb9d1&shared=False => generated 776 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:00.577 8 INFO neutron.services.segments.plugin [-] Segment 68ad7f27-5075-4c15-8da7-892ae76d3de0 resource provider aggregate not found [pid: 7|app: 0|req: 613/1249] 199.204.45.19 () {34 vars in 929 bytes} [Thu Jun 18 13:52:00 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) 2026-06-18 13:52:00.590 8 INFO neutron.services.segments.plugin [-] Segment 68ad7f27-5075-4c15-8da7-892ae76d3de0 resource provider aggregate not found 2026-06-18 13:52:00.605 8 INFO neutron.services.segments.plugin [-] Segment 68ad7f27-5075-4c15-8da7-892ae76d3de0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68ad7f27-5075-4c15-8da7-892ae76d3de0 found for delete ", "request_id": "req-73cd369e-46c8-4a19-ac02-2c74f634624c"}]} 2026-06-18 13:52:00.608 8 INFO neutron.services.segments.plugin [-] Segment 68ad7f27-5075-4c15-8da7-892ae76d3de0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68ad7f27-5075-4c15-8da7-892ae76d3de0 found for delete ", "request_id": "req-9db4d0b7-a027-42c6-9821-3930779e62da"}]} [pid: 8|app: 0|req: 637/1250] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:00 2026] DELETE /v2.0/networks/3efe78ef-d9cc-45da-a2cb-bcaab60e40c6 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1251] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:00 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1252] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:00 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1253] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:00 2026] DELETE /v2.0/networks/fb00aed9-0ccf-4bb0-a131-051ced7b5922 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1254] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:52:00 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:00.939 8 INFO neutron.db.segments_db [None req-77020896-a26a-44b5-8506-1997c06600c7 416639078924487f942e146cdc8a004a 0c444a1068804dc79cd5b066c8914169 - - default default] Added segment a7942269-7225-4bfa-bf5c-00b8c36fcb87 of type vxlan for network cd7f8d31-79c3-40ea-9171-0660df85df7f [pid: 8|app: 0|req: 639/1255] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:00 2026] POST /v2.0/networks => generated 633 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:01.082 7 INFO neutron.db.segments_db [None req-8b6652dc-760e-43bd-b3d9-f4f887416e80 416639078924487f942e146cdc8a004a 0c444a1068804dc79cd5b066c8914169 - - default default] Added segment 79ca9ae5-a4c0-4b31-baa4-5f490265105d of type vxlan for network edf2b685-d69a-4524-a40d-7e9622abd250 [pid: 7|app: 0|req: 617/1256] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:01 2026] POST /v2.0/networks => generated 635 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1257] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:01 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1258] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:01 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1259] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:52:01 2026] GET /v2.0/ports?tenant_id=fdf99543d93d47ac94eebca6902fb9d1&device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 621/1260] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:52:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c1708c6b-8d59-4cba-8bc9-04e2c5522f74 => 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: 622/1261] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:52:01 2026] GET /v2.0/subnets?id=bc8cf59d-f17d-4812-89f9-8a4733e450ce => generated 698 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1262] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:52:01 2026] GET /v2.0/ports?network_id=8097510b-0fa7-4b51-8027-3e9bc709d9f3&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1263] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:52:01 2026] POST /v2.0/ports => generated 1506 bytes in 576 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: 624/1264] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:52:01 2026] GET /v2.0/networks/8097510b-0fa7-4b51-8027-3e9bc709d9f3?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1265] 10.0.0.134 () {32 vars in 643 bytes} [Thu Jun 18 13:52:01 2026] GET /v2.0/ports => generated 1506 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1266] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:52:01 2026] GET /v2.0/networks/8097510b-0fa7-4b51-8027-3e9bc709d9f3?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: 643/1267] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:01 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:01.979 7 INFO neutron_taas.services.taas.taas_plugin [None req-434a0cc9-24af-4e71-bde4-0d9c132ad789 416639078924487f942e146cdc8a004a 0c444a1068804dc79cd5b066c8914169 - - default default] TaaS: Handle Delete Port: 12432efb-10da-4853-922e-0510f91606da 2026-06-18 13:52:01.981 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-434a0cc9-24af-4e71-bde4-0d9c132ad789 416639078924487f942e146cdc8a004a 0c444a1068804dc79cd5b066c8914169 - - default default] Tap Mirror: Handle Delete Port: 12432efb-10da-4853-922e-0510f91606da [pid: 8|app: 0|req: 644/1268] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:01 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1269] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:01 2026] DELETE /v2.0/ports/12432efb-10da-4853-922e-0510f91606da => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:02.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-54954521-9990-49be-a2e5-0c41770e3264 416639078924487f942e146cdc8a004a 0c444a1068804dc79cd5b066c8914169 - - default default] TaaS: Handle Delete Port: ea88ca5f-5698-4502-9eb6-2ece57342e7f 2026-06-18 13:52:02.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54954521-9990-49be-a2e5-0c41770e3264 416639078924487f942e146cdc8a004a 0c444a1068804dc79cd5b066c8914169 - - default default] Tap Mirror: Handle Delete Port: ea88ca5f-5698-4502-9eb6-2ece57342e7f [pid: 8|app: 0|req: 645/1270] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:02 2026] DELETE /v2.0/ports/ea88ca5f-5698-4502-9eb6-2ece57342e7f => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1271] 10.0.0.134 () {32 vars in 643 bytes} [Thu Jun 18 13:52:02 2026] GET /v2.0/ports => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:02.399 8 INFO neutron.db.segments_db [None req-3155276b-3510-4296-984b-170233a6c79a 416639078924487f942e146cdc8a004a 0c444a1068804dc79cd5b066c8914169 - - default default] Added segment 003139c0-cb7e-43d8-a85c-b7116f05a313 of type vxlan for network 6d8d5c66-a4ce-47d1-a9f8-c246eb818441 [pid: 8|app: 0|req: 647/1272] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:02 2026] POST /v2.0/networks => generated 635 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1273] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:02 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:02.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-437b36e8-dde8-485a-94bc-97b8df925024 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: c622878c-616e-453f-87d0-410293fdc987 2026-06-18 13:52:02.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-437b36e8-dde8-485a-94bc-97b8df925024 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: c622878c-616e-453f-87d0-410293fdc987 2026-06-18 13:52:02.604 8 INFO neutron.db.segments_db [None req-af122bb3-b41e-4bbe-8239-eb06b89e7e57 416639078924487f942e146cdc8a004a 0c444a1068804dc79cd5b066c8914169 - - default default] Added segment 5545e344-0f32-410a-a56a-54b8f8b9b332 of type vxlan for network f300118a-b54f-4bdf-b832-6801ae0308e6 2026-06-18 13:52:02.633 8 INFO neutron.services.segments.plugin [-] Segment 1ef5c08d-b9c0-4611-a268-fd363ea5efcd resource provider aggregate not found 2026-06-18 13:52:02.637 8 INFO neutron.services.segments.plugin [-] Segment 1ef5c08d-b9c0-4611-a268-fd363ea5efcd resource provider aggregate not found 2026-06-18 13:52:02.651 8 INFO neutron.services.segments.plugin [-] Segment 1ef5c08d-b9c0-4611-a268-fd363ea5efcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ef5c08d-b9c0-4611-a268-fd363ea5efcd found for delete ", "request_id": "req-6b70e15a-1128-462d-a232-45133abadcd5"}]} 2026-06-18 13:52:02.654 8 INFO neutron.services.segments.plugin [-] Segment 1ef5c08d-b9c0-4611-a268-fd363ea5efcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ef5c08d-b9c0-4611-a268-fd363ea5efcd found for delete ", "request_id": "req-79b1957f-606c-4bc0-b0ec-cd70211fc91e"}]} [pid: 8|app: 0|req: 649/1274] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:02 2026] POST /v2.0/networks => generated 634 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1275] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:02 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1276] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:03 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 626/1277] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:52:02 2026] PUT /v2.0/routers/72b2d2dc-f0ae-4861-bf84-1bb79305ebf4/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1278] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:03 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:03.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d47ce65-af4f-4902-959c-356a91befb5f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 02a43f3a-d024-4d49-84d2-491372dc6594 2026-06-18 13:52:03.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d47ce65-af4f-4902-959c-356a91befb5f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 02a43f3a-d024-4d49-84d2-491372dc6594 2026-06-18 13:52:03.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d47ce65-af4f-4902-959c-356a91befb5f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: cf2df6b8-76da-4ce1-9a12-d628bfb6fe7b 2026-06-18 13:52:03.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d47ce65-af4f-4902-959c-356a91befb5f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: cf2df6b8-76da-4ce1-9a12-d628bfb6fe7b [pid: 8|app: 0|req: 653/1279] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:52:03 2026] POST /v2.0/subnets => generated 1324 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1280] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:52:03 2026] GET /v2.0/subnets => generated 1960 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1281] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:03 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1282] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:03 2026] DELETE /v2.0/subnets/d9ebe413-2f08-41fd-ad6b-2e273bdeb0a0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1283] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:04 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:04.110 7 INFO neutron.services.segments.plugin [-] Segment d5ca1c13-7ff4-4c7d-a05f-ff9f0e079fd8 resource provider aggregate not found 2026-06-18 13:52:04.118 7 INFO neutron.services.segments.plugin [-] Segment d5ca1c13-7ff4-4c7d-a05f-ff9f0e079fd8 resource provider aggregate not found 2026-06-18 13:52:04.131 7 INFO neutron.services.segments.plugin [-] Segment d5ca1c13-7ff4-4c7d-a05f-ff9f0e079fd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5ca1c13-7ff4-4c7d-a05f-ff9f0e079fd8 found for delete ", "request_id": "req-7b9fb381-2185-4f42-965c-6a52ce8789f2"}]} 2026-06-18 13:52:04.135 7 INFO neutron.services.segments.plugin [-] Segment d5ca1c13-7ff4-4c7d-a05f-ff9f0e079fd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5ca1c13-7ff4-4c7d-a05f-ff9f0e079fd8 found for delete ", "request_id": "req-b8656bcf-8b04-4be6-838e-c5955d7a90ac"}]} 2026-06-18 13:52:04.143 7 INFO neutron.db.l3_hamode_db [None req-3d47ce65-af4f-4902-959c-356a91befb5f 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] HA network 735e1513-2ae9-41a5-a4e9-b5619d056b39 was deleted as no HA routers are present in tenant 4f66a7743545475ba3c5073fe623f1e3. [pid: 7|app: 0|req: 627/1284] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:03 2026] DELETE /v2.0/routers/72b2d2dc-f0ae-4861-bf84-1bb79305ebf4 => generated 0 bytes in 961 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1285] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:04 2026] DELETE /v2.0/subnets/a2bbf7dd-7f2e-4f31-8dd0-0c5725023eb6 => 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: 659/1286] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:52:04 2026] GET /v2.0/subnets => generated 649 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1287] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:04 2026] DELETE /v2.0/subnets/3145e66d-1bfa-48d6-9432-410d9f2630b5 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1288] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:04 2026] DELETE /v2.0/networks/f300118a-b54f-4bdf-b832-6801ae0308e6 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1289] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:04 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:04.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad040c7d-618c-4a0b-ad85-5075500d3fc6 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: a2020e10-63f8-49ca-bdd1-4970662d27a6 2026-06-18 13:52:04.476 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad040c7d-618c-4a0b-ad85-5075500d3fc6 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: a2020e10-63f8-49ca-bdd1-4970662d27a6 [pid: 7|app: 0|req: 630/1290] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:04 2026] DELETE /v2.0/networks/6d8d5c66-a4ce-47d1-a9f8-c246eb818441 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1291] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:04 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:04.681 8 INFO neutron.services.segments.plugin [-] Segment 5545e344-0f32-410a-a56a-54b8f8b9b332 resource provider aggregate not found 2026-06-18 13:52:04.692 8 INFO neutron.services.segments.plugin [-] Segment 5545e344-0f32-410a-a56a-54b8f8b9b332 resource provider aggregate not found 2026-06-18 13:52:04.697 8 INFO neutron.services.segments.plugin [-] Segment 5545e344-0f32-410a-a56a-54b8f8b9b332 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5545e344-0f32-410a-a56a-54b8f8b9b332 found for delete ", "request_id": "req-7e414b9f-1103-4878-bdd2-1d4d256b461e"}]} 2026-06-18 13:52:04.714 8 INFO neutron.services.segments.plugin [-] Segment d7b469a4-ebd2-4c3b-a031-31735d8f343d resource provider aggregate not found 2026-06-18 13:52:04.726 8 INFO neutron.services.segments.plugin [-] Segment 5545e344-0f32-410a-a56a-54b8f8b9b332 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5545e344-0f32-410a-a56a-54b8f8b9b332 found for delete ", "request_id": "req-2329467f-1a9f-4cc2-aff5-7bfc4c2c8cd8"}]} [pid: 8|app: 0|req: 661/1292] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:04 2026] DELETE /v2.0/networks/3aac441c-4dee-4cbc-a25c-30f60dee4f83 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:04.740 8 INFO neutron.services.segments.plugin [-] Segment d7b469a4-ebd2-4c3b-a031-31735d8f343d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7b469a4-ebd2-4c3b-a031-31735d8f343d found for delete ", "request_id": "req-1f3bab16-0034-4eb9-b907-50f35a6ec982"}]} 2026-06-18 13:52:04.750 8 INFO neutron.services.segments.plugin [-] Segment d7b469a4-ebd2-4c3b-a031-31735d8f343d resource provider aggregate not found 2026-06-18 13:52:04.768 8 INFO neutron.services.segments.plugin [-] Segment d7b469a4-ebd2-4c3b-a031-31735d8f343d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7b469a4-ebd2-4c3b-a031-31735d8f343d found for delete ", "request_id": "req-cc97db3f-0e24-46a4-bd85-259701acb409"}]} [pid: 7|app: 0|req: 632/1293] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:04 2026] DELETE /v2.0/networks/edf2b685-d69a-4524-a40d-7e9622abd250 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1294] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:04 2026] DELETE /v2.0/networks/cd7f8d31-79c3-40ea-9171-0660df85df7f => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1295] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:05 2026] GET /v2.0/security-groups?tenant_id=4f66a7743545475ba3c5073fe623f1e3&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1296] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:05 2026] DELETE /v2.0/security-groups/52f55916-e949-4fa5-99d2-2a8414d8ab5b => 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: 634/1297] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:05 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1298] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:05 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1299] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:05 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 666/1300] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:05 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1301] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:05 2026] GET /v2.0/security-groups?tenant_id=0c444a1068804dc79cd5b066c8914169&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1302] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:05 2026] DELETE /v2.0/security-groups/bdb0a591-8b52-4d6a-80aa-db5d896c15e7 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:06.155 7 INFO neutron.services.segments.plugin [-] Segment 003139c0-cb7e-43d8-a85c-b7116f05a313 resource provider aggregate not found 2026-06-18 13:52:06.159 7 INFO neutron.services.segments.plugin [-] Segment 003139c0-cb7e-43d8-a85c-b7116f05a313 resource provider aggregate not found 2026-06-18 13:52:06.170 7 INFO neutron.services.segments.plugin [-] Segment 003139c0-cb7e-43d8-a85c-b7116f05a313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 003139c0-cb7e-43d8-a85c-b7116f05a313 found for delete ", "request_id": "req-867003e0-b3b3-4067-83ef-dd56a44ae989"}]} 2026-06-18 13:52:06.175 7 INFO neutron.services.segments.plugin [-] Segment 003139c0-cb7e-43d8-a85c-b7116f05a313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 003139c0-cb7e-43d8-a85c-b7116f05a313 found for delete ", "request_id": "req-78996c28-5ced-4928-ba91-d9084fd039a3"}]} 2026-06-18 13:52:06.190 7 INFO neutron.services.segments.plugin [-] Segment 79ca9ae5-a4c0-4b31-baa4-5f490265105d resource provider aggregate not found 2026-06-18 13:52:06.194 7 INFO neutron.services.segments.plugin [-] Segment 79ca9ae5-a4c0-4b31-baa4-5f490265105d resource provider aggregate not found 2026-06-18 13:52:06.205 7 INFO neutron.services.segments.plugin [-] Segment 79ca9ae5-a4c0-4b31-baa4-5f490265105d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79ca9ae5-a4c0-4b31-baa4-5f490265105d found for delete ", "request_id": "req-207d90fb-469f-423c-b816-c1872f6fa2af"}]} 2026-06-18 13:52:06.208 7 INFO neutron.services.segments.plugin [-] Segment 79ca9ae5-a4c0-4b31-baa4-5f490265105d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79ca9ae5-a4c0-4b31-baa4-5f490265105d found for delete ", "request_id": "req-39ffadae-e3bb-4fed-8004-0ccbdeb097c9"}]} [pid: 7|app: 0|req: 636/1303] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:06 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1304] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:06 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:06.761 8 INFO neutron.services.segments.plugin [-] Segment a7942269-7225-4bfa-bf5c-00b8c36fcb87 resource provider aggregate not found 2026-06-18 13:52:06.780 8 INFO neutron.services.segments.plugin [-] Segment a7942269-7225-4bfa-bf5c-00b8c36fcb87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7942269-7225-4bfa-bf5c-00b8c36fcb87 found for delete ", "request_id": "req-fef52c6f-ff5c-4840-b081-cb2ee1020a2b"}]} 2026-06-18 13:52:06.785 8 INFO neutron.services.segments.plugin [-] Segment a7942269-7225-4bfa-bf5c-00b8c36fcb87 resource provider aggregate not found 2026-06-18 13:52:06.802 8 INFO neutron.services.segments.plugin [-] Segment a7942269-7225-4bfa-bf5c-00b8c36fcb87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7942269-7225-4bfa-bf5c-00b8c36fcb87 found for delete ", "request_id": "req-946bc93c-0243-4db1-8015-fc2091603e4e"}]} [pid: 7|app: 0|req: 637/1305] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:06 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1306] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:06 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1307] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:07 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1308] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:07 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:08.351 7 INFO neutron.db.segments_db [None req-3eb86f89-18ca-4ee4-806d-ea3b5b7f03d5 41947da0b4d2494f9430872b53c0285b cace6af75fe7490e83a066a9596950c8 - - default default] Added segment 4e6a78b4-f8fd-44b5-8d8e-6f3d438c7801 of type vxlan for network 0542ee9a-37a8-4d4c-bce7-3c84dd948a0f 2026-06-18 13:52:08.418 7 INFO neutron.db.segments_db [None req-3eb86f89-18ca-4ee4-806d-ea3b5b7f03d5 41947da0b4d2494f9430872b53c0285b cace6af75fe7490e83a066a9596950c8 - - default default] Added segment 87bca0cb-f584-4cac-8111-2390a2d6360a of type vxlan for network 30a26d16-0aef-4adc-a77a-8cf7c6b28b48 [pid: 7|app: 0|req: 639/1309] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:07 2026] POST /v2.0/networks => generated 1208 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1310] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:52:08 2026] GET /v2.0/networks => generated 1845 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1311] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:08 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1312] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:08 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:08.792 7 INFO neutron.services.segments.plugin [-] Segment 4e6a78b4-f8fd-44b5-8d8e-6f3d438c7801 resource provider aggregate not found 2026-06-18 13:52:08.800 7 INFO neutron.services.segments.plugin [-] Segment 4e6a78b4-f8fd-44b5-8d8e-6f3d438c7801 resource provider aggregate not found 2026-06-18 13:52:08.829 7 INFO neutron.services.segments.plugin [-] Segment 4e6a78b4-f8fd-44b5-8d8e-6f3d438c7801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e6a78b4-f8fd-44b5-8d8e-6f3d438c7801 found for delete ", "request_id": "req-5af317cc-4104-4879-b2d4-4ed5b6618af5"}]} [pid: 7|app: 0|req: 640/1313] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:08 2026] DELETE /v2.0/networks/0542ee9a-37a8-4d4c-bce7-3c84dd948a0f => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:08.837 7 INFO neutron.services.segments.plugin [-] Segment 4e6a78b4-f8fd-44b5-8d8e-6f3d438c7801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e6a78b4-f8fd-44b5-8d8e-6f3d438c7801 found for delete ", "request_id": "req-d4e7f70e-7ee4-4894-8e08-484a075bf434"}]} 2026-06-18 13:52:08.990 8 INFO neutron.services.segments.plugin [-] Segment 87bca0cb-f584-4cac-8111-2390a2d6360a resource provider aggregate not found 2026-06-18 13:52:09.001 8 INFO neutron.services.segments.plugin [-] Segment 87bca0cb-f584-4cac-8111-2390a2d6360a resource provider aggregate not found 2026-06-18 13:52:09.018 8 INFO neutron.services.segments.plugin [-] Segment 87bca0cb-f584-4cac-8111-2390a2d6360a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87bca0cb-f584-4cac-8111-2390a2d6360a found for delete ", "request_id": "req-0a5f25ed-a353-484e-93d4-9d44b992fff5"}]} 2026-06-18 13:52:09.025 8 INFO neutron.services.segments.plugin [-] Segment 87bca0cb-f584-4cac-8111-2390a2d6360a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87bca0cb-f584-4cac-8111-2390a2d6360a found for delete ", "request_id": "req-b5e5d666-5d2f-4290-8d5d-26a6ec17fa98"}]} [pid: 8|app: 0|req: 674/1314] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:08 2026] DELETE /v2.0/networks/30a26d16-0aef-4adc-a77a-8cf7c6b28b48 => 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: 641/1315] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:52:09 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:09.151 8 INFO neutron.db.segments_db [None req-1632e3a0-1536-4dcd-a188-1caa3ee31d8b 41947da0b4d2494f9430872b53c0285b cace6af75fe7490e83a066a9596950c8 - - default default] Added segment 2ae219eb-b27f-4a49-ac5a-4113a4350e2b of type vxlan for network 1c72ee76-8660-48d6-b6f8-514379003484 [pid: 8|app: 0|req: 675/1316] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:09 2026] POST /v2.0/networks => generated 630 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:09.354 7 INFO neutron.db.segments_db [None req-c1b2aaad-050e-4682-91f4-bd0de58fada3 41947da0b4d2494f9430872b53c0285b cace6af75fe7490e83a066a9596950c8 - - default default] Added segment 63c86763-484c-4385-8a65-f7893edc26d4 of type vxlan for network a78ff75c-8c8f-4c0d-884a-b023d1701ec6 [pid: 7|app: 0|req: 642/1317] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:09 2026] POST /v2.0/networks => generated 631 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1318] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:09 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1319] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:09 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1320] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:52:09 2026] POST /v2.0/ports => generated 1506 bytes in 664 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: 677/1321] 10.0.0.134 () {32 vars in 643 bytes} [Thu Jun 18 13:52:10 2026] GET /v2.0/ports => generated 1506 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:10.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ca5820a-3b03-4071-9467-a383c612e02b 41947da0b4d2494f9430872b53c0285b cace6af75fe7490e83a066a9596950c8 - - default default] TaaS: Handle Delete Port: d2a4c186-cdb4-4e1d-89fe-5bea89233436 2026-06-18 13:52:10.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ca5820a-3b03-4071-9467-a383c612e02b 41947da0b4d2494f9430872b53c0285b cace6af75fe7490e83a066a9596950c8 - - default default] Tap Mirror: Handle Delete Port: d2a4c186-cdb4-4e1d-89fe-5bea89233436 [pid: 7|app: 0|req: 645/1322] 10.0.0.134 () {34 vars in 684 bytes} [Thu Jun 18 13:52:09 2026] POST /v2.0/security-groups => generated 1601 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1323] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:10 2026] DELETE /v2.0/ports/d2a4c186-cdb4-4e1d-89fe-5bea89233436 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1324] 10.0.0.134 () {34 vars in 684 bytes} [Thu Jun 18 13:52:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 13:52:10.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ae7114d-c4a7-4fa6-a8d8-1d0f6c647429 41947da0b4d2494f9430872b53c0285b cace6af75fe7490e83a066a9596950c8 - - default default] TaaS: Handle Delete Port: 4735d430-5438-49bb-8403-91c5bdf74ed9 2026-06-18 13:52:10.484 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ae7114d-c4a7-4fa6-a8d8-1d0f6c647429 41947da0b4d2494f9430872b53c0285b cace6af75fe7490e83a066a9596950c8 - - default default] Tap Mirror: Handle Delete Port: 4735d430-5438-49bb-8403-91c5bdf74ed9 [pid: 8|app: 0|req: 679/1325] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:10 2026] DELETE /v2.0/ports/4735d430-5438-49bb-8403-91c5bdf74ed9 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1326] 10.0.0.134 () {34 vars in 684 bytes} [Thu Jun 18 13:52:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1327] 10.0.0.134 () {32 vars in 643 bytes} [Thu Jun 18 13:52:10 2026] GET /v2.0/ports => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:10.670 8 INFO neutron.db.segments_db [None req-ecf50671-b2b8-4ac9-beb1-077b437be568 41947da0b4d2494f9430872b53c0285b cace6af75fe7490e83a066a9596950c8 - - default default] Added segment 047a93fd-0a04-4ae0-8f2e-be2d31a67501 of type vxlan for network 96039bfd-4a62-4d28-bacd-81dfe88c529f [pid: 7|app: 0|req: 648/1328] 10.0.0.134 () {34 vars in 684 bytes} [Thu Jun 18 13:52:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1329] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:10 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:10.829 8 INFO neutron.db.segments_db [None req-1e8a29d5-f85b-44f2-badf-1025134e3471 41947da0b4d2494f9430872b53c0285b cace6af75fe7490e83a066a9596950c8 - - default default] Added segment ef8f092e-a7c8-4a7c-ad97-124ce4883d89 of type vxlan for network 0f09e0f8-1483-4ead-8698-f911547a43c2 [pid: 7|app: 0|req: 649/1330] 10.0.0.134 () {34 vars in 684 bytes} [Thu Jun 18 13:52:10 2026] POST /v2.0/security-groups => generated 1601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1331] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:10 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1332] 10.0.0.134 () {34 vars in 767 bytes} [Thu Jun 18 13:52:10 2026] PUT /v2.0/security-groups/fe593f8c-767a-4327-ac66-49e9dc992790/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1333] 10.0.0.134 () {34 vars in 767 bytes} [Thu Jun 18 13:52:10 2026] PUT /v2.0/security-groups/9c2c5e7f-c72e-43d9-b0d8-cc4d5e69e772/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1334] 10.0.0.134 () {34 vars in 767 bytes} [Thu Jun 18 13:52:11 2026] PUT /v2.0/security-groups/6e8d1d1b-ee2e-441e-be77-304a72974d95/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1335] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1336] 10.0.0.134 () {34 vars in 767 bytes} [Thu Jun 18 13:52:11 2026] PUT /v2.0/security-groups/0b09f313-77e8-466b-923e-ce92c2f20cc4/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1337] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1338] 10.0.0.134 () {32 vars in 680 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1339] 10.0.0.134 () {32 vars in 694 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1340] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 659/1341] 10.0.0.134 () {32 vars in 690 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1342] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:52:10 2026] POST /v2.0/subnets => generated 1273 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1343] 10.0.0.134 () {32 vars in 702 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1344] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/subnets => generated 1909 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1345] 10.0.0.134 () {32 vars in 688 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1346] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:11 2026] DELETE /v2.0/subnets/4932bcc2-531e-4c82-b64c-de674c6128c0 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:11.651 7 INFO neutron.db.l3_db [None req-174abe8b-6eaf-4a37-be15-d1e349c6a67c 74de1a4ed05845d98aec1606e9b03407 fdf99543d93d47ac94eebca6902fb9d1 - - default default] Floating IP 51c7cfd2-b540-413c-accb-fa7fb4ef1951 associated. External IP: 10.96.250.219, port: c1708c6b-8d59-4cba-8bc9-04e2c5522f74. [pid: 8|app: 0|req: 688/1347] 10.0.0.134 () {32 vars in 702 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1348] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:11 2026] DELETE /v2.0/subnets/cfeffb35-030a-412c-a5cb-473bdb00dce7 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1349] 10.0.0.134 () {32 vars in 698 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1350] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1351] 10.0.0.134 () {32 vars in 710 bytes} [Thu Jun 18 13:52:11 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1352] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:52:11 2026] PUT /v2.0/floatingips/51c7cfd2-b540-413c-accb-fa7fb4ef1951 => generated 856 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:12.089 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-60d1af65-576e-4f5a-8460-683f2c66b0db'] response: {'name': 'network-changed', 'server_uuid': '52c1ac99-2cac-4edf-8dc3-735a8613ee24', 'tag': 'c1708c6b-8d59-4cba-8bc9-04e2c5522f74', 'status': 'completed', 'code': 200} 2026-06-18 13:52:12.129 8 INFO neutron.services.segments.plugin [-] Segment ef8f092e-a7c8-4a7c-ad97-124ce4883d89 resource provider aggregate not found 2026-06-18 13:52:12.138 8 INFO neutron.services.segments.plugin [-] Segment ef8f092e-a7c8-4a7c-ad97-124ce4883d89 resource provider aggregate not found 2026-06-18 13:52:12.144 8 INFO neutron.services.segments.plugin [-] Segment ef8f092e-a7c8-4a7c-ad97-124ce4883d89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8f092e-a7c8-4a7c-ad97-124ce4883d89 found for delete ", "request_id": "req-aaf39ab1-2139-4216-a333-18f25d58917e"}]} [pid: 7|app: 0|req: 661/1353] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:12 2026] DELETE /v2.0/security-groups/fe593f8c-767a-4327-ac66-49e9dc992790 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1354] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:12 2026] DELETE /v2.0/networks/0f09e0f8-1483-4ead-8698-f911547a43c2 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:12.171 8 INFO neutron.services.segments.plugin [-] Segment ef8f092e-a7c8-4a7c-ad97-124ce4883d89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8f092e-a7c8-4a7c-ad97-124ce4883d89 found for delete ", "request_id": "req-ed7db3ba-38a8-498c-8ead-9ab06c39f4f9"}]} [pid: 7|app: 0|req: 662/1355] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:12 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 663/1356] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:12 2026] DELETE /v2.0/security-groups/9c2c5e7f-c72e-43d9-b0d8-cc4d5e69e772 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1357] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:12 2026] DELETE /v2.0/networks/96039bfd-4a62-4d28-bacd-81dfe88c529f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1358] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:12 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1359] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:12 2026] DELETE /v2.0/security-groups/6e8d1d1b-ee2e-441e-be77-304a72974d95 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:12.431 7 INFO neutron.services.segments.plugin [-] Segment 63c86763-484c-4385-8a65-f7893edc26d4 resource provider aggregate not found 2026-06-18 13:52:12.434 7 INFO neutron.services.segments.plugin [-] Segment 63c86763-484c-4385-8a65-f7893edc26d4 resource provider aggregate not found 2026-06-18 13:52:12.455 7 INFO neutron.services.segments.plugin [-] Segment 63c86763-484c-4385-8a65-f7893edc26d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63c86763-484c-4385-8a65-f7893edc26d4 found for delete ", "request_id": "req-8cdc4c26-ff38-4275-b22a-2f9c62e86c5a"}]} 2026-06-18 13:52:12.460 7 INFO neutron.services.segments.plugin [-] Segment 63c86763-484c-4385-8a65-f7893edc26d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63c86763-484c-4385-8a65-f7893edc26d4 found for delete ", "request_id": "req-44d77063-d3c3-439a-b791-ce1dab8ac62c"}]} [pid: 7|app: 0|req: 665/1360] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:12 2026] DELETE /v2.0/networks/a78ff75c-8c8f-4c0d-884a-b023d1701ec6 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1361] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:12 2026] DELETE /v2.0/security-groups/0b09f313-77e8-466b-923e-ce92c2f20cc4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1362] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:12 2026] DELETE /v2.0/security-groups/9d1a186d-69a1-4fd7-b797-4d6e67d1f009 => 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: 666/1363] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:12 2026] DELETE /v2.0/networks/1c72ee76-8660-48d6-b6f8-514379003484 => 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: 698/1364] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:52:12 2026] GET /v2.0/ports?tenant_id=fdf99543d93d47ac94eebca6902fb9d1&device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 667/1365] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:52:12 2026] GET /v2.0/networks?id=8097510b-0fa7-4b51-8027-3e9bc709d9f3 => generated 776 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1366] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:12 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1367] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:52:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c1708c6b-8d59-4cba-8bc9-04e2c5522f74 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1368] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:12 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&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: 669/1369] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:52:12 2026] GET /v2.0/subnets?id=bc8cf59d-f17d-4812-89f9-8a4733e450ce => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1370] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:52:12 2026] GET /v2.0/ports?network_id=8097510b-0fa7-4b51-8027-3e9bc709d9f3&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: 670/1371] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:52:12 2026] GET /v2.0/networks/8097510b-0fa7-4b51-8027-3e9bc709d9f3?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1372] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:52:12 2026] GET /v2.0/networks/8097510b-0fa7-4b51-8027-3e9bc709d9f3?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: 671/1373] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:13 2026] GET /v2.0/security-groups?tenant_id=cace6af75fe7490e83a066a9596950c8&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: 703/1374] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:13 2026] DELETE /v2.0/security-groups/f96a61a6-f0e2-49e4-9b13-e8a66f3901b0 => 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: 672/1377] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:13 2026] GET /v2.0/security-groups?tenant_id=2d6079b8a4da4f65a977b51c3522f4c5&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1378] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:13 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1379] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:13 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1380] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:13 2026] DELETE /v2.0/security-groups/f1c86ff8-7fdf-4c80-b87b-ed158e0cd44d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:14.169 8 INFO neutron.services.segments.plugin [-] Segment 047a93fd-0a04-4ae0-8f2e-be2d31a67501 resource provider aggregate not found 2026-06-18 13:52:14.198 8 INFO neutron.services.segments.plugin [-] Segment 047a93fd-0a04-4ae0-8f2e-be2d31a67501 resource provider aggregate not found 2026-06-18 13:52:14.217 8 INFO neutron.services.segments.plugin [-] Segment 047a93fd-0a04-4ae0-8f2e-be2d31a67501 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 047a93fd-0a04-4ae0-8f2e-be2d31a67501 found for delete ", "request_id": "req-98a3123e-ecfe-4bbb-aa36-e931d63ac3dd"}]} 2026-06-18 13:52:14.220 8 INFO neutron.services.segments.plugin [-] Segment 047a93fd-0a04-4ae0-8f2e-be2d31a67501 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 047a93fd-0a04-4ae0-8f2e-be2d31a67501 found for delete ", "request_id": "req-b0246ce7-a81b-4304-b479-7cf391456597"}]} [pid: 8|app: 0|req: 708/1381] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:14 2026] GET /v2.0/security-groups?tenant_id=dd573ff753904181a0ccb32c93812bf2&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1382] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:14 2026] DELETE /v2.0/security-groups/854fd47d-e8dc-4f31-8ea7-c9b2f2c413a2 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:14.477 7 INFO neutron.services.segments.plugin [-] Segment 2ae219eb-b27f-4a49-ac5a-4113a4350e2b resource provider aggregate not found 2026-06-18 13:52:14.484 7 INFO neutron.services.segments.plugin [-] Segment 2ae219eb-b27f-4a49-ac5a-4113a4350e2b resource provider aggregate not found 2026-06-18 13:52:14.497 7 INFO neutron.services.segments.plugin [-] Segment 2ae219eb-b27f-4a49-ac5a-4113a4350e2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ae219eb-b27f-4a49-ac5a-4113a4350e2b found for delete ", "request_id": "req-6e8d1396-f7f6-4a9a-8559-931d4223d155"}]} 2026-06-18 13:52:14.500 7 INFO neutron.services.segments.plugin [-] Segment 2ae219eb-b27f-4a49-ac5a-4113a4350e2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ae219eb-b27f-4a49-ac5a-4113a4350e2b found for delete ", "request_id": "req-7a5083cc-67e7-461c-94d8-d06cbd6bf1fe"}]} [pid: 8|app: 0|req: 709/1383] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:14 2026] GET /v2.0/security-groups?tenant_id=cd608629311448b28b17a05e8d605b36&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1384] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:14 2026] DELETE /v2.0/security-groups/dea45af7-a828-486e-a34a-d844a695d5ea => 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: 710/1385] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:15 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1386] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:15 2026] GET /v2.0/security-groups?id=9504e6cf-a1ec-4371-93fe-0c1f7c00fb20&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: 677/1387] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:52:15 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 711/1388] 10.0.0.131 () {34 vars in 990 bytes} [Thu Jun 18 13:52:15 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 1240 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1389] 10.0.0.131 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:15 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:15.473 7 INFO neutron_taas.services.taas.taas_plugin [req-bd0e3dfe-46fc-4d59-bd7d-98a4638a5b08 req-a4132f86-f414-42d8-a9fc-a87c66775a92 74de1a4ed05845d98aec1606e9b03407 fdf99543d93d47ac94eebca6902fb9d1 - - default default] TaaS: Handle Delete Port: c1708c6b-8d59-4cba-8bc9-04e2c5522f74 2026-06-18 13:52:15.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bd0e3dfe-46fc-4d59-bd7d-98a4638a5b08 req-a4132f86-f414-42d8-a9fc-a87c66775a92 74de1a4ed05845d98aec1606e9b03407 fdf99543d93d47ac94eebca6902fb9d1 - - default default] Tap Mirror: Handle Delete Port: c1708c6b-8d59-4cba-8bc9-04e2c5522f74 2026-06-18 13:52:15.583 7 INFO neutron.db.l3_db [req-bd0e3dfe-46fc-4d59-bd7d-98a4638a5b08 req-a4132f86-f414-42d8-a9fc-a87c66775a92 74de1a4ed05845d98aec1606e9b03407 fdf99543d93d47ac94eebca6902fb9d1 - - default default] Floating IP 51c7cfd2-b540-413c-accb-fa7fb4ef1951 disassociated. External IP: 10.96.250.219, port: c1708c6b-8d59-4cba-8bc9-04e2c5522f74. [pid: 7|app: 0|req: 678/1390] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:52:15 2026] DELETE /v2.0/ports/c1708c6b-8d59-4cba-8bc9-04e2c5522f74 => generated 0 bytes in 582 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:15.978 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9c557c5-ed15-4d46-866f-f12006706872'] response: {'server_uuid': '52c1ac99-2cac-4edf-8dc3-735a8613ee24', 'name': 'network-vif-deleted', 'tag': 'c1708c6b-8d59-4cba-8bc9-04e2c5522f74', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 713/1391] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:16 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 679/1392] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:17 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 714/1393] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:17 2026] GET /v2.0/security-groups?tenant_id=9026677fac334cc4b5f3c871f9bf9adc&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1394] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:17 2026] DELETE /v2.0/security-groups/0156e3d8-ab1a-41d1-a7f4-a4e8ce6137a5 => 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: 715/1395] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:18 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 681/1396] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:52:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1397] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:19 2026] GET /v2.0/ports?device_id=52c1ac99-2cac-4edf-8dc3-735a8613ee24 => 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: 716/1398] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:52:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1399] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:52:19 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: 8|app: 0|req: 717/1400] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:52:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1401] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:52:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1402] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:52:19 2026] PUT /v2.0/subnetpools/a7655703-fa7b-4a68-8b71-d86273fd51c0/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: 685/1403] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:52:19 2026] PUT /v2.0/subnetpools/416d2aaa-6314-4823-8967-67faeb60ade5/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1404] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:52:19 2026] PUT /v2.0/subnetpools/aa3b07bd-1297-48bd-89da-34772d73b879/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1405] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:52:19 2026] PUT /v2.0/subnetpools/2d86d2df-273c-441f-9a61-f073a52bd114/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: 720/1406] 10.0.0.134 () {32 vars in 672 bytes} [Thu Jun 18 13:52:20 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1407] 10.0.0.134 () {32 vars in 686 bytes} [Thu Jun 18 13:52:20 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1408] 10.0.0.134 () {32 vars in 682 bytes} [Thu Jun 18 13:52:20 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1409] 10.0.0.134 () {32 vars in 694 bytes} [Thu Jun 18 13:52:20 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1410] 10.0.0.134 () {32 vars in 680 bytes} [Thu Jun 18 13:52:20 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1411] 10.0.0.134 () {32 vars in 694 bytes} [Thu Jun 18 13:52:20 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1412] 10.0.0.134 () {32 vars in 690 bytes} [Thu Jun 18 13:52:20 2026] GET /v2.0/subnetpools?not-tags-any=blue => 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: 690/1413] 10.0.0.134 () {32 vars in 702 bytes} [Thu Jun 18 13:52:20 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1414] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:52:20 2026] DELETE /v2.0/subnetpools/a7655703-fa7b-4a68-8b71-d86273fd51c0 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1415] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:52:20 2026] DELETE /v2.0/subnetpools/416d2aaa-6314-4823-8967-67faeb60ade5 => 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: 725/1416] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:52:20 2026] DELETE /v2.0/subnetpools/aa3b07bd-1297-48bd-89da-34772d73b879 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1417] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:52:20 2026] DELETE /v2.0/subnetpools/2d86d2df-273c-441f-9a61-f073a52bd114 => 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: 726/1418] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:52:20 2026] DELETE /v2.0/subnetpools/5d81f368-4d03-41af-8874-08bd3dd20e38 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1419] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:20 2026] DELETE /v2.0/security-groups/9504e6cf-a1ec-4371-93fe-0c1f7c00fb20 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:20.807 8 INFO neutron.api.v2.resource [None req-e973f351-ed12-40a6-8fe0-976664bedcbd 74de1a4ed05845d98aec1606e9b03407 fdf99543d93d47ac94eebca6902fb9d1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 727/1420] 10.0.0.134 () {32 vars in 737 bytes} [Thu Jun 18 13:52:20 2026] GET /v2.0/security-groups/9504e6cf-a1ec-4371-93fe-0c1f7c00fb20 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:52:20.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-e18ef3ac-984c-45a4-b95e-effa3c91ed39 74de1a4ed05845d98aec1606e9b03407 fdf99543d93d47ac94eebca6902fb9d1 - - default default] TaaS: Handle Delete Port: a60ccfa0-ee78-4e43-a57d-4f80bcc3c4b1 2026-06-18 13:52:20.926 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e18ef3ac-984c-45a4-b95e-effa3c91ed39 74de1a4ed05845d98aec1606e9b03407 fdf99543d93d47ac94eebca6902fb9d1 - - default default] Tap Mirror: Handle Delete Port: a60ccfa0-ee78-4e43-a57d-4f80bcc3c4b1 [pid: 7|app: 0|req: 694/1421] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:52:20 2026] DELETE /v2.0/floatingips/51c7cfd2-b540-413c-accb-fa7fb4ef1951 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1422] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:21 2026] GET /v2.0/security-groups?tenant_id=fd7bcfd6c22b455f9b4aa4f925d70620&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:21.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-eef1bc87-b094-492d-9d7c-8e38bac55bce 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: ffa00459-d412-4b98-8152-a2fe2193bf94 2026-06-18 13:52:21.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eef1bc87-b094-492d-9d7c-8e38bac55bce 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: ffa00459-d412-4b98-8152-a2fe2193bf94 [pid: 7|app: 0|req: 696/1423] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:21 2026] GET /v2.0/security-groups?tenant_id=a738b2c260364de4814ccdaeb705367f&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: 697/1424] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:21 2026] DELETE /v2.0/security-groups/842b07fe-67d7-476e-a8da-4e2f198df621 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1425] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:21 2026] DELETE /v2.0/security-groups/de3c9107-6d57-4cba-8e03-14d48956f92d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1426] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:52:21 2026] PUT /v2.0/routers/c66b32d1-4463-427e-a9fa-e6ae124ee6a4/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1427] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:22 2026] GET /v2.0/security-groups?tenant_id=5ff208cf7a15499a9de68d887fdc434b&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: 700/1428] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:22 2026] DELETE /v2.0/security-groups/9d5d35a8-f3a9-4dcf-8f5e-3bd6cb4bef08 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:22.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c203c0d-9626-4d0d-8eef-f144fbc39424 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 0a4af139-6467-4692-9288-67c8de202dc0 2026-06-18 13:52:22.321 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c203c0d-9626-4d0d-8eef-f144fbc39424 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 0a4af139-6467-4692-9288-67c8de202dc0 [pid: 7|app: 0|req: 701/1429] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:22 2026] GET /v2.0/security-groups?tenant_id=b9afd61851294eb8884c5e9c88672297&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:22.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c203c0d-9626-4d0d-8eef-f144fbc39424 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: c572661b-c7a9-4866-ba9a-ec7aef7c8925 2026-06-18 13:52:22.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c203c0d-9626-4d0d-8eef-f144fbc39424 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: c572661b-c7a9-4866-ba9a-ec7aef7c8925 [pid: 7|app: 0|req: 702/1430] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:22 2026] DELETE /v2.0/security-groups/74fd742f-dcb7-4657-8225-544df2447442 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:22.939 8 INFO neutron.services.segments.plugin [-] Segment 928578ab-e50f-47bd-811b-0e01cda0fb77 resource provider aggregate not found 2026-06-18 13:52:22.949 8 INFO neutron.services.segments.plugin [-] Segment 928578ab-e50f-47bd-811b-0e01cda0fb77 resource provider aggregate not found 2026-06-18 13:52:22.968 8 INFO neutron.services.segments.plugin [-] Segment 928578ab-e50f-47bd-811b-0e01cda0fb77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 928578ab-e50f-47bd-811b-0e01cda0fb77 found for delete ", "request_id": "req-cfb8e308-2811-4458-ba85-31d59b2e2981"}]} 2026-06-18 13:52:22.969 8 INFO neutron.services.segments.plugin [-] Segment 928578ab-e50f-47bd-811b-0e01cda0fb77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 928578ab-e50f-47bd-811b-0e01cda0fb77 found for delete ", "request_id": "req-63f253d5-0ee1-4bbb-921a-a4e91dd74190"}]} 2026-06-18 13:52:22.981 8 INFO neutron.db.l3_hamode_db [None req-4c203c0d-9626-4d0d-8eef-f144fbc39424 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] HA network 47401b1d-ff49-46bc-99d4-47ed4c0219a9 was deleted as no HA routers are present in tenant fdf99543d93d47ac94eebca6902fb9d1. [pid: 8|app: 0|req: 729/1431] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:22 2026] DELETE /v2.0/routers/c66b32d1-4463-427e-a9fa-e6ae124ee6a4 => generated 0 bytes in 883 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1432] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:22 2026] DELETE /v2.0/subnets/bc8cf59d-f17d-4812-89f9-8a4733e450ce => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:23.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-743f3655-d205-45c0-8c16-15c90a383562 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 8ef1f1d9-81f8-4d08-883d-b7d878590750 2026-06-18 13:52:23.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-743f3655-d205-45c0-8c16-15c90a383562 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 8ef1f1d9-81f8-4d08-883d-b7d878590750 [pid: 8|app: 0|req: 730/1433] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:23 2026] DELETE /v2.0/networks/8097510b-0fa7-4b51-8027-3e9bc709d9f3 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1434] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:23 2026] GET /v2.0/security-groups?tenant_id=fdf99543d93d47ac94eebca6902fb9d1&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1435] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:23 2026] DELETE /v2.0/security-groups/38f8b210-bed7-47c8-8c71-f3ae5ee35167 => 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: 705/1436] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:24 2026] GET /v2.0/security-groups?tenant_id=1eaf281825b94d12b49bb09dcdddc5b2&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1437] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:24 2026] DELETE /v2.0/security-groups/3d8bccea-87e4-4f52-abdb-8073d40fc7e5 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:24.993 8 INFO neutron.services.segments.plugin [-] Segment bf666030-6929-411d-a366-f9be975130da resource provider aggregate not found 2026-06-18 13:52:24.997 8 INFO neutron.services.segments.plugin [-] Segment bf666030-6929-411d-a366-f9be975130da resource provider aggregate not found 2026-06-18 13:52:25.009 8 INFO neutron.services.segments.plugin [-] Segment bf666030-6929-411d-a366-f9be975130da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf666030-6929-411d-a366-f9be975130da found for delete ", "request_id": "req-243bb0b2-5cc3-4081-b1cc-0d5e432214a8"}]} 2026-06-18 13:52:25.021 8 INFO neutron.services.segments.plugin [-] Segment bf666030-6929-411d-a366-f9be975130da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf666030-6929-411d-a366-f9be975130da found for delete ", "request_id": "req-18d7ed8e-6b2d-4d77-822a-8137c89fa5d0"}]} [pid: 7|app: 0|req: 706/1438] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:25 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1439] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:25 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&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: 707/1440] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:25 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 734/1441] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:25 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1442] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:26 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 735/1443] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:26 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:27.495 7 INFO neutron.db.segments_db [None req-554867cb-c3e9-4320-bdac-fd3c08c6d8e2 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] Added segment 1ee7c6f8-3e65-49d8-9b33-bb72d7bb1d43 of type vxlan for network 2288a0a4-2a8c-4422-bb36-03fef7cb60e0 [pid: 7|app: 0|req: 709/1444] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:27 2026] POST /v2.0/networks => generated 612 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1445] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:27 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1446] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:52:27 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 712/1447] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:52:27 2026] GET /v2.0/security-groups?id=44f645a0-f715-47ff-bb14-d3768e926717&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1448] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:52:27 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:52:27.977 7 INFO neutron_taas.services.taas.taas_plugin [req-61047c49-170e-4f88-af5c-61622dffdf44 req-2db02ec4-9eb9-41d8-8d99-947b25f1d341 26173c933d3c4cbaac1f7ff4241706a7 66a36eb966c94b799f49a5e1a4651959 - - default default] TaaS: Handle Delete Port: 6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd 2026-06-18 13:52:27.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-61047c49-170e-4f88-af5c-61622dffdf44 req-2db02ec4-9eb9-41d8-8d99-947b25f1d341 26173c933d3c4cbaac1f7ff4241706a7 66a36eb966c94b799f49a5e1a4651959 - - default default] Tap Mirror: Handle Delete Port: 6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd 2026-06-18 13:52:28.090 7 INFO neutron.db.l3_db [req-61047c49-170e-4f88-af5c-61622dffdf44 req-2db02ec4-9eb9-41d8-8d99-947b25f1d341 26173c933d3c4cbaac1f7ff4241706a7 66a36eb966c94b799f49a5e1a4651959 - - default default] Floating IP 0cc1d22e-b7dd-4f2d-a167-4056201b01f7 disassociated. External IP: 10.96.250.204, port: 6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd. [pid: 8|app: 0|req: 737/1449] 10.0.0.134 () {34 vars in 666 bytes} [Thu Jun 18 13:52:27 2026] POST /v2.0/trunks => generated 407 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:28.259 8 INFO neutron.db.segments_db [None req-1ea8ce2b-c66d-4c09-a7da-684dcefda882 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] Added segment 6663f318-064e-46a6-84dc-4f8138114b1b of type vxlan for network 10970b33-7974-44b9-a007-1b8576dad50a [pid: 7|app: 0|req: 713/1450] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:52:27 2026] DELETE /v2.0/ports/6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd => generated 0 bytes in 583 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:28.479 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4168db9-3b10-4544-9a10-fd054f273d21'] response: {'server_uuid': '72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc', 'name': 'network-vif-deleted', 'tag': '6216d394-f5e3-4ada-9d72-8e7d6fc8b1bd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 714/1451] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:28 2026] GET /v2.0/security-groups?tenant_id=45c524e98a134c5dbf0cadc2e60f69a0&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1454] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:28 2026] POST /v2.0/networks => generated 613 bytes in 697 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1455] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:28 2026] DELETE /v2.0/security-groups/1495952d-e5b9-450a-bd15-440aa0415d76 => 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: 718/1456] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:28 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 739/1457] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:52:28 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 719/1458] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:29 2026] GET /v2.0/security-groups?tenant_id=4b9ecedc5f5c41a2a2d46e74016c20be&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1459] 10.0.0.134 () {34 vars in 666 bytes} [Thu Jun 18 13:52:29 2026] POST /v2.0/trunks => generated 407 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1460] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:29 2026] DELETE /v2.0/security-groups/11a28287-5623-4902-b417-977264994d80 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:29.400 8 INFO neutron.db.segments_db [None req-4b10cbcc-f3c9-49a2-8811-21130b176f8a 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] Added segment 7bf98659-f4f7-4053-bb19-174fb10e85b6 of type vxlan for network 5d675824-667a-4c8e-9c3d-76f2bfa040e5 [pid: 8|app: 0|req: 741/1461] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:29 2026] POST /v2.0/networks => generated 612 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:29.715 7 INFO neutron.db.segments_db [None req-abdbdd50-7807-4158-b7d3-8b226d4c0f17 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Added segment 49eae9e9-e339-4000-811e-ba8f31ee7d80 of type vxlan for network 72d25194-af6b-45bb-89a5-4a6ca32b0c83 [pid: 8|app: 0|req: 742/1462] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:52:29 2026] POST /v2.0/ports => generated 743 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:52:30.023 7 INFO neutron.db.l3_hamode_db [None req-abdbdd50-7807-4158-b7d3-8b226d4c0f17 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 743/1463] 10.0.0.134 () {34 vars in 666 bytes} [Thu Jun 18 13:52:29 2026] POST /v2.0/trunks => generated 407 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:30.115 8 INFO neutron.db.segments_db [None req-03bf5948-4436-4b8c-b2b7-9bc18766c7f6 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] Added segment 669b65c8-fae7-461e-aec0-596a3428aecb of type vxlan for network 571bb0fd-b15e-4d24-b970-7537bbcb320b 2026-06-18 13:52:30.209 7 INFO neutron.db.l3_hamode_db [None req-abdbdd50-7807-4158-b7d3-8b226d4c0f17 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 744/1464] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:30 2026] POST /v2.0/networks => generated 612 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1465] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:30 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 746/1466] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:52:30 2026] POST /v2.0/ports => generated 743 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 747/1467] 10.0.0.134 () {34 vars in 666 bytes} [Thu Jun 18 13:52:30 2026] POST /v2.0/trunks => generated 407 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:30.816 8 INFO neutron.db.segments_db [None req-3fa3502c-a431-430c-b48b-54efaa8193b1 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] Added segment 7e2db530-79ea-4c4f-9473-bc89a02cea21 of type vxlan for network 6e5081ec-3da9-4440-8b79-be69fc48e171 [pid: 7|app: 0|req: 721/1468] 10.0.0.134 () {34 vars in 668 bytes} [Thu Jun 18 13:52:29 2026] POST /v2.0/routers => generated 474 bytes in 1459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1469] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:30 2026] POST /v2.0/networks => generated 612 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:30.967 7 INFO neutron.db.l3_hamode_db [None req-af5c80c0-0baa-43bf-b076-f7ed558fa334 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:52:31.098 7 INFO neutron.db.l3_hamode_db [None req-af5c80c0-0baa-43bf-b076-f7ed558fa334 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 749/1470] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:52:30 2026] POST /v2.0/ports => generated 743 bytes in 280 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: 750/1471] 10.0.0.134 () {34 vars in 666 bytes} [Thu Jun 18 13:52:31 2026] POST /v2.0/trunks => generated 407 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1472] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:52:31 2026] GET /v2.0/ports?device_id=72941ca3-1cd2-4c97-aad6-9f0f5ce1f8cc => 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: 752/1473] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:52:31 2026] PUT /v2.0/trunks/995d5ff5-cab1-4f83-b3fc-d155b50e3a35/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1474] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:52:31 2026] PUT /v2.0/trunks/bb0a801b-f080-43b4-9c5d-9b4a479b0fdb/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1475] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:52:31 2026] PUT /v2.0/trunks/1a0667bd-c263-421d-a01b-9f0dfb1e0652/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1476] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:52:31 2026] PUT /v2.0/trunks/cab75bbf-7fe7-444c-b75e-7ff01b42b279/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1477] 10.0.0.134 () {32 vars in 662 bytes} [Thu Jun 18 13:52:31 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1478] 10.0.0.134 () {32 vars in 676 bytes} [Thu Jun 18 13:52:31 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1479] 10.0.0.134 () {32 vars in 672 bytes} [Thu Jun 18 13:52:31 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1480] 10.0.0.134 () {32 vars in 684 bytes} [Thu Jun 18 13:52:31 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1481] 10.0.0.134 () {34 vars in 668 bytes} [Thu Jun 18 13:52:30 2026] POST /v2.0/routers => generated 474 bytes in 793 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1482] 10.0.0.134 () {32 vars in 670 bytes} [Thu Jun 18 13:52:31 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:31.750 7 INFO neutron.db.l3_hamode_db [None req-6e1630c2-bc12-4019-aebe-7dfb3686bba0 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 761/1483] 10.0.0.134 () {32 vars in 684 bytes} [Thu Jun 18 13:52:31 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1484] 10.0.0.134 () {32 vars in 680 bytes} [Thu Jun 18 13:52:31 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1485] 10.0.0.134 () {32 vars in 692 bytes} [Thu Jun 18 13:52:31 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1486] 10.0.0.134 () {32 vars in 719 bytes} [Thu Jun 18 13:52:31 2026] GET /v2.0/trunks/995d5ff5-cab1-4f83-b3fc-d155b50e3a35 => generated 412 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:31.889 7 INFO neutron.db.l3_hamode_db [None req-6e1630c2-bc12-4019-aebe-7dfb3686bba0 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 765/1487] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:52:31 2026] GET /v2.0/ports/4637b408-153b-47b5-94dc-072dc43c75d4 => generated 826 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1488] 10.0.0.134 () {32 vars in 722 bytes} [Thu Jun 18 13:52:31 2026] DELETE /v2.0/trunks/995d5ff5-cab1-4f83-b3fc-d155b50e3a35 => 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: 767/1489] 10.0.0.134 () {32 vars in 719 bytes} [Thu Jun 18 13:52:32 2026] GET /v2.0/trunks/bb0a801b-f080-43b4-9c5d-9b4a479b0fdb => generated 420 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1490] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:52:32 2026] GET /v2.0/ports/fa2a0869-24c6-4fea-9766-b7f73035aa6b => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1491] 10.0.0.134 () {32 vars in 722 bytes} [Thu Jun 18 13:52:32 2026] DELETE /v2.0/trunks/bb0a801b-f080-43b4-9c5d-9b4a479b0fdb => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1492] 10.0.0.134 () {32 vars in 719 bytes} [Thu Jun 18 13:52:32 2026] GET /v2.0/trunks/1a0667bd-c263-421d-a01b-9f0dfb1e0652 => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1493] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:52:32 2026] GET /v2.0/ports/53de92f0-3a52-482a-b6bd-af5cd546149d => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1494] 10.0.0.134 () {32 vars in 722 bytes} [Thu Jun 18 13:52:32 2026] DELETE /v2.0/trunks/1a0667bd-c263-421d-a01b-9f0dfb1e0652 => 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: 773/1495] 10.0.0.134 () {32 vars in 719 bytes} [Thu Jun 18 13:52:32 2026] GET /v2.0/trunks/cab75bbf-7fe7-444c-b75e-7ff01b42b279 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1496] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:52:32 2026] GET /v2.0/ports/2f231d18-304b-43ef-ab37-8c67ca96cfbf => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1497] 10.0.0.134 () {34 vars in 668 bytes} [Thu Jun 18 13:52:31 2026] POST /v2.0/routers => generated 474 bytes in 742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1498] 10.0.0.134 () {32 vars in 722 bytes} [Thu Jun 18 13:52:32 2026] DELETE /v2.0/trunks/cab75bbf-7fe7-444c-b75e-7ff01b42b279 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1499] 10.0.0.134 () {32 vars in 719 bytes} [Thu Jun 18 13:52:32 2026] GET /v2.0/trunks/5e442f6c-0651-4813-9c80-741e8dfd7e3c => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:32.510 7 INFO neutron.db.l3_hamode_db [None req-1ab3ffd5-5b91-4fc6-994d-d5a9abd54fd3 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 777/1500] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:52:32 2026] GET /v2.0/ports/268fe7d9-21b0-4510-a5a3-bd02d0d8b242 => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1501] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:32 2026] DELETE /v2.0/security-groups/44f645a0-f715-47ff-bb14-d3768e926717 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:32.643 7 INFO neutron.db.l3_hamode_db [None req-1ab3ffd5-5b91-4fc6-994d-d5a9abd54fd3 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 779/1502] 10.0.0.134 () {32 vars in 722 bytes} [Thu Jun 18 13:52:32 2026] DELETE /v2.0/trunks/5e442f6c-0651-4813-9c80-741e8dfd7e3c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:32.734 8 INFO neutron.api.v2.resource [None req-4ab6ae02-1606-48e4-8313-febb08db8ba3 26173c933d3c4cbaac1f7ff4241706a7 66a36eb966c94b799f49a5e1a4651959 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 780/1503] 10.0.0.134 () {32 vars in 737 bytes} [Thu Jun 18 13:52:32 2026] GET /v2.0/security-groups/44f645a0-f715-47ff-bb14-d3768e926717 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:52:32.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-6602bdd2-9037-462b-b5c0-379c652a7fe9 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] TaaS: Handle Delete Port: 4637b408-153b-47b5-94dc-072dc43c75d4 2026-06-18 13:52:32.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6602bdd2-9037-462b-b5c0-379c652a7fe9 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] Tap Mirror: Handle Delete Port: 4637b408-153b-47b5-94dc-072dc43c75d4 [pid: 8|app: 0|req: 781/1504] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:32 2026] DELETE /v2.0/ports/4637b408-153b-47b5-94dc-072dc43c75d4 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:33.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-48a341c1-c22a-419e-881c-a6ab6c918e73 26173c933d3c4cbaac1f7ff4241706a7 66a36eb966c94b799f49a5e1a4651959 - - default default] TaaS: Handle Delete Port: 12bb3752-811f-4f07-a47c-3d3e96205c49 2026-06-18 13:52:33.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48a341c1-c22a-419e-881c-a6ab6c918e73 26173c933d3c4cbaac1f7ff4241706a7 66a36eb966c94b799f49a5e1a4651959 - - default default] Tap Mirror: Handle Delete Port: 12bb3752-811f-4f07-a47c-3d3e96205c49 [pid: 7|app: 0|req: 724/1506] 10.0.0.134 () {34 vars in 668 bytes} [Thu Jun 18 13:52:32 2026] POST /v2.0/routers => generated 474 bytes in 789 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1506] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:52:32 2026] DELETE /v2.0/floatingips/0cc1d22e-b7dd-4f2d-a167-4056201b01f7 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:33.389 7 INFO neutron_taas.services.taas.taas_plugin [None req-3de297f3-b1ad-4644-91ac-12ff457fc7b4 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] TaaS: Handle Delete Port: fa2a0869-24c6-4fea-9766-b7f73035aa6b 2026-06-18 13:52:33.391 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3de297f3-b1ad-4644-91ac-12ff457fc7b4 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] Tap Mirror: Handle Delete Port: fa2a0869-24c6-4fea-9766-b7f73035aa6b [pid: 7|app: 0|req: 725/1507] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:33 2026] DELETE /v2.0/ports/fa2a0869-24c6-4fea-9766-b7f73035aa6b => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:33.536 7 INFO neutron.db.l3_hamode_db [None req-210b7ece-5c45-4f11-832d-88f72a57afdb 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:52:33.641 7 INFO neutron.db.l3_hamode_db [None req-210b7ece-5c45-4f11-832d-88f72a57afdb 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:52:33.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-486d6f84-2b12-45de-930e-742cdec4219e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: a2edb130-e749-41b0-be46-b04ff53583d2 2026-06-18 13:52:33.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-486d6f84-2b12-45de-930e-742cdec4219e 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: a2edb130-e749-41b0-be46-b04ff53583d2 [pid: 8|app: 0|req: 783/1508] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:52:33 2026] PUT /v2.0/routers/eaf3e3b6-70d1-403f-9f98-4cfc4e49c06f/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1509] 10.0.0.134 () {34 vars in 668 bytes} [Thu Jun 18 13:52:33 2026] POST /v2.0/routers => generated 474 bytes in 820 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:34.318 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad666311-3730-4ff6-9fc9-973a57e92483 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] TaaS: Handle Delete Port: 53de92f0-3a52-482a-b6bd-af5cd546149d 2026-06-18 13:52:34.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad666311-3730-4ff6-9fc9-973a57e92483 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] Tap Mirror: Handle Delete Port: 53de92f0-3a52-482a-b6bd-af5cd546149d [pid: 8|app: 0|req: 784/1510] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:34 2026] DELETE /v2.0/ports/53de92f0-3a52-482a-b6bd-af5cd546149d => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1511] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:34 2026] GET /v2.0/security-groups?tenant_id=2ba0a1d86a234b48bb8bbcda50c0f41f&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:34.610 8 INFO neutron_taas.services.taas.taas_plugin [None req-fca53325-2dd0-417a-ba31-99784a4471be 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 7bea7dc3-2263-40b0-803d-73885327576f 2026-06-18 13:52:34.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fca53325-2dd0-417a-ba31-99784a4471be 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 7bea7dc3-2263-40b0-803d-73885327576f [pid: 7|app: 0|req: 728/1512] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:52:34 2026] PUT /v2.0/routers/1033b2c9-a4b0-45f2-b336-a20257e4dd12/tags => generated 17 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:34.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7431545-bf8e-43cc-bcae-8eb8498ac62d 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] TaaS: Handle Delete Port: 2f231d18-304b-43ef-ab37-8c67ca96cfbf 2026-06-18 13:52:34.825 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7431545-bf8e-43cc-bcae-8eb8498ac62d 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] Tap Mirror: Handle Delete Port: 2f231d18-304b-43ef-ab37-8c67ca96cfbf 2026-06-18 13:52:34.896 8 INFO neutron_taas.services.taas.taas_plugin [None req-fca53325-2dd0-417a-ba31-99784a4471be 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 1afb0b19-6233-456a-b9ef-195099eef10c 2026-06-18 13:52:34.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fca53325-2dd0-417a-ba31-99784a4471be 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 1afb0b19-6233-456a-b9ef-195099eef10c [pid: 7|app: 0|req: 729/1513] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:34 2026] DELETE /v2.0/ports/2f231d18-304b-43ef-ab37-8c67ca96cfbf => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1514] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:34 2026] DELETE /v2.0/security-groups/5b5aa0c7-79d4-4dad-a905-a998b33e2bc0 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1515] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:52:35 2026] PUT /v2.0/routers/97e4a529-a041-48b5-b4f5-dde55994deb8/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:35.226 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fa4d492-c5d7-4134-b06f-1a7541c2b176 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] TaaS: Handle Delete Port: 268fe7d9-21b0-4510-a5a3-bd02d0d8b242 2026-06-18 13:52:35.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fa4d492-c5d7-4134-b06f-1a7541c2b176 3e3ee71b1d0f42ae9df2a4db642b9094 63198602854e472ba6029350d9885037 - - default default] Tap Mirror: Handle Delete Port: 268fe7d9-21b0-4510-a5a3-bd02d0d8b242 2026-06-18 13:52:35.249 8 INFO neutron.services.segments.plugin [-] Segment c273efd1-8518-4d37-a562-c9c67aeca0fd resource provider aggregate not found 2026-06-18 13:52:35.254 8 INFO neutron.services.segments.plugin [-] Segment c273efd1-8518-4d37-a562-c9c67aeca0fd resource provider aggregate not found 2026-06-18 13:52:35.272 8 INFO neutron.services.segments.plugin [-] Segment c273efd1-8518-4d37-a562-c9c67aeca0fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c273efd1-8518-4d37-a562-c9c67aeca0fd found for delete ", "request_id": "req-5c9a1dcc-af9c-462a-bc38-d459519036e8"}]} 2026-06-18 13:52:35.277 8 INFO neutron.services.segments.plugin [-] Segment c273efd1-8518-4d37-a562-c9c67aeca0fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c273efd1-8518-4d37-a562-c9c67aeca0fd found for delete ", "request_id": "req-b73269e7-4c75-4532-a334-491547a46fb1"}]} 2026-06-18 13:52:35.283 8 INFO neutron.db.l3_hamode_db [None req-fca53325-2dd0-417a-ba31-99784a4471be 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] HA network 8ecc0c03-aa9c-42b7-ac29-8ff318237d9a was deleted as no HA routers are present in tenant 66a36eb966c94b799f49a5e1a4651959. [pid: 8|app: 0|req: 785/1516] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:34 2026] DELETE /v2.0/routers/eaf3e3b6-70d1-403f-9f98-4cfc4e49c06f => generated 0 bytes in 884 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1517] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:35 2026] DELETE /v2.0/ports/268fe7d9-21b0-4510-a5a3-bd02d0d8b242 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1518] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:35 2026] GET /v2.0/security-groups?tenant_id=ad6a4fd9fb04469f9fd78e844d505398&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1519] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:52:35 2026] PUT /v2.0/routers/219ce496-49bc-4bd9-8d90-8bc6689b8b83/tags => generated 34 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:35.557 7 INFO neutron.services.segments.plugin [-] Segment 1ee7c6f8-3e65-49d8-9b33-bb72d7bb1d43 resource provider aggregate not found [pid: 8|app: 0|req: 787/1520] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:35 2026] DELETE /v2.0/subnets/917b7ede-7f60-47d4-a8e1-2b84c1691b86 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:35.561 7 INFO neutron.services.segments.plugin [-] Segment 1ee7c6f8-3e65-49d8-9b33-bb72d7bb1d43 resource provider aggregate not found 2026-06-18 13:52:35.578 7 INFO neutron.services.segments.plugin [-] Segment 1ee7c6f8-3e65-49d8-9b33-bb72d7bb1d43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ee7c6f8-3e65-49d8-9b33-bb72d7bb1d43 found for delete ", "request_id": "req-197e4d8b-1c24-4aab-a7f6-93b56c1b06be"}]} 2026-06-18 13:52:35.581 7 INFO neutron.services.segments.plugin [-] Segment 1ee7c6f8-3e65-49d8-9b33-bb72d7bb1d43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ee7c6f8-3e65-49d8-9b33-bb72d7bb1d43 found for delete ", "request_id": "req-86907222-5c79-406e-8928-b0332d41296e"}]} [pid: 7|app: 0|req: 734/1521] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:35 2026] DELETE /v2.0/networks/2288a0a4-2a8c-4422-bb36-03fef7cb60e0 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1522] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:35 2026] DELETE /v2.0/security-groups/718016e9-7971-4ece-9f57-2f46a4cfb3be => 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: 735/1523] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:52:35 2026] PUT /v2.0/routers/cef09a89-2a62-4b72-8066-1552bfd320c7/tags => generated 19 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:35.768 8 INFO neutron_taas.services.taas.taas_plugin [None req-b08d155c-9092-46e1-a095-a92f93e33b9d 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 8d7339c3-9afe-4670-a3b7-d05a885c57e2 2026-06-18 13:52:35.771 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b08d155c-9092-46e1-a095-a92f93e33b9d 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 8d7339c3-9afe-4670-a3b7-d05a885c57e2 [pid: 7|app: 0|req: 736/1524] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:35 2026] DELETE /v2.0/networks/10970b33-7974-44b9-a007-1b8576dad50a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1525] 10.0.0.134 () {32 vars in 664 bytes} [Thu Jun 18 13:52:35 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1526] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:35 2026] DELETE /v2.0/networks/c74f78e7-99af-4f52-ac36-da65a2e37616 => generated 0 bytes in 423 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1527] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:35 2026] DELETE /v2.0/networks/5d675824-667a-4c8e-9c3d-76f2bfa040e5 => 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: 790/1528] 10.0.0.134 () {32 vars in 678 bytes} [Thu Jun 18 13:52:36 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1529] 10.0.0.134 () {32 vars in 674 bytes} [Thu Jun 18 13:52:36 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1530] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:36 2026] DELETE /v2.0/networks/571bb0fd-b15e-4d24-b970-7537bbcb320b => 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: 792/1531] 10.0.0.134 () {32 vars in 686 bytes} [Thu Jun 18 13:52:36 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1532] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:36 2026] GET /v2.0/security-groups?tenant_id=66a36eb966c94b799f49a5e1a4651959&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1533] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:36 2026] DELETE /v2.0/networks/6e5081ec-3da9-4440-8b79-be69fc48e171 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1534] 10.0.0.134 () {32 vars in 672 bytes} [Thu Jun 18 13:52:36 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1535] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:36 2026] DELETE /v2.0/security-groups/643c2d02-9933-4f00-9aa5-a0e0bcb7c66d => 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: 795/1536] 10.0.0.134 () {32 vars in 686 bytes} [Thu Jun 18 13:52:36 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1537] 10.0.0.134 () {32 vars in 682 bytes} [Thu Jun 18 13:52:36 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1538] 10.0.0.134 () {32 vars in 694 bytes} [Thu Jun 18 13:52:36 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:37.299 8 INFO neutron.services.segments.plugin [-] Segment a8eb379a-d105-40bf-a243-f217f7eb8393 resource provider aggregate not found 2026-06-18 13:52:37.303 8 INFO neutron.services.segments.plugin [-] Segment a8eb379a-d105-40bf-a243-f217f7eb8393 resource provider aggregate not found 2026-06-18 13:52:37.323 8 INFO neutron.services.segments.plugin [-] Segment a8eb379a-d105-40bf-a243-f217f7eb8393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8eb379a-d105-40bf-a243-f217f7eb8393 found for delete ", "request_id": "req-843118f4-a56f-4a51-90e8-03700572294b"}]} 2026-06-18 13:52:37.323 8 INFO neutron.services.segments.plugin [-] Segment a8eb379a-d105-40bf-a243-f217f7eb8393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8eb379a-d105-40bf-a243-f217f7eb8393 found for delete ", "request_id": "req-10bc7412-a16f-473a-acce-db6661d7d9a4"}]} [pid: 7|app: 0|req: 743/1539] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:52:36 2026] GET /v2.0/routers/1033b2c9-a4b0-45f2-b336-a20257e4dd12 => generated 485 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1540] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:37 2026] GET /v2.0/security-groups?tenant_id=5635d61937904bc19e1c05594afceb07&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:37.618 7 INFO neutron.services.segments.plugin [-] Segment 6663f318-064e-46a6-84dc-4f8138114b1b resource provider aggregate not found 2026-06-18 13:52:37.626 7 INFO neutron.services.segments.plugin [-] Segment 6663f318-064e-46a6-84dc-4f8138114b1b resource provider aggregate not found 2026-06-18 13:52:37.647 7 INFO neutron.services.segments.plugin [-] Segment 6663f318-064e-46a6-84dc-4f8138114b1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6663f318-064e-46a6-84dc-4f8138114b1b found for delete ", "request_id": "req-6609c140-b3ce-436c-8881-5624d449e76d"}]} 2026-06-18 13:52:37.651 7 INFO neutron.services.segments.plugin [-] Segment 6663f318-064e-46a6-84dc-4f8138114b1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6663f318-064e-46a6-84dc-4f8138114b1b found for delete ", "request_id": "req-890bae1f-f53e-4fed-af70-86b2e084085c"}]} 2026-06-18 13:52:37.673 7 INFO neutron.services.segments.plugin [-] Segment 7bf98659-f4f7-4053-bb19-174fb10e85b6 resource provider aggregate not found 2026-06-18 13:52:37.678 7 INFO neutron.services.segments.plugin [-] Segment 7bf98659-f4f7-4053-bb19-174fb10e85b6 resource provider aggregate not found 2026-06-18 13:52:37.695 7 INFO neutron.services.segments.plugin [-] Segment 7bf98659-f4f7-4053-bb19-174fb10e85b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bf98659-f4f7-4053-bb19-174fb10e85b6 found for delete ", "request_id": "req-69c1981e-a36e-4649-a3ee-6526a3f692c8"}]} 2026-06-18 13:52:37.710 7 INFO neutron.services.segments.plugin [-] Segment 7bf98659-f4f7-4053-bb19-174fb10e85b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bf98659-f4f7-4053-bb19-174fb10e85b6 found for delete ", "request_id": "req-066acb07-a8e1-4481-ba75-f6716f03c946"}]} [pid: 8|app: 0|req: 798/1541] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:37 2026] DELETE /v2.0/security-groups/4925fcfd-71c4-4242-b8c4-2f2d8a0b5980 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:37.726 7 INFO neutron.services.segments.plugin [-] Segment 669b65c8-fae7-461e-aec0-596a3428aecb resource provider aggregate not found 2026-06-18 13:52:37.754 7 INFO neutron.services.segments.plugin [-] Segment 669b65c8-fae7-461e-aec0-596a3428aecb resource provider aggregate not found 2026-06-18 13:52:37.763 7 INFO neutron.services.segments.plugin [-] Segment 669b65c8-fae7-461e-aec0-596a3428aecb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 669b65c8-fae7-461e-aec0-596a3428aecb found for delete ", "request_id": "req-da66f432-8a6b-4752-8aee-0f39945a6507"}]} 2026-06-18 13:52:37.794 7 INFO neutron.services.segments.plugin [-] Segment 669b65c8-fae7-461e-aec0-596a3428aecb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 669b65c8-fae7-461e-aec0-596a3428aecb found for delete ", "request_id": "req-bd80a823-ea29-4b63-bac3-be3c8b17a452"}]} 2026-06-18 13:52:37.801 7 INFO neutron.services.segments.plugin [-] Segment 7e2db530-79ea-4c4f-9473-bc89a02cea21 resource provider aggregate not found 2026-06-18 13:52:37.824 7 INFO neutron.services.segments.plugin [-] Segment 7e2db530-79ea-4c4f-9473-bc89a02cea21 resource provider aggregate not found 2026-06-18 13:52:37.828 7 INFO neutron.services.segments.plugin [-] Segment 7e2db530-79ea-4c4f-9473-bc89a02cea21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e2db530-79ea-4c4f-9473-bc89a02cea21 found for delete ", "request_id": "req-a12ddd09-4c2f-4475-a727-dd4213ee9e9f"}]} 2026-06-18 13:52:37.860 7 INFO neutron.services.segments.plugin [-] Segment 7e2db530-79ea-4c4f-9473-bc89a02cea21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e2db530-79ea-4c4f-9473-bc89a02cea21 found for delete ", "request_id": "req-b4409e15-a829-4652-8405-a260492eb59b"}]} [pid: 8|app: 0|req: 799/1542] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:37 2026] GET /v2.0/security-groups?tenant_id=63198602854e472ba6029350d9885037&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1543] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:37 2026] DELETE /v2.0/security-groups/391ddc0d-8552-4317-9524-f2c2c28bfb6e => 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: 744/1544] 10.0.0.134 () {34 vars in 742 bytes} [Thu Jun 18 13:52:37 2026] PUT /v2.0/routers/1033b2c9-a4b0-45f2-b336-a20257e4dd12 => generated 485 bytes in 664 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1545] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:52:38 2026] GET /v2.0/ports?device_id=1033b2c9-a4b0-45f2-b336-a20257e4dd12 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:38.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-33a1aab2-b13a-4113-bc45-b7e898a8439b 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] TaaS: Handle Delete Port: 86e7583c-bd9b-43f0-a6a0-d896e8efb746 2026-06-18 13:52:38.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33a1aab2-b13a-4113-bc45-b7e898a8439b 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Tap Mirror: Handle Delete Port: 86e7583c-bd9b-43f0-a6a0-d896e8efb746 [pid: 8|app: 0|req: 802/1546] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:38 2026] GET /v2.0/security-groups?tenant_id=a45ebdce8f31426e8fa14e21c8dad874&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1547] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:38 2026] DELETE /v2.0/routers/1033b2c9-a4b0-45f2-b336-a20257e4dd12 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1548] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:38 2026] DELETE /v2.0/security-groups/18a5ccff-f73a-48b1-83b1-2ea12a552b05 => 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: 746/1549] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:52:38 2026] GET /v2.0/routers/97e4a529-a041-48b5-b4f5-dde55994deb8 => generated 493 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1550] 10.0.0.134 () {34 vars in 742 bytes} [Thu Jun 18 13:52:38 2026] PUT /v2.0/routers/97e4a529-a041-48b5-b4f5-dde55994deb8 => generated 493 bytes in 656 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1551] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:52:39 2026] GET /v2.0/ports?device_id=97e4a529-a041-48b5-b4f5-dde55994deb8 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:39.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-e82fccd9-e559-4c11-b323-fd65b03d6117 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] TaaS: Handle Delete Port: f44c02f0-6aef-4278-99c7-1ac86e1c3010 2026-06-18 13:52:39.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e82fccd9-e559-4c11-b323-fd65b03d6117 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Tap Mirror: Handle Delete Port: f44c02f0-6aef-4278-99c7-1ac86e1c3010 [pid: 8|app: 0|req: 805/1552] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:39 2026] DELETE /v2.0/routers/97e4a529-a041-48b5-b4f5-dde55994deb8 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1553] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:52:39 2026] GET /v2.0/routers/219ce496-49bc-4bd9-8d90-8bc6689b8b83 => generated 502 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1554] 10.0.0.134 () {34 vars in 742 bytes} [Thu Jun 18 13:52:39 2026] PUT /v2.0/routers/219ce496-49bc-4bd9-8d90-8bc6689b8b83 => generated 502 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1555] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:52:40 2026] GET /v2.0/ports?device_id=219ce496-49bc-4bd9-8d90-8bc6689b8b83 => 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: 749/1556] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:39 2026] GET /v2.0/security-groups?tenant_id=7b3c0749695a4c03abbeda3a132a1d6a&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1557] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:40 2026] DELETE /v2.0/security-groups/057d54ae-d207-48f8-996f-5a80fddb77e7 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:40.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce7b690d-d778-4559-9139-55341f2aa046 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] TaaS: Handle Delete Port: 75dd9c74-ca6d-4b9c-96d0-0a78688c63fd 2026-06-18 13:52:40.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce7b690d-d778-4559-9139-55341f2aa046 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Tap Mirror: Handle Delete Port: 75dd9c74-ca6d-4b9c-96d0-0a78688c63fd [pid: 8|app: 0|req: 808/1558] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:40 2026] DELETE /v2.0/routers/219ce496-49bc-4bd9-8d90-8bc6689b8b83 => generated 0 bytes in 400 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1559] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:52:40 2026] GET /v2.0/routers/cef09a89-2a62-4b72-8066-1552bfd320c7 => generated 487 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1560] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:40 2026] GET /v2.0/security-groups?tenant_id=e4090a3e5a2a46359fd65c8f042cc1dd&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1561] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:40 2026] DELETE /v2.0/security-groups/d037e29f-a756-4ba9-913f-d5dfc983dd78 => 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: 810/1562] 10.0.0.134 () {34 vars in 742 bytes} [Thu Jun 18 13:52:40 2026] PUT /v2.0/routers/cef09a89-2a62-4b72-8066-1552bfd320c7 => generated 487 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1563] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:52:41 2026] GET /v2.0/ports?device_id=cef09a89-2a62-4b72-8066-1552bfd320c7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:41.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f88aefc-6879-4e51-8a80-171afd2d2a76 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] TaaS: Handle Delete Port: b6c94f1b-fa68-4bda-9047-b391932e8303 2026-06-18 13:52:41.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f88aefc-6879-4e51-8a80-171afd2d2a76 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Tap Mirror: Handle Delete Port: b6c94f1b-fa68-4bda-9047-b391932e8303 [pid: 8|app: 0|req: 811/1564] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:41 2026] DELETE /v2.0/routers/cef09a89-2a62-4b72-8066-1552bfd320c7 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1565] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:52:41 2026] GET /v2.0/routers/a7f72606-7be3-41a6-b20b-8d56264c03d9 => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1566] 10.0.0.134 () {34 vars in 742 bytes} [Thu Jun 18 13:52:41 2026] PUT /v2.0/routers/a7f72606-7be3-41a6-b20b-8d56264c03d9 => generated 480 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1567] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:52:42 2026] GET /v2.0/ports?device_id=a7f72606-7be3-41a6-b20b-8d56264c03d9 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:42.370 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff5d5ee5-9860-46c9-bd3f-5f6c83a4148e 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] TaaS: Handle Delete Port: 5db304c3-a78c-4cbc-abff-a07d82c27469 2026-06-18 13:52:42.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff5d5ee5-9860-46c9-bd3f-5f6c83a4148e 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] Tap Mirror: Handle Delete Port: 5db304c3-a78c-4cbc-abff-a07d82c27469 [pid: 7|app: 0|req: 756/1568] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:42 2026] GET /v2.0/security-groups?tenant_id=50dee892ea664efbb233cb59a92c0b31&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:42.719 8 INFO neutron.services.segments.plugin [-] Segment 49eae9e9-e339-4000-811e-ba8f31ee7d80 resource provider aggregate not found 2026-06-18 13:52:42.727 8 INFO neutron.services.segments.plugin [-] Segment 49eae9e9-e339-4000-811e-ba8f31ee7d80 resource provider aggregate not found 2026-06-18 13:52:42.742 8 INFO neutron.services.segments.plugin [-] Segment 49eae9e9-e339-4000-811e-ba8f31ee7d80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49eae9e9-e339-4000-811e-ba8f31ee7d80 found for delete ", "request_id": "req-eb6f6c0d-7c67-4401-a4e6-5387fdfd00b4"}]} 2026-06-18 13:52:42.749 8 INFO neutron.services.segments.plugin [-] Segment 49eae9e9-e339-4000-811e-ba8f31ee7d80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49eae9e9-e339-4000-811e-ba8f31ee7d80 found for delete ", "request_id": "req-f6e49677-2222-4901-b684-ee077226d570"}]} 2026-06-18 13:52:42.755 8 INFO neutron.db.l3_hamode_db [None req-ff5d5ee5-9860-46c9-bd3f-5f6c83a4148e 0bac1a454e8547b7a69d7c786b8c43db 223f6062240c4f869089889b0f7d972a - - default default] HA network 72d25194-af6b-45bb-89a5-4a6ca32b0c83 was deleted as no HA routers are present in tenant 223f6062240c4f869089889b0f7d972a. [pid: 8|app: 0|req: 813/1569] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:42 2026] DELETE /v2.0/routers/a7f72606-7be3-41a6-b20b-8d56264c03d9 => generated 0 bytes in 550 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1570] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:42 2026] DELETE /v2.0/security-groups/d2cbec16-1653-4cc0-a04b-dc2490cb29e9 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1571] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:42 2026] GET /v2.0/security-groups?tenant_id=e7d24f8f78f1462391870b542c7327eb&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1572] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:52:42 2026] POST /v2.0/floatingips => generated 552 bytes in 713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1573] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:43 2026] DELETE /v2.0/security-groups/710d9ba2-1e0c-416e-81ad-b216d7f34834 => 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: 758/1574] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:52:43 2026] PUT /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags => generated 25 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1575] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:52:43 2026] GET /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1576] 10.0.0.134 () {34 vars in 770 bytes} [Thu Jun 18 13:52:43 2026] PUT /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/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: 818/1577] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:52:43 2026] GET /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1578] 10.0.0.134 () {34 vars in 766 bytes} [Thu Jun 18 13:52:43 2026] PUT /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1579] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:52:43 2026] GET /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1582] 10.0.0.134 () {34 vars in 788 bytes} [Thu Jun 18 13:52:43 2026] PUT /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1583] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:43 2026] GET /v2.0/security-groups?tenant_id=f317eef455f74c348cde6cc1267bb442&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1584] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:52:43 2026] GET /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/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: 824/1585] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:43 2026] GET /v2.0/security-groups?tenant_id=4d59011deb1444dfb32cf88ac7fa5523&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1586] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:43 2026] DELETE /v2.0/security-groups/87640754-8706-46f1-8167-780528b12bf8 => 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: 825/1587] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:52:43 2026] PUT /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1588] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:52:43 2026] GET /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1589] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:52:43 2026] GET /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1590] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:43 2026] DELETE /v2.0/security-groups/2a98966d-3fd2-4841-8718-d0bfa99ebc59 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:44.091 8 INFO neutron.api.v2.resource [None req-2bea3aec-0159-43af-9b68-9c3e30f1b576 b871354980e744ffab087504efed9b7f d25a88594b8a4ced901b7f0a8a314618 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 828/1591] 10.0.0.134 () {32 vars in 751 bytes} [Thu Jun 18 13:52:44 2026] GET /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1592] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:52:44 2026] DELETE /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1593] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:52:44 2026] GET /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:44.248 7 INFO neutron.api.v2.resource [None req-73b3b95f-7b76-49a9-acfc-7935033a341d b871354980e744ffab087504efed9b7f d25a88594b8a4ced901b7f0a8a314618 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1594] 10.0.0.134 () {32 vars in 754 bytes} [Thu Jun 18 13:52:44 2026] DELETE /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1595] 10.0.0.134 () {32 vars in 742 bytes} [Thu Jun 18 13:52:44 2026] DELETE /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1596] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:52:44 2026] GET /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1597] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:44 2026] GET /v2.0/security-groups?tenant_id=56a172baf20c42f98da406b72cc3650b&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:44.482 7 INFO neutron_taas.services.taas.taas_plugin [None req-42ae3fbc-df94-4bb4-9158-01ed6c757541 b871354980e744ffab087504efed9b7f d25a88594b8a4ced901b7f0a8a314618 - - default default] TaaS: Handle Delete Port: 7ff247fa-ecea-44a8-b4e7-52253757f45a [pid: 8|app: 0|req: 831/1598] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:44 2026] DELETE /v2.0/security-groups/8c840cca-08dc-46cc-a00b-937b16844417 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:44.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42ae3fbc-df94-4bb4-9158-01ed6c757541 b871354980e744ffab087504efed9b7f d25a88594b8a4ced901b7f0a8a314618 - - default default] Tap Mirror: Handle Delete Port: 7ff247fa-ecea-44a8-b4e7-52253757f45a [pid: 7|app: 0|req: 768/1599] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:52:44 2026] DELETE /v2.0/floatingips/f2be97df-1637-45cd-9acc-7bd4ca85e24e => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1600] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:44 2026] GET /v2.0/security-groups?tenant_id=223f6062240c4f869089889b0f7d972a&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1601] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:44 2026] DELETE /v2.0/security-groups/cde16add-b04b-49b9-baff-a71459550d43 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1602] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:45 2026] GET /v2.0/security-groups?tenant_id=a8f3170d09e5466da07df3480a30d8f5&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1603] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:45 2026] DELETE /v2.0/security-groups/2e6f9338-0270-4bcc-b37b-922b0f170e07 => 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: 834/1604] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:45 2026] GET /v2.0/security-groups?tenant_id=d25a88594b8a4ced901b7f0a8a314618&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1605] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:45 2026] DELETE /v2.0/security-groups/cc984173-8eca-4367-88c1-f393b67bb3d4 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:46.257 7 INFO neutron.db.segments_db [None req-9663a763-3bb4-4cd8-a730-a4a8c52e0d11 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Added segment 6644be2d-2fa6-4aa4-a830-2aa8596f0d10 of type vxlan for network a1d6515d-6c98-4ce9-a99a-a94ff311be5e [pid: 7|app: 0|req: 771/1606] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:45 2026] POST /v2.0/networks => generated 631 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1607] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:52:46 2026] POST /v2.0/subnets => generated 627 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:46.631 7 INFO neutron.db.segments_db [None req-51315631-cd1f-421d-9f20-52429fc45ec2 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Added segment 18ea9e6d-5f92-413f-86da-583eba21b5d9 of type vxlan for network c0f130ae-fdea-40bc-8958-4c860432eced 2026-06-18 13:52:46.918 7 INFO neutron.db.l3_hamode_db [None req-51315631-cd1f-421d-9f20-52429fc45ec2 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:52:47.889 7 INFO neutron.db.l3_hamode_db [None req-51315631-cd1f-421d-9f20-52429fc45ec2 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 772/1608] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:52:46 2026] POST /v2.0/routers => generated 694 bytes in 2194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:49.723 7 INFO neutron.db.segments_db [None req-342a2968-8080-4805-a389-b00fe1082382 08a45ee2e5ce46bdad3452b1510d15e5 6397febbf98f43a88349ba96114bc9c4 - - default default] Added segment e1b94dab-8da8-4426-bb3d-6e6730f3aae2 of type vxlan for network d87c5199-1dea-4129-b12a-57f3ecfd9245 [pid: 7|app: 0|req: 773/1609] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:49 2026] POST /v2.0/networks => generated 613 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:50.133 7 INFO neutron.db.segments_db [None req-1c78e604-1289-455d-ac4d-f5e032b46d66 da247962ff1447a58799ea14a4360e35 dcc66b018d494411a85661f076551ac2 - - default default] Added segment 433972f8-a36f-4fce-b175-8b07ed123985 of type vxlan for network 81ac285e-0689-46be-ad82-bfa781ca97a2 [pid: 7|app: 0|req: 774/1610] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:49 2026] POST /v2.0/networks => generated 613 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1611] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:52:50 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1612] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:50 2026] GET /v2.0/security-groups?tenant_id=8c6775f21239410bad01748189dde27a&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1613] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:52:48 2026] PUT /v2.0/routers/0d188f54-ecd9-43ff-bb27-4e0f3161cd06/add_router_interface => generated 309 bytes in 1927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:52:50.780 8 INFO neutron.db.segments_db [None req-5abfcf3a-6126-4871-bc26-9e8eabe62c74 08a45ee2e5ce46bdad3452b1510d15e5 6397febbf98f43a88349ba96114bc9c4 - - default default] Added segment 3dcdd414-3577-45c3-bc6b-dd461ba0af12 of type vxlan for network 552fc9b1-6494-479e-b084-011ed49919f9 [pid: 8|app: 0|req: 838/1614] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:50 2026] POST /v2.0/networks => generated 613 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1615] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:52:50 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 839/1616] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:50 2026] DELETE /v2.0/security-groups/dc79b389-562d-4c46-bad7-229e105df33f => 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: 840/1617] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:52:50 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) [pid: 8|app: 0|req: 841/1618] 10.0.0.134 () {34 vars in 747 bytes} [Thu Jun 18 13:52:51 2026] PUT /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags => generated 25 bytes in 71 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: 778/1619] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:52:50 2026] POST /v2.0/ports => generated 958 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:52:51.422 7 INFO neutron.db.segments_db [None req-ba565286-d10b-4ba0-94ec-4cddd09d3814 08a45ee2e5ce46bdad3452b1510d15e5 6397febbf98f43a88349ba96114bc9c4 - - default default] Added segment c69cacdf-2edc-42e9-aabc-b5b9d908af41 of type vxlan for network 39503c10-5e62-42cd-8a5e-8106745efbe9 [pid: 8|app: 0|req: 842/1620] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:51 2026] GET /v2.0/security-groups?tenant_id=f234257e6ee64690b03d8824c1fc904d&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1621] 10.0.0.134 () {32 vars in 727 bytes} [Thu Jun 18 13:52:51 2026] GET /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags => generated 25 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: 7|app: 0|req: 779/1622] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:51 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1623] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:51 2026] DELETE /v2.0/security-groups/574b5fde-7ba7-4973-af16-fefb390f5b66 => 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: 781/1624] 10.0.0.134 () {34 vars in 758 bytes} [Thu Jun 18 13:52:51 2026] PUT /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags/green => generated 4 bytes in 99 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: 844/1625] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:52:51 2026] POST /v2.0/ports => generated 954 bytes in 438 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: 845/1626] 10.0.0.134 () {32 vars in 727 bytes} [Thu Jun 18 13:52:51 2026] GET /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 782/1627] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:52:51 2026] POST /v2.0/subnets => generated 629 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1628] 10.0.0.134 () {34 vars in 754 bytes} [Thu Jun 18 13:52:51 2026] PUT /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags/red => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:52:52.157 7 INFO neutron.db.segments_db [None req-22c88af3-3ee4-460c-abb9-83b087e97614 08a45ee2e5ce46bdad3452b1510d15e5 6397febbf98f43a88349ba96114bc9c4 - - default default] Added segment 2cfb5063-2355-4540-9169-7ccd3a0ea5aa of type vxlan for network 559f8441-91cf-454b-87d0-a0525af70014 [pid: 7|app: 0|req: 784/1629] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:52 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1630] 10.0.0.134 () {32 vars in 727 bytes} [Thu Jun 18 13:52:52 2026] GET /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags => generated 34 bytes in 54 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: 786/1631] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:52:52 2026] POST /v2.0/subnets => generated 629 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1632] 10.0.0.134 () {34 vars in 776 bytes} [Thu Jun 18 13:52:52 2026] PUT /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:52:52.691 7 INFO neutron.db.segments_db [None req-e61737a6-8ff1-4a20-a071-7efd9bfaaf90 08a45ee2e5ce46bdad3452b1510d15e5 6397febbf98f43a88349ba96114bc9c4 - - default default] Added segment 694f9154-1384-4800-9477-21a900cce281 of type vxlan for network 74a581a5-9669-4cb8-b4c7-9fc139171b75 [pid: 7|app: 0|req: 788/1633] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:52 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:52.789 8 INFO neutron.db.l3_db [None req-bc993890-23f1-4c9a-9339-b0ba6d63d2bb 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Floating IP 438655ff-34d1-44db-8d70-ffde9d7cdc15 associated. External IP: 10.96.250.205, port: 688c1a69-1cd4-4d75-bcf3-ebb3c09c2736. [pid: 7|app: 0|req: 789/1634] 10.0.0.134 () {32 vars in 727 bytes} [Thu Jun 18 13:52:52 2026] GET /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags => generated 52 bytes in 51 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: 790/1635] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:52:52 2026] POST /v2.0/subnets => generated 629 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1636] 10.0.0.134 () {34 vars in 677 bytes} [Thu Jun 18 13:52:51 2026] POST /v2.0/floatingips => generated 841 bytes in 1149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1637] 10.0.0.134 () {34 vars in 747 bytes} [Thu Jun 18 13:52:53 2026] PUT /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 847/1638] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:52:53 2026] PUT /v2.0/subnets/d2eacbe1-672d-40c3-af34-dfd7a2299bdf/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1639] 10.0.0.134 () {32 vars in 727 bytes} [Thu Jun 18 13:52:53 2026] GET /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:52:53.293 7 INFO neutron.db.l3_db [None req-f5dd7a3f-9ab3-498a-80a7-167979efcb4a 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Floating IP 438655ff-34d1-44db-8d70-ffde9d7cdc15 disassociated. External IP: 10.96.250.205, port: 688c1a69-1cd4-4d75-bcf3-ebb3c09c2736. [pid: 8|app: 0|req: 849/1640] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:52:53 2026] PUT /v2.0/subnets/6c0f227b-8a3c-4272-a046-8a4854fb8d03/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1641] 10.0.0.134 () {32 vars in 735 bytes} [Thu Jun 18 13:52:53 2026] GET /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 851/1642] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:52:53 2026] PUT /v2.0/subnets/22625782-e83b-4b31-ba3b-bf4fd10f9baf/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:52:53.477 8 INFO neutron.api.v2.resource [None req-8a7aa8cf-ce46-4b0d-9bfe-5e09380b3785 da247962ff1447a58799ea14a4360e35 dcc66b018d494411a85661f076551ac2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1643] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:52:53 2026] GET /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags/green => generated 99 bytes in 46 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: 853/1644] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:52:53 2026] PUT /v2.0/subnets/43d07c47-0850-4ce9-afc8-bf6cde3373ef/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1645] 10.0.0.134 () {32 vars in 738 bytes} [Thu Jun 18 13:52:53 2026] DELETE /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags/red => 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: 8|app: 0|req: 855/1646] 10.0.0.134 () {32 vars in 664 bytes} [Thu Jun 18 13:52:53 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1647] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:52:53 2026] PUT /v2.0/floatingips/438655ff-34d1-44db-8d70-ffde9d7cdc15 => generated 552 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1648] 10.0.0.134 () {32 vars in 727 bytes} [Thu Jun 18 13:52:53 2026] GET /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 793/1649] 10.0.0.134 () {32 vars in 678 bytes} [Thu Jun 18 13:52:53 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:53.753 7 INFO neutron.api.v2.resource [None req-f54a0bf5-ae3f-401e-9e20-2f79567d6f78 da247962ff1447a58799ea14a4360e35 dcc66b018d494411a85661f076551ac2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 794/1650] 10.0.0.134 () {32 vars in 742 bytes} [Thu Jun 18 13:52:53 2026] DELETE /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags/green => generated 99 bytes in 65 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: 795/1651] 10.0.0.134 () {32 vars in 674 bytes} [Thu Jun 18 13:52:53 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:53.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1616fa1-a5a4-419a-9197-41a8287be18d 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] TaaS: Handle Delete Port: c5bfb267-6f02-4ef5-9c81-c34e37d567ed 2026-06-18 13:52:53.826 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1616fa1-a5a4-419a-9197-41a8287be18d 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Tap Mirror: Handle Delete Port: c5bfb267-6f02-4ef5-9c81-c34e37d567ed [pid: 7|app: 0|req: 796/1652] 10.0.0.134 () {32 vars in 730 bytes} [Thu Jun 18 13:52:53 2026] DELETE /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags => generated 0 bytes in 80 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: 797/1653] 10.0.0.134 () {32 vars in 686 bytes} [Thu Jun 18 13:52:53 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1654] 10.0.0.134 () {32 vars in 727 bytes} [Thu Jun 18 13:52:53 2026] GET /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 857/1655] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:52:53 2026] DELETE /v2.0/floatingips/438655ff-34d1-44db-8d70-ffde9d7cdc15 => 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: 799/1656] 10.0.0.134 () {32 vars in 672 bytes} [Thu Jun 18 13:52:53 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:54.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-6df8239d-69b9-43ed-a2e9-98242508e0a0 da247962ff1447a58799ea14a4360e35 dcc66b018d494411a85661f076551ac2 - - default default] TaaS: Handle Delete Port: eb9a4c16-8493-4a1e-8858-04d1cea78f30 2026-06-18 13:52:54.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6df8239d-69b9-43ed-a2e9-98242508e0a0 da247962ff1447a58799ea14a4360e35 dcc66b018d494411a85661f076551ac2 - - default default] Tap Mirror: Handle Delete Port: eb9a4c16-8493-4a1e-8858-04d1cea78f30 [pid: 8|app: 0|req: 858/1657] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:53 2026] DELETE /v2.0/ports/eb9a4c16-8493-4a1e-8858-04d1cea78f30 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1658] 10.0.0.134 () {32 vars in 686 bytes} [Thu Jun 18 13:52:54 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1659] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:54 2026] GET /v2.0/security-groups?tenant_id=9a6e442dbf8e4651b0ff59f2688a899b&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:54.682 8 INFO neutron.services.segments.plugin [-] Segment 433972f8-a36f-4fce-b175-8b07ed123985 resource provider aggregate not found 2026-06-18 13:52:54.689 8 INFO neutron.services.segments.plugin [-] Segment 433972f8-a36f-4fce-b175-8b07ed123985 resource provider aggregate not found 2026-06-18 13:52:54.704 8 INFO neutron.services.segments.plugin [-] Segment 433972f8-a36f-4fce-b175-8b07ed123985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 433972f8-a36f-4fce-b175-8b07ed123985 found for delete ", "request_id": "req-1413d28a-de9f-4696-99a4-6e51a0ea8763"}]} 2026-06-18 13:52:54.715 8 INFO neutron.services.segments.plugin [-] Segment 433972f8-a36f-4fce-b175-8b07ed123985 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 433972f8-a36f-4fce-b175-8b07ed123985 found for delete ", "request_id": "req-6964ca80-2c1c-4ed5-a8d0-2636a7942777"}]} [pid: 8|app: 0|req: 861/1660] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:54 2026] DELETE /v2.0/networks/81ac285e-0689-46be-ad82-bfa781ca97a2 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1661] 10.0.0.134 () {32 vars in 682 bytes} [Thu Jun 18 13:52:54 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:54.798 7 INFO neutron.db.l3_db [None req-5bd8bc6b-3ccf-4b07-abd7-88dc56b8d26a 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Floating IP 038ef93c-6027-4b12-a7b6-d7939b31318b associated. External IP: 10.96.250.216, port: efee2954-f837-4b20-9cd8-a8ebaadc1f7e. [pid: 8|app: 0|req: 863/1662] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:54 2026] DELETE /v2.0/security-groups/fe28f7eb-8d0a-4bca-be1a-992a243e0a93 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1663] 10.0.0.134 () {32 vars in 694 bytes} [Thu Jun 18 13:52:54 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: 8|app: 0|req: 865/1664] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:54 2026] DELETE /v2.0/subnets/d2eacbe1-672d-40c3-af34-dfd7a2299bdf => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1665] 10.0.0.134 () {34 vars in 677 bytes} [Thu Jun 18 13:52:54 2026] POST /v2.0/floatingips => generated 842 bytes in 1115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1666] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:52:55 2026] GET /v2.0/floatingips/038ef93c-6027-4b12-a7b6-d7939b31318b => generated 842 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1667] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:55 2026] DELETE /v2.0/subnets/6c0f227b-8a3c-4272-a046-8a4854fb8d03 => 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: 802/1668] 10.0.0.134 () {32 vars in 655 bytes} [Thu Jun 18 13:52:55 2026] GET /v2.0/floatingips => generated 845 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1669] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:55 2026] DELETE /v2.0/subnets/22625782-e83b-4b31-ba3b-bf4fd10f9baf => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1670] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:55 2026] DELETE /v2.0/subnets/43d07c47-0850-4ce9-afc8-bf6cde3373ef => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:55.601 7 INFO neutron.db.l3_db [None req-2041ebdc-3409-404d-932c-df34695a2190 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Floating IP 038ef93c-6027-4b12-a7b6-d7939b31318b associated. External IP: 10.96.250.216, port: efee2954-f837-4b20-9cd8-a8ebaadc1f7e. [pid: 8|app: 0|req: 869/1671] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:55 2026] GET /v2.0/security-groups?tenant_id=dcc66b018d494411a85661f076551ac2&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1672] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:55 2026] DELETE /v2.0/subnets/7ca05b17-ed85-4625-9340-79e2a96b8bc8 => 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: 871/1673] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:55 2026] DELETE /v2.0/security-groups/e80cf043-5a77-4ad0-bcef-079d3fb57e8e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:56.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e682249-1682-4974-88e4-d1270bf913ca 08a45ee2e5ce46bdad3452b1510d15e5 6397febbf98f43a88349ba96114bc9c4 - - default default] TaaS: Handle Delete Port: f63ed3af-8202-4f80-ac66-a96d7368e1e3 2026-06-18 13:52:56.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e682249-1682-4974-88e4-d1270bf913ca 08a45ee2e5ce46bdad3452b1510d15e5 6397febbf98f43a88349ba96114bc9c4 - - default default] Tap Mirror: Handle Delete Port: f63ed3af-8202-4f80-ac66-a96d7368e1e3 [pid: 8|app: 0|req: 872/1674] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:55 2026] DELETE /v2.0/networks/d87c5199-1dea-4129-b12a-57f3ecfd9245 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1675] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:52:55 2026] PUT /v2.0/floatingips/038ef93c-6027-4b12-a7b6-d7939b31318b => generated 841 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1676] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:56 2026] GET /v2.0/security-groups?tenant_id=3bd92bed159e4e7aa462c42355340cff&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:56.386 7 INFO neutron.services.segments.plugin [-] Segment 3dcdd414-3577-45c3-bc6b-dd461ba0af12 resource provider aggregate not found 2026-06-18 13:52:56.390 7 INFO neutron.services.segments.plugin [-] Segment 3dcdd414-3577-45c3-bc6b-dd461ba0af12 resource provider aggregate not found 2026-06-18 13:52:56.404 7 INFO neutron.services.segments.plugin [-] Segment 3dcdd414-3577-45c3-bc6b-dd461ba0af12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dcdd414-3577-45c3-bc6b-dd461ba0af12 found for delete ", "request_id": "req-2c680c63-d306-43a9-84aa-54e3e3e7b523"}]} 2026-06-18 13:52:56.408 7 INFO neutron.services.segments.plugin [-] Segment 3dcdd414-3577-45c3-bc6b-dd461ba0af12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dcdd414-3577-45c3-bc6b-dd461ba0af12 found for delete ", "request_id": "req-bd36dbdc-bd95-4ae1-8142-2303c8e05ea1"}]} [pid: 7|app: 0|req: 804/1677] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:56 2026] DELETE /v2.0/networks/552fc9b1-6494-479e-b084-011ed49919f9 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:56.490 8 INFO neutron.db.l3_db [None req-2fd39bef-00c7-4ed4-89ea-f63402525617 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Floating IP 038ef93c-6027-4b12-a7b6-d7939b31318b disassociated. External IP: 10.96.250.216, port: 688c1a69-1cd4-4d75-bcf3-ebb3c09c2736. [pid: 7|app: 0|req: 805/1678] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:56 2026] DELETE /v2.0/security-groups/2913f413-584f-4300-92fb-addbbeb23986 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:56.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-07699c96-82a4-4494-9d58-92adb76d3016 08a45ee2e5ce46bdad3452b1510d15e5 6397febbf98f43a88349ba96114bc9c4 - - default default] TaaS: Handle Delete Port: 9fb61351-834a-4d3c-82b2-6915cb2dbadf 2026-06-18 13:52:56.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07699c96-82a4-4494-9d58-92adb76d3016 08a45ee2e5ce46bdad3452b1510d15e5 6397febbf98f43a88349ba96114bc9c4 - - default default] Tap Mirror: Handle Delete Port: 9fb61351-834a-4d3c-82b2-6915cb2dbadf 2026-06-18 13:52:56.730 8 INFO neutron.services.segments.plugin [-] Segment e1b94dab-8da8-4426-bb3d-6e6730f3aae2 resource provider aggregate not found 2026-06-18 13:52:56.739 8 INFO neutron.services.segments.plugin [-] Segment e1b94dab-8da8-4426-bb3d-6e6730f3aae2 resource provider aggregate not found 2026-06-18 13:52:56.760 8 INFO neutron.services.segments.plugin [-] Segment e1b94dab-8da8-4426-bb3d-6e6730f3aae2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1b94dab-8da8-4426-bb3d-6e6730f3aae2 found for delete ", "request_id": "req-5e76c044-15f9-4759-9f67-7e0712c342e7"}]} 2026-06-18 13:52:56.787 8 INFO neutron.services.segments.plugin [-] Segment e1b94dab-8da8-4426-bb3d-6e6730f3aae2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1b94dab-8da8-4426-bb3d-6e6730f3aae2 found for delete ", "request_id": "req-d4489765-265b-4958-a77b-047808ce4265"}]} [pid: 8|app: 0|req: 874/1679] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:52:56 2026] PUT /v2.0/floatingips/038ef93c-6027-4b12-a7b6-d7939b31318b => generated 552 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1680] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:56 2026] DELETE /v2.0/networks/39503c10-5e62-42cd-8a5e-8106745efbe9 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:56.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-85ff407d-635e-4365-b9ee-ca1627b46863 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] TaaS: Handle Delete Port: dd9e23b8-a690-4bd1-a4e0-494c772cc068 2026-06-18 13:52:56.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85ff407d-635e-4365-b9ee-ca1627b46863 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Tap Mirror: Handle Delete Port: dd9e23b8-a690-4bd1-a4e0-494c772cc068 [pid: 7|app: 0|req: 807/1681] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:52:56 2026] DELETE /v2.0/floatingips/038ef93c-6027-4b12-a7b6-d7939b31318b => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:57.159 8 INFO neutron.db.segments_db [None req-c85844eb-40aa-47f9-a629-6272e9cb4335 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] Added segment 6e64c2a3-e0d4-4d68-b112-d855f513186e of type vxlan for network 5085130d-9e2e-4715-a556-810d0ed2a7f6 [pid: 8|app: 0|req: 875/1682] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:56 2026] POST /v2.0/networks => generated 626 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:57.260 8 INFO neutron.api.v2.resource [None req-fe2e62fd-bfe7-4984-bcec-ac7717927fc6 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 876/1683] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:52:57 2026] DELETE /v2.0/floatingips/038ef93c-6027-4b12-a7b6-d7939b31318b => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1684] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:57 2026] DELETE /v2.0/networks/559f8441-91cf-454b-87d0-a0525af70014 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:57.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d7f1e8d-f0dc-44fc-b530-e172a1ba8d9e 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] TaaS: Handle Delete Port: 688c1a69-1cd4-4d75-bcf3-ebb3c09c2736 2026-06-18 13:52:57.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d7f1e8d-f0dc-44fc-b530-e172a1ba8d9e 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Tap Mirror: Handle Delete Port: 688c1a69-1cd4-4d75-bcf3-ebb3c09c2736 [pid: 8|app: 0|req: 877/1685] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:52:57 2026] POST /v2.0/ports => generated 775 bytes in 294 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: 809/1686] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:57 2026] DELETE /v2.0/ports/688c1a69-1cd4-4d75-bcf3-ebb3c09c2736 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:57.650 7 INFO neutron.db.segments_db [None req-fd76c562-5aea-47b7-91f0-e38c83d555c1 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] Added segment 95979f48-1e92-4efb-90c8-63a0689dccfd of type vxlan for network 3158132e-bbc6-4e3a-9adc-9dbb5b9dcacf [pid: 8|app: 0|req: 878/1687] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:57 2026] DELETE /v2.0/networks/74a581a5-9669-4cb8-b4c7-9fc139171b75 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1688] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:57 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:52:57.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-14537bae-ef5f-47a3-83d0-3636fe771347 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] TaaS: Handle Delete Port: efee2954-f837-4b20-9cd8-a8ebaadc1f7e 2026-06-18 13:52:57.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14537bae-ef5f-47a3-83d0-3636fe771347 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Tap Mirror: Handle Delete Port: efee2954-f837-4b20-9cd8-a8ebaadc1f7e [pid: 7|app: 0|req: 811/1689] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:52:57 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1690] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:57 2026] DELETE /v2.0/ports/efee2954-f837-4b20-9cd8-a8ebaadc1f7e => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1691] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:52:58 2026] GET /v2.0/ports?device_id=0d188f54-ecd9-43ff-bb27-4e0f3161cd06 => generated 958 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1692] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:52:57 2026] POST /v2.0/ports => generated 950 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:52:58.428 7 INFO neutron.services.segments.plugin [-] Segment c69cacdf-2edc-42e9-aabc-b5b9d908af41 resource provider aggregate not found 2026-06-18 13:52:58.428 8 INFO neutron_taas.services.taas.taas_plugin [None req-db026647-a701-43a2-a3df-70fe85187a40 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] TaaS: Handle Delete Port: acd783d0-7f48-4c0e-965f-3515dcd5aefb 2026-06-18 13:52:58.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db026647-a701-43a2-a3df-70fe85187a40 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Tap Mirror: Handle Delete Port: acd783d0-7f48-4c0e-965f-3515dcd5aefb 2026-06-18 13:52:58.429 7 INFO neutron.services.segments.plugin [-] Segment c69cacdf-2edc-42e9-aabc-b5b9d908af41 resource provider aggregate not found 2026-06-18 13:52:58.464 7 INFO neutron.services.segments.plugin [-] Segment c69cacdf-2edc-42e9-aabc-b5b9d908af41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c69cacdf-2edc-42e9-aabc-b5b9d908af41 found for delete ", "request_id": "req-0978c33a-6a88-4dd5-8372-119617ab5537"}]} 2026-06-18 13:52:58.468 7 INFO neutron.services.segments.plugin [-] Segment c69cacdf-2edc-42e9-aabc-b5b9d908af41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c69cacdf-2edc-42e9-aabc-b5b9d908af41 found for delete ", "request_id": "req-5b8327f2-29ae-44e0-8d5a-3a83e9c5ff29"}]} 2026-06-18 13:52:58.484 7 INFO neutron.services.segments.plugin [-] Segment 2cfb5063-2355-4540-9169-7ccd3a0ea5aa resource provider aggregate not found 2026-06-18 13:52:58.488 7 INFO neutron.services.segments.plugin [-] Segment 2cfb5063-2355-4540-9169-7ccd3a0ea5aa resource provider aggregate not found 2026-06-18 13:52:58.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-1df2e1bd-65d2-48a2-974b-466dbb3d8b69 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] TaaS: Handle Delete Port: f65f937a-9df6-4143-9f6b-78a70752d4bf 2026-06-18 13:52:58.507 7 INFO neutron.services.segments.plugin [-] Segment 2cfb5063-2355-4540-9169-7ccd3a0ea5aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cfb5063-2355-4540-9169-7ccd3a0ea5aa found for delete ", "request_id": "req-bbf37383-88fb-40bb-b270-ca93a9087734"}]} 2026-06-18 13:52:58.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1df2e1bd-65d2-48a2-974b-466dbb3d8b69 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] Tap Mirror: Handle Delete Port: f65f937a-9df6-4143-9f6b-78a70752d4bf 2026-06-18 13:52:58.510 7 INFO neutron.services.segments.plugin [-] Segment 2cfb5063-2355-4540-9169-7ccd3a0ea5aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cfb5063-2355-4540-9169-7ccd3a0ea5aa found for delete ", "request_id": "req-eda824f3-4646-4950-9c55-96676adfadfc"}]} [pid: 7|app: 0|req: 813/1693] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:58 2026] DELETE /v2.0/ports/f65f937a-9df6-4143-9f6b-78a70752d4bf => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:58.783 8 INFO neutron.services.segments.plugin [-] Segment 694f9154-1384-4800-9477-21a900cce281 resource provider aggregate not found 2026-06-18 13:52:58.808 8 INFO neutron.services.segments.plugin [-] Segment 694f9154-1384-4800-9477-21a900cce281 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 694f9154-1384-4800-9477-21a900cce281 found for delete ", "request_id": "req-8ba01a8b-48ab-4636-a2d3-f9e506530504"}]} 2026-06-18 13:52:58.817 8 INFO neutron.services.segments.plugin [-] Segment 694f9154-1384-4800-9477-21a900cce281 resource provider aggregate not found 2026-06-18 13:52:58.855 8 INFO neutron.services.segments.plugin [-] Segment 694f9154-1384-4800-9477-21a900cce281 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 694f9154-1384-4800-9477-21a900cce281 found for delete ", "request_id": "req-1c0b841b-2f94-4c6a-8752-ef52f60de5e7"}]} [pid: 7|app: 0|req: 814/1694] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:58 2026] GET /v2.0/security-groups?tenant_id=6397febbf98f43a88349ba96114bc9c4&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:58.918 7 INFO neutron.pecan_wsgi.hooks.translation [None req-769a7a2c-5e6b-4c75-9920-d9eb205b8c7d 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 817/1697] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:52:58 2026] DELETE /v2.0/ports/f65f937a-9df6-4143-9f6b-78a70752d4bf => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1698] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:58 2026] DELETE /v2.0/security-groups/249da71c-4653-4eb9-84be-edb145508458 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:59.057 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63ace0de-12e3-4588-862a-d0e5494b8701 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 819/1699] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:52:59 2026] GET /v2.0/ports/f65f937a-9df6-4143-9f6b-78a70752d4bf => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1700] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:52:58 2026] PUT /v2.0/routers/0d188f54-ecd9-43ff-bb27-4e0f3161cd06/remove_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1701] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:59 2026] DELETE /v2.0/subnets/4f276b07-a154-46d6-9f47-2df24876c987 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:52:59.295 8 INFO neutron_taas.services.taas.taas_plugin [None req-846cfc39-0f3c-46ae-9bff-664bd92cb55a 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] TaaS: Handle Delete Port: 2d407b72-7aff-44dc-889c-9c5a4edc9f09 2026-06-18 13:52:59.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-846cfc39-0f3c-46ae-9bff-664bd92cb55a 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Tap Mirror: Handle Delete Port: 2d407b72-7aff-44dc-889c-9c5a4edc9f09 [pid: 7|app: 0|req: 821/1702] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:52:59 2026] DELETE /v2.0/networks/3158132e-bbc6-4e3a-9adc-9dbb5b9dcacf => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1703] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:59 2026] GET /v2.0/security-groups?tenant_id=509e98b1f0294d2cafd3248c3bdacec7&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:52:59.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-846cfc39-0f3c-46ae-9bff-664bd92cb55a 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] TaaS: Handle Delete Port: fc07d0e9-fce0-4022-9167-8671354c108e 2026-06-18 13:52:59.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-846cfc39-0f3c-46ae-9bff-664bd92cb55a 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] Tap Mirror: Handle Delete Port: fc07d0e9-fce0-4022-9167-8671354c108e 2026-06-18 13:52:59.524 7 INFO neutron.db.segments_db [None req-ed3fbcd0-86d1-450f-a083-780a5c161581 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] Added segment 6f55ee09-ed0a-41ad-9409-8891a7a7583b of type vxlan for network 909cc213-194d-4539-b3b9-43df6a213fe5 [pid: 7|app: 0|req: 823/1704] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:52:59 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: 824/1705] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:52:59 2026] DELETE /v2.0/security-groups/a24c4ff2-e681-49f8-ac79-2579375d8611 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:52:59.832 8 INFO neutron.db.l3_hamode_db [None req-846cfc39-0f3c-46ae-9bff-664bd92cb55a 545f4f882dee45b9a623ddc705321152 0d74eefe7fc24599be9ebf4e8da0c5c8 - - default default] HA network c0f130ae-fdea-40bc-8958-4c860432eced was deleted as no HA routers are present in tenant 0d74eefe7fc24599be9ebf4e8da0c5c8. [pid: 8|app: 0|req: 882/1706] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:59 2026] DELETE /v2.0/routers/0d188f54-ecd9-43ff-bb27-4e0f3161cd06 => generated 0 bytes in 745 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1707] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:52:59 2026] DELETE /v2.0/subnets/1941f5e3-db6b-437e-b5db-7d001753b2b2 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1708] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:52:59 2026] POST /v2.0/subnets => generated 626 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1709] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:52:59 2026] GET /v2.0/security-groups?tenant_id=26b4e11a4947464a9769d6535e675e95&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: 827/1710] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:00 2026] DELETE /v2.0/networks/a1d6515d-6c98-4ce9-a99a-a94ff311be5e => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1711] 10.0.0.134 () {34 vars in 678 bytes} [Thu Jun 18 13:52:59 2026] POST /v2.0/qos/policies => generated 359 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1712] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:00 2026] DELETE /v2.0/security-groups/a9d14e58-5273-4922-add9-843a4751bf4c => 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: 886/1713] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:53:00 2026] PUT /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/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: 887/1714] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:00 2026] GET /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:00.544 7 INFO neutron.services.segments.plugin [-] Segment 95979f48-1e92-4efb-90c8-63a0689dccfd resource provider aggregate not found [pid: 8|app: 0|req: 888/1715] 10.0.0.134 () {34 vars in 764 bytes} [Thu Jun 18 13:53:00 2026] PUT /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-18 13:53:00.549 7 INFO neutron.services.segments.plugin [-] Segment 95979f48-1e92-4efb-90c8-63a0689dccfd resource provider aggregate not found 2026-06-18 13:53:00.572 7 INFO neutron.services.segments.plugin [-] Segment 95979f48-1e92-4efb-90c8-63a0689dccfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95979f48-1e92-4efb-90c8-63a0689dccfd found for delete ", "request_id": "req-f81e5992-2b0e-4da9-9fd4-8e6722a8f47d"}]} 2026-06-18 13:53:00.577 7 INFO neutron.services.segments.plugin [-] Segment 95979f48-1e92-4efb-90c8-63a0689dccfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95979f48-1e92-4efb-90c8-63a0689dccfd found for delete ", "request_id": "req-81e29f6f-c6d2-454c-9203-0111460bbefe"}]} [pid: 8|app: 0|req: 889/1716] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:00 2026] GET /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:00.587 7 INFO neutron.services.segments.plugin [-] Segment 6644be2d-2fa6-4aa4-a830-2aa8596f0d10 resource provider aggregate not found 2026-06-18 13:53:00.599 7 INFO neutron.services.segments.plugin [-] Segment 6644be2d-2fa6-4aa4-a830-2aa8596f0d10 resource provider aggregate not found 2026-06-18 13:53:00.604 7 INFO neutron.services.segments.plugin [-] Segment 6644be2d-2fa6-4aa4-a830-2aa8596f0d10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6644be2d-2fa6-4aa4-a830-2aa8596f0d10 found for delete ", "request_id": "req-943b3442-4130-4bec-8971-dba34b562ad7"}]} 2026-06-18 13:53:00.621 7 INFO neutron.services.segments.plugin [-] Segment 6644be2d-2fa6-4aa4-a830-2aa8596f0d10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6644be2d-2fa6-4aa4-a830-2aa8596f0d10 found for delete ", "request_id": "req-e2643c73-bcb7-4df8-8e94-affab4d6d645"}]} [pid: 7|app: 0|req: 828/1717] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:53:00 2026] POST /v2.0/ports => generated 915 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1718] 10.0.0.134 () {34 vars in 760 bytes} [Thu Jun 18 13:53:00 2026] PUT /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1719] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:00 2026] GET /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:00.745 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bbf68e5-8457-45e5-b0f5-765a7d09c05c 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] TaaS: Handle Delete Port: 95d0a143-7e74-42a6-9646-01309a6a9aba 2026-06-18 13:53:00.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bbf68e5-8457-45e5-b0f5-765a7d09c05c 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] Tap Mirror: Handle Delete Port: 95d0a143-7e74-42a6-9646-01309a6a9aba [pid: 8|app: 0|req: 892/1720] 10.0.0.134 () {34 vars in 782 bytes} [Thu Jun 18 13:53:00 2026] PUT /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1721] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:00 2026] GET /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:00.830 8 INFO neutron.services.segments.plugin [-] Segment 18ea9e6d-5f92-413f-86da-583eba21b5d9 resource provider aggregate not found 2026-06-18 13:53:00.854 8 INFO neutron.services.segments.plugin [-] Segment 18ea9e6d-5f92-413f-86da-583eba21b5d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18ea9e6d-5f92-413f-86da-583eba21b5d9 found for delete ", "request_id": "req-34f877dd-6992-445a-aa3c-3b075f7fb6d9"}]} 2026-06-18 13:53:00.874 8 INFO neutron.services.segments.plugin [-] Segment 18ea9e6d-5f92-413f-86da-583eba21b5d9 resource provider aggregate not found 2026-06-18 13:53:00.889 8 INFO neutron.services.segments.plugin [-] Segment 18ea9e6d-5f92-413f-86da-583eba21b5d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18ea9e6d-5f92-413f-86da-583eba21b5d9 found for delete ", "request_id": "req-2f1a7bef-94bd-4fd8-8275-df529d2b81e9"}]} [pid: 7|app: 0|req: 829/1722] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:53:00 2026] DELETE /v2.0/ports/95d0a143-7e74-42a6-9646-01309a6a9aba => 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: 894/1723] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:00 2026] GET /v2.0/security-groups?tenant_id=0d74eefe7fc24599be9ebf4e8da0c5c8&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:00.990 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc5123cc-c7c0-4073-9b5e-b8977574406f 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 895/1724] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:53:00 2026] GET /v2.0/ports/95d0a143-7e74-42a6-9646-01309a6a9aba => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1725] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:53:00 2026] PUT /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1726] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:00 2026] DELETE /v2.0/security-groups/a04a56c6-48b2-4156-9240-7f4ab0839c9b => 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: 897/1727] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:01 2026] GET /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/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: 831/1728] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:00 2026] DELETE /v2.0/subnets/967a4c6f-45e2-477c-a7d5-b807d60388de => 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: 898/1729] 10.0.0.134 () {32 vars in 741 bytes} [Thu Jun 18 13:53:01 2026] GET /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:01.188 8 INFO neutron.api.v2.resource [None req-7f658dd8-c8fd-4b7a-9eab-03c8bd94cd79 2f0d57ba06de4f18b5832a417d2e1b22 dab6d27b1a564d2f90bbb7a27da30aee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 899/1730] 10.0.0.134 () {32 vars in 745 bytes} [Thu Jun 18 13:53:01 2026] GET /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/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: 900/1731] 10.0.0.134 () {32 vars in 744 bytes} [Thu Jun 18 13:53:01 2026] DELETE /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1732] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:01 2026] GET /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1733] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:01 2026] DELETE /v2.0/networks/909cc213-194d-4539-b3b9-43df6a213fe5 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:53:01.326 8 INFO neutron.api.v2.resource [None req-9abe2442-9b6c-40e1-8a28-903a2fe90bab 2f0d57ba06de4f18b5832a417d2e1b22 dab6d27b1a564d2f90bbb7a27da30aee - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 902/1734] 10.0.0.134 () {32 vars in 748 bytes} [Thu Jun 18 13:53:01 2026] DELETE /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/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: 903/1735] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:01 2026] DELETE /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1736] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:01 2026] GET /v2.0/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55/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: 905/1737] 10.0.0.134 () {32 vars in 734 bytes} [Thu Jun 18 13:53:01 2026] DELETE /v2.0/qos/policies/7d7a2aea-48af-4a59-aa47-af01c26b3f55 => 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: 833/1738] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:53:01 2026] POST /v2.0/ports => generated 775 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1739] 10.0.0.134 () {34 vars in 737 bytes} [Thu Jun 18 13:53:01 2026] PUT /v2.0/ports/f2ae3a1c-42c9-42b6-92f5-e5c9654f5fd8 => generated 752 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:53:01.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-39db2587-ddc4-4313-816d-33997ce7268a 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] TaaS: Handle Delete Port: f2ae3a1c-42c9-42b6-92f5-e5c9654f5fd8 2026-06-18 13:53:01.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39db2587-ddc4-4313-816d-33997ce7268a 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] Tap Mirror: Handle Delete Port: f2ae3a1c-42c9-42b6-92f5-e5c9654f5fd8 [pid: 7|app: 0|req: 834/1740] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:53:01 2026] DELETE /v2.0/ports/f2ae3a1c-42c9-42b6-92f5-e5c9654f5fd8 => generated 0 bytes in 204 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: 907/1741] 10.0.0.134 () {32 vars in 643 bytes} [Thu Jun 18 13:53:02 2026] GET /v2.0/ports => generated 778 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:02.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-37c3e5cb-d992-4ce3-a234-d1b45a3ccd5b 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 835/1742] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:53:02 2026] GET /v2.0/ports/f2ae3a1c-42c9-42b6-92f5-e5c9654f5fd8 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1743] 10.0.0.134 () {32 vars in 643 bytes} [Thu Jun 18 13:53:02 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1744] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:53:02 2026] GET /v2.0/ports/80eb4470-02d2-4af7-b5d1-3f88afac2dbb => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:02.232 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cac8acab-a02a-41f7-87ea-e5ae0d8ad6df 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 909/1745] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:53:02 2026] DELETE /v2.0/ports/95d0a143-7e74-42a6-9646-01309a6a9aba => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:02.248 8 INFO neutron.pecan_wsgi.hooks.translation [None req-879c3592-0986-444b-b610-5b674dd909f8 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 910/1746] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:02 2026] DELETE /v2.0/subnets/967a4c6f-45e2-477c-a7d5-b807d60388de => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:02.261 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c0de4396-2fcc-41a4-8879-6be309a3eeef 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 911/1747] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:02 2026] DELETE /v2.0/subnets/4f276b07-a154-46d6-9f47-2df24876c987 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:02.351 8 INFO neutron_taas.services.taas.taas_plugin [None req-2081c12c-3699-467e-9e5f-080cb855aa6b 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] TaaS: Handle Delete Port: 80eb4470-02d2-4af7-b5d1-3f88afac2dbb 2026-06-18 13:53:02.354 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2081c12c-3699-467e-9e5f-080cb855aa6b 97a42c8c578c4720b10cff502c9183fe a3b8cd793e584bc986456047ca8d9c5d - - default default] Tap Mirror: Handle Delete Port: 80eb4470-02d2-4af7-b5d1-3f88afac2dbb [pid: 8|app: 0|req: 912/1748] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:53:02 2026] DELETE /v2.0/ports/80eb4470-02d2-4af7-b5d1-3f88afac2dbb => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1749] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:02 2026] GET /v2.0/security-groups?tenant_id=f0e2d8a0cb974605aa1d0f9941da8d14&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1750] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:02 2026] DELETE /v2.0/networks/5085130d-9e2e-4715-a556-810d0ed2a7f6 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1751] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:02 2026] DELETE /v2.0/security-groups/5c0097ab-a02e-46bd-a481-9d4351db2738 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:02.626 7 INFO neutron.services.segments.plugin [-] Segment 6f55ee09-ed0a-41ad-9409-8891a7a7583b resource provider aggregate not found 2026-06-18 13:53:02.652 7 INFO neutron.services.segments.plugin [-] Segment 6f55ee09-ed0a-41ad-9409-8891a7a7583b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f55ee09-ed0a-41ad-9409-8891a7a7583b found for delete ", "request_id": "req-705e1a98-64fa-4762-b0cd-582359bd1105"}]} 2026-06-18 13:53:02.657 7 INFO neutron.services.segments.plugin [-] Segment 6f55ee09-ed0a-41ad-9409-8891a7a7583b resource provider aggregate not found 2026-06-18 13:53:02.677 7 INFO neutron.services.segments.plugin [-] Segment 6f55ee09-ed0a-41ad-9409-8891a7a7583b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f55ee09-ed0a-41ad-9409-8891a7a7583b found for delete ", "request_id": "req-90305819-6316-4af1-ba7b-cd81fd25f36e"}]} [pid: 8|app: 0|req: 914/1752] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:02 2026] GET /v2.0/security-groups?tenant_id=dab6d27b1a564d2f90bbb7a27da30aee&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:02.869 8 INFO neutron.services.segments.plugin [-] Segment 6e64c2a3-e0d4-4d68-b112-d855f513186e resource provider aggregate not found 2026-06-18 13:53:02.890 8 INFO neutron.services.segments.plugin [-] Segment 6e64c2a3-e0d4-4d68-b112-d855f513186e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e64c2a3-e0d4-4d68-b112-d855f513186e found for delete ", "request_id": "req-07141b7b-5ed0-4d1c-8088-62b6239e7179"}]} 2026-06-18 13:53:02.907 8 INFO neutron.services.segments.plugin [-] Segment 6e64c2a3-e0d4-4d68-b112-d855f513186e resource provider aggregate not found 2026-06-18 13:53:02.926 8 INFO neutron.services.segments.plugin [-] Segment 6e64c2a3-e0d4-4d68-b112-d855f513186e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e64c2a3-e0d4-4d68-b112-d855f513186e found for delete ", "request_id": "req-903bf7a0-045e-420f-a5da-32db92776621"}]} [pid: 7|app: 0|req: 839/1753] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:02 2026] DELETE /v2.0/security-groups/0cfc5a00-9cbf-48a6-bb00-8acba84890e8 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1754] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:03 2026] GET /v2.0/security-groups?tenant_id=a3b8cd793e584bc986456047ca8d9c5d&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1755] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:03 2026] DELETE /v2.0/security-groups/c12ff4a5-c435-4e5d-bc7f-98d9383ee53c => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:03.377 7 INFO neutron.db.segments_db [None req-11cd9dc3-1add-43f0-86b4-5ec29d3a3ba5 bded072989f44f7b94d490e7d88a39ab c639486504d3482d800ec795fe0561f5 - - default default] Added segment d48cd0b7-7533-408f-98f1-1cb6677079df of type vxlan for network 926e0bbc-df87-4908-92e7-bb51cc2f82fc [pid: 7|app: 0|req: 840/1756] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:03 2026] POST /v2.0/networks => generated 629 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1757] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:04 2026] POST /v2.0/subnets => generated 673 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:04.315 8 INFO neutron.db.segments_db [None req-22f0fd41-2376-4b0c-a2d6-95a95e000b65 bded072989f44f7b94d490e7d88a39ab c639486504d3482d800ec795fe0561f5 - - default default] Added segment c1bcfd93-f4e4-4d73-bfad-9baa95f7dea2 of type vxlan for network 02c14f3e-fef5-443a-90f2-926c36ca5020 2026-06-18 13:53:04.367 7 INFO neutron.db.segments_db [None req-477230cd-95ab-4dbc-9026-697414ef5718 8a808eac453146e8bc5aacf7c7666f78 9333305edad04f0da27c5ff8f2bbab26 - - default default] Added segment cb91b599-a71c-4550-acc5-a9de9fd69840 of type vxlan for network 4b97ec9a-f75a-468b-af58-75b7bb7b9436 [pid: 8|app: 0|req: 918/1758] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:04 2026] POST /v2.0/networks => generated 629 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1759] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:04 2026] POST /v2.0/networks => generated 613 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1760] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:53:04 2026] PUT /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1761] 10.0.0.134 () {34 vars in 743 bytes} [Thu Jun 18 13:53:04 2026] PUT /v2.0/networks/02c14f3e-fef5-443a-90f2-926c36ca5020 => generated 592 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1762] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:04 2026] GET /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1763] 10.0.0.134 () {34 vars in 764 bytes} [Thu Jun 18 13:53:04 2026] PUT /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags/green => 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: 845/1764] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:04 2026] GET /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1765] 10.0.0.134 () {34 vars in 760 bytes} [Thu Jun 18 13:53:04 2026] PUT /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1766] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:04 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1767] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:04 2026] GET /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1768] 10.0.0.134 () {34 vars in 782 bytes} [Thu Jun 18 13:53:04 2026] PUT /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1769] 10.0.0.134 () {34 vars in 741 bytes} [Thu Jun 18 13:53:04 2026] PUT /v2.0/subnets/8c07638b-be7d-4657-a065-659af8e941f1 => generated 656 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1770] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:04 2026] GET /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1771] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:53:05 2026] PUT /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/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: 850/1772] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:05.168 8 INFO neutron.services.segments.plugin [-] Segment c1bcfd93-f4e4-4d73-bfad-9baa95f7dea2 resource provider aggregate not found 2026-06-18 13:53:05.174 8 INFO neutron.services.segments.plugin [-] Segment c1bcfd93-f4e4-4d73-bfad-9baa95f7dea2 resource provider aggregate not found 2026-06-18 13:53:05.191 8 INFO neutron.services.segments.plugin [-] Segment c1bcfd93-f4e4-4d73-bfad-9baa95f7dea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1bcfd93-f4e4-4d73-bfad-9baa95f7dea2 found for delete ", "request_id": "req-6b64003b-a545-4066-88ed-9d189cc21519"}]} [pid: 7|app: 0|req: 851/1773] 10.0.0.134 () {32 vars in 741 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:05.196 8 INFO neutron.services.segments.plugin [-] Segment c1bcfd93-f4e4-4d73-bfad-9baa95f7dea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1bcfd93-f4e4-4d73-bfad-9baa95f7dea2 found for delete ", "request_id": "req-5a75b2c3-7cee-4cfc-8777-3dc4c7ee0fec"}]} [pid: 8|app: 0|req: 923/1774] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:04 2026] DELETE /v2.0/networks/02c14f3e-fef5-443a-90f2-926c36ca5020 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:53:05.222 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff016055-eb29-4c6e-8774-961367c12d72 bded072989f44f7b94d490e7d88a39ab c639486504d3482d800ec795fe0561f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 924/1775] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:05 2026] DELETE /v2.0/networks/02c14f3e-fef5-443a-90f2-926c36ca5020 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:05.247 7 INFO neutron.api.v2.resource [None req-e404c1f0-809b-406d-98e7-d2b6e9783ceb 8a808eac453146e8bc5aacf7c7666f78 9333305edad04f0da27c5ff8f2bbab26 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1776] 10.0.0.134 () {32 vars in 745 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1777] 10.0.0.134 () {32 vars in 694 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1778] 10.0.0.134 () {32 vars in 744 bytes} [Thu Jun 18 13:53:05 2026] DELETE /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags/red => 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: 854/1779] 10.0.0.134 () {32 vars in 742 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/subnets?network_id=f276263a-8f1a-4422-84cd-b80830d7ae31 => 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: 855/1780] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1781] 10.0.0.134 () {32 vars in 653 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-18 13:53:05.431 7 INFO neutron.api.v2.resource [None req-4fbad050-077d-4e58-ae64-d950e7760c1c 8a808eac453146e8bc5aacf7c7666f78 9333305edad04f0da27c5ff8f2bbab26 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 857/1782] 10.0.0.134 () {32 vars in 748 bytes} [Thu Jun 18 13:53:05 2026] DELETE /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1783] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/networks => generated 1313 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1784] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:05 2026] DELETE /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1785] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/subnets => generated 1312 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:05.613 8 INFO neutron.db.segments_db [None req-49a74824-4df1-4911-8dd1-314af6eac776 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Added segment f8bb33a8-a5a7-4c28-9d47-f789c51158ab of type vxlan for network 5424259b-f11c-4db3-9fdb-843677c492f4 [pid: 7|app: 0|req: 861/1786] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436/tags => 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: 862/1787] 10.0.0.134 () {32 vars in 723 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/networks/926e0bbc-df87-4908-92e7-bb51cc2f82fc => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1788] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:05 2026] POST /v2.0/networks => generated 610 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1789] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:53:05 2026] GET /v2.0/subnets/7c552e0c-9908-4110-a476-f85d6d04194e => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:05.746 8 INFO neutron.db.segments_db [None req-4cb1cb32-5434-4045-9db5-a28324bb4455 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Added segment 5772ccc6-08bf-4b81-bcf2-2488128fe3d1 of type vxlan for network 5e4506a4-59e8-4114-ae6f-13ef43be711b 2026-06-18 13:53:05.767 7 INFO neutron.services.segments.plugin [-] Segment cb91b599-a71c-4550-acc5-a9de9fd69840 resource provider aggregate not found 2026-06-18 13:53:05.774 7 INFO neutron.services.segments.plugin [-] Segment cb91b599-a71c-4550-acc5-a9de9fd69840 resource provider aggregate not found [pid: 7|app: 0|req: 863/1790] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:05 2026] DELETE /v2.0/networks/4b97ec9a-f75a-468b-af58-75b7bb7b9436 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:53:05.802 7 INFO neutron.services.segments.plugin [-] Segment cb91b599-a71c-4550-acc5-a9de9fd69840 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb91b599-a71c-4550-acc5-a9de9fd69840 found for delete ", "request_id": "req-3cd16fca-ff21-48f9-8db0-d3a7c862f9ec"}]} 2026-06-18 13:53:05.806 7 INFO neutron.services.segments.plugin [-] Segment cb91b599-a71c-4550-acc5-a9de9fd69840 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb91b599-a71c-4550-acc5-a9de9fd69840 found for delete ", "request_id": "req-9558a468-ef78-40ef-b799-0d07333be842"}]} 2026-06-18 13:53:05.814 7 INFO neutron.pecan_wsgi.hooks.translation [None req-edf75caf-3e64-4b4c-82a7-5d14fcbfea6b bded072989f44f7b94d490e7d88a39ab c639486504d3482d800ec795fe0561f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1791] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:05 2026] DELETE /v2.0/subnets/8c07638b-be7d-4657-a065-659af8e941f1 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1792] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:05 2026] POST /v2.0/networks => generated 610 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:05.865 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51720499-6db7-4319-b8e0-8260b3c03523 bded072989f44f7b94d490e7d88a39ab c639486504d3482d800ec795fe0561f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 865/1793] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:05 2026] DELETE /v2.0/networks/02c14f3e-fef5-443a-90f2-926c36ca5020 => generated 138 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1794] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:05 2026] DELETE /v2.0/subnets/7c552e0c-9908-4110-a476-f85d6d04194e => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1795] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:05 2026] POST /v2.0/subnets => generated 626 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:06.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cbefadb-54db-44d7-a93f-a16004cba4d5 bded072989f44f7b94d490e7d88a39ab c639486504d3482d800ec795fe0561f5 - - default default] TaaS: Handle Delete Port: 5e2ebf7f-5fcc-4509-923c-14b2f95bb574 2026-06-18 13:53:06.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cbefadb-54db-44d7-a93f-a16004cba4d5 bded072989f44f7b94d490e7d88a39ab c639486504d3482d800ec795fe0561f5 - - default default] Tap Mirror: Handle Delete Port: 5e2ebf7f-5fcc-4509-923c-14b2f95bb574 [pid: 7|app: 0|req: 867/1796] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:06 2026] DELETE /v2.0/networks/926e0bbc-df87-4908-92e7-bb51cc2f82fc => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1797] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:06 2026] POST /v2.0/subnets => generated 626 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:06.487 8 INFO neutron.db.segments_db [None req-646f2def-e307-449f-bfcf-ccdd1bafc746 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Added segment c76cafde-9105-4388-ae3e-22300cb436de of type vxlan for network 0be13d8d-5c6f-4079-9c60-c56677ca8887 2026-06-18 13:53:06.637 7 INFO neutron.db.segments_db [None req-49fafad2-69aa-4eb2-a5e9-ecff19f34a52 6a540772a5794942967554aead8588dc b67d787a4b984a6986ec526ef6269c68 - - default default] Added segment 76efeab2-ad74-475b-9e88-915d5973c5c2 of type vxlan for network 0597e3f9-8a55-4a10-9032-f408128f4f43 2026-06-18 13:53:06.753 8 INFO neutron.db.l3_hamode_db [None req-646f2def-e307-449f-bfcf-ccdd1bafc746 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:53:06.897 7 INFO neutron.db.l3_hamode_db [None req-49fafad2-69aa-4eb2-a5e9-ecff19f34a52 6a540772a5794942967554aead8588dc b67d787a4b984a6986ec526ef6269c68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:53:06.926 8 INFO neutron.db.l3_hamode_db [None req-646f2def-e307-449f-bfcf-ccdd1bafc746 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:53:07.019 7 INFO neutron.db.l3_hamode_db [None req-49fafad2-69aa-4eb2-a5e9-ecff19f34a52 6a540772a5794942967554aead8588dc b67d787a4b984a6986ec526ef6269c68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 931/1798] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:06 2026] POST /v2.0/routers => generated 507 bytes in 1131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1799] 10.0.0.134 () {34 vars in 668 bytes} [Thu Jun 18 13:53:06 2026] POST /v2.0/routers => generated 474 bytes in 1188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1800] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:07 2026] GET /v2.0/security-groups?tenant_id=9333305edad04f0da27c5ff8f2bbab26&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1801] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:07 2026] GET /v2.0/security-groups?tenant_id=c639486504d3482d800ec795fe0561f5&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:07.827 7 INFO neutron.services.segments.plugin [-] Segment d48cd0b7-7533-408f-98f1-1cb6677079df resource provider aggregate not found 2026-06-18 13:53:07.848 7 INFO neutron.services.segments.plugin [-] Segment d48cd0b7-7533-408f-98f1-1cb6677079df resource provider aggregate not found 2026-06-18 13:53:07.860 7 INFO neutron.services.segments.plugin [-] Segment d48cd0b7-7533-408f-98f1-1cb6677079df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d48cd0b7-7533-408f-98f1-1cb6677079df found for delete ", "request_id": "req-b67ddf09-4164-4505-80d2-7187c81a34e3"}]} 2026-06-18 13:53:07.870 7 INFO neutron.services.segments.plugin [-] Segment d48cd0b7-7533-408f-98f1-1cb6677079df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d48cd0b7-7533-408f-98f1-1cb6677079df found for delete ", "request_id": "req-7ef075de-ba8e-415f-b7ff-56ede488db5b"}]} [pid: 7|app: 0|req: 870/1802] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:53:07 2026] PUT /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags => generated 25 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1803] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:07 2026] DELETE /v2.0/security-groups/bb8e221e-3842-45dc-bb2a-e5c8a1bb3eef => 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: 872/1804] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:07 2026] DELETE /v2.0/security-groups/9860a346-eee6-4e46-97d5-7b4389c6e30c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1805] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:08 2026] GET /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1806] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:08 2026] GET /v2.0/security-groups?tenant_id=3602995ea4014c5283214205cb63d0f4&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1807] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:07 2026] PUT /v2.0/routers/aee001da-7ec8-49ce-a537-8181ea3cde5b/add_router_interface => generated 309 bytes in 1256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1808] 10.0.0.134 () {34 vars in 762 bytes} [Thu Jun 18 13:53:08 2026] PUT /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags/green => generated 4 bytes in 727 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1809] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:08 2026] DELETE /v2.0/security-groups/576ff211-9970-4d3f-bada-bb4c171d19da => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1810] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:53:09 2026] GET /v2.0/ports/bb33b64e-4154-4ecb-9a93-eb585dba7a83 => generated 955 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1811] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:09 2026] GET /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags => generated 34 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1812] 10.0.0.134 () {34 vars in 758 bytes} [Thu Jun 18 13:53:09 2026] PUT /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags/red => generated 4 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1813] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:09 2026] GET /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1814] 10.0.0.134 () {34 vars in 780 bytes} [Thu Jun 18 13:53:09 2026] PUT /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags/black.or.white => generated 4 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1815] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:09 2026] GET /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags => generated 52 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1816] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:53:09 2026] PUT /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags => generated 37 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1817] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:09 2026] GET /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags => generated 37 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1818] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:53:09 2026] GET /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags/red => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:10.155 8 INFO neutron.api.v2.resource [None req-2aba3252-432d-4e08-bea8-28390b981753 6a540772a5794942967554aead8588dc b67d787a4b984a6986ec526ef6269c68 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 943/1819] 10.0.0.134 () {32 vars in 743 bytes} [Thu Jun 18 13:53:10 2026] GET /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags/green => generated 99 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1820] 10.0.0.134 () {32 vars in 742 bytes} [Thu Jun 18 13:53:10 2026] DELETE /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags/red => 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: 877/1821] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:09 2026] PUT /v2.0/routers/aee001da-7ec8-49ce-a537-8181ea3cde5b/add_router_interface => generated 309 bytes in 1268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1822] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:10 2026] GET /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags => generated 30 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:10.586 8 INFO neutron.db.segments_db [None req-e54ac264-821a-49d9-9f94-e14a04a0dbc0 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Added segment 013c81e7-d158-4766-b204-0e36209146ab of type vxlan for network 7ac4c622-cc0d-4ff8-ac9c-e579af76dd6e [pid: 7|app: 0|req: 879/1823] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:53:10 2026] GET /v2.0/ports/ed43808e-1162-4ae5-b2a7-4da64cbb1afe => generated 955 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1824] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:10 2026] POST /v2.0/networks => generated 614 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:10.740 7 INFO neutron.api.v2.resource [None req-f2951a8d-8966-4ae5-9a29-4a276ddc2a86 6a540772a5794942967554aead8588dc b67d787a4b984a6986ec526ef6269c68 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 880/1825] 10.0.0.134 () {32 vars in 746 bytes} [Thu Jun 18 13:53:10 2026] DELETE /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags/green => generated 99 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 13:53:10.838 7 INFO neutron.db.segments_db [None req-fc84ce77-b108-4e29-b769-ae966aca602a 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Added segment d35061b2-b133-49aa-9425-ed74097d4746 of type vxlan for network ddc16d4f-b1ae-41d7-970e-cc378e42f63b 2026-06-18 13:53:10.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f3a0e51-adda-4b8a-aebf-75baa4b95c7f 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] TaaS: Handle Delete Port: ed43808e-1162-4ae5-b2a7-4da64cbb1afe 2026-06-18 13:53:10.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f3a0e51-adda-4b8a-aebf-75baa4b95c7f 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Tap Mirror: Handle Delete Port: ed43808e-1162-4ae5-b2a7-4da64cbb1afe [pid: 7|app: 0|req: 881/1826] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:10 2026] POST /v2.0/networks => generated 614 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1827] 10.0.0.134 () {32 vars in 734 bytes} [Thu Jun 18 13:53:10 2026] DELETE /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1828] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:53:10 2026] PUT /v2.0/routers/aee001da-7ec8-49ce-a537-8181ea3cde5b/remove_router_interface => generated 309 bytes in 650 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1829] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:11 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1830] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:11 2026] GET /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d/tags => generated 12 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:11.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-bae74c24-7c35-4735-8c17-163d671e389e 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] TaaS: Handle Delete Port: bb33b64e-4154-4ecb-9a93-eb585dba7a83 2026-06-18 13:53:11.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bae74c24-7c35-4735-8c17-163d671e389e 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Tap Mirror: Handle Delete Port: bb33b64e-4154-4ecb-9a93-eb585dba7a83 [pid: 8|app: 0|req: 948/1831] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:11 2026] POST /v2.0/subnets => generated 655 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1832] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:53:11 2026] GET /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d => generated 480 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:11.799 8 INFO neutron.db.segments_db [None req-dde12a5d-ae57-48d8-8ae3-4a2ba386af86 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Added segment b266e622-e769-4b61-9479-473b0f83872f of type vxlan for network 224bf4e5-1e2c-431c-8be5-9f885397c4a0 2026-06-18 13:53:12.068 8 INFO neutron.db.l3_hamode_db [None req-dde12a5d-ae57-48d8-8ae3-4a2ba386af86 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 884/1833] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:53:11 2026] PUT /v2.0/routers/aee001da-7ec8-49ce-a537-8181ea3cde5b/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:12.234 8 INFO neutron.db.l3_hamode_db [None req-dde12a5d-ae57-48d8-8ae3-4a2ba386af86 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 885/1834] 10.0.0.134 () {34 vars in 742 bytes} [Thu Jun 18 13:53:12 2026] PUT /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d => generated 480 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1835] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:12 2026] GET /v2.0/ports?device_id=aee001da-7ec8-49ce-a537-8181ea3cde5b => 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: 887/1836] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:12 2026] GET /v2.0/ports?device_id=7a2e20a7-f3b1-4e04-91f3-2abb23be114d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:12.814 7 INFO neutron_taas.services.taas.taas_plugin [None req-13bde56f-d5ee-4176-a956-6e98a43e0376 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] TaaS: Handle Delete Port: 05e2948f-8620-4dd1-bf63-24f4540f2e43 2026-06-18 13:53:12.818 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13bde56f-d5ee-4176-a956-6e98a43e0376 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Tap Mirror: Handle Delete Port: 05e2948f-8620-4dd1-bf63-24f4540f2e43 [pid: 8|app: 0|req: 950/1837] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:11 2026] POST /v2.0/routers => generated 510 bytes in 1122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:13.013 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc23eca6-ec18-48a2-9668-a2da366e9803 6a540772a5794942967554aead8588dc b67d787a4b984a6986ec526ef6269c68 - - default default] TaaS: Handle Delete Port: c5787a88-26ff-490c-9cba-5ab3bfcb7ce5 2026-06-18 13:53:13.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc23eca6-ec18-48a2-9668-a2da366e9803 6a540772a5794942967554aead8588dc b67d787a4b984a6986ec526ef6269c68 - - default default] Tap Mirror: Handle Delete Port: c5787a88-26ff-490c-9cba-5ab3bfcb7ce5 2026-06-18 13:53:13.156 7 INFO neutron.services.segments.plugin [-] Segment c76cafde-9105-4388-ae3e-22300cb436de resource provider aggregate not found 2026-06-18 13:53:13.162 7 INFO neutron.services.segments.plugin [-] Segment c76cafde-9105-4388-ae3e-22300cb436de resource provider aggregate not found 2026-06-18 13:53:13.178 7 INFO neutron.services.segments.plugin [-] Segment c76cafde-9105-4388-ae3e-22300cb436de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c76cafde-9105-4388-ae3e-22300cb436de found for delete ", "request_id": "req-a3cac4f9-9807-4a93-bfe4-2b7604337c77"}]} 2026-06-18 13:53:13.182 7 INFO neutron.db.l3_hamode_db [None req-13bde56f-d5ee-4176-a956-6e98a43e0376 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] HA network 0be13d8d-5c6f-4079-9c60-c56677ca8887 was deleted as no HA routers are present in tenant ef28a51d134a4cbd828c191d2b43424e. 2026-06-18 13:53:13.183 7 INFO neutron.services.segments.plugin [-] Segment c76cafde-9105-4388-ae3e-22300cb436de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c76cafde-9105-4388-ae3e-22300cb436de found for delete ", "request_id": "req-8b06bda0-76b7-495a-828d-2adf2b083e86"}]} [pid: 7|app: 0|req: 888/1838] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:12 2026] DELETE /v2.0/routers/aee001da-7ec8-49ce-a537-8181ea3cde5b => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:13.370 8 INFO neutron.services.segments.plugin [-] Segment 76efeab2-ad74-475b-9e88-915d5973c5c2 resource provider aggregate not found 2026-06-18 13:53:13.377 8 INFO neutron.services.segments.plugin [-] Segment 76efeab2-ad74-475b-9e88-915d5973c5c2 resource provider aggregate not found 2026-06-18 13:53:13.395 8 INFO neutron.services.segments.plugin [-] Segment 76efeab2-ad74-475b-9e88-915d5973c5c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76efeab2-ad74-475b-9e88-915d5973c5c2 found for delete ", "request_id": "req-09499c64-51ed-4141-88b6-6c8c3aecb349"}]} 2026-06-18 13:53:13.401 8 INFO neutron.services.segments.plugin [-] Segment 76efeab2-ad74-475b-9e88-915d5973c5c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76efeab2-ad74-475b-9e88-915d5973c5c2 found for delete ", "request_id": "req-12071b25-9c30-443b-b1de-6fb53a7ed0d9"}]} 2026-06-18 13:53:13.402 8 INFO neutron.db.l3_hamode_db [None req-bc23eca6-ec18-48a2-9668-a2da366e9803 6a540772a5794942967554aead8588dc b67d787a4b984a6986ec526ef6269c68 - - default default] HA network 0597e3f9-8a55-4a10-9032-f408128f4f43 was deleted as no HA routers are present in tenant b67d787a4b984a6986ec526ef6269c68. [pid: 8|app: 0|req: 951/1839] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:12 2026] DELETE /v2.0/routers/7a2e20a7-f3b1-4e04-91f3-2abb23be114d => generated 0 bytes in 559 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:13.522 7 INFO neutron.db.segments_db [None req-efd9ff74-a164-4042-93b5-4544d8cf40aa bdeaaf26f6f2494782a6346a7a99b84f 54505ec2f1724453906fd33024a331f9 - - default default] Added segment 17c4579d-2995-4709-b510-add88528fb94 of type vxlan for network 0f3fc0e2-8bfd-4450-ad8b-f1eeda36ec3a [pid: 7|app: 0|req: 889/1840] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:13 2026] POST /v2.0/networks => generated 612 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1841] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:13 2026] DELETE /v2.0/subnets/036e76a8-1c46-49be-b6cb-c06db82bf303 => 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: 893/1844] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:13 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1845] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:14 2026] DELETE /v2.0/subnets/c0099ab4-aaf2-4944-ba44-e0e0b025eea8 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1846] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:53:14 2026] PUT /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1847] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:14 2026] GET /v2.0/security-groups?tenant_id=b67d787a4b984a6986ec526ef6269c68&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1848] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:13 2026] PUT /v2.0/routers/d990aa1e-188a-47c0-a054-aa9c3d2ee51f/add_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1849] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:14 2026] GET /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1850] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:14 2026] DELETE /v2.0/networks/5e4506a4-59e8-4114-ae6f-13ef43be711b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1851] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:14 2026] DELETE /v2.0/security-groups/fa51fd41-5474-422a-8815-03f5401800d9 => 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: 898/1852] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:53:14 2026] GET /v2.0/ports/1b8b692a-0fce-40f6-afa9-8ed1dd70632f => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1853] 10.0.0.134 () {34 vars in 762 bytes} [Thu Jun 18 13:53:14 2026] PUT /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-18 13:53:14.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4014379-e8ec-4ba2-8aed-5876f3258453 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] TaaS: Handle Delete Port: e068c233-b902-4573-8224-c4ceb1e7c3b3 2026-06-18 13:53:14.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4014379-e8ec-4ba2-8aed-5876f3258453 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Tap Mirror: Handle Delete Port: e068c233-b902-4573-8224-c4ceb1e7c3b3 [pid: 7|app: 0|req: 899/1854] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:14 2026] DELETE /v2.0/networks/5424259b-f11c-4db3-9fdb-843677c492f4 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1855] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:14 2026] GET /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1856] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:14 2026] GET /v2.0/security-groups?tenant_id=fbbf9f9212d74000ad44e7ab9d1090b0&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:15.145 7 INFO neutron.db.segments_db [None req-774b3a6c-06c2-4178-86fa-d005783a66de 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Added segment c632e29e-095b-423f-9364-a60666ff28a7 of type vxlan for network 97322557-cdf0-4e9c-8b06-aea6093c9bbd 2026-06-18 13:53:15.199 7 INFO neutron.services.segments.plugin [-] Segment 5772ccc6-08bf-4b81-bcf2-2488128fe3d1 resource provider aggregate not found 2026-06-18 13:53:15.205 7 INFO neutron.services.segments.plugin [-] Segment 5772ccc6-08bf-4b81-bcf2-2488128fe3d1 resource provider aggregate not found 2026-06-18 13:53:15.223 7 INFO neutron.services.segments.plugin [-] Segment 5772ccc6-08bf-4b81-bcf2-2488128fe3d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5772ccc6-08bf-4b81-bcf2-2488128fe3d1 found for delete ", "request_id": "req-5b20e015-7054-4754-beca-7ce076e0f94c"}]} 2026-06-18 13:53:15.229 7 INFO neutron.services.segments.plugin [-] Segment 5772ccc6-08bf-4b81-bcf2-2488128fe3d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5772ccc6-08bf-4b81-bcf2-2488128fe3d1 found for delete ", "request_id": "req-6de9f40d-855d-4fc6-aa52-58713ab67248"}]} 2026-06-18 13:53:15.245 7 INFO neutron.services.segments.plugin [-] Segment f8bb33a8-a5a7-4c28-9d47-f789c51158ab resource provider aggregate not found 2026-06-18 13:53:15.251 7 INFO neutron.services.segments.plugin [-] Segment f8bb33a8-a5a7-4c28-9d47-f789c51158ab resource provider aggregate not found [pid: 7|app: 0|req: 902/1857] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:15 2026] POST /v2.0/networks => generated 610 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:15.274 7 INFO neutron.services.segments.plugin [-] Segment f8bb33a8-a5a7-4c28-9d47-f789c51158ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8bb33a8-a5a7-4c28-9d47-f789c51158ab found for delete ", "request_id": "req-d187e700-0b35-454b-ba62-c9a7df7998cf"}]} 2026-06-18 13:53:15.276 7 INFO neutron.services.segments.plugin [-] Segment f8bb33a8-a5a7-4c28-9d47-f789c51158ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8bb33a8-a5a7-4c28-9d47-f789c51158ab found for delete ", "request_id": "req-26d5d0ed-0d6a-41d9-b333-e99de5417760"}]} [pid: 7|app: 0|req: 903/1858] 10.0.0.134 () {34 vars in 758 bytes} [Thu Jun 18 13:53:15 2026] PUT /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags/red => 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: 904/1859] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:15 2026] DELETE /v2.0/security-groups/99bdef9e-3ba0-494c-9a7b-290531e030c3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1860] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:15 2026] POST /v2.0/subnets => generated 626 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1861] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:15 2026] GET /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:15.786 7 INFO neutron.db.segments_db [None req-b200ae23-9281-41cb-850d-563b9455f10e 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Added segment 7842f84b-849b-40e7-b619-370ef36170f3 of type vxlan for network 28815146-5937-47bd-a6b7-46b424f2692b [pid: 8|app: 0|req: 956/1862] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:14 2026] PUT /v2.0/routers/d990aa1e-188a-47c0-a054-aa9c3d2ee51f/add_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1863] 10.0.0.134 () {34 vars in 780 bytes} [Thu Jun 18 13:53:15 2026] PUT /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1864] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:53:15 2026] GET /v2.0/ports/33d8f8c4-083e-4822-851b-7a41ec866636 => generated 967 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1865] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:15 2026] GET /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:16.059 7 INFO neutron.db.l3_hamode_db [None req-b200ae23-9281-41cb-850d-563b9455f10e 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:53:16.205 7 INFO neutron.db.l3_hamode_db [None req-b200ae23-9281-41cb-850d-563b9455f10e 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:53:16.284 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca8ca32e-d179-4833-a093-229a03ac9879 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] TaaS: Handle Delete Port: 33d8f8c4-083e-4822-851b-7a41ec866636 2026-06-18 13:53:16.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca8ca32e-d179-4833-a093-229a03ac9879 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Tap Mirror: Handle Delete Port: 33d8f8c4-083e-4822-851b-7a41ec866636 [pid: 7|app: 0|req: 907/1866] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:15 2026] POST /v2.0/routers => generated 507 bytes in 1065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1867] 10.0.0.134 () {34 vars in 751 bytes} [Thu Jun 18 13:53:16 2026] PUT /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1868] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:53:16 2026] POST /v2.0/ports => generated 947 bytes in 347 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: 910/1869] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:17 2026] GET /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1870] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:53:15 2026] PUT /v2.0/routers/d990aa1e-188a-47c0-a054-aa9c3d2ee51f/remove_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1871] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:53:17 2026] GET /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:17.596 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b57507d-7e71-494b-b5aa-6999082ec90e 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] TaaS: Handle Delete Port: 1b8b692a-0fce-40f6-afa9-8ed1dd70632f 2026-06-18 13:53:17.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b57507d-7e71-494b-b5aa-6999082ec90e 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Tap Mirror: Handle Delete Port: 1b8b692a-0fce-40f6-afa9-8ed1dd70632f [pid: 8|app: 0|req: 962/1872] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:53:17 2026] PUT /v2.0/routers/d990aa1e-188a-47c0-a054-aa9c3d2ee51f/remove_router_interface => generated 309 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:18.057 8 INFO neutron.api.v2.resource [None req-573bf64b-ba43-4f62-8bff-812af9d9b450 bdeaaf26f6f2494782a6346a7a99b84f 54505ec2f1724453906fd33024a331f9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 963/1873] 10.0.0.134 () {32 vars in 743 bytes} [Thu Jun 18 13:53:18 2026] GET /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1874] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:18 2026] GET /v2.0/ports?device_id=d990aa1e-188a-47c0-a054-aa9c3d2ee51f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1875] 10.0.0.134 () {32 vars in 742 bytes} [Thu Jun 18 13:53:18 2026] DELETE /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:18.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4106ba7-3b25-4985-b735-a9fcc5aa1b57 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] TaaS: Handle Delete Port: 93542141-1c42-4e9a-9fca-121e951b9f35 2026-06-18 13:53:18.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4106ba7-3b25-4985-b735-a9fcc5aa1b57 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Tap Mirror: Handle Delete Port: 93542141-1c42-4e9a-9fca-121e951b9f35 [pid: 7|app: 0|req: 911/1876] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:17 2026] PUT /v2.0/routers/09705aab-0dc9-4d11-87cd-6c163438a68a/add_router_interface => generated 309 bytes in 1272 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: 912/1877] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:18 2026] GET /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1878] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:53:18 2026] GET /v2.0/ports/b5d038a5-5123-4396-ba9b-27060ad60523 => generated 1021 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:18.639 7 INFO neutron.api.v2.resource [None req-e3422398-3f69-46a8-a5fa-161a78dd9bae bdeaaf26f6f2494782a6346a7a99b84f 54505ec2f1724453906fd33024a331f9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 914/1879] 10.0.0.134 () {32 vars in 746 bytes} [Thu Jun 18 13:53:18 2026] DELETE /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-18 13:53:18.677 8 INFO neutron.services.segments.plugin [-] Segment b266e622-e769-4b61-9479-473b0f83872f resource provider aggregate not found 2026-06-18 13:53:18.677 8 INFO neutron.services.segments.plugin [-] Segment b266e622-e769-4b61-9479-473b0f83872f resource provider aggregate not found 2026-06-18 13:53:18.698 8 INFO neutron.services.segments.plugin [-] Segment b266e622-e769-4b61-9479-473b0f83872f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b266e622-e769-4b61-9479-473b0f83872f found for delete ", "request_id": "req-e6ca4b64-b7e3-4ce2-96a5-14df5ce70777"}]} 2026-06-18 13:53:18.704 8 INFO neutron.services.segments.plugin [-] Segment b266e622-e769-4b61-9479-473b0f83872f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b266e622-e769-4b61-9479-473b0f83872f found for delete ", "request_id": "req-c1ac29d8-830c-47ab-9b44-8105155cc1b3"}]} 2026-06-18 13:53:18.704 8 INFO neutron.db.l3_hamode_db [None req-d4106ba7-3b25-4985-b735-a9fcc5aa1b57 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] HA network 224bf4e5-1e2c-431c-8be5-9f885397c4a0 was deleted as no HA routers are present in tenant cc6609244a774c46afbf8dc12b7bc9c5. [pid: 8|app: 0|req: 966/1880] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:18 2026] DELETE /v2.0/routers/d990aa1e-188a-47c0-a054-aa9c3d2ee51f => generated 0 bytes in 575 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1881] 10.0.0.134 () {32 vars in 734 bytes} [Thu Jun 18 13:53:18 2026] DELETE /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags => 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: 968/1882] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:18 2026] DELETE /v2.0/subnets/4baca2aa-843e-4515-9f92-095b556c2a4d => 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: 969/1883] 10.0.0.134 () {32 vars in 731 bytes} [Thu Jun 18 13:53:18 2026] GET /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:19.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-df154d1b-e3f8-4b11-838d-446839dc8303 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] TaaS: Handle Delete Port: b5d038a5-5123-4396-ba9b-27060ad60523 2026-06-18 13:53:19.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df154d1b-e3f8-4b11-838d-446839dc8303 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Tap Mirror: Handle Delete Port: b5d038a5-5123-4396-ba9b-27060ad60523 [pid: 8|app: 0|req: 970/1884] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:19 2026] DELETE /v2.0/subnets/421b054f-da19-45b4-8780-990030e17171 => 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: 971/1885] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:19 2026] DELETE /v2.0/subnets/18f1f489-67c8-43dd-9c79-952c3d7bfc46 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:53:19.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-91d0db7a-8fd3-41a7-a1f7-b33263560646 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] TaaS: Handle Delete Port: 33206107-c20e-4f9c-aa6d-56e97df5d052 2026-06-18 13:53:19.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91d0db7a-8fd3-41a7-a1f7-b33263560646 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Tap Mirror: Handle Delete Port: 33206107-c20e-4f9c-aa6d-56e97df5d052 [pid: 7|app: 0|req: 915/1886] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:53:18 2026] PUT /v2.0/routers/09705aab-0dc9-4d11-87cd-6c163438a68a/remove_router_interface => generated 309 bytes in 859 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: 972/1887] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:19 2026] DELETE /v2.0/networks/ddc16d4f-b1ae-41d7-970e-cc378e42f63b => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:53:19.616 7 INFO neutron.services.segments.plugin [-] Segment 17c4579d-2995-4709-b510-add88528fb94 resource provider aggregate not found 2026-06-18 13:53:19.621 7 INFO neutron.services.segments.plugin [-] Segment 17c4579d-2995-4709-b510-add88528fb94 resource provider aggregate not found 2026-06-18 13:53:19.639 7 INFO neutron.services.segments.plugin [-] Segment 17c4579d-2995-4709-b510-add88528fb94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17c4579d-2995-4709-b510-add88528fb94 found for delete ", "request_id": "req-448f4b2e-7584-4815-9571-42ba08701653"}]} 2026-06-18 13:53:19.641 7 INFO neutron.services.segments.plugin [-] Segment 17c4579d-2995-4709-b510-add88528fb94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17c4579d-2995-4709-b510-add88528fb94 found for delete ", "request_id": "req-b891a66c-b543-4c1f-96c1-b76ef3118845"}]} [pid: 7|app: 0|req: 916/1888] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:19 2026] DELETE /v2.0/networks/0f3fc0e2-8bfd-4450-ad8b-f1eeda36ec3a => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:53:19.724 8 INFO neutron.api.v2.resource [None req-4fcdfd33-dcd3-4319-a67b-a95bf3e93511 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 973/1889] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:53:19 2026] PUT /v2.0/routers/09705aab-0dc9-4d11-87cd-6c163438a68a/remove_router_interface => generated 197 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:19.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-07576a8e-ac10-4ed7-a945-c68110048b20 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] TaaS: Handle Delete Port: 55402449-d06c-4fc3-9eed-b2b23c7fdd73 [pid: 8|app: 0|req: 974/1890] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:19 2026] GET /v2.0/ports?device_id=09705aab-0dc9-4d11-87cd-6c163438a68a => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:19.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07576a8e-ac10-4ed7-a945-c68110048b20 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Tap Mirror: Handle Delete Port: 55402449-d06c-4fc3-9eed-b2b23c7fdd73 2026-06-18 13:53:19.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b0dd41b-113b-40b6-b9bd-78ced66eb8c6 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] TaaS: Handle Delete Port: 1a012ecc-1df6-420f-91af-bef34786a31f 2026-06-18 13:53:19.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b0dd41b-113b-40b6-b9bd-78ced66eb8c6 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Tap Mirror: Handle Delete Port: 1a012ecc-1df6-420f-91af-bef34786a31f [pid: 7|app: 0|req: 917/1891] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:19 2026] DELETE /v2.0/networks/7ac4c622-cc0d-4ff8-ac9c-e579af76dd6e => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:53:20.182 7 INFO neutron.db.segments_db [None req-7963129b-f51e-43af-addb-fa0c56fc5dc8 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Added segment f2166d65-7c20-47a0-9e12-5a28acb44b4b of type vxlan for network 00fa7e97-8dad-48a7-836d-bcfe232e2dc5 [pid: 7|app: 0|req: 918/1892] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:20 2026] POST /v2.0/networks => generated 615 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:20.351 8 INFO neutron.db.l3_hamode_db [None req-8b0dd41b-113b-40b6-b9bd-78ced66eb8c6 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] HA network 28815146-5937-47bd-a6b7-46b424f2692b was deleted as no HA routers are present in tenant ef28a51d134a4cbd828c191d2b43424e. [pid: 8|app: 0|req: 975/1893] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:19 2026] DELETE /v2.0/routers/09705aab-0dc9-4d11-87cd-6c163438a68a => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1894] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:20 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1895] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:20 2026] GET /v2.0/security-groups?tenant_id=2ba68e03dde143b28ab503694e2176fd&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1896] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:20 2026] DELETE /v2.0/subnets/f7c23034-674b-4304-8082-ea4b03508511 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:53:20.677 8 INFO neutron.db.segments_db [None req-e37eceaf-0e3e-466f-891e-b9d432c01efe 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Added segment 820b86ab-41af-4f0c-b52e-4311f60fefd0 of type vxlan for network 98e7fc24-04d9-43f5-8605-6ddc5751058f 2026-06-18 13:53:20.731 8 INFO neutron.services.segments.plugin [-] Segment d35061b2-b133-49aa-9425-ed74097d4746 resource provider aggregate not found 2026-06-18 13:53:20.735 8 INFO neutron.services.segments.plugin [-] Segment d35061b2-b133-49aa-9425-ed74097d4746 resource provider aggregate not found [pid: 7|app: 0|req: 921/1897] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:20 2026] DELETE /v2.0/security-groups/12dec7f2-19c6-45d8-afd1-873d2f612a53 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:20.764 8 INFO neutron.services.segments.plugin [-] Segment d35061b2-b133-49aa-9425-ed74097d4746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d35061b2-b133-49aa-9425-ed74097d4746 found for delete ", "request_id": "req-11b69ded-2f1d-43a9-ac5e-d1e7b8b75c90"}]} 2026-06-18 13:53:20.770 8 INFO neutron.services.segments.plugin [-] Segment d35061b2-b133-49aa-9425-ed74097d4746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d35061b2-b133-49aa-9425-ed74097d4746 found for delete ", "request_id": "req-9a962e7e-d908-42b7-b348-b55949e360ce"}]} 2026-06-18 13:53:20.801 8 INFO neutron.services.segments.plugin [-] Segment 7842f84b-849b-40e7-b619-370ef36170f3 resource provider aggregate not found 2026-06-18 13:53:20.812 8 INFO neutron.services.segments.plugin [-] Segment 7842f84b-849b-40e7-b619-370ef36170f3 resource provider aggregate not found 2026-06-18 13:53:20.840 8 INFO neutron.services.segments.plugin [-] Segment 7842f84b-849b-40e7-b619-370ef36170f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7842f84b-849b-40e7-b619-370ef36170f3 found for delete ", "request_id": "req-8d44326f-a385-4871-baad-ed3f4f168045"}]} 2026-06-18 13:53:20.847 8 INFO neutron.services.segments.plugin [-] Segment 7842f84b-849b-40e7-b619-370ef36170f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7842f84b-849b-40e7-b619-370ef36170f3 found for delete ", "request_id": "req-18db9096-75fe-45cd-97d3-400e3b15f134"}]} [pid: 7|app: 0|req: 922/1898] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:20 2026] DELETE /v2.0/networks/97322557-cdf0-4e9c-8b06-aea6093c9bbd => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1899] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:20 2026] GET /v2.0/security-groups?tenant_id=54505ec2f1724453906fd33024a331f9&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:20.993 7 INFO neutron.db.segments_db [None req-e370aed3-f040-4350-beeb-535ddde5d9cd 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Added segment 929649c8-d459-4f95-a6e5-0e5b32559c3f of type vxlan for network 71f2aaba-1079-4ec0-9708-4f87e831dea6 2026-06-18 13:53:21.028 8 INFO neutron.db.l3_hamode_db [None req-e37eceaf-0e3e-466f-891e-b9d432c01efe 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 924/1900] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:20 2026] POST /v2.0/networks => generated 611 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:21.192 8 INFO neutron.db.l3_hamode_db [None req-e37eceaf-0e3e-466f-891e-b9d432c01efe 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 925/1901] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:21 2026] DELETE /v2.0/security-groups/7b4dd373-c11a-4d5c-b27f-6b05fe5c5e0a => 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: 926/1902] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:21 2026] POST /v2.0/subnets => generated 626 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:21.462 7 INFO neutron.db.segments_db [None req-ecc65f48-7570-4836-a0d4-0878fadb0919 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Added segment 04f59a83-87b1-421f-b496-18e5a030aa2f of type vxlan for network 75d0c2c4-44ae-469d-a6ef-66ca4b0d126a 2026-06-18 13:53:21.676 7 INFO neutron.services.segments.plugin [-] Segment 013c81e7-d158-4766-b204-0e36209146ab resource provider aggregate not found 2026-06-18 13:53:21.677 7 INFO neutron.services.segments.plugin [-] Segment 013c81e7-d158-4766-b204-0e36209146ab resource provider aggregate not found 2026-06-18 13:53:21.707 7 INFO neutron.services.segments.plugin [-] Segment 013c81e7-d158-4766-b204-0e36209146ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 013c81e7-d158-4766-b204-0e36209146ab found for delete ", "request_id": "req-371cfb07-92a1-4765-9a69-dc5576d1641f"}]} 2026-06-18 13:53:21.711 7 INFO neutron.services.segments.plugin [-] Segment 013c81e7-d158-4766-b204-0e36209146ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 013c81e7-d158-4766-b204-0e36209146ab found for delete ", "request_id": "req-b6459899-e9b9-4be2-b123-c7e346a53e41"}]} 2026-06-18 13:53:21.731 7 INFO neutron.services.segments.plugin [-] Segment c632e29e-095b-423f-9364-a60666ff28a7 resource provider aggregate not found 2026-06-18 13:53:21.746 7 INFO neutron.services.segments.plugin [-] Segment c632e29e-095b-423f-9364-a60666ff28a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c632e29e-095b-423f-9364-a60666ff28a7 found for delete ", "request_id": "req-82bf46c1-431a-4a9d-8c44-3e3895c53616"}]} 2026-06-18 13:53:21.751 7 INFO neutron.services.segments.plugin [-] Segment c632e29e-095b-423f-9364-a60666ff28a7 resource provider aggregate not found 2026-06-18 13:53:21.776 7 INFO neutron.services.segments.plugin [-] Segment c632e29e-095b-423f-9364-a60666ff28a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c632e29e-095b-423f-9364-a60666ff28a7 found for delete ", "request_id": "req-5d4af589-3119-4d0c-ba44-141a7e230d57"}]} 2026-06-18 13:53:21.785 7 INFO neutron.db.l3_hamode_db [None req-ecc65f48-7570-4836-a0d4-0878fadb0919 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 977/1903] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:20 2026] POST /v2.0/routers => generated 511 bytes in 1198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:21.911 7 INFO neutron.db.l3_hamode_db [None req-ecc65f48-7570-4836-a0d4-0878fadb0919 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 978/1904] 10.0.0.134 () {34 vars in 665 bytes} [Thu Jun 18 13:53:21 2026] POST /v2.0/ports => generated 963 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: 7|app: 0|req: 927/1905] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:21 2026] POST /v2.0/routers => generated 507 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1906] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:22 2026] PUT /v2.0/routers/f8b8df2e-2b65-4e5d-923a-c916609a2b8c/add_router_interface => generated 309 bytes in 1051 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: 980/1907] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:53:23 2026] GET /v2.0/ports/7b41a973-a308-487a-99a0-406ff3b58034 => generated 1037 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1908] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:22 2026] PUT /v2.0/routers/540fbd0f-f5fc-40c6-9f92-a1af6864e001/add_router_interface => generated 309 bytes in 1158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1909] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:53:23 2026] GET /v2.0/ports/b1858538-9ec8-49a2-9416-1ba545eea28a => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:23.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed23ba12-35cd-4dae-bf1b-4cd47f2dcfb2 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] TaaS: Handle Delete Port: 7b41a973-a308-487a-99a0-406ff3b58034 2026-06-18 13:53:23.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed23ba12-35cd-4dae-bf1b-4cd47f2dcfb2 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Tap Mirror: Handle Delete Port: 7b41a973-a308-487a-99a0-406ff3b58034 2026-06-18 13:53:23.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c05be71-15b5-4aa7-8d19-4cb742e76117 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] TaaS: Handle Delete Port: b1858538-9ec8-49a2-9416-1ba545eea28a 2026-06-18 13:53:23.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c05be71-15b5-4aa7-8d19-4cb742e76117 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Tap Mirror: Handle Delete Port: b1858538-9ec8-49a2-9416-1ba545eea28a [pid: 8|app: 0|req: 981/1910] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:53:23 2026] PUT /v2.0/routers/f8b8df2e-2b65-4e5d-923a-c916609a2b8c/remove_router_interface => generated 309 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:53:24.315 8 INFO neutron.api.v2.resource [None req-a71f66f2-be88-49fd-bdb1-539ea5799868 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 982/1911] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:53:24 2026] PUT /v2.0/routers/f8b8df2e-2b65-4e5d-923a-c916609a2b8c/remove_router_interface => generated 197 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1912] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:24 2026] GET /v2.0/ports?device_id=f8b8df2e-2b65-4e5d-923a-c916609a2b8c => 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: 930/1913] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:53:23 2026] PUT /v2.0/routers/540fbd0f-f5fc-40c6-9f92-a1af6864e001/remove_router_interface => generated 309 bytes in 745 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1914] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:24 2026] GET /v2.0/ports?device_id=540fbd0f-f5fc-40c6-9f92-a1af6864e001 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:24.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f1b03b9-52eb-46ce-afb3-589bb60fe5a0 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] TaaS: Handle Delete Port: 7c103ceb-7a95-4769-9ed0-c3d83bef9ac6 2026-06-18 13:53:24.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f1b03b9-52eb-46ce-afb3-589bb60fe5a0 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Tap Mirror: Handle Delete Port: 7c103ceb-7a95-4769-9ed0-c3d83bef9ac6 2026-06-18 13:53:24.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c34c871-c9d1-408d-8055-1f6512df25b3 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] TaaS: Handle Delete Port: ef4d568a-b66c-49de-ad73-a9ff97e65298 2026-06-18 13:53:24.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c34c871-c9d1-408d-8055-1f6512df25b3 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Tap Mirror: Handle Delete Port: ef4d568a-b66c-49de-ad73-a9ff97e65298 2026-06-18 13:53:24.864 8 INFO neutron.services.segments.plugin [-] Segment 820b86ab-41af-4f0c-b52e-4311f60fefd0 resource provider aggregate not found 2026-06-18 13:53:24.876 8 INFO neutron.services.segments.plugin [-] Segment 820b86ab-41af-4f0c-b52e-4311f60fefd0 resource provider aggregate not found 2026-06-18 13:53:24.885 8 INFO neutron.services.segments.plugin [-] Segment 820b86ab-41af-4f0c-b52e-4311f60fefd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 820b86ab-41af-4f0c-b52e-4311f60fefd0 found for delete ", "request_id": "req-6b23f84a-a378-4743-991a-28c199fb8f6b"}]} 2026-06-18 13:53:24.897 8 INFO neutron.services.segments.plugin [-] Segment 820b86ab-41af-4f0c-b52e-4311f60fefd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 820b86ab-41af-4f0c-b52e-4311f60fefd0 found for delete ", "request_id": "req-d72ee286-5e4e-47e0-9c95-9b75a5d16054"}]} 2026-06-18 13:53:24.902 8 INFO neutron.db.l3_hamode_db [None req-1f1b03b9-52eb-46ce-afb3-589bb60fe5a0 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] HA network 98e7fc24-04d9-43f5-8605-6ddc5751058f was deleted as no HA routers are present in tenant cc6609244a774c46afbf8dc12b7bc9c5. [pid: 8|app: 0|req: 984/1915] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:24 2026] DELETE /v2.0/routers/f8b8df2e-2b65-4e5d-923a-c916609a2b8c => generated 0 bytes in 561 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:24.943 7 INFO neutron.services.segments.plugin [-] Segment 04f59a83-87b1-421f-b496-18e5a030aa2f resource provider aggregate not found 2026-06-18 13:53:24.949 7 INFO neutron.services.segments.plugin [-] Segment 04f59a83-87b1-421f-b496-18e5a030aa2f resource provider aggregate not found 2026-06-18 13:53:24.966 7 INFO neutron.services.segments.plugin [-] Segment 04f59a83-87b1-421f-b496-18e5a030aa2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04f59a83-87b1-421f-b496-18e5a030aa2f found for delete ", "request_id": "req-d8796ea7-ec76-4ca1-91ff-c70b0d5b7bc5"}]} 2026-06-18 13:53:24.972 7 INFO neutron.services.segments.plugin [-] Segment 04f59a83-87b1-421f-b496-18e5a030aa2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04f59a83-87b1-421f-b496-18e5a030aa2f found for delete ", "request_id": "req-d1b30409-9fe2-403b-9216-16c89210ff4a"}]} 2026-06-18 13:53:24.977 7 INFO neutron.db.l3_hamode_db [None req-0c34c871-c9d1-408d-8055-1f6512df25b3 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] HA network 75d0c2c4-44ae-469d-a6ef-66ca4b0d126a was deleted as no HA routers are present in tenant ef28a51d134a4cbd828c191d2b43424e. [pid: 7|app: 0|req: 932/1916] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:24 2026] DELETE /v2.0/routers/540fbd0f-f5fc-40c6-9f92-a1af6864e001 => generated 0 bytes in 549 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1917] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:24 2026] DELETE /v2.0/subnets/51c5de5b-1885-402c-8f29-a9f72b5c6bc1 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1918] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:24 2026] GET /v2.0/security-groups?tenant_id=ac373332edd4439bb5227a4ce47cc434&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1919] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:25 2026] DELETE /v2.0/subnets/745ed60a-aba1-4ed3-b62e-3b5b0da0dbff => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1920] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:25 2026] DELETE /v2.0/security-groups/6c026feb-a088-4101-b270-415721fd4016 => 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: 986/1921] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:25 2026] DELETE /v2.0/networks/00fa7e97-8dad-48a7-836d-bcfe232e2dc5 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:53:25.398 8 INFO neutron.db.segments_db [None req-128eaf80-a0b8-46d9-a133-50a3034c62f7 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Added segment 2c49a377-4837-454a-82a8-fb68bfd10cf8 of type vxlan for network 0bbb3e2b-5fd7-4538-a3ff-ba2e19790b98 [pid: 7|app: 0|req: 936/1922] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:25 2026] DELETE /v2.0/networks/71f2aaba-1079-4ec0-9708-4f87e831dea6 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1923] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:25 2026] POST /v2.0/networks => generated 615 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:25.530 8 INFO neutron.db.segments_db [None req-2c3824f4-54fc-4dd4-b055-9f6f7043629d 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Added segment ce7a2b1d-f1f2-429d-aa66-85dd352e0104 of type vxlan for network 35c0e9a9-1f86-4ec2-a374-a6753ba0eef5 [pid: 7|app: 0|req: 937/1924] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:25 2026] GET /v2.0/security-groups?tenant_id=0f0b9704c107460da7eaac3c8a414ed9&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:25.782 8 INFO neutron.db.l3_hamode_db [None req-2c3824f4-54fc-4dd4-b055-9f6f7043629d 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 938/1925] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:25 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1926] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:25 2026] DELETE /v2.0/security-groups/bc395810-5dee-40ac-b642-a9320591703e => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:25.985 7 INFO neutron.db.segments_db [None req-7779a9d7-e78d-4a64-ba37-d332fd19a87d 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Added segment 513957a4-40ca-48ea-8018-0c9a54b41ebb of type vxlan for network 561903e8-a9ff-466b-a6be-d38655866a76 2026-06-18 13:53:26.254 7 INFO neutron.db.l3_hamode_db [None req-7779a9d7-e78d-4a64-ba37-d332fd19a87d 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:53:26.370 7 INFO neutron.db.l3_hamode_db [None req-7779a9d7-e78d-4a64-ba37-d332fd19a87d 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:53:26.512 8 INFO neutron.db.l3_hamode_db [None req-2c3824f4-54fc-4dd4-b055-9f6f7043629d 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:53:26.916 8 INFO neutron.services.segments.plugin [-] Segment f2166d65-7c20-47a0-9e12-5a28acb44b4b resource provider aggregate not found 2026-06-18 13:53:26.934 8 INFO neutron.services.segments.plugin [-] Segment f2166d65-7c20-47a0-9e12-5a28acb44b4b resource provider aggregate not found 2026-06-18 13:53:26.938 8 INFO neutron.services.segments.plugin [-] Segment f2166d65-7c20-47a0-9e12-5a28acb44b4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2166d65-7c20-47a0-9e12-5a28acb44b4b found for delete ", "request_id": "req-b7ec9cc0-a4f1-4ad6-9bd3-ad077fd99adf"}]} 2026-06-18 13:53:26.958 8 INFO neutron.services.segments.plugin [-] Segment f2166d65-7c20-47a0-9e12-5a28acb44b4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2166d65-7c20-47a0-9e12-5a28acb44b4b found for delete ", "request_id": "req-eb678bdb-70ab-4609-b06b-93bfa534d3b3"}]} 2026-06-18 13:53:26.997 7 INFO neutron.services.segments.plugin [-] Segment 929649c8-d459-4f95-a6e5-0e5b32559c3f resource provider aggregate not found 2026-06-18 13:53:26.999 7 INFO neutron.services.segments.plugin [-] Segment 929649c8-d459-4f95-a6e5-0e5b32559c3f resource provider aggregate not found 2026-06-18 13:53:27.022 7 INFO neutron.services.segments.plugin [-] Segment 929649c8-d459-4f95-a6e5-0e5b32559c3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 929649c8-d459-4f95-a6e5-0e5b32559c3f found for delete ", "request_id": "req-7b9d4bd8-57ad-4e8b-a2b1-a18cbba19e89"}]} 2026-06-18 13:53:27.036 7 INFO neutron.services.segments.plugin [-] Segment 929649c8-d459-4f95-a6e5-0e5b32559c3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 929649c8-d459-4f95-a6e5-0e5b32559c3f found for delete ", "request_id": "req-6347fe0c-14df-4336-ad81-037b0bc02b33"}]} [pid: 7|app: 0|req: 940/1927] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:25 2026] POST /v2.0/routers => generated 511 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1928] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:25 2026] POST /v2.0/routers => generated 688 bytes in 1874 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1929] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:53:27 2026] GET /v2.0/routers/aa47fbeb-421e-4426-93ff-1105f15926ca => generated 694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1930] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:53:27 2026] GET /v2.0/routers => generated 697 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1931] 10.0.0.134 () {34 vars in 741 bytes} [Thu Jun 18 13:53:27 2026] PUT /v2.0/routers/aa47fbeb-421e-4426-93ff-1105f15926ca => generated 701 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1932] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:53:27 2026] GET /v2.0/routers/aa47fbeb-421e-4426-93ff-1105f15926ca => generated 701 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1933] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:27 2026] PUT /v2.0/routers/f53c8e06-ec78-4854-82d4-d663484d0b89/add_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1934] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:28 2026] GET /v2.0/ports?device_id=aa47fbeb-421e-4426-93ff-1105f15926ca => 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: 942/1935] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:53:28 2026] GET /v2.0/ports/76f6543e-4029-4d9e-b0fc-c3ebfc73ccfd => generated 959 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:28.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4cedbb0-a68e-433d-b705-3454950f42f4 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] TaaS: Handle Delete Port: b68f6ac8-329c-4442-864f-4bc73747bd34 2026-06-18 13:53:28.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4cedbb0-a68e-433d-b705-3454950f42f4 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Tap Mirror: Handle Delete Port: b68f6ac8-329c-4442-864f-4bc73747bd34 2026-06-18 13:53:28.608 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4cedbb0-a68e-433d-b705-3454950f42f4 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] TaaS: Handle Delete Port: 6beba7d6-483c-45f6-b17b-6a62c4f635de 2026-06-18 13:53:28.624 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4cedbb0-a68e-433d-b705-3454950f42f4 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] Tap Mirror: Handle Delete Port: 6beba7d6-483c-45f6-b17b-6a62c4f635de 2026-06-18 13:53:28.983 8 INFO neutron.services.segments.plugin [-] Segment ce7a2b1d-f1f2-429d-aa66-85dd352e0104 resource provider aggregate not found 2026-06-18 13:53:28.987 8 INFO neutron.services.segments.plugin [-] Segment ce7a2b1d-f1f2-429d-aa66-85dd352e0104 resource provider aggregate not found 2026-06-18 13:53:29.004 8 INFO neutron.services.segments.plugin [-] Segment ce7a2b1d-f1f2-429d-aa66-85dd352e0104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce7a2b1d-f1f2-429d-aa66-85dd352e0104 found for delete ", "request_id": "req-176ebf8d-144a-4cbd-b757-34a33494ec11"}]} 2026-06-18 13:53:29.006 8 INFO neutron.services.segments.plugin [-] Segment ce7a2b1d-f1f2-429d-aa66-85dd352e0104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce7a2b1d-f1f2-429d-aa66-85dd352e0104 found for delete ", "request_id": "req-8f5aefe4-1fcb-4807-9280-d16a8bfa511a"}]} 2026-06-18 13:53:29.008 8 INFO neutron.db.l3_hamode_db [None req-d4cedbb0-a68e-433d-b705-3454950f42f4 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] HA network 35c0e9a9-1f86-4ec2-a374-a6753ba0eef5 was deleted as no HA routers are present in tenant ef28a51d134a4cbd828c191d2b43424e. [pid: 8|app: 0|req: 994/1936] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:28 2026] DELETE /v2.0/routers/aa47fbeb-421e-4426-93ff-1105f15926ca => generated 0 bytes in 926 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1939] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:29 2026] GET /v2.0/ports?device_id=aa47fbeb-421e-4426-93ff-1105f15926ca => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:29.072 8 INFO neutron.api.v2.resource [None req-5e7a68d2-100d-4b7c-96d1-7baa8021b31c 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 998/1940] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:29 2026] DELETE /v2.0/routers/aa47fbeb-421e-4426-93ff-1105f15926ca => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1941] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:29 2026] GET /v2.0/ports?device_id=540fbd0f-f5fc-40c6-9f92-a1af6864e001 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:29.112 8 INFO neutron.api.v2.resource [None req-4cb7d734-2ff9-44f1-aa8a-320233d3a978 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1000/1942] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:29 2026] DELETE /v2.0/routers/540fbd0f-f5fc-40c6-9f92-a1af6864e001 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:29.128 8 INFO neutron.pecan_wsgi.hooks.translation [None req-153def56-b370-4b57-8bb8-aa286a443606 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1001/1943] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:29 2026] DELETE /v2.0/subnets/745ed60a-aba1-4ed3-b62e-3b5b0da0dbff => 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: 1002/1944] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:29 2026] GET /v2.0/ports?device_id=09705aab-0dc9-4d11-87cd-6c163438a68a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:29.164 7 INFO neutron_taas.services.taas.taas_plugin [None req-89d65e0d-3b9d-47cc-b338-e3dffc0b16e2 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] TaaS: Handle Delete Port: 76f6543e-4029-4d9e-b0fc-c3ebfc73ccfd 2026-06-18 13:53:29.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89d65e0d-3b9d-47cc-b338-e3dffc0b16e2 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Tap Mirror: Handle Delete Port: 76f6543e-4029-4d9e-b0fc-c3ebfc73ccfd 2026-06-18 13:53:29.172 8 INFO neutron.api.v2.resource [None req-15faccdb-2b49-4036-acb4-53a23906fcf9 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1003/1945] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:29 2026] DELETE /v2.0/routers/09705aab-0dc9-4d11-87cd-6c163438a68a => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:29.186 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d3c0bd3-c9eb-4df9-8308-edaec75f9f84 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1004/1946] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:29 2026] DELETE /v2.0/subnets/f7c23034-674b-4304-8082-ea4b03508511 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1947] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:29 2026] GET /v2.0/ports?device_id=aee001da-7ec8-49ce-a537-8181ea3cde5b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:29.229 8 INFO neutron.api.v2.resource [None req-bddca384-64df-4bda-956d-854b7928c244 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1006/1948] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:29 2026] DELETE /v2.0/routers/aee001da-7ec8-49ce-a537-8181ea3cde5b => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:29.244 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c1d09525-d8ef-4166-86ca-61e73ccaeea8 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1007/1949] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:29 2026] DELETE /v2.0/subnets/036e76a8-1c46-49be-b6cb-c06db82bf303 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:29.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8abef97a-f68f-4121-9aac-ef60bf080147 0b90f8a4b5bf4d78a0a4aad8d6ccee2d ef28a51d134a4cbd828c191d2b43424e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1008/1950] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:29 2026] DELETE /v2.0/subnets/c0099ab4-aaf2-4944-ba44-e0e0b025eea8 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1951] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:53:28 2026] PUT /v2.0/routers/f53c8e06-ec78-4854-82d4-d663484d0b89/remove_router_interface => generated 309 bytes in 1443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1952] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:29 2026] GET /v2.0/ports?device_id=f53c8e06-ec78-4854-82d4-d663484d0b89 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:29.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7751523-719f-4adc-bcf3-730bf562578e 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] TaaS: Handle Delete Port: 9c8205eb-a07f-4096-8f43-602dd38fac1e 2026-06-18 13:53:29.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7751523-719f-4adc-bcf3-730bf562578e 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Tap Mirror: Handle Delete Port: 9c8205eb-a07f-4096-8f43-602dd38fac1e [pid: 8|app: 0|req: 1010/1953] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:29 2026] GET /v2.0/security-groups?tenant_id=ef28a51d134a4cbd828c191d2b43424e&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1954] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:29 2026] DELETE /v2.0/security-groups/133d2e16-fb19-4501-b84b-aebbe1aa3eca => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:30.194 7 INFO neutron.services.segments.plugin [-] Segment 513957a4-40ca-48ea-8018-0c9a54b41ebb resource provider aggregate not found 2026-06-18 13:53:30.198 7 INFO neutron.services.segments.plugin [-] Segment 513957a4-40ca-48ea-8018-0c9a54b41ebb resource provider aggregate not found 2026-06-18 13:53:30.216 7 INFO neutron.services.segments.plugin [-] Segment 513957a4-40ca-48ea-8018-0c9a54b41ebb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 513957a4-40ca-48ea-8018-0c9a54b41ebb found for delete ", "request_id": "req-141e412d-cb89-46cd-923d-d67cdd4d7b8d"}]} 2026-06-18 13:53:30.222 7 INFO neutron.services.segments.plugin [-] Segment 513957a4-40ca-48ea-8018-0c9a54b41ebb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 513957a4-40ca-48ea-8018-0c9a54b41ebb found for delete ", "request_id": "req-b0cdf9e7-efc1-4557-afd2-dd681fa7a21b"}]} 2026-06-18 13:53:30.227 7 INFO neutron.db.l3_hamode_db [None req-b7751523-719f-4adc-bcf3-730bf562578e 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] HA network 561903e8-a9ff-466b-a6be-d38655866a76 was deleted as no HA routers are present in tenant cc6609244a774c46afbf8dc12b7bc9c5. [pid: 7|app: 0|req: 944/1955] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:29 2026] DELETE /v2.0/routers/f53c8e06-ec78-4854-82d4-d663484d0b89 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1956] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:30 2026] DELETE /v2.0/subnets/2a86364c-45fc-47bb-9648-21df7c15e835 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1957] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:53:30 2026] DELETE /v2.0/networks/0bbb3e2b-5fd7-4538-a3ff-ba2e19790b98 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:53:30.666 8 INFO neutron.db.segments_db [None req-af3cfba3-bace-4d71-bd71-0eb7b4ab27df 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Added segment 7abf4f8b-66bf-4efc-ade2-a1b50b974f61 of type vxlan for network e367a27f-3562-4ce1-9f93-5999649bc76c 2026-06-18 13:53:30.951 8 INFO neutron.db.l3_hamode_db [None req-af3cfba3-bace-4d71-bd71-0eb7b4ab27df 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-18 13:53:31.689 8 INFO neutron.db.l3_hamode_db [None req-af3cfba3-bace-4d71-bd71-0eb7b4ab27df 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 946/1958] 10.0.0.134 () {34 vars in 677 bytes} [Thu Jun 18 13:53:31 2026] POST /v2.0/subnetpools => generated 549 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1959] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:53:32 2026] GET /v2.0/subnetpools/a7bddf9c-aab5-493f-b87c-6e37dc985be2 => generated 549 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:32.243 7 INFO neutron.services.segments.plugin [-] Segment 2c49a377-4837-454a-82a8-fb68bfd10cf8 resource provider aggregate not found 2026-06-18 13:53:32.252 7 INFO neutron.services.segments.plugin [-] Segment 2c49a377-4837-454a-82a8-fb68bfd10cf8 resource provider aggregate not found [pid: 7|app: 0|req: 948/1960] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:53:32 2026] PUT /v2.0/subnetpools/a7bddf9c-aab5-493f-b87c-6e37dc985be2 => generated 500 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:32.267 7 INFO neutron.services.segments.plugin [-] Segment 2c49a377-4837-454a-82a8-fb68bfd10cf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c49a377-4837-454a-82a8-fb68bfd10cf8 found for delete ", "request_id": "req-ed070945-58e0-4c39-8f09-29205a9cf7d1"}]} 2026-06-18 13:53:32.279 7 INFO neutron.services.segments.plugin [-] Segment 2c49a377-4837-454a-82a8-fb68bfd10cf8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c49a377-4837-454a-82a8-fb68bfd10cf8 found for delete ", "request_id": "req-3efaf958-267b-48ed-bc39-64903ded4c78"}]} [pid: 7|app: 0|req: 949/1961] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:53:32 2026] DELETE /v2.0/subnetpools/a7bddf9c-aab5-493f-b87c-6e37dc985be2 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:32.328 7 INFO neutron.api.v2.resource [None req-05a69e99-d7f1-465e-9823-888ad835c864 dbec9a3aef8749c8acd650220725fcc2 61f5d6648fb64d4a91ce7894e3ce780e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/1962] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:53:32 2026] GET /v2.0/subnetpools/a7bddf9c-aab5-493f-b87c-6e37dc985be2 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:32.343 7 INFO neutron.api.v2.resource [None req-ec02ddd6-b3aa-4ca1-a9e4-3b882c06ec09 dbec9a3aef8749c8acd650220725fcc2 61f5d6648fb64d4a91ce7894e3ce780e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/1963] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:53:32 2026] DELETE /v2.0/subnetpools/a7bddf9c-aab5-493f-b87c-6e37dc985be2 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1964] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:30 2026] POST /v2.0/routers => generated 691 bytes in 1984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1965] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:53:32 2026] GET /v2.0/routers/0873714a-7d8a-40a0-baab-075bc65f52b3 => generated 697 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1966] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:53:32 2026] GET /v2.0/routers => generated 700 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1967] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:32 2026] GET /v2.0/security-groups?tenant_id=61f5d6648fb64d4a91ce7894e3ce780e&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1968] 10.0.0.134 () {34 vars in 741 bytes} [Thu Jun 18 13:53:32 2026] PUT /v2.0/routers/0873714a-7d8a-40a0-baab-075bc65f52b3 => generated 704 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1969] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:33 2026] DELETE /v2.0/security-groups/2f9f3c14-f0b7-488e-b409-02575114a84f => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1970] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:53:33 2026] GET /v2.0/routers/0873714a-7d8a-40a0-baab-075bc65f52b3 => generated 704 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1971] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:33 2026] GET /v2.0/ports?device_id=0873714a-7d8a-40a0-baab-075bc65f52b3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:33.432 7 INFO neutron_taas.services.taas.taas_plugin [None req-a39d482a-1e1b-48dd-b2ec-fc440dd14055 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] TaaS: Handle Delete Port: 2fcd6430-ebd1-406f-a077-a3a561ade1a9 2026-06-18 13:53:33.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a39d482a-1e1b-48dd-b2ec-fc440dd14055 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Tap Mirror: Handle Delete Port: 2fcd6430-ebd1-406f-a077-a3a561ade1a9 2026-06-18 13:53:33.745 7 INFO neutron_taas.services.taas.taas_plugin [None req-a39d482a-1e1b-48dd-b2ec-fc440dd14055 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] TaaS: Handle Delete Port: 18d1d3de-195e-4fd4-ba9d-da2907ef7643 2026-06-18 13:53:33.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a39d482a-1e1b-48dd-b2ec-fc440dd14055 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] Tap Mirror: Handle Delete Port: 18d1d3de-195e-4fd4-ba9d-da2907ef7643 2026-06-18 13:53:34.122 7 INFO neutron.db.l3_hamode_db [None req-a39d482a-1e1b-48dd-b2ec-fc440dd14055 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] HA network e367a27f-3562-4ce1-9f93-5999649bc76c was deleted as no HA routers are present in tenant cc6609244a774c46afbf8dc12b7bc9c5. [pid: 7|app: 0|req: 955/1972] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:33 2026] DELETE /v2.0/routers/0873714a-7d8a-40a0-baab-075bc65f52b3 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1973] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:34 2026] GET /v2.0/ports?device_id=0873714a-7d8a-40a0-baab-075bc65f52b3 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:34.188 7 INFO neutron.api.v2.resource [None req-dd7ced8f-930a-4619-b7e4-c630791db3fe 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 956/1974] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:34 2026] DELETE /v2.0/routers/0873714a-7d8a-40a0-baab-075bc65f52b3 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1975] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:34 2026] GET /v2.0/ports?device_id=f53c8e06-ec78-4854-82d4-d663484d0b89 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:34.242 7 INFO neutron.api.v2.resource [None req-7d7313b0-0446-4b55-81e2-643158d16c0f 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 957/1976] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:34 2026] DELETE /v2.0/routers/f53c8e06-ec78-4854-82d4-d663484d0b89 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:34.259 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9667369-3f55-4630-8465-5ecbad6b8fa1 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/1977] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:34 2026] DELETE /v2.0/subnets/2a86364c-45fc-47bb-9648-21df7c15e835 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:34.291 7 INFO neutron.services.segments.plugin [-] Segment 7abf4f8b-66bf-4efc-ade2-a1b50b974f61 resource provider aggregate not found [pid: 7|app: 0|req: 958/1978] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:34 2026] GET /v2.0/ports?device_id=f8b8df2e-2b65-4e5d-923a-c916609a2b8c => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:34.309 7 INFO neutron.services.segments.plugin [-] Segment 7abf4f8b-66bf-4efc-ade2-a1b50b974f61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7abf4f8b-66bf-4efc-ade2-a1b50b974f61 found for delete ", "request_id": "req-bdd614dc-c95b-464e-8291-042610943d64"}]} 2026-06-18 13:53:34.313 7 INFO neutron.services.segments.plugin [-] Segment 7abf4f8b-66bf-4efc-ade2-a1b50b974f61 resource provider aggregate not found 2026-06-18 13:53:34.316 8 INFO neutron.api.v2.resource [None req-29b70dc6-ec5f-4cbf-a498-2047e4df503f 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/1979] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:34 2026] DELETE /v2.0/routers/f8b8df2e-2b65-4e5d-923a-c916609a2b8c => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:34.337 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19383166-88ed-49f3-a851-a5a805d790cb 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 959/1980] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:34 2026] DELETE /v2.0/subnets/51c5de5b-1885-402c-8f29-a9f72b5c6bc1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:34.345 7 INFO neutron.services.segments.plugin [-] Segment 7abf4f8b-66bf-4efc-ade2-a1b50b974f61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7abf4f8b-66bf-4efc-ade2-a1b50b974f61 found for delete ", "request_id": "req-77715422-de51-4eb5-96d4-068610d55518"}]} [pid: 8|app: 0|req: 1022/1981] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:53:34 2026] GET /v2.0/ports?device_id=d990aa1e-188a-47c0-a054-aa9c3d2ee51f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:53:34.412 7 INFO neutron.api.v2.resource [None req-2e68896e-a015-45a0-8147-2102d743a0ac 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/1982] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:34 2026] DELETE /v2.0/routers/d990aa1e-188a-47c0-a054-aa9c3d2ee51f => generated 135 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:34.431 8 INFO neutron.pecan_wsgi.hooks.translation [None req-16e9660b-26e3-4cc1-b6cc-bbab8a05df92 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/1983] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:34 2026] DELETE /v2.0/subnets/4baca2aa-843e-4515-9f92-095b556c2a4d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:53:34.457 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50d71a4a-8387-487f-ac66-00d04b6f0d44 6e72a8174cf342a981d4b827812ff149 cc6609244a774c46afbf8dc12b7bc9c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 961/1984] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:53:34 2026] DELETE /v2.0/subnets/421b054f-da19-45b4-8780-990030e17171 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1985] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:34 2026] GET /v2.0/security-groups?tenant_id=cc6609244a774c46afbf8dc12b7bc9c5&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: 962/1986] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:35 2026] DELETE /v2.0/security-groups/5d277fa7-d31b-4e15-b2e4-5b954002be54 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:35.946 8 INFO neutron.db.segments_db [None req-a94dc14b-e35b-4efb-a612-0f90464c9a87 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Added segment ebc94f35-2eef-4d2e-9b07-577b84aef5ed of type vxlan for network efd946b5-08d6-4c45-9183-a362440a0519 [pid: 8|app: 0|req: 1025/1987] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:35 2026] POST /v2.0/networks => generated 620 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1988] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:36 2026] POST /v2.0/subnets => generated 657 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1989] 10.0.0.134 () {32 vars in 722 bytes} [Thu Jun 18 13:53:36 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1990] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:36 2026] GET /v2.0/security-groups?tenant_id=7edaa654d76f47538529a0dec2edc654&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: 965/1991] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:36 2026] DELETE /v2.0/security-groups/cf7b3bcd-ad39-451b-92a5-1309bafe800e => 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: 1027/1992] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:36 2026] POST /v2.0/subnets => generated 732 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:36.896 7 INFO neutron.db.segments_db [None req-ba2e25e3-74ef-4b48-9ce4-38b9b2044e90 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Added segment 89f18439-8206-4310-9ddd-b94b7ae51bca of type vxlan for network e61ef6ac-67b8-4334-9c14-f154663ddbb3 [pid: 7|app: 0|req: 966/1993] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:36 2026] POST /v2.0/networks => generated 619 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1994] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:36 2026] POST /v2.0/subnets => generated 654 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1995] 10.0.0.134 () {34 vars in 684 bytes} [Thu Jun 18 13:53:36 2026] POST /v2.0/security-groups => generated 1625 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1996] 10.0.0.134 () {32 vars in 663 bytes} [Thu Jun 18 13:53:37 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: 968/1997] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:37 2026] POST /v2.0/subnets => generated 725 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1998] 10.0.0.134 () {34 vars in 758 bytes} [Thu Jun 18 13:53:37 2026] PUT /v2.0/security-groups/b8ea1687-4f8b-4648-85e8-3589519460e0 => generated 1663 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:37.535 7 INFO neutron.db.segments_db [None req-97aad4ac-64ca-4c15-ab74-69c276525944 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Added segment a6ec49aa-09cf-4349-93d1-8ead7e3dcca7 of type vxlan for network 6d53deb2-e364-4558-a50d-7242cbc90591 [pid: 8|app: 0|req: 1031/1999] 10.0.0.134 () {32 vars in 737 bytes} [Thu Jun 18 13:53:37 2026] GET /v2.0/security-groups/b8ea1687-4f8b-4648-85e8-3589519460e0 => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2000] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:53:37 2026] POST /v2.0/networks => generated 618 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2001] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:37 2026] DELETE /v2.0/security-groups/b8ea1687-4f8b-4648-85e8-3589519460e0 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2002] 10.0.0.134 () {32 vars in 663 bytes} [Thu Jun 18 13:53:37 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) 2026-06-18 13:53:37.696 8 INFO neutron.api.v2.resource [None req-1a547726-41fc-4073-aaf5-12e09223e640 67fb1276a2c54c268c63e229b59d1fa7 59c53873198f4a049454a20da92a5fc7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1034/2003] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:37 2026] DELETE /v2.0/security-groups/b8ea1687-4f8b-4648-85e8-3589519460e0 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2004] 10.0.0.134 () {34 vars in 684 bytes} [Thu Jun 18 13:53:37 2026] POST /v2.0/security-groups => generated 1623 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2005] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:37 2026] POST /v2.0/subnets => generated 655 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2006] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2007] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:53:37 2026] GET /v2.0/security-group-rules/73536918-ae7a-4c33-acc0-8698e3a3c80e => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2008] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2009] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:53:38 2026] DELETE /v2.0/security-group-rules/73536918-ae7a-4c33-acc0-8698e3a3c80e => 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: 971/2010] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:37 2026] POST /v2.0/subnets => generated 729 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2011] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:38.252 7 INFO neutron.db.segments_db [None req-190c5257-9756-44b0-a3a2-5d9e40670344 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Added segment 9e938476-17f6-4a55-8745-d4769c2a8ff4 of type vxlan for network e94c0051-1fd9-4800-94c7-783f61f2a574 [pid: 8|app: 0|req: 1041/2012] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2013] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:53:38 2026] GET /v2.0/security-group-rules/c21c7ac9-f309-477b-bad6-3ca89c7f7a08 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2014] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:38 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2015] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:53:38 2026] DELETE /v2.0/security-group-rules/c21c7ac9-f309-477b-bad6-3ca89c7f7a08 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:53:38.518 7 INFO neutron.db.l3_hamode_db [None req-190c5257-9756-44b0-a3a2-5d9e40670344 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1045/2016] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:38.594 8 INFO neutron.db.securitygroups_db [None req-7e19dc58-bf1e-40d2-a6ca-78885a64fc70 67fb1276a2c54c268c63e229b59d1fa7 59c53873198f4a049454a20da92a5fc7 - - default default] Project 59c53873198f4a049454a20da92a5fc7 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: 1046/2017] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2018] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:53:38 2026] GET /v2.0/security-group-rules/bb44798a-497b-4851-b4c9-8cc083444f97 => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2019] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:38 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2020] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:53:38 2026] DELETE /v2.0/security-group-rules/bb44798a-497b-4851-b4c9-8cc083444f97 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2021] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2022] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:38 2026] DELETE /v2.0/security-groups/1cce15cb-001b-43e4-a978-9d25633c2270 => 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: 1052/2023] 10.0.0.134 () {32 vars in 663 bytes} [Thu Jun 18 13:53:38 2026] GET /v2.0/security-groups => 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: 1053/2024] 10.0.0.134 () {32 vars in 663 bytes} [Thu Jun 18 13:53:39 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) 2026-06-18 13:53:39.304 7 INFO neutron.db.l3_hamode_db [None req-190c5257-9756-44b0-a3a2-5d9e40670344 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1054/2025] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:39 2026] GET /v2.0/security-groups?tenant_id=59c53873198f4a049454a20da92a5fc7&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2026] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:39 2026] DELETE /v2.0/security-groups/022a8e14-3b59-4a42-a6e7-7236d555b502 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2027] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:38 2026] POST /v2.0/routers => generated 685 bytes in 1972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2028] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:40 2026] PUT /v2.0/routers/3c874223-6116-4030-83ee-27edcbb9c9d8/add_router_interface => generated 309 bytes in 1383 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2029] 10.0.0.134 () {34 vars in 684 bytes} [Thu Jun 18 13:53:41 2026] POST /v2.0/security-groups => generated 1625 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2030] 10.0.0.134 () {32 vars in 663 bytes} [Thu Jun 18 13:53:42 2026] GET /v2.0/security-groups => generated 4530 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2031] 10.0.0.134 () {34 vars in 758 bytes} [Thu Jun 18 13:53:42 2026] PUT /v2.0/security-groups/366e6179-17e0-4313-ab8d-b2ba04839f4d => generated 1662 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2032] 10.0.0.134 () {32 vars in 737 bytes} [Thu Jun 18 13:53:42 2026] GET /v2.0/security-groups/366e6179-17e0-4313-ab8d-b2ba04839f4d => generated 1662 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2033] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:42 2026] DELETE /v2.0/security-groups/366e6179-17e0-4313-ab8d-b2ba04839f4d => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2034] 10.0.0.134 () {32 vars in 663 bytes} [Thu Jun 18 13:53:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:42.357 8 INFO neutron.api.v2.resource [None req-125b9e10-e2eb-43ed-bbff-b92e6dc09d27 e3405af279af43dbb989f340e2d99923 a3a3465e63c24603b67ff45090e64f9f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1063/2035] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:42 2026] DELETE /v2.0/security-groups/366e6179-17e0-4313-ab8d-b2ba04839f4d => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2036] 10.0.0.134 () {34 vars in 684 bytes} [Thu Jun 18 13:53:42 2026] POST /v2.0/security-groups => generated 1625 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2037] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2038] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:53:42 2026] GET /v2.0/security-group-rules/417cbb44-bf95-4230-8415-6d99be3b7903 => 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: 1067/2039] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2040] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:53:42 2026] DELETE /v2.0/security-group-rules/417cbb44-bf95-4230-8415-6d99be3b7903 => 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: 1069/2041] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2042] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2043] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:53:43 2026] GET /v2.0/security-group-rules/34f41888-4fdb-4703-9150-d5f086309215 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2044] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:41 2026] PUT /v2.0/routers/3c874223-6116-4030-83ee-27edcbb9c9d8/add_router_interface => generated 309 bytes in 1555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2045] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2046] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:53:43 2026] DELETE /v2.0/security-group-rules/34f41888-4fdb-4703-9150-d5f086309215 => 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: 1074/2047] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2048] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2049] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:53:43 2026] GET /v2.0/security-group-rules/28c22191-d9ea-4406-8617-0a3fd627a700 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2050] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:43 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2051] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:53:43 2026] DELETE /v2.0/security-group-rules/28c22191-d9ea-4406-8617-0a3fd627a700 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2054] 10.0.0.134 () {32 vars in 673 bytes} [Thu Jun 18 13:53:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2055] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:43 2026] DELETE /v2.0/security-groups/14f89629-9118-4ed6-baca-14cc458cd009 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2056] 10.0.0.134 () {32 vars in 663 bytes} [Thu Jun 18 13:53:43 2026] GET /v2.0/security-groups => 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: 1084/2057] 10.0.0.134 () {32 vars in 663 bytes} [Thu Jun 18 13:53:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2058] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:44 2026] GET /v2.0/security-groups?tenant_id=a3a3465e63c24603b67ff45090e64f9f&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2059] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:43 2026] PUT /v2.0/routers/3c874223-6116-4030-83ee-27edcbb9c9d8/add_router_interface => generated 309 bytes in 1528 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2060] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:44 2026] DELETE /v2.0/security-groups/73412e0f-dc1b-400b-8d61-49e0521a4a39 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2061] 10.0.0.134 () {34 vars in 684 bytes} [Thu Jun 18 13:53:44 2026] POST /v2.0/security-groups => generated 1627 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2062] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2063] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2064] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:45 2026] POST /v2.0/security-group-rules => generated 599 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2065] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2066] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2067] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2068] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2069] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2070] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2071] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2072] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:53:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2073] 10.0.0.178 () {34 vars in 1094 bytes} [Thu Jun 18 13:53:46 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-522669452&fields=id&tenant_id=de92915c463f47b89033e6bf6243ab32 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2074] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:53:47 2026] GET /v2.0/networks?id=e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2075] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:53:47 2026] GET /v2.0/quotas/de92915c463f47b89033e6bf6243ab32 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2076] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:53:47 2026] GET /v2.0/ports?tenant_id=de92915c463f47b89033e6bf6243ab32&fields=id => generated 241 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2077] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:53:47 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 1095/2078] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:53:47 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 984/2079] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:53:47 2026] GET /v2.0/ports?device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => 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: 1096/2080] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:50 2026] GET /v2.0/security-groups?tenant_id=4f3b068dd6a74095a0b211489f47e5c9&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2081] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:50 2026] DELETE /v2.0/security-groups/2999d82d-8d6a-4f9b-bcc2-4c4f2d226d3a => 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: 1097/2082] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:53:51 2026] GET /v2.0/networks?id=e61ef6ac-67b8-4334-9c14-f154663ddbb3 => 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: 986/2083] 199.204.45.19 () {34 vars in 1049 bytes} [Thu Jun 18 13:53:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=de92915c463f47b89033e6bf6243ab32 => generated 178 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2084] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:53:51 2026] POST /v2.0/ports => generated 1183 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, ' 2026-06-18 13:53:52.615 7 INFO neutron.db.segments_db [None req-eec3d3ef-687f-4ffc-b012-6d9a72480372 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 11badfcb-7829-4d6b-9dd5-e8f19fa2a093 of type vxlan for network be474704-876c-483a-84d6-5f541737ab89 [pid: 7|app: 0|req: 987/2085] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:53:52 2026] POST /v2.0/networks => generated 721 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2086] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:53:52 2026] GET /v2.0/ports?device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => generated 1198 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2087] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:53:52 2026] PUT /v2.0/ports/2a0d7d81-1e3f-4525-bbb1-791e85988db6 => generated 1464 bytes in 485 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: 1100/2088] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:53:52 2026] GET /v2.0/security-groups?id=b0113ed3-175c-47a7-ac6a-48671852a301&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:52.904 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7232d1e0-45fb-48d6-ae6a-3477045670fe'] response: {'name': 'network-changed', 'server_uuid': 'e95495b7-c7c9-4706-9355-15d87e6641ba', 'tag': '2a0d7d81-1e3f-4525-bbb1-791e85988db6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 989/2089] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:52 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-06-18 13:53:53.053 8 INFO neutron.db.segments_db [None req-d1804ea8-f361-4ad2-b4b5-a9ef51398ab0 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 40cff532-e773-41d4-bd2a-23720a8d1639 of type vxlan for network a9681097-8438-4932-88bd-25744029c889 2026-06-18 13:53:53.320 8 INFO neutron.db.l3_hamode_db [None req-d1804ea8-f361-4ad2-b4b5-a9ef51398ab0 64f802b25ee74205a26b1e7987e69dd1 a41f9ad1b5594516a4f7b904e5bd3845 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 990/2090] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:53:53 2026] GET /v2.0/ports?tenant_id=de92915c463f47b89033e6bf6243ab32&device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2091] 199.204.45.19 () {34 vars in 1017 bytes} [Thu Jun 18 13:53:53 2026] GET /v2.0/networks?tenant_id=de92915c463f47b89033e6bf6243ab32&shared=False => generated 2375 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2092] 199.204.45.19 () {34 vars in 929 bytes} [Thu Jun 18 13:53:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2093] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:53:54 2026] GET /v2.0/ports?tenant_id=de92915c463f47b89033e6bf6243ab32&device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => generated 1467 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2094] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:53:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.254&port_id=2a0d7d81-1e3f-4525-bbb1-791e85988db6 => 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: 995/2095] 199.204.45.19 () {34 vars in 1103 bytes} [Thu Jun 18 13:53:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12a&port_id=2a0d7d81-1e3f-4525-bbb1-791e85988db6 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2096] 199.204.45.19 () {34 vars in 1063 bytes} [Thu Jun 18 13:53:54 2026] GET /v2.0/subnets?id=8f8a6cee-5af7-412c-8bfc-ac4871ee620d&id=c03095ee-20b3-4565-8fb3-a607350c6a78 => generated 1408 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2097] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:53:54 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:53:54.849 8 INFO neutron.db.l3_hamode_db [None req-d1804ea8-f361-4ad2-b4b5-a9ef51398ab0 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 998/2098] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:53:54 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2099] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:53:54 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2100] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:53:54 2026] GET /v2.0/security-groups?tenant_id=838acf05bdac4a37afb54496f016530f&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: 1001/2101] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:53:55 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 1002/2102] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:53:55 2026] DELETE /v2.0/security-groups/f328fe71-1b10-4e40-b1dd-b4b1088c10a6 => 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: 1101/2103] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:52 2026] POST /v2.0/routers => generated 727 bytes in 2803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2104] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:53:55 2026] PUT /v2.0/routers/4bcd2c54-573d-4613-8268-e971916973a2/add_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2105] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:53:57 2026] GET /v2.0/ports?device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => generated 1198 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2106] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:53:58 2026] GET /v2.0/security-groups?id=b0113ed3-175c-47a7-ac6a-48671852a301&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:53:58.341 8 INFO neutron.db.segments_db [None req-e193cd27-8354-4de5-af21-e99a467edd62 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 2673fdaf-86e7-46c6-92d5-ebb52b9d6f7b of type vxlan for network 19c5e550-93e3-4068-a37c-30bee7bcdb6c [pid: 8|app: 0|req: 1103/2107] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:53:58 2026] POST /v2.0/networks => generated 722 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2110] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:58 2026] POST /v2.0/subnets => generated 688 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:53:58.835 8 INFO neutron.db.segments_db [None req-7d029132-c2f7-47fd-99d8-34ba33523091 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Added segment 4e77d9e8-e4ba-4311-a970-57b663ba2507 of type vxlan for network e60736fe-c69e-42cf-a072-370d8cd4c380 [pid: 7|app: 0|req: 1006/2111] 10.0.0.220 () {32 vars in 802 bytes} [Thu Jun 18 13:53:58 2026] GET /v2.0/extensions => generated 21537 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-18 13:53:59.102 8 INFO neutron.db.l3_hamode_db [None req-7d029132-c2f7-47fd-99d8-34ba33523091 64f802b25ee74205a26b1e7987e69dd1 0a9c1756f3d34d5f8b1aa7f010bbcd58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1007/2112] 10.0.0.220 () {30 vars in 724 bytes} [Thu Jun 18 13:53:59 2026] GET /v2.0/quotas/2bd3fbc6eb1d4da1b88657447a5a8117/details => generated 847 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:54:00.001 8 INFO neutron.db.l3_hamode_db [None req-7d029132-c2f7-47fd-99d8-34ba33523091 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1106/2113] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:53:58 2026] POST /v2.0/routers => generated 728 bytes in 2208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2114] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:54:00 2026] PUT /v2.0/routers/c38daa84-680c-422c-88c8-a9f12f92b428/add_router_interface => generated 309 bytes in 1400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2115] 10.0.0.220 () {32 vars in 802 bytes} [Thu Jun 18 13:54:02 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2116] 10.0.0.220 () {30 vars in 724 bytes} [Thu Jun 18 13:54:02 2026] GET /v2.0/quotas/2bd3fbc6eb1d4da1b88657447a5a8117/details => generated 847 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2117] 10.0.0.134 () {34 vars in 685 bytes} [Thu Jun 18 13:54:03 2026] POST /v2.0/security-groups => generated 1673 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2118] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:03 2026] GET /v2.0/ports?device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => generated 1200 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2119] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:03 2026] GET /v2.0/security-groups?id=b0113ed3-175c-47a7-ac6a-48671852a301&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: 8|app: 0|req: 1109/2120] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2121] 10.0.0.134 () {32 vars in 818 bytes} [Thu Jun 18 13:54:03 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&mac_address=fa%3A16%3A3e%3Ad5%3Ad8%3Af8 => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2122] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:03 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: 1111/2123] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2124] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:03 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:54:03.839 8 INFO neutron.db.securitygroups_db [None req-2a284d60-51cb-43c3-8a33-1c379862c49e dbce42cb5aea4861b423b8670a507254 a41f9ad1b5594516a4f7b904e5bd3845 - - default default] Project a41f9ad1b5594516a4f7b904e5bd3845 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: 1113/2125] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:03 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) 2026-06-18 13:54:04.015 8 INFO neutron.db.securitygroups_db [None req-42790427-a246-491f-93bc-796dbc7da0e8 dbce42cb5aea4861b423b8670a507254 a41f9ad1b5594516a4f7b904e5bd3845 - - default default] Project a41f9ad1b5594516a4f7b904e5bd3845 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: 1114/2126] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:54:04.221 7 INFO neutron.db.l3_db [None req-278fb6e3-6212-4b8e-b7fe-cce495307c84 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Floating IP 3ce596bb-4e73-4c06-999d-2a919d9869ae associated. External IP: 10.96.250.218, port: 2a0d7d81-1e3f-4525-bbb1-791e85988db6. [pid: 7|app: 0|req: 1013/2127] 10.0.0.134 () {34 vars in 677 bytes} [Thu Jun 18 13:54:03 2026] POST /v2.0/floatingips => generated 855 bytes in 1183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:54:04.662 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-afc2922b-5d23-414e-89b1-6bed99d7f450'] response: {'name': 'network-changed', 'server_uuid': 'e95495b7-c7c9-4706-9355-15d87e6641ba', 'tag': '2a0d7d81-1e3f-4525-bbb1-791e85988db6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1115/2128] 10.0.0.134 () {34 vars in 685 bytes} [Thu Jun 18 13:54:04 2026] POST /v2.0/security-groups => generated 1663 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2129] 10.0.0.178 () {34 vars in 1094 bytes} [Thu Jun 18 13:54:04 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-522669452&fields=id&tenant_id=de92915c463f47b89033e6bf6243ab32 => 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: 1117/2130] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:54:04 2026] GET /v2.0/networks?id=6d53deb2-e364-4558-a50d-7242cbc90591 => generated 704 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2131] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2132] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:54:04 2026] GET /v2.0/quotas/de92915c463f47b89033e6bf6243ab32 => generated 292 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2133] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2134] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:54:04 2026] GET /v2.0/ports?tenant_id=de92915c463f47b89033e6bf6243ab32&fields=id => generated 333 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2135] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2136] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/ports?tenant_id=de92915c463f47b89033e6bf6243ab32&device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2137] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2138] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/networks?id=e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 801 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2139] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.254&port_id=2a0d7d81-1e3f-4525-bbb1-791e85988db6 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2140] 199.204.45.19 () {34 vars in 1103 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12a&port_id=2a0d7d81-1e3f-4525-bbb1-791e85988db6 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2141] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/ports?device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => 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: 1127/2142] 199.204.45.19 () {34 vars in 1063 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/subnets?id=8f8a6cee-5af7-412c-8bfc-ac4871ee620d&id=c03095ee-20b3-4565-8fb3-a607350c6a78 => generated 1408 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2143] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&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: 1129/2144] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2145] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:54:05 2026] POST /v2.0/floatingips => generated 552 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2146] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 1017/2147] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 1131/2148] 10.0.0.178 () {34 vars in 1098 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-393340382&fields=id&tenant_id=a41f9ad1b5594516a4f7b904e5bd3845 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2149] 10.0.0.178 () {34 vars in 1100 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1599681333&fields=id&tenant_id=a41f9ad1b5594516a4f7b904e5bd3845 => 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: 1132/2150] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/networks?id=be474704-876c-483a-84d6-5f541737ab89 => generated 672 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2151] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/quotas/a41f9ad1b5594516a4f7b904e5bd3845 => 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: 1134/2152] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/ports?tenant_id=a41f9ad1b5594516a4f7b904e5bd3845&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2153] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:54:06 2026] GET /v2.0/networks/be474704-876c-483a-84d6-5f541737ab89?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2154] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:54:05 2026] GET /v2.0/security-groups?tenant_id=2bd3fbc6eb1d4da1b88657447a5a8117&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2155] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:54:06 2026] GET /v2.0/networks/be474704-876c-483a-84d6-5f541737ab89?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: 7|app: 0|req: 1020/2156] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:54:06 2026] DELETE /v2.0/security-groups/66195ffb-d13a-4465-87c6-c5733a5628ca => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2157] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:06 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => 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: 1021/2158] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:07 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2159] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:08 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => 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: 1139/2160] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:09 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:54:09.916 7 INFO neutron.db.segments_db [None req-c4b819b6-6512-40f3-92db-58120aef1d6d 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Added segment fb249d1c-70db-4546-8563-f1c7433d67d7 of type vxlan for network 49271b2b-1a6a-48b6-924b-2a4eda3e7476 [pid: 8|app: 0|req: 1140/2161] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:54:09 2026] GET /v2.0/networks?id=6d53deb2-e364-4558-a50d-7242cbc90591 => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2162] 199.204.45.19 () {34 vars in 1049 bytes} [Thu Jun 18 13:54:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=de92915c463f47b89033e6bf6243ab32 => generated 178 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2163] 10.0.0.134 () {34 vars in 671 bytes} [Thu Jun 18 13:54:09 2026] POST /v2.0/networks => generated 614 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:54:10.087 7 INFO neutron.db.segments_db [None req-c5df7a1f-5ff5-439b-8fe7-aca388c68758 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Added segment 7c775834-ac47-4241-a597-1e44e5be36f0 of type vxlan for network 14ffab52-b5a1-485f-84b4-0f183ef7edb7 2026-06-18 13:54:10.341 7 INFO neutron.db.l3_hamode_db [None req-c5df7a1f-5ff5-439b-8fe7-aca388c68758 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1142/2164] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:54:10 2026] POST /v2.0/ports => generated 1183 bytes in 413 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: 1143/2165] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:54:10 2026] PUT /v2.0/ports/a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9 => generated 1464 bytes in 486 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: 1144/2166] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:10 2026] GET /v2.0/ports?device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => generated 1198 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2167] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:10 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => 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: 1146/2168] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:10 2026] GET /v2.0/security-groups?id=b0113ed3-175c-47a7-ac6a-48671852a301&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:54:11.032 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d778df7-ca61-4c1e-a464-c190b2a98bf8'] response: {'name': 'network-changed', 'server_uuid': 'cd34e363-2804-4171-86a7-01c2c6d3f35c', 'tag': 'a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9', 'status': 'completed', 'code': 200} 2026-06-18 13:54:11.239 7 INFO neutron.db.l3_hamode_db [None req-c5df7a1f-5ff5-439b-8fe7-aca388c68758 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1147/2169] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:11 2026] GET /v2.0/ports?tenant_id=de92915c463f47b89033e6bf6243ab32&device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => generated 1467 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2170] 199.204.45.19 () {34 vars in 1017 bytes} [Thu Jun 18 13:54:11 2026] GET /v2.0/networks?tenant_id=de92915c463f47b89033e6bf6243ab32&shared=False => generated 2375 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2171] 199.204.45.19 () {34 vars in 929 bytes} [Thu Jun 18 13:54:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2172] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:54:12 2026] GET /v2.0/networks?id=be474704-876c-483a-84d6-5f541737ab89 => generated 672 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2173] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:12 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => 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: 1152/2174] 199.204.45.19 () {34 vars in 1049 bytes} [Thu Jun 18 13:54:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a41f9ad1b5594516a4f7b904e5bd3845 => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2175] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:54:10 2026] POST /v2.0/routers => generated 694 bytes in 2215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2176] 10.0.0.131 () {34 vars in 990 bytes} [Thu Jun 18 13:54:12 2026] GET /v2.0/ports?device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2177] 10.0.0.134 () {32 vars in 776 bytes} [Thu Jun 18 13:54:12 2026] GET /v2.0/subnets?project_id=0e2d3f2daed24aaab2e353c2e4e39944&cidr=10.100.0.0%2F28 => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2178] 10.0.0.131 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:12 2026] GET /v2.0/security-groups?id=b0113ed3-175c-47a7-ac6a-48671852a301&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2179] 10.0.0.134 () {32 vars in 694 bytes} [Thu Jun 18 13:54:12 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2180] 10.0.0.134 () {32 vars in 784 bytes} [Thu Jun 18 13:54:12 2026] GET /v2.0/subnets?network_id=f276263a-8f1a-4422-84cd-b80830d7ae31&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2181] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:54:12 2026] POST /v2.0/ports => generated 993 bytes in 440 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: 1029/2182] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:54:12 2026] POST /v2.0/subnets => generated 657 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2183] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:12 2026] GET /v2.0/ports?tenant_id=de92915c463f47b89033e6bf6243ab32&device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => generated 1467 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2184] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:54:12 2026] PUT /v2.0/ports/a38d5ea8-90b4-4e71-9b48-00b7514468b0 => generated 1274 bytes in 541 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: 1155/2185] 199.204.45.19 () {34 vars in 1055 bytes} [Thu Jun 18 13:54:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.87&port_id=a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:54:13.229 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-afee6a13-47a5-47fe-b953-be84c363c26e'] response: {'name': 'network-changed', 'server_uuid': '9740e31c-6817-4599-8989-aed8774c2b9a', 'tag': 'a38d5ea8-90b4-4e71-9b48-00b7514468b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1156/2186] 199.204.45.19 () {34 vars in 1105 bytes} [Thu Jun 18 13:54:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A394&port_id=a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2187] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:13 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2188] 199.204.45.19 () {34 vars in 1063 bytes} [Thu Jun 18 13:54:13 2026] GET /v2.0/subnets?id=a1431490-a4ec-4927-adb4-203aa2055449&id=9805d9cf-ac91-49df-9a06-dfba95d107fc => generated 1413 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2189] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:13 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2190] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:54:13 2026] GET /v2.0/ports?network_id=6d53deb2-e364-4558-a50d-7242cbc90591&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2191] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:54:13 2026] GET /v2.0/ports?network_id=6d53deb2-e364-4558-a50d-7242cbc90591&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2192] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:54:13 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2193] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:54:13 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2196] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:13 2026] GET /v2.0/ports?tenant_id=a41f9ad1b5594516a4f7b904e5bd3845&device_id=9740e31c-6817-4599-8989-aed8774c2b9a => 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: 1167/2197] 199.204.45.19 () {34 vars in 1017 bytes} [Thu Jun 18 13:54:13 2026] GET /v2.0/networks?tenant_id=a41f9ad1b5594516a4f7b904e5bd3845&shared=False => generated 768 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2198] 199.204.45.19 () {34 vars in 929 bytes} [Thu Jun 18 13:54:13 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: 1031/2199] 10.0.0.134 () {34 vars in 783 bytes} [Thu Jun 18 13:54:12 2026] PUT /v2.0/routers/bd644373-ec1c-4f92-9604-2cb9409bb3c1/add_router_interface => generated 309 bytes in 1486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2200] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:54:14 2026] GET /v2.0/networks => generated 9565 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2201] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:54:14 2026] GET /v2.0/subnets => generated 10016 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2202] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:14 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1008 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2203] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:54:14 2026] GET /v2.0/routers => generated 2899 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2204] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:14 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2205] 10.0.0.134 () {34 vars in 685 bytes} [Thu Jun 18 13:54:14 2026] POST /v2.0/security-groups => generated 1675 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2206] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2207] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:14 2026] GET /v2.0/ports?tenant_id=a41f9ad1b5594516a4f7b904e5bd3845&device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1277 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2208] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:54:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a38d5ea8-90b4-4e71-9b48-00b7514468b0 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2209] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:54:15 2026] GET /v2.0/subnets?id=2cd37a8a-6af0-43d0-87f1-4ed6751fe0c1 => generated 690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2210] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:15 2026] POST /v2.0/security-group-rules => generated 596 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2211] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:54:15 2026] GET /v2.0/ports?network_id=be474704-876c-483a-84d6-5f541737ab89&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: 1176/2212] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:54:15 2026] GET /v2.0/networks/be474704-876c-483a-84d6-5f541737ab89?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2213] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2214] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:54:15 2026] GET /v2.0/networks/be474704-876c-483a-84d6-5f541737ab89?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: 1038/2215] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:54:15.476 8 INFO neutron.db.securitygroups_db [None req-3296e0cd-0808-4033-8fd8-752ed42fbafd 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Project 0e2d3f2daed24aaab2e353c2e4e39944 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: 1178/2216] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:15 2026] POST /v2.0/security-group-rules => generated 607 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:54:15.616 7 INFO neutron.db.securitygroups_db [None req-69c593f8-0073-4b5a-be86-f7dd4c0e77ba 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Project 0e2d3f2daed24aaab2e353c2e4e39944 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: 1039/2217] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:15 2026] POST /v2.0/security-group-rules => generated 606 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2218] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:15 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2219] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:15 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&fields=id&fields=name => generated 206 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2220] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/networks => generated 1298 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2221] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/ports?device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => generated 1200 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2222] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/security-groups?id=b0113ed3-175c-47a7-ac6a-48671852a301&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2223] 10.0.0.178 () {34 vars in 1098 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-304892540&fields=id&tenant_id=0e2d3f2daed24aaab2e353c2e4e39944 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2224] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/networks?id=49271b2b-1a6a-48b6-924b-2a4eda3e7476 => generated 661 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2225] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/quotas/0e2d3f2daed24aaab2e353c2e4e39944 => 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: 1183/2226] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/ports?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&fields=id => generated 57 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2227] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2228] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?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: 1045/2229] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2230] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1008 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2231] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:16 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&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: 1186/2232] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:17 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => 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: 1047/2233] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:18 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1008 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2234] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:18 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2235] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:54:18 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1277 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2236] 199.204.45.19 () {34 vars in 1123 bytes} [Thu Jun 18 13:54:18 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&fields=id&fields=name => generated 206 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2237] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:19 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2238] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:19 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1008 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2239] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:19 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&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: 1190/2240] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:20 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => 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: 1051/2241] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:20 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => 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: 1191/2242] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:20 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&fields=id&fields=name => generated 206 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2243] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:54:21 2026] GET /v2.0/networks?id=49271b2b-1a6a-48b6-924b-2a4eda3e7476 => generated 661 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2244] 199.204.45.19 () {34 vars in 1049 bytes} [Thu Jun 18 13:54:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0e2d3f2daed24aaab2e353c2e4e39944 => generated 180 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2245] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:21 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => 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: 1054/2246] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:21 2026] GET /v2.0/ports?device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => generated 1200 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2247] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:21 2026] GET /v2.0/security-groups?id=b0113ed3-175c-47a7-ac6a-48671852a301&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: 1056/2248] 10.0.0.134 () {32 vars in 818 bytes} [Thu Jun 18 13:54:21 2026] GET /v2.0/ports?network_id=6d53deb2-e364-4558-a50d-7242cbc90591&mac_address=fa%3A16%3A3e%3A8c%3A91%3Af1 => generated 1200 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2249] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:54:21 2026] POST /v2.0/ports => generated 954 bytes in 573 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: 1194/2250] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:21 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2251] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:54:21 2026] PUT /v2.0/ports/89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d => generated 1235 bytes in 453 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: 1196/2252] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:22 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2253] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:22 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:54:22.536 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-84a047c6-3f7b-47bb-bcb9-4da1465bc37d'] response: {'name': 'network-changed', 'server_uuid': 'a490ab6b-d020-453c-8b85-591655ee3b87', 'tag': '89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1198/2254] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:22 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2255] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:22 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:54:23.002 8 INFO neutron.db.l3_db [None req-96e19ee8-f0f3-412d-89b5-9f3fb322505f dbce42cb5aea4861b423b8670a507254 a41f9ad1b5594516a4f7b904e5bd3845 - - default default] Floating IP f07889fb-66e9-480d-8b23-fa67f1111f34 associated. External IP: 10.96.250.214, port: a38d5ea8-90b4-4e71-9b48-00b7514468b0. 2026-06-18 13:54:23.038 7 INFO neutron.db.l3_db [None req-d52f3a12-095b-4dc9-b0c6-b5944acf12f2 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Floating IP 33269149-07f3-4761-bace-b4bd2cbbc513 associated. External IP: 10.96.250.217, port: a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9. [pid: 8|app: 0|req: 1200/2256] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:54:22 2026] PUT /v2.0/floatingips/f07889fb-66e9-480d-8b23-fa67f1111f34 => generated 855 bytes in 713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2257] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:23 2026] GET /v2.0/ports?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2258] 199.204.45.19 () {34 vars in 1017 bytes} [Thu Jun 18 13:54:23 2026] GET /v2.0/networks?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&shared=False => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2259] 10.0.0.134 () {34 vars in 677 bytes} [Thu Jun 18 13:54:21 2026] POST /v2.0/floatingips => generated 854 bytes in 1807 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:54:23.512 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46c76352-a856-46fc-a7b2-c82d9fed76bb'] response: {'name': 'network-changed', 'server_uuid': 'cd34e363-2804-4171-86a7-01c2c6d3f35c', 'tag': 'a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1203/2260] 199.204.45.19 () {34 vars in 929 bytes} [Thu Jun 18 13:54:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2261] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:23 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2262] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:23 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2263] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/ports?tenant_id=de92915c463f47b89033e6bf6243ab32&device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => generated 1469 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2264] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/networks?id=6d53deb2-e364-4558-a50d-7242cbc90591 => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2265] 199.204.45.19 () {34 vars in 1055 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.87&port_id=a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9 => generated 857 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2266] 199.204.45.19 () {34 vars in 1105 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A394&port_id=a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9 => 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: 1061/2267] 199.204.45.19 () {34 vars in 1063 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/subnets?id=a1431490-a4ec-4927-adb4-203aa2055449&id=9805d9cf-ac91-49df-9a06-dfba95d107fc => generated 1413 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2268] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/ports?network_id=6d53deb2-e364-4558-a50d-7242cbc90591&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2269] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/ports?network_id=6d53deb2-e364-4558-a50d-7242cbc90591&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2270] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?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: 1063/2271] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:54:24.595 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70fd8244-8f44-4767-9c46-ef58f34a3b7f'] response: {'name': 'network-changed', 'server_uuid': '9740e31c-6817-4599-8989-aed8774c2b9a', 'tag': 'a38d5ea8-90b4-4e71-9b48-00b7514468b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1209/2272] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/ports?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2273] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2274] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/subnets?id=e796fa91-6157-4ffa-b5d4-9243d794b4ce => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2275] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/ports?network_id=49271b2b-1a6a-48b6-924b-2a4eda3e7476&device_owner=network%3Adhcp => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2276] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2277] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2278] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => 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: 1067/2279] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:24 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2280] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:25 2026] GET /v2.0/ports?tenant_id=a41f9ad1b5594516a4f7b904e5bd3845&device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1279 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2281] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:54:25 2026] GET /v2.0/networks?id=be474704-876c-483a-84d6-5f541737ab89 => generated 768 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2282] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:54:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a38d5ea8-90b4-4e71-9b48-00b7514468b0 => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2283] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:54:25 2026] GET /v2.0/subnets?id=2cd37a8a-6af0-43d0-87f1-4ed6751fe0c1 => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2284] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:54:25 2026] GET /v2.0/ports?network_id=be474704-876c-483a-84d6-5f541737ab89&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: 1070/2285] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:54:25 2026] GET /v2.0/networks/be474704-876c-483a-84d6-5f541737ab89?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: 1216/2286] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:54:25 2026] GET /v2.0/networks/be474704-876c-483a-84d6-5f541737ab89?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: 1071/2287] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:26 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => 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: 1217/2288] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:26 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&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: 1072/2289] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:27 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2290] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:27 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&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: 1073/2291] 10.0.0.131 () {34 vars in 990 bytes} [Thu Jun 18 13:54:27 2026] GET /v2.0/ports?device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2292] 10.0.0.131 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:27 2026] GET /v2.0/security-groups?id=b0113ed3-175c-47a7-ac6a-48671852a301&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2293] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:28 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2294] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:28 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&fields=id&fields=name => generated 113 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2297] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:29 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => 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: 1222/2298] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:29 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2299] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:29 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => 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: 1223/2300] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:29 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2301] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:54:29 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:54:30.835 8 INFO neutron.db.l3_db [None req-a9ad6281-eb1b-4cda-82bd-a400e0874ce3 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Floating IP 1315b36c-f757-4b83-9d81-9bd171574570 associated. External IP: 10.96.250.206, port: 89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d. [pid: 8|app: 0|req: 1224/2302] 10.0.0.134 () {34 vars in 677 bytes} [Thu Jun 18 13:54:30 2026] POST /v2.0/floatingips => generated 855 bytes in 1216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:54:31.271 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a31becb1-1ad5-45e3-a446-61a333d6b705'] response: {'name': 'network-changed', 'server_uuid': 'a490ab6b-d020-453c-8b85-591655ee3b87', 'tag': '89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1079/2303] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:54:31 2026] GET /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2304] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:31 2026] GET /v2.0/ports?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2305] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:54:31 2026] GET /v2.0/networks?id=49271b2b-1a6a-48b6-924b-2a4eda3e7476 => generated 757 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2306] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:54:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2307] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:54:31 2026] GET /v2.0/subnets?id=e796fa91-6157-4ffa-b5d4-9243d794b4ce => generated 678 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2308] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:54:32 2026] GET /v2.0/ports?network_id=49271b2b-1a6a-48b6-924b-2a4eda3e7476&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2309] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:54:32 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2310] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:54:32 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?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: 1083/2311] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:54:32 2026] GET /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2312] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:54:33 2026] GET /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2313] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:54:38 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2314] 10.0.0.74 () {30 vars in 689 bytes} [Thu Jun 18 13:54:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2315] 10.0.0.74 () {30 vars in 691 bytes} [Thu Jun 18 13:54:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2316] 10.0.0.74 () {30 vars in 667 bytes} [Thu Jun 18 13:54:39 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: 1086/2317] 10.0.0.74 () {30 vars in 703 bytes} [Thu Jun 18 13:54:39 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: 1232/2318] 10.0.0.74 () {28 vars in 438 bytes} [Thu Jun 18 13:54:40 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: 1087/2319] 10.0.0.74 () {30 vars in 727 bytes} [Thu Jun 18 13:54:40 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 657 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2320] 10.0.0.74 () {30 vars in 689 bytes} [Thu Jun 18 13:54:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2321] 10.0.0.74 () {30 vars in 691 bytes} [Thu Jun 18 13:54:40 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: 1234/2322] 10.0.0.74 () {30 vars in 667 bytes} [Thu Jun 18 13:54:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2323] 10.0.0.74 () {30 vars in 703 bytes} [Thu Jun 18 13:54:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2324] 10.0.0.74 () {30 vars in 727 bytes} [Thu Jun 18 13:54:40 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2325] 10.0.0.74 () {30 vars in 689 bytes} [Thu Jun 18 13:54:40 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: 1236/2326] 10.0.0.74 () {30 vars in 691 bytes} [Thu Jun 18 13:54:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2327] 10.0.0.74 () {30 vars in 667 bytes} [Thu Jun 18 13:54:40 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: 1237/2328] 10.0.0.74 () {30 vars in 703 bytes} [Thu Jun 18 13:54:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2329] 10.0.0.74 () {30 vars in 729 bytes} [Thu Jun 18 13:54:40 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519 => generated 799 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2330] 10.0.0.74 () {30 vars in 681 bytes} [Thu Jun 18 13:54:40 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2331] 10.0.0.131 () {34 vars in 990 bytes} [Thu Jun 18 13:54:41 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2332] 10.0.0.131 () {34 vars in 1040 bytes} [Thu Jun 18 13:54:41 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2333] 10.0.0.74 () {34 vars in 703 bytes} [Thu Jun 18 13:54:40 2026] POST /v2.0/ports => generated 1132 bytes in 437 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: 1095/2336] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:43 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => 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: 1242/2337] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:43 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&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: 1243/2338] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:54:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2339] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:54:44 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: 1245/2340] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:54:44 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: 1246/2341] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:54:44 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: 1247/2342] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:54:44 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2343] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:54:44 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1279 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2344] 10.0.0.134 () {32 vars in 858 bytes} [Thu Jun 18 13:54:44 2026] GET /v2.0/floatingips?floating_network_id=f276263a-8f1a-4422-84cd-b80830d7ae31&port_id=a38d5ea8-90b4-4e71-9b48-00b7514468b0 => generated 860 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2345] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:54:44 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: 1249/2346] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:54:44 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: 1098/2347] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:54:44 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: 1250/2348] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:54:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:54:44.489 7 INFO neutron.api.v2.resource [None req-71aa8c53-5425-48f6-9c09-98e5a921d871 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1099/2349] 199.204.45.19 () {30 vars in 762 bytes} [Thu Jun 18 13:54:44 2026] GET /v2.0/security-groups/lb-640111f8-e047-4ddd-9f19-261260050dba => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2350] 199.204.45.19 () {30 vars in 784 bytes} [Thu Jun 18 13:54:44 2026] GET /v2.0/security-groups?name=lb-640111f8-e047-4ddd-9f19-261260050dba => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2351] 199.204.45.19 () {34 vars in 735 bytes} [Thu Jun 18 13:54:44 2026] POST /v2.0/security-groups => generated 1638 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2352] 199.204.45.19 () {30 vars in 814 bytes} [Thu Jun 18 13:54:44 2026] GET /v2.0/security-group-rules?security_group_id=68810f4d-2881-44b8-ab8b-99e5a919b42d => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2353] 10.0.0.131 () {34 vars in 990 bytes} [Thu Jun 18 13:54:44 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1279 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2354] 199.204.45.19 () {34 vars in 788 bytes} [Thu Jun 18 13:54:44 2026] PUT /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2355] 10.0.0.131 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:45 2026] GET /v2.0/security-groups?id=c0d0a027-afdd-44e0-93cf-292985cc5718&id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&fields=id&fields=name => generated 206 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: 7|app: 0|req: 1102/2356] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:54:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2357] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:54:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2358] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:54: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: 1256/2359] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:54: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: 1104/2360] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:54:45 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2361] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:47 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1010 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2362] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:47 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2363] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:48 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2364] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:48 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2365] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:49 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2366] 10.0.0.178 () {34 vars in 1120 bytes} [Thu Jun 18 13:54:50 2026] GET /v2.0/security-groups?id=4223915d-cf75-4378-b1ca-8fd8d5f1752c&id=c0d0a027-afdd-44e0-93cf-292985cc5718&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: 1260/2367] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:54:50 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:54:50.405 7 INFO neutron_taas.services.taas.taas_plugin [req-c8d75656-f1c3-423d-81db-2470eb6b3141 req-80cf27c9-7a1d-4327-83b5-648585fc561f dbce42cb5aea4861b423b8670a507254 a41f9ad1b5594516a4f7b904e5bd3845 - - default default] TaaS: Handle Delete Port: a38d5ea8-90b4-4e71-9b48-00b7514468b0 2026-06-18 13:54:50.408 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c8d75656-f1c3-423d-81db-2470eb6b3141 req-80cf27c9-7a1d-4327-83b5-648585fc561f dbce42cb5aea4861b423b8670a507254 a41f9ad1b5594516a4f7b904e5bd3845 - - default default] Tap Mirror: Handle Delete Port: a38d5ea8-90b4-4e71-9b48-00b7514468b0 2026-06-18 13:54:50.515 7 INFO neutron.db.l3_db [req-c8d75656-f1c3-423d-81db-2470eb6b3141 req-80cf27c9-7a1d-4327-83b5-648585fc561f dbce42cb5aea4861b423b8670a507254 a41f9ad1b5594516a4f7b904e5bd3845 - - default default] Floating IP f07889fb-66e9-480d-8b23-fa67f1111f34 disassociated. External IP: 10.96.250.214, port: a38d5ea8-90b4-4e71-9b48-00b7514468b0. [pid: 8|app: 0|req: 1261/2368] 10.0.0.134 () {32 vars in 826 bytes} [Thu Jun 18 13:54:50 2026] GET /v2.0/ports?project_id=0e2d3f2daed24aaab2e353c2e4e39944&network_id=49271b2b-1a6a-48b6-924b-2a4eda3e7476 => generated 3691 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2369] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:54:50 2026] DELETE /v2.0/ports/a38d5ea8-90b4-4e71-9b48-00b7514468b0 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:54:50.946 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b03293b3-85d8-443a-a027-45e91469da34'] response: {'server_uuid': '9740e31c-6817-4599-8989-aed8774c2b9a', 'name': 'network-vif-deleted', 'tag': 'a38d5ea8-90b4-4e71-9b48-00b7514468b0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1262/2370] 10.0.0.134 () {32 vars in 742 bytes} [Thu Jun 18 13:54:51 2026] GET /v2.0/subnets?network_id=f276263a-8f1a-4422-84cd-b80830d7ae31 => generated 667 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2371] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:51 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:54:51.401 8 INFO neutron.db.l3_db [None req-caaf4f46-7356-4735-9ad3-7c8f03977d30 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Floating IP 1315b36c-f757-4b83-9d81-9bd171574570 disassociated. External IP: 10.96.250.206, port: 89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d. [pid: 8|app: 0|req: 1263/2372] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:54:51 2026] PUT /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 554 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2373] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:54:51 2026] GET /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 554 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:54:51.776 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-266c9116-8e84-421f-97ca-d9ede56fc395'] response: {'name': 'network-changed', 'server_uuid': 'a490ab6b-d020-453c-8b85-591655ee3b87', 'tag': '89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1264/2374] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:52 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => 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: 1111/2375] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:52 2026] GET /v2.0/ports?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2376] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:54:52 2026] GET /v2.0/networks?id=49271b2b-1a6a-48b6-924b-2a4eda3e7476 => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2377] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:54:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d => 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: 1266/2378] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:54:52 2026] GET /v2.0/subnets?id=e796fa91-6157-4ffa-b5d4-9243d794b4ce => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2379] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:54:52 2026] GET /v2.0/ports?network_id=49271b2b-1a6a-48b6-924b-2a4eda3e7476&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: 1267/2380] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:54:52 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?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: 1114/2381] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:54:52 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?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: 1268/2382] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:54:52 2026] GET /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 554 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2383] 10.0.0.178 () {34 vars in 1016 bytes} [Thu Jun 18 13:54:53 2026] GET /v2.0/security-groups?id=4240242c-a354-4d1f-830e-bf9d3d001366&fields=id => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2384] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:54:53 2026] GET /v2.0/networks?id=ced83677-bb7e-4400-8192-24176d1df038 => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2385] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:54:53 2026] GET /v2.0/quotas/ea1e2bf7404745edaa0f0a9458467e72 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2386] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:53 2026] GET /v2.0/ports?device_id=9740e31c-6817-4599-8989-aed8774c2b9a => 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: 1270/2387] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:54:53 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&fields=id => generated 149 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2388] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:54:53 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1271/2389] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:54:53 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1119/2390] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:54:53 2026] GET /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2391] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:54 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => 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: 1120/2392] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:54 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => 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: 1273/2393] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:54:54 2026] DELETE /v2.0/security-groups/4223915d-cf75-4378-b1ca-8fd8d5f1752c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:54:54.691 7 INFO neutron.api.v2.resource [None req-cb57dc88-8dab-41e6-b70d-f28db109dd12 dbce42cb5aea4861b423b8670a507254 a41f9ad1b5594516a4f7b904e5bd3845 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1121/2394] 10.0.0.134 () {32 vars in 737 bytes} [Thu Jun 18 13:54:54 2026] GET /v2.0/security-groups/4223915d-cf75-4378-b1ca-8fd8d5f1752c => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:54:54.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7afa321-df48-4625-b0fb-234c74758e90 dbce42cb5aea4861b423b8670a507254 a41f9ad1b5594516a4f7b904e5bd3845 - - default default] TaaS: Handle Delete Port: ad1beb83-2713-4721-bd5b-a097a865c11f 2026-06-18 13:54:54.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7afa321-df48-4625-b0fb-234c74758e90 dbce42cb5aea4861b423b8670a507254 a41f9ad1b5594516a4f7b904e5bd3845 - - default default] Tap Mirror: Handle Delete Port: ad1beb83-2713-4721-bd5b-a097a865c11f [pid: 8|app: 0|req: 1274/2395] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:54:54 2026] DELETE /v2.0/floatingips/f07889fb-66e9-480d-8b23-fa67f1111f34 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2396] 10.0.0.134 () {34 vars in 685 bytes} [Thu Jun 18 13:54:54 2026] POST /v2.0/security-groups => generated 1675 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2397] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2398] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:54:55 2026] DELETE /v2.0/security-groups/c0d0a027-afdd-44e0-93cf-292985cc5718 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2399] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2400] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2401] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:54:55.573 7 INFO neutron.db.securitygroups_db [None req-33b19f30-b4f3-443b-813c-e09b40cf2a27 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Project 0e2d3f2daed24aaab2e353c2e4e39944 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-06-18 13:54:55.576 8 INFO neutron_taas.services.taas.taas_plugin [None req-4939c073-0f27-4ad6-b7f8-1a0da1624eac 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: e567c8d7-a966-4a00-9ce2-796c45cd6480 2026-06-18 13:54:55.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4939c073-0f27-4ad6-b7f8-1a0da1624eac 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: e567c8d7-a966-4a00-9ce2-796c45cd6480 [pid: 7|app: 0|req: 1127/2402] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:54:55.695 7 INFO neutron.db.securitygroups_db [None req-0394bf26-09d1-4335-aecc-26a93169fd21 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Project 0e2d3f2daed24aaab2e353c2e4e39944 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: 1128/2403] 10.0.0.134 () {34 vars in 695 bytes} [Thu Jun 18 13:54:55 2026] POST /v2.0/security-group-rules => generated 606 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2404] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:54:55 2026] PUT /v2.0/routers/4bcd2c54-573d-4613-8268-e971916973a2/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2405] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:54:56 2026] GET /v2.0/networks => generated 1298 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2406] 10.0.0.178 () {34 vars in 1098 bytes} [Thu Jun 18 13:54:56 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-124299981&fields=id&tenant_id=0e2d3f2daed24aaab2e353c2e4e39944 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:54:56.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-faf1ce5d-46b7-4c64-a204-ac2d67ae24b8 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: dde24d25-1060-4c2f-82c1-8e97efa625c3 2026-06-18 13:54:56.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faf1ce5d-46b7-4c64-a204-ac2d67ae24b8 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: dde24d25-1060-4c2f-82c1-8e97efa625c3 [pid: 7|app: 0|req: 1131/2407] 10.0.0.178 () {34 vars in 982 bytes} [Thu Jun 18 13:54:56 2026] GET /v2.0/networks?id=49271b2b-1a6a-48b6-924b-2a4eda3e7476 => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2408] 10.0.0.178 () {34 vars in 965 bytes} [Thu Jun 18 13:54:56 2026] GET /v2.0/quotas/0e2d3f2daed24aaab2e353c2e4e39944 => 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: 1133/2409] 10.0.0.178 () {34 vars in 1002 bytes} [Thu Jun 18 13:54:56 2026] GET /v2.0/ports?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2410] 10.0.0.178 () {34 vars in 1008 bytes} [Thu Jun 18 13:54:56 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?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: 1135/2411] 10.0.0.178 () {34 vars in 1108 bytes} [Thu Jun 18 13:54:56 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?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) 2026-06-18 13:54:56.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-faf1ce5d-46b7-4c64-a204-ac2d67ae24b8 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: c77fb15f-5dd9-4b1e-91e9-d9982c76f4f2 2026-06-18 13:54:56.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faf1ce5d-46b7-4c64-a204-ac2d67ae24b8 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: c77fb15f-5dd9-4b1e-91e9-d9982c76f4f2 [pid: 7|app: 0|req: 1136/2412] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:56 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => 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: 1137/2413] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:56 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => 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: 1138/2414] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:56 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:54:57.127 8 INFO neutron.services.segments.plugin [-] Segment 40cff532-e773-41d4-bd2a-23720a8d1639 resource provider aggregate not found 2026-06-18 13:54:57.127 8 INFO neutron.services.segments.plugin [-] Segment 40cff532-e773-41d4-bd2a-23720a8d1639 resource provider aggregate not found 2026-06-18 13:54:57.149 8 INFO neutron.services.segments.plugin [-] Segment 40cff532-e773-41d4-bd2a-23720a8d1639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40cff532-e773-41d4-bd2a-23720a8d1639 found for delete ", "request_id": "req-35f3dd52-f772-41a4-b2ba-5833b0aed6ab"}]} 2026-06-18 13:54:57.150 8 INFO neutron.services.segments.plugin [-] Segment 40cff532-e773-41d4-bd2a-23720a8d1639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40cff532-e773-41d4-bd2a-23720a8d1639 found for delete ", "request_id": "req-d4dec284-9507-4911-939e-86f7d1d4644d"}]} 2026-06-18 13:54:57.159 8 INFO neutron.db.l3_hamode_db [None req-faf1ce5d-46b7-4c64-a204-ac2d67ae24b8 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] HA network a9681097-8438-4932-88bd-25744029c889 was deleted as no HA routers are present in tenant a41f9ad1b5594516a4f7b904e5bd3845. [pid: 8|app: 0|req: 1277/2415] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:54:56 2026] DELETE /v2.0/routers/4bcd2c54-573d-4613-8268-e971916973a2 => generated 0 bytes in 988 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2416] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:54:57 2026] DELETE /v2.0/subnets/2cd37a8a-6af0-43d0-87f1-4ed6751fe0c1 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:54:57.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-b694b926-1510-47ff-9114-cbb57afb6157 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: e75b1083-9ebe-4555-82b5-455f0a2a3cc1 2026-06-18 13:54:57.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b694b926-1510-47ff-9114-cbb57afb6157 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: e75b1083-9ebe-4555-82b5-455f0a2a3cc1 [pid: 8|app: 0|req: 1278/2417] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:54:57 2026] DELETE /v2.0/networks/be474704-876c-483a-84d6-5f541737ab89 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2418] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:57 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:54:58.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf70960c-0de4-43d6-a705-c49f64ff10c1 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 8a84b79c-ff14-441e-a88c-78aea96e35db 2026-06-18 13:54:58.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf70960c-0de4-43d6-a705-c49f64ff10c1 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 8a84b79c-ff14-441e-a88c-78aea96e35db [pid: 8|app: 0|req: 1280/2419] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:54:58 2026] GET /v2.0/networks?id=ced83677-bb7e-4400-8192-24176d1df038 => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2420] 199.204.45.19 () {34 vars in 1049 bytes} [Thu Jun 18 13:54:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ea1e2bf7404745edaa0f0a9458467e72 => generated 343 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2421] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:54:58 2026] POST /v2.0/ports => generated 1078 bytes in 284 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: 1140/2422] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:54:57 2026] PUT /v2.0/routers/c38daa84-680c-422c-88c8-a9f12f92b428/remove_router_interface => generated 309 bytes in 1014 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:54:58.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce47aa11-2030-4790-88b6-748f66464850 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 2db47f18-5434-43aa-ac9a-6b1db47f0fb7 2026-06-18 13:54:58.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce47aa11-2030-4790-88b6-748f66464850 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 2db47f18-5434-43aa-ac9a-6b1db47f0fb7 [pid: 8|app: 0|req: 1283/2425] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:54:58 2026] PUT /v2.0/ports/8f460380-1b55-4a20-ba7e-ee3b2d10b28d => 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, ' [pid: 8|app: 0|req: 1284/2426] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:54:58 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:54:59.010 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80680f10-046d-4ce9-8504-712268e42c1a'] response: {'name': 'network-changed', 'server_uuid': '9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0', 'tag': '8f460380-1b55-4a20-ba7e-ee3b2d10b28d', 'status': 'completed', 'code': 200} 2026-06-18 13:54:59.168 8 INFO neutron.services.segments.plugin [-] Segment 11badfcb-7829-4d6b-9dd5-e8f19fa2a093 resource provider aggregate not found 2026-06-18 13:54:59.183 8 INFO neutron.services.segments.plugin [-] Segment 11badfcb-7829-4d6b-9dd5-e8f19fa2a093 resource provider aggregate not found 2026-06-18 13:54:59.195 8 INFO neutron.services.segments.plugin [-] Segment 11badfcb-7829-4d6b-9dd5-e8f19fa2a093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11badfcb-7829-4d6b-9dd5-e8f19fa2a093 found for delete ", "request_id": "req-2c5f5d46-9407-4214-b528-aa68a60eef3c"}]} 2026-06-18 13:54:59.204 8 INFO neutron.services.segments.plugin [-] Segment 11badfcb-7829-4d6b-9dd5-e8f19fa2a093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11badfcb-7829-4d6b-9dd5-e8f19fa2a093 found for delete ", "request_id": "req-c079216f-8b4a-47ee-87ac-5b79c6e74d86"}]} 2026-06-18 13:54:59.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce47aa11-2030-4790-88b6-748f66464850 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 711a183b-f5bc-4fc5-87de-6f0d7241fc1d 2026-06-18 13:54:59.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce47aa11-2030-4790-88b6-748f66464850 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 711a183b-f5bc-4fc5-87de-6f0d7241fc1d [pid: 8|app: 0|req: 1285/2427] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:54:59 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => 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: 1286/2428] 199.204.45.19 () {34 vars in 1017 bytes} [Thu Jun 18 13:54:59 2026] GET /v2.0/networks?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&shared=False => generated 735 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2429] 199.204.45.19 () {34 vars in 929 bytes} [Thu Jun 18 13:54:59 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) 2026-06-18 13:54:59.784 7 INFO neutron.services.segments.plugin [-] Segment 4e77d9e8-e4ba-4311-a970-57b663ba2507 resource provider aggregate not found 2026-06-18 13:54:59.790 7 INFO neutron.services.segments.plugin [-] Segment 4e77d9e8-e4ba-4311-a970-57b663ba2507 resource provider aggregate not found 2026-06-18 13:54:59.813 7 INFO neutron.services.segments.plugin [-] Segment 4e77d9e8-e4ba-4311-a970-57b663ba2507 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e77d9e8-e4ba-4311-a970-57b663ba2507 found for delete ", "request_id": "req-0a60aa82-0955-481f-ade3-cfbde7429e24"}]} 2026-06-18 13:54:59.817 7 INFO neutron.services.segments.plugin [-] Segment 4e77d9e8-e4ba-4311-a970-57b663ba2507 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e77d9e8-e4ba-4311-a970-57b663ba2507 found for delete ", "request_id": "req-34beeccd-4141-47b0-8bbb-0c015092ab5f"}]} 2026-06-18 13:54:59.834 7 INFO neutron.db.l3_hamode_db [None req-ce47aa11-2030-4790-88b6-748f66464850 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] HA network e60736fe-c69e-42cf-a072-370d8cd4c380 was deleted as no HA routers are present in tenant 0a9c1756f3d34d5f8b1aa7f010bbcd58. [pid: 7|app: 0|req: 1143/2430] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:54:58 2026] DELETE /v2.0/routers/c38daa84-680c-422c-88c8-a9f12f92b428 => generated 0 bytes in 1161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2431] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:54:59 2026] DELETE /v2.0/subnets/8a2cff55-9908-4031-814a-e1f1d9ab5ffd => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:00.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba6ccd8b-e02f-4dc1-94e9-bf58f180e121 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: f5f46cc2-16af-436f-a3c9-4fb36744dc51 2026-06-18 13:55:00.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba6ccd8b-e02f-4dc1-94e9-bf58f180e121 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: f5f46cc2-16af-436f-a3c9-4fb36744dc51 [pid: 8|app: 0|req: 1289/2432] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:00 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => 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: 1290/2433] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:00 2026] GET /v2.0/security-groups?id=4240242c-a354-4d1f-830e-bf9d3d001366&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: 1291/2434] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:00 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2435] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:00 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => 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: 1144/2436] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:00 2026] DELETE /v2.0/networks/19c5e550-93e3-4068-a37c-30bee7bcdb6c => generated 0 bytes in 432 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2437] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:55:00 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2438] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:55:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.84&port_id=8f460380-1b55-4a20-ba7e-ee3b2d10b28d => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2439] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:55:00 2026] GET /v2.0/subnets?id=1a5a845e-b1aa-4f0d-afeb-83b091afef6a => generated 654 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2440] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:00 2026] GET /v2.0/security-groups?tenant_id=a41f9ad1b5594516a4f7b904e5bd3845&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: 1295/2441] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:55:00 2026] GET /v2.0/ports?network_id=ced83677-bb7e-4400-8192-24176d1df038&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2442] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:55:00 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2443] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:55:00 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1147/2444] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:00 2026] DELETE /v2.0/security-groups/6eeffd42-3f61-4099-bc9f-eca3ad50c543 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2445] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:55:01 2026] GET /v2.0/networks?id=49271b2b-1a6a-48b6-924b-2a4eda3e7476 => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2446] 199.204.45.19 () {34 vars in 1049 bytes} [Thu Jun 18 13:55:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0e2d3f2daed24aaab2e353c2e4e39944 => generated 272 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2447] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:01 2026] GET /v2.0/security-groups?tenant_id=0a9c1756f3d34d5f8b1aa7f010bbcd58&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: 1300/2448] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:01 2026] DELETE /v2.0/security-groups/84cd3ac4-7e71-41d1-a18f-779665976c80 => 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: 1301/2449] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:01 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 961 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2450] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:01 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2451] 199.204.45.19 () {38 vars in 954 bytes} [Thu Jun 18 13:55:01 2026] POST /v2.0/ports => generated 958 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:55:01.839 7 INFO neutron.services.segments.plugin [-] Segment 2673fdaf-86e7-46c6-92d5-ebb52b9d6f7b resource provider aggregate not found 2026-06-18 13:55:01.844 7 INFO neutron.services.segments.plugin [-] Segment 2673fdaf-86e7-46c6-92d5-ebb52b9d6f7b resource provider aggregate not found 2026-06-18 13:55:01.861 7 INFO neutron.services.segments.plugin [-] Segment 2673fdaf-86e7-46c6-92d5-ebb52b9d6f7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2673fdaf-86e7-46c6-92d5-ebb52b9d6f7b found for delete ", "request_id": "req-866cf758-b98c-46f5-a294-85111c891443"}]} 2026-06-18 13:55:01.874 7 INFO neutron.services.segments.plugin [-] Segment 2673fdaf-86e7-46c6-92d5-ebb52b9d6f7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2673fdaf-86e7-46c6-92d5-ebb52b9d6f7b found for delete ", "request_id": "req-64ac35a9-9e17-4294-a1bc-228eebb067fa"}]} [pid: 8|app: 0|req: 1303/2452] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:55:01 2026] PUT /v2.0/ports/46442c35-f654-4213-b8fa-3e405162fec3 => generated 1239 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:55:02.121 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-458fa297-95ea-4f37-b42f-a4cbb6984cdd'] response: {'name': 'network-changed', 'server_uuid': '276327ee-fac8-4d3e-b057-76fdf0cad9e5', 'tag': '46442c35-f654-4213-b8fa-3e405162fec3', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1150/2453] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:55:02 2026] GET /v2.0/ports?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1304/2454] 199.204.45.19 () {34 vars in 1017 bytes} [Thu Jun 18 13:55:02 2026] GET /v2.0/networks?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&shared=False => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2455] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:02 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2456] 199.204.45.19 () {34 vars in 929 bytes} [Thu Jun 18 13:55:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2457] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:02 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2458] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:03 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => 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: 1153/2459] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:03 2026] GET /v2.0/security-groups?id=4240242c-a354-4d1f-830e-bf9d3d001366&fields=id&fields=name => generated 96 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2460] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:03 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2461] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:55:03 2026] GET /v2.0/ports?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2462] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:55:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=46442c35-f654-4213-b8fa-3e405162fec3 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2463] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:55:03 2026] GET /v2.0/subnets?id=e796fa91-6157-4ffa-b5d4-9243d794b4ce => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2464] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:03 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2465] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:03 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2466] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:55:03 2026] GET /v2.0/ports?network_id=49271b2b-1a6a-48b6-924b-2a4eda3e7476&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2467] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:55:04 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?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: 1311/2468] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:55:04 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2469] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:05 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2470] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:05 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2471] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:55:05 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 1242 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2472] 199.204.45.19 () {34 vars in 1043 bytes} [Thu Jun 18 13:55:05 2026] GET /v2.0/security-groups?id=4240242c-a354-4d1f-830e-bf9d3d001366&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2473] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:06 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => 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: 1315/2474] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:06 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:55:06.400 7 INFO neutron.db.segments_db [None req-d057896d-90df-4689-9d70-774473b78ff6 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] Added segment 3b3e52ef-0343-4a64-9d5f-eebc3942056f of type vxlan for network 8385a16f-3f46-4b24-8fa1-5d7d7b00b5cc [pid: 7|app: 0|req: 1160/2475] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:06 2026] POST /v2.0/networks => generated 708 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2476] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:55:06 2026] POST /v2.0/subnets => generated 644 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:55:06.728 8 WARNING neutron.api.v2.base [None req-3f4137fc-7166-4ca9-b13f-396dc0a31535 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-06-18 13:55:06.729 8 INFO neutron.api.v2.resource [None req-3f4137fc-7166-4ca9-b13f-396dc0a31535 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1317/2477] 10.0.0.134 () {34 vars in 681 bytes} [Thu Jun 18 13:55:06 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2478] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:06 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => 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: 1162/2479] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:06 2026] GET /v2.0/security-groups?id=4240242c-a354-4d1f-830e-bf9d3d001366&fields=id&fields=name => generated 96 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2480] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:06 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:55:06.960 8 INFO neutron.services.segments.plugin [-] Segment 3b3e52ef-0343-4a64-9d5f-eebc3942056f resource provider aggregate not found 2026-06-18 13:55:06.960 8 INFO neutron.services.segments.plugin [-] Segment 3b3e52ef-0343-4a64-9d5f-eebc3942056f resource provider aggregate not found 2026-06-18 13:55:06.991 8 INFO neutron.services.segments.plugin [-] Segment 3b3e52ef-0343-4a64-9d5f-eebc3942056f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b3e52ef-0343-4a64-9d5f-eebc3942056f found for delete ", "request_id": "req-4e617c63-9731-4ba8-b1d9-833b4313141e"}]} 2026-06-18 13:55:06.993 8 INFO neutron.services.segments.plugin [-] Segment 3b3e52ef-0343-4a64-9d5f-eebc3942056f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b3e52ef-0343-4a64-9d5f-eebc3942056f found for delete ", "request_id": "req-35ea248f-2df5-4c6a-9130-f4c0e7de91a3"}]} [pid: 8|app: 0|req: 1318/2481] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:06 2026] DELETE /v2.0/networks/8385a16f-3f46-4b24-8fa1-5d7d7b00b5cc => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:07.060 7 INFO neutron.db.segments_db [None req-7dc7a1fe-2db1-4d4e-933d-ae8bdaa18ede 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] Added segment a42aab52-7594-4567-acc6-0b0b5948e6e8 of type vxlan for network 7af46b62-373a-4be3-84b6-d5b777c712f6 [pid: 7|app: 0|req: 1164/2482] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:07 2026] POST /v2.0/networks => generated 708 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2483] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:55:07 2026] POST /v2.0/subnets => generated 647 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:55:07.376 7 WARNING neutron.api.v2.base [None req-8b7eb5a3-7ac2-4c57-b266-038898153039 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-06-18 13:55:07.377 7 INFO neutron.api.v2.resource [None req-8b7eb5a3-7ac2-4c57-b266-038898153039 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1165/2484] 10.0.0.134 () {34 vars in 681 bytes} [Thu Jun 18 13:55:07 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2485] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:07 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2486] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:07 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2487] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:07 2026] DELETE /v2.0/networks/7af46b62-373a-4be3-84b6-d5b777c712f6 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:07.627 7 INFO neutron.db.segments_db [None req-e47e87ad-18e3-42a5-8e59-638339dcd962 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] Added segment 24446128-b4b1-4a46-a24a-1f396ea6b866 of type vxlan for network 7b2b3071-562f-44f0-9eb9-a30e8eee94dd [pid: 7|app: 0|req: 1168/2488] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:07 2026] POST /v2.0/networks => generated 706 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2489] 10.0.0.134 () {34 vars in 669 bytes} [Thu Jun 18 13:55:07 2026] POST /v2.0/subnets => generated 647 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2490] 10.0.0.134 () {34 vars in 681 bytes} [Thu Jun 18 13:55:08 2026] POST /v2.0/rbac-policies => generated 324 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2491] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:08 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2492] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:08 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2493] 10.0.0.134 () {32 vars in 723 bytes} [Thu Jun 18 13:55:08 2026] GET /v2.0/networks/7b2b3071-562f-44f0-9eb9-a30e8eee94dd => generated 653 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:55:09.023 8 INFO neutron.services.segments.plugin [-] Segment a42aab52-7594-4567-acc6-0b0b5948e6e8 resource provider aggregate not found 2026-06-18 13:55:09.027 8 INFO neutron.services.segments.plugin [-] Segment a42aab52-7594-4567-acc6-0b0b5948e6e8 resource provider aggregate not found 2026-06-18 13:55:09.047 8 INFO neutron.services.segments.plugin [-] Segment a42aab52-7594-4567-acc6-0b0b5948e6e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a42aab52-7594-4567-acc6-0b0b5948e6e8 found for delete ", "request_id": "req-721c0358-519f-4f1e-80cc-aa877860f6ea"}]} 2026-06-18 13:55:09.048 8 INFO neutron.services.segments.plugin [-] Segment a42aab52-7594-4567-acc6-0b0b5948e6e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a42aab52-7594-4567-acc6-0b0b5948e6e8 found for delete ", "request_id": "req-76c6c17d-ff33-4feb-8a97-7b28206d8cd9"}]} 2026-06-18 13:55:09.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02e1967b-43e8-4bd2-a435-6852d436fd31 b1bad883044341959145950012a0f47f e82866d0bfa54fbe840d61ac5792a9a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1324/2494] 10.0.0.134 () {32 vars in 723 bytes} [Thu Jun 18 13:55:09 2026] GET /v2.0/networks/7b2b3071-562f-44f0-9eb9-a30e8eee94dd => generated 138 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:55:09.572 7 INFO neutron.services.segments.plugin [-] Segment 24446128-b4b1-4a46-a24a-1f396ea6b866 resource provider aggregate not found 2026-06-18 13:55:09.573 7 INFO neutron.services.segments.plugin [-] Segment 24446128-b4b1-4a46-a24a-1f396ea6b866 resource provider aggregate not found 2026-06-18 13:55:09.602 7 INFO neutron.services.segments.plugin [-] Segment 24446128-b4b1-4a46-a24a-1f396ea6b866 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24446128-b4b1-4a46-a24a-1f396ea6b866 found for delete ", "request_id": "req-c023c08b-687c-417a-8255-81c17dda51b8"}]} 2026-06-18 13:55:09.603 7 INFO neutron.services.segments.plugin [-] Segment 24446128-b4b1-4a46-a24a-1f396ea6b866 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24446128-b4b1-4a46-a24a-1f396ea6b866 found for delete ", "request_id": "req-c733a81f-781b-41e3-8705-89fde01705fe"}]} [pid: 8|app: 0|req: 1325/2495] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:09 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 1244 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2496] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:09 2026] GET /v2.0/security-groups?id=4240242c-a354-4d1f-830e-bf9d3d001366&fields=id&fields=name => generated 96 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2497] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:09 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2498] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:09 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2499] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:09 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => 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: 1330/2500] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:10 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2501] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:10 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:55:10.170 7 INFO neutron_taas.services.taas.taas_plugin [None req-f86a8bb5-fda1-4629-bf2f-64b278bc04d2 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] TaaS: Handle Delete Port: cb7219b9-ce78-40e3-b7c5-f7a2cd62cd6e 2026-06-18 13:55:10.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f86a8bb5-fda1-4629-bf2f-64b278bc04d2 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] Tap Mirror: Handle Delete Port: cb7219b9-ce78-40e3-b7c5-f7a2cd62cd6e [pid: 8|app: 0|req: 1332/2502] 10.0.0.134 () {32 vars in 736 bytes} [Thu Jun 18 13:55:10 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => 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: 1171/2503] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:09 2026] DELETE /v2.0/networks/7b2b3071-562f-44f0-9eb9-a30e8eee94dd => generated 0 bytes in 1159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:10.447 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d287817-1a48-4e47-a8a1-c109c842d44e 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1172/2504] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:55:10 2026] DELETE /v2.0/subnets/bcb16578-5334-4283-9414-9a55b1b58028 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:55:10.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b79ad353-6d71-4070-ac4a-0ffa503c0836 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1173/2505] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:55:10 2026] DELETE /v2.0/subnets/2fcc9033-92f4-4661-86b9-31ce9c5c0e59 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:55:10.476 7 INFO neutron.pecan_wsgi.hooks.translation [None req-176ebee1-5236-45bd-861d-0cfbba88edc9 1870c3029fb246ac876cfdd9a6ba4e83 5c435fa060594010b5dbeeaa1d433b3f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1174/2506] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:55:10 2026] DELETE /v2.0/subnets/375afcf9-e1ba-41dd-b558-ac5d12a07c31 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:55:10.591 8 INFO neutron.db.l3_db [None req-3b4f887c-d584-4536-bef1-ec59c5e11140 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Floating IP 1315b36c-f757-4b83-9d81-9bd171574570 associated. External IP: 10.96.250.206, port: 46442c35-f654-4213-b8fa-3e405162fec3. [pid: 8|app: 0|req: 1333/2507] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:55:10 2026] PUT /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 856 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:55:11.067 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-08a250a3-2545-436b-aa36-69c27c325f4c'] response: {'name': 'network-changed', 'server_uuid': '276327ee-fac8-4d3e-b057-76fdf0cad9e5', 'tag': '46442c35-f654-4213-b8fa-3e405162fec3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1175/2508] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:55:11 2026] GET /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 856 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:55:11.629 7 INFO neutron.services.segments.plugin [-] Segment 24446128-b4b1-4a46-a24a-1f396ea6b866 resource provider aggregate not found [pid: 7|app: 0|req: 1176/2509] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:55:11 2026] GET /v2.0/ports?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:55:11.639 7 INFO neutron.services.segments.plugin [-] Segment 24446128-b4b1-4a46-a24a-1f396ea6b866 resource provider aggregate not found 2026-06-18 13:55:11.651 7 INFO neutron.services.segments.plugin [-] Segment 24446128-b4b1-4a46-a24a-1f396ea6b866 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24446128-b4b1-4a46-a24a-1f396ea6b866 found for delete ", "request_id": "req-e8f8cb96-7c4a-457f-85fa-17f91f7beb4a"}]} 2026-06-18 13:55:11.664 7 INFO neutron.services.segments.plugin [-] Segment 24446128-b4b1-4a46-a24a-1f396ea6b866 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24446128-b4b1-4a46-a24a-1f396ea6b866 found for delete ", "request_id": "req-282ab173-f9ed-4fee-8e38-1a031757961b"}]} [pid: 7|app: 0|req: 1177/2510] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:55:11 2026] GET /v2.0/networks?id=49271b2b-1a6a-48b6-924b-2a4eda3e7476 => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2511] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:11 2026] GET /v2.0/security-groups?tenant_id=5c435fa060594010b5dbeeaa1d433b3f&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2512] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:55:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=46442c35-f654-4213-b8fa-3e405162fec3 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2513] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:55:11 2026] GET /v2.0/subnets?id=e796fa91-6157-4ffa-b5d4-9243d794b4ce => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2514] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:55:11 2026] GET /v2.0/ports?network_id=49271b2b-1a6a-48b6-924b-2a4eda3e7476&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: 1335/2515] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:11 2026] DELETE /v2.0/security-groups/d1148acb-b769-40c0-8895-87a791e021e2 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2516] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:55:11 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?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: 1336/2517] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:55:11 2026] GET /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2518] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:55:12 2026] GET /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 856 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2519] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:11 2026] GET /v2.0/security-groups?tenant_id=e82866d0bfa54fbe840d61ac5792a9a3&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2520] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:12 2026] DELETE /v2.0/security-groups/a3a0130c-b390-40b0-a882-4b18721da078 => 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: 1183/2521] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:12 2026] GET /v2.0/security-groups?tenant_id=3bbe466da4404ca684b63a503173d2a6&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2522] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:12 2026] DELETE /v2.0/security-groups/8917f62d-1e75-4e46-9679-4718bed4a9a2 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2523] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:55:13 2026] GET /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2526] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:55:17 2026] POST /v2.0/floatingips => generated 552 bytes in 798 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2527] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:55:18 2026] POST /v2.0/floatingips => generated 552 bytes in 618 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2528] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:55:18 2026] POST /v2.0/floatingips => generated 552 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2529] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:55:19 2026] POST /v2.0/floatingips => generated 552 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2530] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:55:19 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2531] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:55:20 2026] PUT /v2.0/floatingips/cfe186bf-1525-47f2-a3e5-43a1c0ea4897/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2532] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:55:20 2026] PUT /v2.0/floatingips/30e5707b-97aa-4afe-b994-4892eff7f0bb/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2533] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:55:20 2026] PUT /v2.0/floatingips/42dc12d0-df48-4ee2-a20e-43ed2e261507/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2534] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:55:20 2026] PUT /v2.0/floatingips/f7770b38-8dfa-4417-bb78-369d705ed641/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2535] 10.0.0.134 () {32 vars in 672 bytes} [Thu Jun 18 13:55:20 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2536] 10.0.0.131 () {34 vars in 990 bytes} [Thu Jun 18 13:55:21 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => 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: 1192/2537] 10.0.0.131 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:21 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2538] 10.0.0.134 () {32 vars in 686 bytes} [Thu Jun 18 13:55:20 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 682 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2539] 10.0.0.134 () {32 vars in 682 bytes} [Thu Jun 18 13:55:21 2026] GET /v2.0/floatingips?tags-any=blue => 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: 1347/2540] 10.0.0.134 () {32 vars in 694 bytes} [Thu Jun 18 13:55:21 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2541] 10.0.0.134 () {32 vars in 680 bytes} [Thu Jun 18 13:55:21 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2542] 10.0.0.134 () {32 vars in 694 bytes} [Thu Jun 18 13:55:21 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2543] 10.0.0.134 () {32 vars in 690 bytes} [Thu Jun 18 13:55:21 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2544] 10.0.0.134 () {32 vars in 702 bytes} [Thu Jun 18 13:55:21 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:55:21.951 7 INFO neutron_taas.services.taas.taas_plugin [None req-52dcb173-9ea3-4318-b0ba-3b58bc6a5f13 0e589541bf36410b806bee469063dd5b f0b25fc30e004c49b1f8530f69fa9ac5 - - default default] TaaS: Handle Delete Port: eaba9a3e-569c-48b1-8951-145eede476b7 2026-06-18 13:55:21.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52dcb173-9ea3-4318-b0ba-3b58bc6a5f13 0e589541bf36410b806bee469063dd5b f0b25fc30e004c49b1f8530f69fa9ac5 - - default default] Tap Mirror: Handle Delete Port: eaba9a3e-569c-48b1-8951-145eede476b7 [pid: 7|app: 0|req: 1196/2545] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:55:21 2026] DELETE /v2.0/floatingips/cfe186bf-1525-47f2-a3e5-43a1c0ea4897 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:22.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e85286b-c641-47e4-ada1-75a0b832044b 0e589541bf36410b806bee469063dd5b f0b25fc30e004c49b1f8530f69fa9ac5 - - default default] TaaS: Handle Delete Port: a62141c3-a8aa-4730-864a-d110c25d257b 2026-06-18 13:55:22.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e85286b-c641-47e4-ada1-75a0b832044b 0e589541bf36410b806bee469063dd5b f0b25fc30e004c49b1f8530f69fa9ac5 - - default default] Tap Mirror: Handle Delete Port: a62141c3-a8aa-4730-864a-d110c25d257b [pid: 8|app: 0|req: 1350/2546] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:55:22 2026] DELETE /v2.0/floatingips/30e5707b-97aa-4afe-b994-4892eff7f0bb => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:22.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-b689dfe7-38bf-4a25-ab20-8072e5504893 0e589541bf36410b806bee469063dd5b f0b25fc30e004c49b1f8530f69fa9ac5 - - default default] TaaS: Handle Delete Port: f6e2bf65-bddf-4a4e-8e6c-af5340e36fe1 2026-06-18 13:55:22.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b689dfe7-38bf-4a25-ab20-8072e5504893 0e589541bf36410b806bee469063dd5b f0b25fc30e004c49b1f8530f69fa9ac5 - - default default] Tap Mirror: Handle Delete Port: f6e2bf65-bddf-4a4e-8e6c-af5340e36fe1 [pid: 7|app: 0|req: 1197/2547] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:55:22 2026] DELETE /v2.0/floatingips/42dc12d0-df48-4ee2-a20e-43ed2e261507 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:22.920 8 INFO neutron_taas.services.taas.taas_plugin [None req-236d5db4-d6d6-4304-b3a2-40b28de286f6 0e589541bf36410b806bee469063dd5b f0b25fc30e004c49b1f8530f69fa9ac5 - - default default] TaaS: Handle Delete Port: 032705d8-8b9c-4e00-8782-7730a48914f0 2026-06-18 13:55:22.923 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-236d5db4-d6d6-4304-b3a2-40b28de286f6 0e589541bf36410b806bee469063dd5b f0b25fc30e004c49b1f8530f69fa9ac5 - - default default] Tap Mirror: Handle Delete Port: 032705d8-8b9c-4e00-8782-7730a48914f0 [pid: 8|app: 0|req: 1351/2548] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:55:22 2026] DELETE /v2.0/floatingips/f7770b38-8dfa-4417-bb78-369d705ed641 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:23.210 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f60b1a8-db69-4fb1-93ef-a928cef3eaf0 0e589541bf36410b806bee469063dd5b f0b25fc30e004c49b1f8530f69fa9ac5 - - default default] TaaS: Handle Delete Port: 8a7bd55e-f75f-4d9f-96da-98a5af6cfe52 2026-06-18 13:55:23.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f60b1a8-db69-4fb1-93ef-a928cef3eaf0 0e589541bf36410b806bee469063dd5b f0b25fc30e004c49b1f8530f69fa9ac5 - - default default] Tap Mirror: Handle Delete Port: 8a7bd55e-f75f-4d9f-96da-98a5af6cfe52 [pid: 7|app: 0|req: 1198/2549] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:55:23 2026] DELETE /v2.0/floatingips/ca5ebc95-6d00-4406-81d3-70f9f98d0cf8 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2550] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:24 2026] GET /v2.0/security-groups?tenant_id=4bcfe1d61c464c81b66d6ae3df1a1dbe&name=default => generated 2929 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2551] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:24 2026] DELETE /v2.0/security-groups/9bf6988f-7291-47ef-a3af-0c3ccd02c967 => 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: 1353/2552] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:24 2026] GET /v2.0/security-groups?tenant_id=f0b25fc30e004c49b1f8530f69fa9ac5&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2553] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:25 2026] DELETE /v2.0/security-groups/ac79b56f-8178-4fd3-aa50-146906c7a88a => 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: 1354/2554] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:25 2026] GET /v2.0/security-groups?tenant_id=1938bf1e9ec447b183ca9454e3be2c1e&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2555] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:25 2026] DELETE /v2.0/security-groups/87c4b060-32fa-4c7c-a0eb-89d6d23cfcd5 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:30.734 7 INFO neutron.db.segments_db [None req-b2014ea4-a642-4418-a9b6-448b7207c547 72d73773b3b6438aa239d82e731171e2 ee15ec0c74904fd5a2d364286d12124b - - default default] Added segment ca099545-94cb-4de3-9627-9d68857a8a95 of type vxlan for network 7e486ba4-c72a-4241-b882-806712fa080e [pid: 8|app: 0|req: 1356/2558] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:30 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 975 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2559] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:30 2026] POST /v2.0/networks => generated 613 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2560] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:30 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:55:30.944 7 INFO neutron.db.segments_db [None req-8b22a8af-ef40-405e-b321-86f61385f6db 72d73773b3b6438aa239d82e731171e2 ee15ec0c74904fd5a2d364286d12124b - - default default] Added segment 1c0f9e72-037c-4f87-9b4e-cd5c9f79e3c9 of type vxlan for network 46ec5ae0-6948-471e-a471-b1b13fa96ca2 [pid: 7|app: 0|req: 1204/2561] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:30 2026] POST /v2.0/networks => generated 612 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:55:31.067 8 INFO neutron.db.segments_db [None req-eb3bf9e0-78ed-40db-abeb-7b94ee361886 72d73773b3b6438aa239d82e731171e2 ee15ec0c74904fd5a2d364286d12124b - - default default] Added segment 9983e067-3c7e-47ee-a301-ab79aae78058 of type vxlan for network bfe1de58-69b1-43a9-b403-cfe01fe8eb44 [pid: 8|app: 0|req: 1358/2562] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:31 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:55:31.215 7 INFO neutron.db.segments_db [None req-b09ab5dc-e6a8-4b80-b2a9-99a662734742 72d73773b3b6438aa239d82e731171e2 ee15ec0c74904fd5a2d364286d12124b - - default default] Added segment 01e9449c-1c0b-4a11-a500-468cc1e52b66 of type vxlan for network 771a7bce-03c4-4a8d-ae91-4808b3ee7ffd [pid: 7|app: 0|req: 1205/2563] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:31 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:55:31.370 8 INFO neutron.db.segments_db [None req-f6916568-e9a1-438b-ae58-0e6af2a85fa3 72d73773b3b6438aa239d82e731171e2 ee15ec0c74904fd5a2d364286d12124b - - default default] Added segment 0922fe73-562d-40de-954c-ff02bf66bef5 of type vxlan for network 58825100-a499-4bc1-ba38-90a0c9b391c3 [pid: 8|app: 0|req: 1359/2564] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:31 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2565] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:55:31 2026] PUT /v2.0/networks/7e486ba4-c72a-4241-b882-806712fa080e/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: 1360/2566] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:55:31 2026] PUT /v2.0/networks/46ec5ae0-6948-471e-a471-b1b13fa96ca2/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: 1207/2567] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:55:31 2026] PUT /v2.0/networks/bfe1de58-69b1-43a9-b403-cfe01fe8eb44/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2568] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:55:31 2026] PUT /v2.0/networks/771a7bce-03c4-4a8d-ae91-4808b3ee7ffd/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2569] 10.0.0.134 () {32 vars in 666 bytes} [Thu Jun 18 13:55:31 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2570] 10.0.0.134 () {32 vars in 680 bytes} [Thu Jun 18 13:55:31 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2571] 10.0.0.134 () {32 vars in 676 bytes} [Thu Jun 18 13:55:31 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2572] 10.0.0.134 () {32 vars in 688 bytes} [Thu Jun 18 13:55:31 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2573] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:31 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2574] 10.0.0.134 () {32 vars in 674 bytes} [Thu Jun 18 13:55:31 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2575] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:32 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&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: 1212/2576] 10.0.0.134 () {32 vars in 688 bytes} [Thu Jun 18 13:55:32 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2577] 10.0.0.134 () {32 vars in 684 bytes} [Thu Jun 18 13:55:32 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2578] 10.0.0.134 () {32 vars in 696 bytes} [Thu Jun 18 13:55:32 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:55:32.437 8 INFO neutron.services.segments.plugin [-] Segment ca099545-94cb-4de3-9627-9d68857a8a95 resource provider aggregate not found 2026-06-18 13:55:32.443 8 INFO neutron.services.segments.plugin [-] Segment ca099545-94cb-4de3-9627-9d68857a8a95 resource provider aggregate not found 2026-06-18 13:55:32.461 8 INFO neutron.services.segments.plugin [-] Segment ca099545-94cb-4de3-9627-9d68857a8a95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca099545-94cb-4de3-9627-9d68857a8a95 found for delete ", "request_id": "req-819c4b4f-a101-4a16-9714-79723870f9c8"}]} 2026-06-18 13:55:32.465 8 INFO neutron.services.segments.plugin [-] Segment ca099545-94cb-4de3-9627-9d68857a8a95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca099545-94cb-4de3-9627-9d68857a8a95 found for delete ", "request_id": "req-d2a71f03-0599-446f-9207-97d692e4c819"}]} [pid: 8|app: 0|req: 1366/2579] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:32 2026] DELETE /v2.0/networks/7e486ba4-c72a-4241-b882-806712fa080e => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:32.612 7 INFO neutron.services.segments.plugin [-] Segment 1c0f9e72-037c-4f87-9b4e-cd5c9f79e3c9 resource provider aggregate not found 2026-06-18 13:55:32.631 7 INFO neutron.services.segments.plugin [-] Segment 1c0f9e72-037c-4f87-9b4e-cd5c9f79e3c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c0f9e72-037c-4f87-9b4e-cd5c9f79e3c9 found for delete ", "request_id": "req-0ebe3e67-2208-471f-8e52-da917c5e419b"}]} 2026-06-18 13:55:32.635 7 INFO neutron.services.segments.plugin [-] Segment 1c0f9e72-037c-4f87-9b4e-cd5c9f79e3c9 resource provider aggregate not found [pid: 7|app: 0|req: 1214/2580] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:32 2026] DELETE /v2.0/networks/46ec5ae0-6948-471e-a471-b1b13fa96ca2 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:32.654 7 INFO neutron.services.segments.plugin [-] Segment 1c0f9e72-037c-4f87-9b4e-cd5c9f79e3c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c0f9e72-037c-4f87-9b4e-cd5c9f79e3c9 found for delete ", "request_id": "req-a77e20f6-c1cd-4e38-8185-21b65e3eaa70"}]} [pid: 8|app: 0|req: 1367/2581] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:32 2026] DELETE /v2.0/networks/bfe1de58-69b1-43a9-b403-cfe01fe8eb44 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2582] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:32 2026] DELETE /v2.0/networks/771a7bce-03c4-4a8d-ae91-4808b3ee7ffd => 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: 1368/2583] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:55:32 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => 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: 1216/2584] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:32 2026] DELETE /v2.0/networks/58825100-a499-4bc1-ba38-90a0c9b391c3 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:33.160 8 INFO neutron_taas.services.taas.taas_plugin [req-de342a87-3bf0-4574-9cfd-1a5c66ff638d req-4dcaf4a1-d863-419c-aa32-05ff092b4e51 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] TaaS: Handle Delete Port: 46442c35-f654-4213-b8fa-3e405162fec3 2026-06-18 13:55:33.166 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-de342a87-3bf0-4574-9cfd-1a5c66ff638d req-4dcaf4a1-d863-419c-aa32-05ff092b4e51 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Tap Mirror: Handle Delete Port: 46442c35-f654-4213-b8fa-3e405162fec3 [pid: 7|app: 0|req: 1217/2585] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:33 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2586] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:33 2026] GET /v2.0/security-groups?id=52e3432d-fb56-4a32-b1a0-2bd688b696ec&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:55:33.322 8 INFO neutron.db.l3_db [req-de342a87-3bf0-4574-9cfd-1a5c66ff638d req-4dcaf4a1-d863-419c-aa32-05ff092b4e51 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Floating IP 1315b36c-f757-4b83-9d81-9bd171574570 disassociated. External IP: 10.96.250.206, port: 46442c35-f654-4213-b8fa-3e405162fec3. [pid: 8|app: 0|req: 1369/2587] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:55:33 2026] DELETE /v2.0/ports/46442c35-f654-4213-b8fa-3e405162fec3 => generated 0 bytes in 707 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:33.795 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0c45df3-87c6-4050-8c81-bc12fe439328'] response: {'server_uuid': '276327ee-fac8-4d3e-b057-76fdf0cad9e5', 'name': 'network-vif-deleted', 'tag': '46442c35-f654-4213-b8fa-3e405162fec3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1219/2588] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:34 2026] GET /v2.0/security-groups?tenant_id=b4178085eb8c429ba2620ad14f34f762&name=default => generated 2929 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2589] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:34 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => 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: 1370/2590] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:34 2026] DELETE /v2.0/security-groups/b71e0663-66b0-4912-9843-e94c550aa4e6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:34.778 8 INFO neutron.services.segments.plugin [-] Segment 9983e067-3c7e-47ee-a301-ab79aae78058 resource provider aggregate not found [pid: 7|app: 0|req: 1221/2591] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:34 2026] GET /v2.0/security-groups?tenant_id=a3fa04f58fa54eb7b3c6b8c7316cacb9&name=default => generated 2929 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:55:34.833 8 INFO neutron.services.segments.plugin [-] Segment 9983e067-3c7e-47ee-a301-ab79aae78058 resource provider aggregate not found 2026-06-18 13:55:34.851 7 INFO neutron.services.segments.plugin [-] Segment 01e9449c-1c0b-4a11-a500-468cc1e52b66 resource provider aggregate not found 2026-06-18 13:55:34.862 8 INFO neutron.services.segments.plugin [-] Segment 9983e067-3c7e-47ee-a301-ab79aae78058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9983e067-3c7e-47ee-a301-ab79aae78058 found for delete ", "request_id": "req-fd3e6bd1-1d42-41b9-8e6e-00fe018b2208"}]} 2026-06-18 13:55:34.870 8 INFO neutron.services.segments.plugin [-] Segment 9983e067-3c7e-47ee-a301-ab79aae78058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9983e067-3c7e-47ee-a301-ab79aae78058 found for delete ", "request_id": "req-4f006adc-2f4e-43b8-8a8f-8c890fd8ea17"}]} 2026-06-18 13:55:34.876 7 INFO neutron.services.segments.plugin [-] Segment 01e9449c-1c0b-4a11-a500-468cc1e52b66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01e9449c-1c0b-4a11-a500-468cc1e52b66 found for delete ", "request_id": "req-62b0a259-fe61-4d05-9f4a-8a0c9d61ad61"}]} 2026-06-18 13:55:34.892 7 INFO neutron.services.segments.plugin [-] Segment 0922fe73-562d-40de-954c-ff02bf66bef5 resource provider aggregate not found 2026-06-18 13:55:34.904 7 INFO neutron.services.segments.plugin [-] Segment 0922fe73-562d-40de-954c-ff02bf66bef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0922fe73-562d-40de-954c-ff02bf66bef5 found for delete ", "request_id": "req-78c18d40-0600-42aa-b6cb-4d77b6f0ea3d"}]} 2026-06-18 13:55:34.915 7 INFO neutron.services.segments.plugin [-] Segment 01e9449c-1c0b-4a11-a500-468cc1e52b66 resource provider aggregate not found 2026-06-18 13:55:34.928 7 INFO neutron.services.segments.plugin [-] Segment 01e9449c-1c0b-4a11-a500-468cc1e52b66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01e9449c-1c0b-4a11-a500-468cc1e52b66 found for delete ", "request_id": "req-8c1e1532-cc43-4ef1-9cea-617e3a7c7f5a"}]} 2026-06-18 13:55:34.949 7 INFO neutron.services.segments.plugin [-] Segment 0922fe73-562d-40de-954c-ff02bf66bef5 resource provider aggregate not found 2026-06-18 13:55:34.965 7 INFO neutron.services.segments.plugin [-] Segment 0922fe73-562d-40de-954c-ff02bf66bef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0922fe73-562d-40de-954c-ff02bf66bef5 found for delete ", "request_id": "req-9559baa4-9356-4b1b-a731-8dc1eda6af3f"}]} [pid: 8|app: 0|req: 1371/2592] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:34 2026] DELETE /v2.0/security-groups/c9935635-ad3b-4a3d-bcea-fca5133a03ac => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2593] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:35 2026] GET /v2.0/security-groups?tenant_id=ee15ec0c74904fd5a2d364286d12124b&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2594] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:35 2026] DELETE /v2.0/security-groups/b889a2a7-09b8-4019-b2d1-85a5b48cfc7b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2595] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:35 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2596] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:36 2026] GET /v2.0/ports?device_id=276327ee-fac8-4d3e-b057-76fdf0cad9e5 => 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: 1224/2597] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:37 2026] DELETE /v2.0/security-groups/52e3432d-fb56-4a32-b1a0-2bd688b696ec => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:38.019 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0430489-7a40-4246-ac46-a4e404f2f3b5 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] TaaS: Handle Delete Port: 6eb950b1-ae06-4b80-a420-e76964462a54 2026-06-18 13:55:38.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0430489-7a40-4246-ac46-a4e404f2f3b5 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Tap Mirror: Handle Delete Port: 6eb950b1-ae06-4b80-a420-e76964462a54 [pid: 8|app: 0|req: 1374/2598] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:55:37 2026] DELETE /v2.0/floatingips/1315b36c-f757-4b83-9d81-9bd171574570 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2599] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:38 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => 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: 1375/2600] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:38 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&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: 1226/2601] 10.0.0.134 () {34 vars in 684 bytes} [Thu Jun 18 13:55:38 2026] POST /v2.0/security-groups => generated 1603 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2602] 10.0.0.134 () {34 vars in 767 bytes} [Thu Jun 18 13:55:39 2026] PUT /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/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: 1227/2603] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:55:39 2026] GET /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2604] 10.0.0.134 () {34 vars in 778 bytes} [Thu Jun 18 13:55:39 2026] PUT /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/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: 1228/2605] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:55:39 2026] GET /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2606] 10.0.0.134 () {34 vars in 774 bytes} [Thu Jun 18 13:55:39 2026] PUT /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2607] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:55:39 2026] GET /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2608] 10.0.0.134 () {34 vars in 796 bytes} [Thu Jun 18 13:55:39 2026] PUT /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2609] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:55:39 2026] GET /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2610] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:39 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2611] 10.0.0.134 () {34 vars in 767 bytes} [Thu Jun 18 13:55:39 2026] PUT /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2612] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:39 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2613] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:55:39 2026] GET /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2614] 10.0.0.134 () {32 vars in 755 bytes} [Thu Jun 18 13:55:39 2026] GET /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:39.825 7 INFO neutron.api.v2.resource [None req-0c6c7ba5-04c0-4473-91ce-d31872387a05 ca3c65a494c54b3a9f1e10fecec885a1 1bf1ef5f2a034fb4b2199cc0945ad2d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1233/2615] 10.0.0.134 () {32 vars in 759 bytes} [Thu Jun 18 13:55:39 2026] GET /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2616] 10.0.0.134 () {32 vars in 758 bytes} [Thu Jun 18 13:55:39 2026] DELETE /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2617] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:55:39 2026] GET /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:55:40.011 8 INFO neutron.api.v2.resource [None req-988f96dc-1c5e-4876-9986-cdb5355c1d2c ca3c65a494c54b3a9f1e10fecec885a1 1bf1ef5f2a034fb4b2199cc0945ad2d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1384/2618] 10.0.0.134 () {32 vars in 762 bytes} [Thu Jun 18 13:55:39 2026] DELETE /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2619] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:55:40 2026] DELETE /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2620] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:55:40 2026] GET /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467/tags => 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: 1236/2621] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:40 2026] DELETE /v2.0/security-groups/3dd90b2c-87f8-40cb-b042-a2969144a467 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2622] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:40 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2623] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:55:40 2026] GET /v2.0/security-groups?id=9359f33e-815d-467e-9f8a-a87e6784f9b1&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2624] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:40 2026] GET /v2.0/security-groups?tenant_id=1bf1ef5f2a034fb4b2199cc0945ad2d8&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2625] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:41 2026] DELETE /v2.0/security-groups/050a21db-0491-4348-9dbe-43709925edfe => 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: 1238/2626] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:55:41 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => generated 971 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:55:41.395 8 INFO neutron_taas.services.taas.taas_plugin [req-f0688064-d666-44bb-9392-66dbede6a3f2 req-0e9ba04f-7ac7-47c2-969f-c42ef5067489 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] TaaS: Handle Delete Port: 89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d 2026-06-18 13:55:41.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f0688064-d666-44bb-9392-66dbede6a3f2 req-0e9ba04f-7ac7-47c2-969f-c42ef5067489 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Tap Mirror: Handle Delete Port: 89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d [pid: 7|app: 0|req: 1239/2627] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:41 2026] GET /v2.0/security-groups?tenant_id=b372d07139344e67b6884a50cf718236&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2628] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:41 2026] DELETE /v2.0/security-groups/ebeb2639-f6bd-49a1-836e-9d7d643f801b => 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: 1389/2629] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:55:41 2026] DELETE /v2.0/ports/89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:41.605 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2ad414a-0267-471d-9353-2c2e50fb37a6'] response: {'server_uuid': 'a490ab6b-d020-453c-8b85-591655ee3b87', 'name': 'network-vif-deleted', 'tag': '89fe5ed7-8ce3-4763-9c1d-2f8a1f0e1d0d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1241/2630] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:41 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => 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: 1390/2631] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:43 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => 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: 1243/2634] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:55:44 2026] GET /v2.0/ports?device_id=a490ab6b-d020-453c-8b85-591655ee3b87 => 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: 1392/2635] 10.0.0.134 () {34 vars in 676 bytes} [Thu Jun 18 13:55:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2636] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:55:45 2026] PUT /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2637] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:55:45 2026] GET /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2638] 10.0.0.134 () {34 vars in 770 bytes} [Thu Jun 18 13:55:45 2026] PUT /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2639] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:55:45 2026] GET /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2640] 10.0.0.134 () {34 vars in 766 bytes} [Thu Jun 18 13:55:45 2026] PUT /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2641] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:55:45 2026] GET /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/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: 1246/2642] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:45 2026] DELETE /v2.0/security-groups/9359f33e-815d-467e-9f8a-a87e6784f9b1 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2643] 10.0.0.134 () {34 vars in 788 bytes} [Thu Jun 18 13:55:45 2026] PUT /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2644] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:55:45 2026] GET /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2645] 10.0.0.134 () {34 vars in 759 bytes} [Thu Jun 18 13:55:45 2026] PUT /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2646] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:55:45 2026] GET /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2647] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:55:45 2026] GET /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:45.586 7 INFO neutron.api.v2.resource [None req-2eafed07-0d49-42c0-be58-792ff88b8236 1ae8aaa3c36549c8a994199d665f459f 34b92cbcbe0340f9a71c579c16da0f15 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1251/2648] 10.0.0.134 () {32 vars in 751 bytes} [Thu Jun 18 13:55:45 2026] GET /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2649] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:55:45 2026] DELETE /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2650] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:55:45 2026] GET /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:55:45.690 7 INFO neutron.api.v2.resource [None req-09f827c3-86ec-4118-af95-2fa01e772edf 1ae8aaa3c36549c8a994199d665f459f 34b92cbcbe0340f9a71c579c16da0f15 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1254/2651] 10.0.0.134 () {32 vars in 754 bytes} [Thu Jun 18 13:55:45 2026] DELETE /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2652] 10.0.0.134 () {32 vars in 742 bytes} [Thu Jun 18 13:55:45 2026] DELETE /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2653] 10.0.0.134 () {32 vars in 739 bytes} [Thu Jun 18 13:55:45 2026] GET /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:55:45.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-985b812d-000a-45d9-995a-94c1b9cc7e8d 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] TaaS: Handle Delete Port: 53b4ac6f-4b2f-40e2-956c-8c1eaef794ae 2026-06-18 13:55:45.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-985b812d-000a-45d9-995a-94c1b9cc7e8d 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Tap Mirror: Handle Delete Port: 53b4ac6f-4b2f-40e2-956c-8c1eaef794ae [pid: 7|app: 0|req: 1257/2654] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:55:45 2026] DELETE /v2.0/subnetpools/0f25256d-4558-4dd0-b59e-6b91be5bf98f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2655] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:55:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2656] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:55:46 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: 1260/2657] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:55:46 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: 1261/2658] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:55:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2659] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:55:46 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2660] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:55:45 2026] PUT /v2.0/routers/bd644373-ec1c-4f92-9604-2cb9409bb3c1/remove_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2661] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:55:46 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2662] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:55:46 2026] DELETE /v2.0/subnets/e796fa91-6157-4ffa-b5d4-9243d794b4ce => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2663] 199.204.45.19 () {34 vars in 716 bytes} [Thu Jun 18 13:55:46 2026] POST /v2.0/ports => generated 1059 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2664] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:46 2026] GET /v2.0/security-groups?tenant_id=2f653c54a0804a12a9ade723259abe9d&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2665] 10.0.0.178 () {34 vars in 971 bytes} [Thu Jun 18 13:55:46 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:55:46.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbb3455d-e745-41e0-a6d9-b481462922ee 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] TaaS: Handle Delete Port: 97f72f86-e388-4c76-b51f-ff3514e01eb8 2026-06-18 13:55:46.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbb3455d-e745-41e0-a6d9-b481462922ee 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Tap Mirror: Handle Delete Port: 97f72f86-e388-4c76-b51f-ff3514e01eb8 [pid: 8|app: 0|req: 1402/2666] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:46 2026] DELETE /v2.0/security-groups/313184f1-2a3b-4010-8979-10de4bf30006 => 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: 1403/2667] 10.0.0.178 () {34 vars in 907 bytes} [Thu Jun 18 13:55:47 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) 2026-06-18 13:55:47.214 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbb3455d-e745-41e0-a6d9-b481462922ee 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] TaaS: Handle Delete Port: eca1db71-90f2-4804-a261-416459a485ad 2026-06-18 13:55:47.217 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbb3455d-e745-41e0-a6d9-b481462922ee 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Tap Mirror: Handle Delete Port: eca1db71-90f2-4804-a261-416459a485ad [pid: 8|app: 0|req: 1404/2668] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:47 2026] GET /v2.0/security-groups?tenant_id=34b92cbcbe0340f9a71c579c16da0f15&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2669] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:47 2026] DELETE /v2.0/security-groups/50bd2b59-2314-4826-8a29-9443c7cd40f1 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:47.513 7 INFO neutron.services.segments.plugin [-] Segment 7c775834-ac47-4241-a597-1e44e5be36f0 resource provider aggregate not found 2026-06-18 13:55:47.516 7 INFO neutron.services.segments.plugin [-] Segment 7c775834-ac47-4241-a597-1e44e5be36f0 resource provider aggregate not found 2026-06-18 13:55:47.530 7 INFO neutron.services.segments.plugin [-] Segment 7c775834-ac47-4241-a597-1e44e5be36f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c775834-ac47-4241-a597-1e44e5be36f0 found for delete ", "request_id": "req-558b00d4-49d2-445c-934e-65c8d53eb939"}]} 2026-06-18 13:55:47.535 7 INFO neutron.services.segments.plugin [-] Segment 7c775834-ac47-4241-a597-1e44e5be36f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c775834-ac47-4241-a597-1e44e5be36f0 found for delete ", "request_id": "req-b95c3059-4197-4556-89f9-a93d196034b2"}]} 2026-06-18 13:55:47.547 7 INFO neutron.db.l3_hamode_db [None req-cbb3455d-e745-41e0-a6d9-b481462922ee 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] HA network 14ffab52-b5a1-485f-84b4-0f183ef7edb7 was deleted as no HA routers are present in tenant 0e2d3f2daed24aaab2e353c2e4e39944. [pid: 7|app: 0|req: 1265/2670] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:55:46 2026] DELETE /v2.0/routers/bd644373-ec1c-4f92-9604-2cb9409bb3c1 => generated 0 bytes in 755 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:47.666 8 INFO neutron_taas.services.taas.taas_plugin [None req-46ea8f4d-d1b4-4008-b680-ef6476e63fc4 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] TaaS: Handle Delete Port: f65fec9a-644f-40fe-b58f-6b0e1e8eb101 2026-06-18 13:55:47.669 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46ea8f4d-d1b4-4008-b680-ef6476e63fc4 8ea58bb9469d4018bf8281c2f50b1b14 0e2d3f2daed24aaab2e353c2e4e39944 - - default default] Tap Mirror: Handle Delete Port: f65fec9a-644f-40fe-b58f-6b0e1e8eb101 2026-06-18 13:55:47.855 8 INFO neutron.services.segments.plugin [-] Segment fb249d1c-70db-4546-8563-f1c7433d67d7 resource provider aggregate not found 2026-06-18 13:55:47.859 8 INFO neutron.services.segments.plugin [-] Segment fb249d1c-70db-4546-8563-f1c7433d67d7 resource provider aggregate not found 2026-06-18 13:55:47.874 8 INFO neutron.services.segments.plugin [-] Segment fb249d1c-70db-4546-8563-f1c7433d67d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb249d1c-70db-4546-8563-f1c7433d67d7 found for delete ", "request_id": "req-5923de86-696d-4592-869d-4a34958c8cb0"}]} [pid: 8|app: 0|req: 1406/2671] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:47 2026] DELETE /v2.0/networks/49271b2b-1a6a-48b6-924b-2a4eda3e7476 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:47.884 8 INFO neutron.services.segments.plugin [-] Segment fb249d1c-70db-4546-8563-f1c7433d67d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb249d1c-70db-4546-8563-f1c7433d67d7 found for delete ", "request_id": "req-85087237-abc2-4bef-9b35-11a351007ef8"}]} [pid: 7|app: 0|req: 1266/2672] 199.204.45.19 () {34 vars in 1261 bytes} [Thu Jun 18 13:55:48 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2673] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:55:48 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2674] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:55:48 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2675] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:48 2026] GET /v2.0/security-groups?tenant_id=d57b5b49bddc4a2aa3f96dbdf47f0972&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2676] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:48 2026] DELETE /v2.0/security-groups/142f1f39-dd5a-4050-8145-aea4c73036a7 => 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: 1409/2677] 199.204.45.19 () {34 vars in 974 bytes} [Thu Jun 18 13:55:49 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2678] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:49 2026] GET /v2.0/security-groups?tenant_id=0e2d3f2daed24aaab2e353c2e4e39944&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2679] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:55:49 2026] GET /v2.0/networks?id=efd946b5-08d6-4c45-9183-a362440a0519 => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2680] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:49 2026] DELETE /v2.0/security-groups/95fbede6-545a-48e9-82d7-26d705e8e983 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2681] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:55:49 2026] PUT /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1249 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:55:49.726 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab90b387-f03b-4c81-b188-93892d7f5bea'] response: {'name': 'network-changed', 'server_uuid': '9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0', 'tag': 'fb32f82e-ba22-4755-bfc1-f6e5436c5f8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1271/2682] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:55:50 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2485 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2683] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:55:50 2026] GET /v2.0/networks?id=efd946b5-08d6-4c45-9183-a362440a0519 => generated 802 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2684] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:55:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.215&port_id=fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2685] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:55:50 2026] GET /v2.0/subnets?id=72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2686] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:55:50 2026] GET /v2.0/ports?network_id=efd946b5-08d6-4c45-9183-a362440a0519&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: 1414/2687] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:55:50 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?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: 1274/2688] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:55:50 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:55:51.189 8 INFO neutron.db.segments_db [None req-7853c07c-3781-4832-b4ff-d24fa6b28a7d ed15dbef37f844a4b5978327ae5ff8da 1e2f16e316484d6da2efcc6da06ccd2e - - default default] Added segment 5a702a24-e197-47df-8de2-4b8d595fca63 of type vxlan for network 801dc46f-0454-4321-87dd-502097b61811 [pid: 8|app: 0|req: 1415/2689] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:50 2026] POST /v2.0/networks => generated 612 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2690] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:55:51 2026] POST /v2.0/ports => generated 743 bytes in 278 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: 1276/2691] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2692] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.84&port_id=8f460380-1b55-4a20-ba7e-ee3b2d10b28d => 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: 1416/2693] 10.0.0.134 () {34 vars in 666 bytes} [Thu Jun 18 13:55:51 2026] POST /v2.0/trunks => generated 407 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2694] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/subnets?id=1a5a845e-b1aa-4f0d-afeb-83b091afef6a => 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: 1417/2695] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:55:51 2026] PUT /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2696] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/ports?network_id=ced83677-bb7e-4400-8192-24176d1df038&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: 1418/2697] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2698] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1419/2699] 10.0.0.134 () {34 vars in 760 bytes} [Thu Jun 18 13:55:51 2026] PUT /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2700] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2701] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2702] 10.0.0.134 () {34 vars in 756 bytes} [Thu Jun 18 13:55:51 2026] PUT /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2703] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.215&port_id=fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2704] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2705] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/subnets?id=72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2706] 10.0.0.134 () {34 vars in 778 bytes} [Thu Jun 18 13:55:51 2026] PUT /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2707] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/ports?network_id=efd946b5-08d6-4c45-9183-a362440a0519&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2708] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:55:51 2026] GET /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2709] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:55:52 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?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: 1425/2710] 10.0.0.134 () {34 vars in 749 bytes} [Thu Jun 18 13:55:52 2026] PUT /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/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: 1426/2711] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:55:52 2026] GET /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2712] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:55:52 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?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: 1427/2713] 10.0.0.134 () {32 vars in 737 bytes} [Thu Jun 18 13:55:52 2026] GET /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:52.149 7 INFO neutron.api.v2.resource [None req-1f076c66-5941-4b33-b1cc-6659c9831c3e ed15dbef37f844a4b5978327ae5ff8da 1e2f16e316484d6da2efcc6da06ccd2e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1287/2714] 10.0.0.134 () {32 vars in 741 bytes} [Thu Jun 18 13:55:52 2026] GET /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2715] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:52 2026] DELETE /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2716] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:55:52 2026] GET /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:55:52.249 8 INFO neutron.api.v2.resource [None req-dda9801c-1c72-4259-a4a8-4a3f54a7cfae ed15dbef37f844a4b5978327ae5ff8da 1e2f16e316484d6da2efcc6da06ccd2e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1429/2717] 10.0.0.134 () {32 vars in 744 bytes} [Thu Jun 18 13:55:52 2026] DELETE /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2718] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:55:52 2026] DELETE /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags => 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: 1430/2719] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:55:52 2026] GET /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2720] 10.0.0.134 () {32 vars in 719 bytes} [Thu Jun 18 13:55:52 2026] GET /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61 => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2721] 10.0.0.134 () {32 vars in 717 bytes} [Thu Jun 18 13:55:52 2026] GET /v2.0/ports/687612a0-8e62-4f44-b3dd-807bf970583b => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2722] 10.0.0.134 () {32 vars in 722 bytes} [Thu Jun 18 13:55:52 2026] DELETE /v2.0/trunks/a24f459a-6b12-4285-81b5-1f801ef94a61 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:55:52.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-1222d34a-61bc-4731-aff1-0989ba123138 ed15dbef37f844a4b5978327ae5ff8da 1e2f16e316484d6da2efcc6da06ccd2e - - default default] TaaS: Handle Delete Port: 687612a0-8e62-4f44-b3dd-807bf970583b 2026-06-18 13:55:52.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1222d34a-61bc-4731-aff1-0989ba123138 ed15dbef37f844a4b5978327ae5ff8da 1e2f16e316484d6da2efcc6da06ccd2e - - default default] Tap Mirror: Handle Delete Port: 687612a0-8e62-4f44-b3dd-807bf970583b [pid: 8|app: 0|req: 1432/2723] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:55:52 2026] DELETE /v2.0/ports/687612a0-8e62-4f44-b3dd-807bf970583b => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:52.950 7 INFO neutron.services.segments.plugin [-] Segment 5a702a24-e197-47df-8de2-4b8d595fca63 resource provider aggregate not found 2026-06-18 13:55:52.950 7 INFO neutron.services.segments.plugin [-] Segment 5a702a24-e197-47df-8de2-4b8d595fca63 resource provider aggregate not found 2026-06-18 13:55:52.974 7 INFO neutron.services.segments.plugin [-] Segment 5a702a24-e197-47df-8de2-4b8d595fca63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a702a24-e197-47df-8de2-4b8d595fca63 found for delete ", "request_id": "req-b542c54b-bc0d-4edd-a04b-f8ef13fd18b5"}]} 2026-06-18 13:55:52.975 7 INFO neutron.services.segments.plugin [-] Segment 5a702a24-e197-47df-8de2-4b8d595fca63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a702a24-e197-47df-8de2-4b8d595fca63 found for delete ", "request_id": "req-307a407a-2194-413b-8918-6613e3f35bff"}]} [pid: 7|app: 0|req: 1292/2724] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:52 2026] DELETE /v2.0/networks/801dc46f-0454-4321-87dd-502097b61811 => 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: 1293/2725] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:53 2026] GET /v2.0/security-groups?tenant_id=1e2f16e316484d6da2efcc6da06ccd2e&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:55:53.863 8 INFO neutron.db.segments_db [None req-7ab4e03c-88f6-4195-9496-709b7b5676eb ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] Added segment 84dfb49d-9858-48d3-910a-dce8c0df3ac7 of type vxlan for network 3ce71c5a-e42c-4879-85c3-673366fdecd3 [pid: 7|app: 0|req: 1294/2726] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:53 2026] DELETE /v2.0/security-groups/fd44c551-d2bb-4453-84a2-eca66f439296 => 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: 1433/2727] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:53 2026] POST /v2.0/networks => generated 612 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2728] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:53 2026] GET /v2.0/security-groups?tenant_id=21a242ba157848dca3b2aa1b74f71f7b&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2729] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:55:54 2026] DELETE /v2.0/security-groups/73caa4fe-2c75-436f-8898-00fb5313a27f => 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: 1295/2730] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:55:53 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:55:54.335 8 INFO neutron.db.segments_db [None req-c212e797-cf0f-4b7c-802c-c4629af0f1cc ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] Added segment 71c141f4-c183-46c3-960c-0d4251316a45 of type vxlan for network fc39d674-be16-4b59-9408-4e0a79c322c6 [pid: 8|app: 0|req: 1436/2731] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1296/2732] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:55:54 2026] POST /v2.0/ports => generated 743 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:55:54.882 8 INFO neutron.db.segments_db [None req-452efe3f-37f8-478c-8393-a406450d48a4 ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] Added segment 46f15563-45ef-4900-a6cf-6e10ea3721c0 of type vxlan for network 37845087-abec-4ed9-b286-5d6d0855f42b [pid: 8|app: 0|req: 1437/2733] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:54 2026] POST /v2.0/networks => generated 613 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1297/2734] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:55:54 2026] POST /v2.0/ports => generated 743 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:55:55.432 8 INFO neutron.db.segments_db [None req-6ca73701-59ab-4429-9662-3be4161564f0 ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] Added segment 746a12ba-27a8-4318-8662-805ce599a2ad of type vxlan for network 7ef42bb2-4c6d-46c2-87e1-345670a92e7d [pid: 8|app: 0|req: 1438/2735] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:55 2026] POST /v2.0/networks => generated 613 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1298/2736] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:55:55 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-18 13:55:55.947 8 INFO neutron.db.segments_db [None req-1ed77151-c981-4ce5-b49d-8e01a6d8760a ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] Added segment ec305dad-502f-459b-a6a7-5e8416006488 of type vxlan for network d280df40-2d1f-461a-8bd7-9074b51f52fa [pid: 8|app: 0|req: 1439/2737] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:55:55 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1440/2738] 10.0.0.178 () {34 vars in 971 bytes} [Thu Jun 18 13:55:56 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1251 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2739] 10.0.0.134 () {34 vars in 664 bytes} [Thu Jun 18 13:55:56 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: 7|app: 0|req: 1300/2740] 10.0.0.134 () {34 vars in 747 bytes} [Thu Jun 18 13:55:56 2026] PUT /v2.0/ports/3da3f522-9aef-465e-a115-8dcd4432b916/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1441/2741] 199.204.45.19 () {34 vars in 788 bytes} [Thu Jun 18 13:55:56 2026] PUT /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1276 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:55:56.431 8 INFO neutron.api.v2.resource [None req-4dd58c9e-3aed-4fd9-9754-fdc1abeee905 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1442/2742] 199.204.45.19 () {30 vars in 762 bytes} [Thu Jun 18 13:55:56 2026] GET /v2.0/security-groups/lb-640111f8-e047-4ddd-9f19-261260050dba => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:55:56.451 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0e5cca5-3918-462a-8a9f-9b026660317f'] response: {'name': 'network-changed', 'server_uuid': '9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0', 'tag': 'fb32f82e-ba22-4755-bfc1-f6e5436c5f8e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1443/2743] 199.204.45.19 () {30 vars in 784 bytes} [Thu Jun 18 13:55:56 2026] GET /v2.0/security-groups?name=lb-640111f8-e047-4ddd-9f19-261260050dba => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2744] 10.0.0.134 () {34 vars in 747 bytes} [Thu Jun 18 13:55:56 2026] PUT /v2.0/ports/71c4fc55-a1cd-40bd-bbe8-d92f3a2146e9/tags => generated 25 bytes in 72 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: 1302/2745] 10.0.0.134 () {34 vars in 747 bytes} [Thu Jun 18 13:55:56 2026] PUT /v2.0/ports/30ad2b4c-03a7-41d1-ac63-7461426fd0b3/tags => generated 34 bytes in 79 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: 1303/2746] 10.0.0.134 () {34 vars in 747 bytes} [Thu Jun 18 13:55:56 2026] PUT /v2.0/ports/ff1d48ed-f6fb-4b4e-b12f-160192460736/tags => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1304/2747] 10.0.0.134 () {32 vars in 660 bytes} [Thu Jun 18 13:55:56 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2748] 199.204.45.19 () {34 vars in 788 bytes} [Thu Jun 18 13:55:56 2026] PUT /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1314 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2749] 10.0.0.134 () {32 vars in 674 bytes} [Thu Jun 18 13:55:56 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1445/2750] 10.0.0.134 () {32 vars in 670 bytes} [Thu Jun 18 13:55:56 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2751] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:55:56 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2752] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2753] 10.0.0.134 () {32 vars in 682 bytes} [Thu Jun 18 13:55:56 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2754] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:55:57 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: 1308/2755] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/networks?id=efd946b5-08d6-4c45-9183-a362440a0519 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2756] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:55:57 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: 1310/2757] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.215&port_id=fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => 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: 1311/2758] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2759] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/subnets?id=72b59498-cc1b-454a-b035-b9ac9098cf74 => 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: 1448/2760] 10.0.0.134 () {32 vars in 668 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2761] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2762] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/ports?network_id=efd946b5-08d6-4c45-9183-a362440a0519&device_owner=network%3Adhcp => generated 1461 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2763] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2764] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2765] 10.0.0.134 () {32 vars in 682 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2766] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1350 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2767] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?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: 1316/2768] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2769] 10.0.0.134 () {32 vars in 678 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2770] 10.0.0.134 () {32 vars in 690 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2771] 199.204.45.19 () {30 vars in 742 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2772] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:55:57.427 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ca0809b-942f-4185-8d47-06ac4b394361 ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] TaaS: Handle Delete Port: 3da3f522-9aef-465e-a115-8dcd4432b916 2026-06-18 13:55:57.430 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ca0809b-942f-4185-8d47-06ac4b394361 ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] Tap Mirror: Handle Delete Port: 3da3f522-9aef-465e-a115-8dcd4432b916 [pid: 7|app: 0|req: 1319/2773] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:55:57 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2774] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:55:57 2026] DELETE /v2.0/ports/3da3f522-9aef-465e-a115-8dcd4432b916 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:57.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa2406e7-678f-44fe-b5b2-f29bed7826be ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] TaaS: Handle Delete Port: 71c4fc55-a1cd-40bd-bbe8-d92f3a2146e9 2026-06-18 13:55:57.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa2406e7-678f-44fe-b5b2-f29bed7826be ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] Tap Mirror: Handle Delete Port: 71c4fc55-a1cd-40bd-bbe8-d92f3a2146e9 [pid: 7|app: 0|req: 1320/2775] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:55:57 2026] DELETE /v2.0/ports/71c4fc55-a1cd-40bd-bbe8-d92f3a2146e9 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:57.852 8 INFO neutron_taas.services.taas.taas_plugin [None req-cbe016ea-c0ed-4588-bf4c-381b34ed60b8 ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] TaaS: Handle Delete Port: 30ad2b4c-03a7-41d1-ac63-7461426fd0b3 2026-06-18 13:55:57.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbe016ea-c0ed-4588-bf4c-381b34ed60b8 ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] Tap Mirror: Handle Delete Port: 30ad2b4c-03a7-41d1-ac63-7461426fd0b3 [pid: 8|app: 0|req: 1456/2776] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:55:57 2026] DELETE /v2.0/ports/30ad2b4c-03a7-41d1-ac63-7461426fd0b3 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:58.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-a64d6ca2-941a-4ace-881f-47bb93b79fa1 ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] TaaS: Handle Delete Port: ff1d48ed-f6fb-4b4e-b12f-160192460736 2026-06-18 13:55:58.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a64d6ca2-941a-4ace-881f-47bb93b79fa1 ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] Tap Mirror: Handle Delete Port: ff1d48ed-f6fb-4b4e-b12f-160192460736 [pid: 7|app: 0|req: 1321/2777] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:55:57 2026] DELETE /v2.0/ports/ff1d48ed-f6fb-4b4e-b12f-160192460736 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:58.274 8 INFO neutron_taas.services.taas.taas_plugin [None req-db12a58b-db74-4c15-99e8-85149ff95c46 ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] TaaS: Handle Delete Port: b686feda-b97b-448f-b222-5af49fddfcbe 2026-06-18 13:55:58.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db12a58b-db74-4c15-99e8-85149ff95c46 ef13a6f49d0143c09bbe86794d2b0d46 7a48772f904a48239e692efaf8ee1c1a - - default default] Tap Mirror: Handle Delete Port: b686feda-b97b-448f-b222-5af49fddfcbe [pid: 8|app: 0|req: 1457/2778] 10.0.0.134 () {32 vars in 720 bytes} [Thu Jun 18 13:55:58 2026] DELETE /v2.0/ports/b686feda-b97b-448f-b222-5af49fddfcbe => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:58.486 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1de23983-a8bd-4a30-90fb-d736398323ba'] response: {'name': 'network-changed', 'server_uuid': '9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0', 'tag': 'fb32f82e-ba22-4755-bfc1-f6e5436c5f8e', 'status': 'completed', 'code': 200} 2026-06-18 13:55:58.497 7 INFO neutron.services.segments.plugin [-] Segment 84dfb49d-9858-48d3-910a-dce8c0df3ac7 resource provider aggregate not found 2026-06-18 13:55:58.498 7 INFO neutron.services.segments.plugin [-] Segment 84dfb49d-9858-48d3-910a-dce8c0df3ac7 resource provider aggregate not found 2026-06-18 13:55:58.522 7 INFO neutron.services.segments.plugin [-] Segment 84dfb49d-9858-48d3-910a-dce8c0df3ac7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84dfb49d-9858-48d3-910a-dce8c0df3ac7 found for delete ", "request_id": "req-21bb380a-3984-44c9-abf2-2274c28ac4dc"}]} 2026-06-18 13:55:58.526 7 INFO neutron.services.segments.plugin [-] Segment 84dfb49d-9858-48d3-910a-dce8c0df3ac7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84dfb49d-9858-48d3-910a-dce8c0df3ac7 found for delete ", "request_id": "req-d64febf8-0cf5-4dd1-bd77-a3f042c730b1"}]} [pid: 7|app: 0|req: 1322/2779] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:58 2026] DELETE /v2.0/networks/3ce71c5a-e42c-4879-85c3-673366fdecd3 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:55:58.666 8 INFO neutron.services.segments.plugin [-] Segment 71c141f4-c183-46c3-960c-0d4251316a45 resource provider aggregate not found 2026-06-18 13:55:58.672 8 INFO neutron.services.segments.plugin [-] Segment 71c141f4-c183-46c3-960c-0d4251316a45 resource provider aggregate not found 2026-06-18 13:55:58.690 8 INFO neutron.services.segments.plugin [-] Segment 71c141f4-c183-46c3-960c-0d4251316a45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71c141f4-c183-46c3-960c-0d4251316a45 found for delete ", "request_id": "req-2904f419-65b7-4df9-ba94-0273a2523d26"}]} 2026-06-18 13:55:58.691 8 INFO neutron.services.segments.plugin [-] Segment 71c141f4-c183-46c3-960c-0d4251316a45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71c141f4-c183-46c3-960c-0d4251316a45 found for delete ", "request_id": "req-a838129a-2e89-4d25-a640-fe0d4abb5bc4"}]} [pid: 8|app: 0|req: 1458/2782] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:58 2026] DELETE /v2.0/networks/fc39d674-be16-4b59-9408-4e0a79c322c6 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2783] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:58 2026] DELETE /v2.0/networks/37845087-abec-4ed9-b286-5d6d0855f42b => 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: 1459/2784] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:58 2026] DELETE /v2.0/networks/7ef42bb2-4c6d-46c2-87e1-345670a92e7d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2785] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:55:58 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2786] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:55:59 2026] GET /v2.0/networks?id=efd946b5-08d6-4c45-9183-a362440a0519 => generated 802 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2787] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:55:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.215&port_id=fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => 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: 1460/2788] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:55:59 2026] DELETE /v2.0/networks/d280df40-2d1f-461a-8bd7-9074b51f52fa => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2789] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:55:59 2026] GET /v2.0/subnets?id=72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2790] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:55:59 2026] GET /v2.0/ports?network_id=efd946b5-08d6-4c45-9183-a362440a0519&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2791] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:55:59 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?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: 1462/2792] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:55:59 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?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: 1331/2793] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:55:59 2026] GET /v2.0/security-groups?tenant_id=7a48772f904a48239e692efaf8ee1c1a&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2794] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:56:00 2026] DELETE /v2.0/security-groups/a7173d65-6f8f-4293-a698-14c3246913ee => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:56:00.551 7 INFO neutron.services.segments.plugin [-] Segment 46f15563-45ef-4900-a6cf-6e10ea3721c0 resource provider aggregate not found 2026-06-18 13:56:00.554 7 INFO neutron.services.segments.plugin [-] Segment 46f15563-45ef-4900-a6cf-6e10ea3721c0 resource provider aggregate not found 2026-06-18 13:56:00.578 7 INFO neutron.services.segments.plugin [-] Segment 46f15563-45ef-4900-a6cf-6e10ea3721c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46f15563-45ef-4900-a6cf-6e10ea3721c0 found for delete ", "request_id": "req-af60414e-172d-4f1d-8fe6-fdc342b6dff9"}]} 2026-06-18 13:56:00.582 7 INFO neutron.services.segments.plugin [-] Segment 46f15563-45ef-4900-a6cf-6e10ea3721c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46f15563-45ef-4900-a6cf-6e10ea3721c0 found for delete ", "request_id": "req-b83e2b34-9a31-4e12-a537-6f77eb9202dc"}]} [pid: 7|app: 0|req: 1332/2795] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:56:00 2026] GET /v2.0/security-groups?tenant_id=3f064cd581a7470b80e1b712431e42ba&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:56:00.711 8 INFO neutron.services.segments.plugin [-] Segment 746a12ba-27a8-4318-8662-805ce599a2ad resource provider aggregate not found 2026-06-18 13:56:00.718 8 INFO neutron.services.segments.plugin [-] Segment 746a12ba-27a8-4318-8662-805ce599a2ad resource provider aggregate not found 2026-06-18 13:56:00.735 8 INFO neutron.services.segments.plugin [-] Segment 746a12ba-27a8-4318-8662-805ce599a2ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 746a12ba-27a8-4318-8662-805ce599a2ad found for delete ", "request_id": "req-9804971f-1296-4d6b-ae70-91b4e8718a39"}]} 2026-06-18 13:56:00.748 8 INFO neutron.services.segments.plugin [-] Segment 746a12ba-27a8-4318-8662-805ce599a2ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 746a12ba-27a8-4318-8662-805ce599a2ad found for delete ", "request_id": "req-ac1197e7-bf55-460a-95b4-3892a414b35d"}]} [pid: 8|app: 0|req: 1464/2796] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:56:00 2026] DELETE /v2.0/security-groups/14064dd3-2680-4f11-a2a9-77066086365b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:56:00.765 8 INFO neutron.services.segments.plugin [-] Segment ec305dad-502f-459b-a6a7-5e8416006488 resource provider aggregate not found 2026-06-18 13:56:00.777 8 INFO neutron.services.segments.plugin [-] Segment ec305dad-502f-459b-a6a7-5e8416006488 resource provider aggregate not found 2026-06-18 13:56:00.781 8 INFO neutron.services.segments.plugin [-] Segment ec305dad-502f-459b-a6a7-5e8416006488 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec305dad-502f-459b-a6a7-5e8416006488 found for delete ", "request_id": "req-71584cf4-64d8-411b-9c6c-4cc6005b4e91"}]} 2026-06-18 13:56:00.797 8 INFO neutron.services.segments.plugin [-] Segment ec305dad-502f-459b-a6a7-5e8416006488 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec305dad-502f-459b-a6a7-5e8416006488 found for delete ", "request_id": "req-496ed446-013c-4429-8cd5-2ed8dbaf9aad"}]} [pid: 7|app: 0|req: 1333/2797] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:56:00 2026] GET /v2.0/security-groups?tenant_id=5c6df67c0f294505b72375070ce634db&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2798] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:56:01 2026] DELETE /v2.0/security-groups/b1d01a48-b181-493a-b280-0fbb0b941015 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:56:02.998 7 INFO neutron.db.l3_db [None req-47fe6816-fd2c-45c9-acc2-61cc1f2ad16a 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Floating IP 6780feee-d2c6-47cf-a5f7-54bf7ce8aee8 associated. External IP: 10.96.250.209, port: e1378551-8685-4611-9c49-5803bb32081f. [pid: 7|app: 0|req: 1334/2799] 10.0.0.134 () {34 vars in 677 bytes} [Thu Jun 18 13:56:02 2026] POST /v2.0/floatingips => generated 899 bytes in 1244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2800] 10.0.0.134 () {34 vars in 678 bytes} [Thu Jun 18 13:56:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2801] 10.0.0.134 () {34 vars in 678 bytes} [Thu Jun 18 13:56:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2802] 10.0.0.134 () {34 vars in 678 bytes} [Thu Jun 18 13:56:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2803] 10.0.0.134 () {34 vars in 678 bytes} [Thu Jun 18 13:56:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2804] 10.0.0.134 () {34 vars in 678 bytes} [Thu Jun 18 13:56:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2805] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:56:05 2026] PUT /v2.0/policies/513cd64b-d69d-45aa-b1eb-1ef2c86d46bf/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2806] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:56:05 2026] PUT /v2.0/policies/f2947fe3-0474-43a1-8f0f-a68d285bd127/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2807] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:56:05 2026] PUT /v2.0/policies/67c952e9-9f94-4079-88a5-56cb5040692c/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2808] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:56:06 2026] PUT /v2.0/policies/e8ebe577-b390-4439-8bfb-01021d0e0b17/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2809] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:56:06 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: 1471/2810] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:56:06 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: 1340/2811] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:56:06 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: 1472/2812] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:56:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:56:06.481 7 INFO neutron.api.v2.resource [None req-5cd58d31-d619-4855-84c6-4a81afb73cbe 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1341/2813] 199.204.45.19 () {30 vars in 762 bytes} [Thu Jun 18 13:56:06 2026] GET /v2.0/security-groups/lb-640111f8-e047-4ddd-9f19-261260050dba => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2814] 199.204.45.19 () {30 vars in 784 bytes} [Thu Jun 18 13:56:06 2026] GET /v2.0/security-groups?name=lb-640111f8-e047-4ddd-9f19-261260050dba => generated 1639 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2815] 199.204.45.19 () {30 vars in 814 bytes} [Thu Jun 18 13:56:06 2026] GET /v2.0/security-group-rules?security_group_id=68810f4d-2881-44b8-ab8b-99e5a919b42d => generated 1182 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2816] 10.0.0.134 () {32 vars in 674 bytes} [Thu Jun 18 13:56:06 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2817] 10.0.0.134 () {32 vars in 688 bytes} [Thu Jun 18 13:56:06 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2818] 199.204.45.19 () {34 vars in 746 bytes} [Thu Jun 18 13:56: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: 1475/2819] 10.0.0.134 () {32 vars in 684 bytes} [Thu Jun 18 13:56:06 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2820] 199.204.45.19 () {34 vars in 746 bytes} [Thu Jun 18 13:56:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2821] 10.0.0.134 () {32 vars in 696 bytes} [Thu Jun 18 13:56:06 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2822] 10.0.0.134 () {32 vars in 682 bytes} [Thu Jun 18 13:56:06 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2823] 10.0.0.134 () {32 vars in 696 bytes} [Thu Jun 18 13:56:06 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2824] 10.0.0.134 () {32 vars in 692 bytes} [Thu Jun 18 13:56:07 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2825] 10.0.0.134 () {32 vars in 704 bytes} [Thu Jun 18 13:56:07 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2826] 10.0.0.134 () {32 vars in 734 bytes} [Thu Jun 18 13:56:07 2026] DELETE /v2.0/qos/policies/513cd64b-d69d-45aa-b1eb-1ef2c86d46bf => 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: 1479/2827] 10.0.0.134 () {32 vars in 734 bytes} [Thu Jun 18 13:56:07 2026] DELETE /v2.0/qos/policies/f2947fe3-0474-43a1-8f0f-a68d285bd127 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2828] 10.0.0.134 () {32 vars in 734 bytes} [Thu Jun 18 13:56:07 2026] DELETE /v2.0/qos/policies/67c952e9-9f94-4079-88a5-56cb5040692c => 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: 1480/2829] 10.0.0.134 () {32 vars in 734 bytes} [Thu Jun 18 13:56:07 2026] DELETE /v2.0/qos/policies/e8ebe577-b390-4439-8bfb-01021d0e0b17 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2830] 10.0.0.134 () {32 vars in 734 bytes} [Thu Jun 18 13:56:07 2026] DELETE /v2.0/qos/policies/14e6ec79-2ec1-474d-b5e5-4d64b87cef07 => 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: 1481/2831] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:56:08 2026] GET /v2.0/security-groups?tenant_id=89df2f9c20c34385b22c4c57d4e7ed16&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2832] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:56:08 2026] DELETE /v2.0/security-groups/d8b7f04c-eba1-48c3-b2a2-ebaef1d19371 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2833] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:56:08 2026] GET /v2.0/security-groups?tenant_id=0982204379a34d7cbe60b8dbd80f0bbf&name=default => generated 2929 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2834] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:56:09 2026] DELETE /v2.0/security-groups/365a7fe0-0928-4593-bd76-45b597f954b6 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2835] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:56:09 2026] GET /v2.0/security-groups?tenant_id=77a15f5188754216b6ffaed61fb6e837&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2836] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:56:09 2026] DELETE /v2.0/security-groups/ce7b38e7-5425-4628-9adf-60e9de9adb3f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:56:13.305 8 INFO neutron.db.segments_db [None req-fdaaeb45-e4b6-4078-8cac-fe6c7fcb440a 5e0ba9ef140948f2a6c12fa19e2af01d 344b7fd920bb4bb7904a6beb6b08c6c6 - - default default] Added segment c048f636-13ed-4d89-a2ce-c330c99ab641 of type vxlan for network 65cfaa38-8155-4524-b5b4-c845263d4265 [pid: 8|app: 0|req: 1484/2837] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:56:12 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-06-18 13:56:13.468 7 INFO neutron.db.segments_db [None req-0cee3f66-ad7e-4440-b16f-3fcf0e94235c 5e0ba9ef140948f2a6c12fa19e2af01d 344b7fd920bb4bb7904a6beb6b08c6c6 - - default default] Added segment 1a3177e7-8ead-4662-a72a-7dc02eea2ea1 of type vxlan for network b1625c79-d8e7-401f-affc-f41f644a79e3 [pid: 7|app: 0|req: 1354/2838] 10.0.0.134 () {34 vars in 670 bytes} [Thu Jun 18 13:56:13 2026] POST /v2.0/networks => generated 612 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2841] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:56:13 2026] PUT /v2.0/networks/65cfaa38-8155-4524-b5b4-c845263d4265/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2842] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:56:13 2026] GET /v2.0/networks/65cfaa38-8155-4524-b5b4-c845263d4265/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2843] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:56:13 2026] PUT /v2.0/networks/b1625c79-d8e7-401f-affc-f41f644a79e3/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2844] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:56:13 2026] GET /v2.0/networks/b1625c79-d8e7-401f-affc-f41f644a79e3/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2845] 10.0.0.134 () {34 vars in 753 bytes} [Thu Jun 18 13:56:13 2026] PUT /v2.0/networks/b1625c79-d8e7-401f-affc-f41f644a79e3/tags => generated 12 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2846] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:56:13 2026] GET /v2.0/networks/b1625c79-d8e7-401f-affc-f41f644a79e3/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2847] 10.0.0.134 () {32 vars in 733 bytes} [Thu Jun 18 13:56:13 2026] GET /v2.0/networks/65cfaa38-8155-4524-b5b4-c845263d4265/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:56:14.171 7 INFO neutron.services.segments.plugin [-] Segment c048f636-13ed-4d89-a2ce-c330c99ab641 resource provider aggregate not found 2026-06-18 13:56:14.176 7 INFO neutron.services.segments.plugin [-] Segment c048f636-13ed-4d89-a2ce-c330c99ab641 resource provider aggregate not found 2026-06-18 13:56:14.195 7 INFO neutron.services.segments.plugin [-] Segment c048f636-13ed-4d89-a2ce-c330c99ab641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c048f636-13ed-4d89-a2ce-c330c99ab641 found for delete ", "request_id": "req-b4c31616-c4f8-4e68-8818-b2a4b58b7200"}]} 2026-06-18 13:56:14.197 7 INFO neutron.services.segments.plugin [-] Segment c048f636-13ed-4d89-a2ce-c330c99ab641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c048f636-13ed-4d89-a2ce-c330c99ab641 found for delete ", "request_id": "req-f46c67da-f4c2-41ae-8153-487797dbae63"}]} [pid: 7|app: 0|req: 1360/2848] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:56:14 2026] DELETE /v2.0/networks/65cfaa38-8155-4524-b5b4-c845263d4265 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:56:14.368 8 INFO neutron.services.segments.plugin [-] Segment 1a3177e7-8ead-4662-a72a-7dc02eea2ea1 resource provider aggregate not found 2026-06-18 13:56:14.376 8 INFO neutron.services.segments.plugin [-] Segment 1a3177e7-8ead-4662-a72a-7dc02eea2ea1 resource provider aggregate not found 2026-06-18 13:56:14.388 8 INFO neutron.services.segments.plugin [-] Segment 1a3177e7-8ead-4662-a72a-7dc02eea2ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a3177e7-8ead-4662-a72a-7dc02eea2ea1 found for delete ", "request_id": "req-5388e88a-8a4a-4629-be83-ab8b13e97e49"}]} 2026-06-18 13:56:14.400 8 INFO neutron.services.segments.plugin [-] Segment 1a3177e7-8ead-4662-a72a-7dc02eea2ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a3177e7-8ead-4662-a72a-7dc02eea2ea1 found for delete ", "request_id": "req-522a297c-ff52-4a46-8971-9d8613ea7107"}]} [pid: 8|app: 0|req: 1489/2849] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:56:14 2026] DELETE /v2.0/networks/b1625c79-d8e7-401f-affc-f41f644a79e3 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2850] 10.0.0.74 () {30 vars in 689 bytes} [Thu Jun 18 13:56:15 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: 8|app: 0|req: 1491/2851] 10.0.0.74 () {30 vars in 691 bytes} [Thu Jun 18 13:56:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2852] 10.0.0.74 () {30 vars in 667 bytes} [Thu Jun 18 13:56:15 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: 1493/2853] 10.0.0.74 () {30 vars in 703 bytes} [Thu Jun 18 13:56:15 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: 1361/2854] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:56:15 2026] GET /v2.0/security-groups?tenant_id=64fd82ee41d342889905ca8d909449cc&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2855] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:56:15 2026] DELETE /v2.0/security-groups/2905971c-3a65-4257-a09f-424119a414e3 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2856] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:56:15 2026] GET /v2.0/security-groups?tenant_id=344b7fd920bb4bb7904a6beb6b08c6c6&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2857] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:56:15 2026] DELETE /v2.0/security-groups/72adcf7b-af8f-44b9-a93a-422f9a5a768c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2858] 10.0.0.74 () {28 vars in 438 bytes} [Thu Jun 18 13:56:15 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: 1496/2859] 10.0.0.74 () {30 vars in 727 bytes} [Thu Jun 18 13:56:15 2026] GET /v2.0/subnets/8f8a6cee-5af7-412c-8bfc-ac4871ee620d => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2860] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:56:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2861] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:56:16 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: 1365/2862] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:56:16 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: 1498/2863] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:56:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2864] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:16 2026] GET /v2.0/subnets/8f8a6cee-5af7-412c-8bfc-ac4871ee620d => generated 672 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2865] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:56:16 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2866] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:56:17 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: 1500/2867] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:56:17 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: 1368/2868] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:56:17 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: 1501/2869] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:56: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: 1369/2870] 199.204.45.19 () {34 vars in 716 bytes} [Thu Jun 18 13:56:17 2026] POST /v2.0/ports => generated 1324 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2871] 10.0.0.178 () {34 vars in 971 bytes} [Thu Jun 18 13:56:17 2026] GET /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1370/2872] 10.0.0.178 () {34 vars in 907 bytes} [Thu Jun 18 13:56:17 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2873] 199.204.45.19 () {34 vars in 1261 bytes} [Thu Jun 18 13:56:18 2026] GET /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2874] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:18 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 1504/2875] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:18 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2876] 199.204.45.19 () {34 vars in 974 bytes} [Thu Jun 18 13:56:19 2026] GET /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 1324 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2877] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:56:19 2026] GET /v2.0/networks?id=e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2878] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:56:19 2026] PUT /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 1514 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:56:20.204 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b4c69cb-e9ce-4523-9b2c-7b79ed440fe9'] response: {'name': 'network-changed', 'server_uuid': '9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0', 'tag': 'aff1ab7c-9e88-43b7-ad94-9125021e94c2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1506/2879] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:56:20 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 4092 bytes in 56 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: 1374/2880] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:56:20 2026] GET /v2.0/networks?id=e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2881] 199.204.45.19 () {34 vars in 1055 bytes} [Thu Jun 18 13:56:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=aff1ab7c-9e88-43b7-ad94-9125021e94c2 => 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: 1375/2882] 199.204.45.19 () {34 vars in 1103 bytes} [Thu Jun 18 13:56:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d0&port_id=aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2883] 199.204.45.19 () {34 vars in 1063 bytes} [Thu Jun 18 13:56:20 2026] GET /v2.0/subnets?id=8f8a6cee-5af7-412c-8bfc-ac4871ee620d&id=c03095ee-20b3-4565-8fb3-a607350c6a78 => generated 1408 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2884] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:20 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&device_owner=network%3Adhcp => generated 1457 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2885] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:21 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2886] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:21 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2887] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:21 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 1378/2888] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:56:22 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 4092 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2889] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:56:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.84&port_id=8f460380-1b55-4a20-ba7e-ee3b2d10b28d => 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: 1379/2890] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:56:22 2026] GET /v2.0/subnets?id=1a5a845e-b1aa-4f0d-afeb-83b091afef6a => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2891] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:22 2026] GET /v2.0/ports?network_id=ced83677-bb7e-4400-8192-24176d1df038&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: 1380/2892] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:22 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1513/2893] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1381/2894] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.215&port_id=fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => 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: 1514/2895] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/subnets?id=72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2896] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/ports?network_id=efd946b5-08d6-4c45-9183-a362440a0519&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: 1515/2897] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2898] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?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: 1516/2899] 199.204.45.19 () {34 vars in 1055 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2900] 199.204.45.19 () {34 vars in 1103 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d0&port_id=aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2901] 199.204.45.19 () {34 vars in 1063 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/subnets?id=8f8a6cee-5af7-412c-8bfc-ac4871ee620d&id=c03095ee-20b3-4565-8fb3-a607350c6a78 => generated 1408 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2902] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2903] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&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: 1386/2904] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2905] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:23 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2906] 10.0.0.178 () {34 vars in 971 bytes} [Thu Jun 18 13:56:27 2026] GET /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 1516 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2907] 199.204.45.19 () {30 vars in 742 bytes} [Thu Jun 18 13:56:27 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 798 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2908] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:27 2026] GET /v2.0/subnets/8f8a6cee-5af7-412c-8bfc-ac4871ee620d => generated 672 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2909] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:27 2026] GET /v2.0/subnets/c03095ee-20b3-4565-8fb3-a607350c6a78 => generated 743 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2910] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:56:28 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: 1522/2911] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:56:28 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: 1390/2912] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:56:28 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: 1523/2913] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:56:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2914] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:28 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2915] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:56:28 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2916] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:56:28 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1350 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2917] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:28 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2918] 199.204.45.19 () {30 vars in 742 bytes} [Thu Jun 18 13:56:28 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2919] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:56:28 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2920] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:28 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2923] 10.0.0.74 () {30 vars in 689 bytes} [Thu Jun 18 13:56:36 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: 1528/2924] 10.0.0.74 () {30 vars in 691 bytes} [Thu Jun 18 13:56:36 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: 1397/2925] 10.0.0.74 () {30 vars in 667 bytes} [Thu Jun 18 13:56:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2926] 10.0.0.74 () {30 vars in 703 bytes} [Thu Jun 18 13:56:36 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: 1398/2927] 10.0.0.74 () {28 vars in 438 bytes} [Thu Jun 18 13:56:37 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2928] 10.0.0.74 () {30 vars in 727 bytes} [Thu Jun 18 13:56:37 2026] GET /v2.0/subnets/9805d9cf-ac91-49df-9a06-dfba95d107fc => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2929] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:56:37 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: 1531/2930] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:56:37 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: 1400/2931] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:56:37 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: 1532/2932] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:56:37 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: 1401/2933] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:38 2026] GET /v2.0/subnets/8f8a6cee-5af7-412c-8bfc-ac4871ee620d => generated 672 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2934] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:38 2026] GET /v2.0/subnets/9805d9cf-ac91-49df-9a06-dfba95d107fc => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2935] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:56:38 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 4094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2936] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:56:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2937] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:56:38 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: 1535/2938] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:56:38 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: 1404/2939] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:56:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2940] 199.204.45.19 () {34 vars in 716 bytes} [Thu Jun 18 13:56:38 2026] POST /v2.0/ports => generated 1332 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2941] 10.0.0.178 () {34 vars in 971 bytes} [Thu Jun 18 13:56:38 2026] GET /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b => generated 1332 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1537/2942] 199.204.45.19 () {34 vars in 1261 bytes} [Thu Jun 18 13:56:39 2026] GET /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2943] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:39 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?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: 1538/2944] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:39 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?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: 1407/2945] 199.204.45.19 () {34 vars in 974 bytes} [Thu Jun 18 13:56:40 2026] GET /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b => generated 1332 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2946] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:56:40 2026] GET /v2.0/networks?id=6d53deb2-e364-4558-a50d-7242cbc90591 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2947] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:56:40 2026] PUT /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b => generated 1522 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:56:41.122 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bca1e8eb-7927-451f-9914-97bd583d66e0'] response: {'name': 'network-changed', 'server_uuid': '9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0', 'tag': '6577c866-ea18-4b7b-8385-9d9179e3320b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1540/2948] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:56:41 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 5608 bytes in 47 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: 1409/2949] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:56:41 2026] GET /v2.0/networks?id=6d53deb2-e364-4558-a50d-7242cbc90591 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2950] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:56:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.142&port_id=6577c866-ea18-4b7b-8385-9d9179e3320b => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2951] 199.204.45.19 () {34 vars in 1105 bytes} [Thu Jun 18 13:56:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a0&port_id=6577c866-ea18-4b7b-8385-9d9179e3320b => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2952] 199.204.45.19 () {34 vars in 1063 bytes} [Thu Jun 18 13:56:41 2026] GET /v2.0/subnets?id=a1431490-a4ec-4927-adb4-203aa2055449&id=9805d9cf-ac91-49df-9a06-dfba95d107fc => generated 1413 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2953] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:41 2026] GET /v2.0/ports?network_id=6d53deb2-e364-4558-a50d-7242cbc90591&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: 1543/2954] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:41 2026] GET /v2.0/ports?network_id=6d53deb2-e364-4558-a50d-7242cbc90591&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: 1412/2955] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:41 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?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: 1544/2956] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:42 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?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: 1413/2957] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 5608 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2958] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.84&port_id=8f460380-1b55-4a20-ba7e-ee3b2d10b28d => 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: 1414/2959] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/subnets?id=1a5a845e-b1aa-4f0d-afeb-83b091afef6a => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2960] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/ports?network_id=ced83677-bb7e-4400-8192-24176d1df038&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2961] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1547/2962] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1416/2963] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.215&port_id=fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => 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: 1548/2964] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/subnets?id=72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2965] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/ports?network_id=efd946b5-08d6-4c45-9183-a362440a0519&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: 1549/2966] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?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: 1418/2967] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?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: 1550/2970] 199.204.45.19 () {34 vars in 1055 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=aff1ab7c-9e88-43b7-ad94-9125021e94c2 => 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: 1421/2971] 199.204.45.19 () {34 vars in 1103 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1d0&port_id=aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2972] 199.204.45.19 () {34 vars in 1063 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/subnets?id=8f8a6cee-5af7-412c-8bfc-ac4871ee620d&id=c03095ee-20b3-4565-8fb3-a607350c6a78 => generated 1408 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2973] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&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: 1552/2974] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&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: 1423/2975] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 1553/2976] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2977] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.142&port_id=6577c866-ea18-4b7b-8385-9d9179e3320b => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2978] 199.204.45.19 () {34 vars in 1105 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a0&port_id=6577c866-ea18-4b7b-8385-9d9179e3320b => 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: 1425/2979] 199.204.45.19 () {34 vars in 1063 bytes} [Thu Jun 18 13:56:43 2026] GET /v2.0/subnets?id=a1431490-a4ec-4927-adb4-203aa2055449&id=9805d9cf-ac91-49df-9a06-dfba95d107fc => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2980] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:44 2026] GET /v2.0/ports?network_id=6d53deb2-e364-4558-a50d-7242cbc90591&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2981] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:44 2026] GET /v2.0/ports?network_id=6d53deb2-e364-4558-a50d-7242cbc90591&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2982] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:44 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?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: 1427/2983] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:44 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?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: 1557/2984] 10.0.0.178 () {34 vars in 971 bytes} [Thu Jun 18 13:56:48 2026] GET /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b => generated 1524 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2985] 199.204.45.19 () {30 vars in 742 bytes} [Thu Jun 18 13:56:48 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591 => generated 797 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2986] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:48 2026] GET /v2.0/subnets/9805d9cf-ac91-49df-9a06-dfba95d107fc => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2987] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:48 2026] GET /v2.0/subnets/a1431490-a4ec-4927-adb4-203aa2055449 => generated 747 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/2988] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:56:48 2026] GET /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2989] 199.204.45.19 () {34 vars in 789 bytes} [Thu Jun 18 13:56:48 2026] PUT /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 1251 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2990] 199.204.45.19 () {30 vars in 742 bytes} [Thu Jun 18 13:56:49 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 798 bytes in 45 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: 1431/2991] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:49 2026] GET /v2.0/subnets/8f8a6cee-5af7-412c-8bfc-ac4871ee620d => generated 672 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2992] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:56:49 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: 1432/2993] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:56:49 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: 1562/2994] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:56:49 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: 1433/2995] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:56:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:56:49.443 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec7956d5-d40b-49cb-be5b-b5af292a54f3'] response: {'name': 'network-changed', 'server_uuid': '9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0', 'tag': 'aff1ab7c-9e88-43b7-ad94-9125021e94c2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1563/2996] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:49 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2997] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:56:49 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2998] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:56:49 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2999] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:49 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3000] 199.204.45.19 () {30 vars in 742 bytes} [Thu Jun 18 13:56:49 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519 => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3001] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:56:49 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3002] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:56:49 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/3003] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:56:49 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 5381 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3004] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:56:50 2026] GET /v2.0/networks?id=e61ef6ac-67b8-4334-9c14-f154663ddbb3 => 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: 1438/3005] 199.204.45.19 () {34 vars in 1055 bytes} [Thu Jun 18 13:56:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=aff1ab7c-9e88-43b7-ad94-9125021e94c2 => 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: 1568/3006] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:56:50 2026] GET /v2.0/subnets?id=8f8a6cee-5af7-412c-8bfc-ac4871ee620d => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3007] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:56:50 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3008] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:56:50 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 1440/3009] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:56:50 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 1571/3012] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:57:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3013] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:57:02 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: 1572/3014] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:57:02 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: 1443/3015] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:57: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: 8|app: 0|req: 1573/3016] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:57:03 2026] GET /v2.0/subnets/8f8a6cee-5af7-412c-8bfc-ac4871ee620d => generated 672 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3017] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:03 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 5381 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3018] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:57:03 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: 1445/3019] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:57:03 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: 1575/3020] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:57:03 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: 1446/3021] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:57:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3022] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:03 2026] GET /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3023] 199.204.45.19 () {34 vars in 789 bytes} [Thu Jun 18 13:57:03 2026] PUT /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b => generated 1255 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:57:03.910 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3208a178-9aa6-484b-81f4-c6d09b46231f'] response: {'name': 'network-changed', 'server_uuid': '9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0', 'tag': '6577c866-ea18-4b7b-8385-9d9179e3320b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1577/3024] 199.204.45.19 () {30 vars in 742 bytes} [Thu Jun 18 13:57:03 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591 => generated 797 bytes in 64 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: 1448/3025] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:57:03 2026] GET /v2.0/subnets/9805d9cf-ac91-49df-9a06-dfba95d107fc => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3026] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:03 2026] GET /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3027] 199.204.45.19 () {34 vars in 788 bytes} [Thu Jun 18 13:57:04 2026] PUT /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b => generated 1080 bytes in 349 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: 1579/3028] 199.204.45.19 () {30 vars in 742 bytes} [Thu Jun 18 13:57:04 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591 => generated 797 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3029] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:57:04 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 4973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3030] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:57:04 2026] GET /v2.0/networks?id=6d53deb2-e364-4558-a50d-7242cbc90591 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3031] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:04 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 4973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3032] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:57:04 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?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: 1452/3033] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:57:04 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3034] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:05 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 4973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:57:05.959 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4fdf33a-e0cb-441b-a685-41f6905e15b9'] response: {'name': 'network-changed', 'server_uuid': '9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0', 'tag': '6577c866-ea18-4b7b-8385-9d9179e3320b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1453/3035] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:06 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 4973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3036] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:57:06 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 4973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3037] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:57:06 2026] GET /v2.0/networks?id=6d53deb2-e364-4558-a50d-7242cbc90591 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3038] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:57:06 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?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: 1455/3039] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:57:06 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?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: 1585/3040] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:07 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 4973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3041] 199.204.45.19 () {34 vars in 974 bytes} [Thu Jun 18 13:57:07 2026] GET /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b => generated 1116 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3042] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:57:07 2026] GET /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3043] 199.204.45.19 () {34 vars in 1015 bytes} [Thu Jun 18 13:57:07 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?fields=dns_domain => generated 29 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3044] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:57:07 2026] PUT /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b => generated 917 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3045] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:08 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 3865 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:57:08.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-fcb335c1-5b3a-447c-89fa-f2b0983f4504 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 6577c866-ea18-4b7b-8385-9d9179e3320b 2026-06-18 13:57:08.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcb335c1-5b3a-447c-89fa-f2b0983f4504 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 6577c866-ea18-4b7b-8385-9d9179e3320b [pid: 8|app: 0|req: 1588/3046] 199.204.45.19 () {32 vars in 758 bytes} [Thu Jun 18 13:57:08 2026] DELETE /v2.0/ports/6577c866-ea18-4b7b-8385-9d9179e3320b => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3047] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:57:08 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: 1589/3048] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:57:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3049] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:57:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3050] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:57:08 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: 1461/3051] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:57:08 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3052] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:08 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3053] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:08 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3054] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:57:08 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3055] 199.204.45.19 () {30 vars in 742 bytes} [Thu Jun 18 13:57:08 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519 => generated 799 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3056] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:08 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3057] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:57:08 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3058] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 3865 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3059] 199.204.45.19 () {34 vars in 1225 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/networks?id=ced83677-bb7e-4400-8192-24176d1df038&id=efd946b5-08d6-4c45-9183-a362440a0519&id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&id=6d53deb2-e364-4558-a50d-7242cbc90591 => generated 3096 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3060] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.84&port_id=8f460380-1b55-4a20-ba7e-ee3b2d10b28d => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3061] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/subnets?id=1a5a845e-b1aa-4f0d-afeb-83b091afef6a => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3062] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/ports?network_id=ced83677-bb7e-4400-8192-24176d1df038&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: 1467/3063] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1597/3064] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1468/3065] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.215&port_id=fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => 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: 1598/3066] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/subnets?id=72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3067] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/ports?network_id=efd946b5-08d6-4c45-9183-a362440a0519&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: 1599/3068] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3069] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?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: 1600/3070] 199.204.45.19 () {34 vars in 1055 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3071] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/subnets?id=8f8a6cee-5af7-412c-8bfc-ac4871ee620d => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3072] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&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: 1472/3073] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:57:09 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 1602/3074] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:57:10 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3075] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:57:12 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: 1603/3076] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:57:12 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: 1474/3077] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:57:12 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: 1604/3078] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:57:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3079] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:12 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 3865 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3080] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:57:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3081] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:57:12 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: 1606/3082] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:57:12 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: 1477/3083] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:57:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3084] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:12 2026] GET /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 1287 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3085] 199.204.45.19 () {34 vars in 788 bytes} [Thu Jun 18 13:57:12 2026] PUT /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 1080 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:57:12.859 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2682763-73fc-47af-9a42-2cd42f8d97f2'] response: {'name': 'network-changed', 'server_uuid': '9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0', 'tag': 'aff1ab7c-9e88-43b7-ad94-9125021e94c2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1608/3086] 199.204.45.19 () {30 vars in 742 bytes} [Thu Jun 18 13:57:12 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 798 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1479/3087] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:12 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3088] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:13 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3089] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:57:13 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3090] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:57:13 2026] GET /v2.0/networks?id=e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3091] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:57:13 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3094] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:57:13 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3095] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:14 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 3694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3096] 199.204.45.19 () {34 vars in 974 bytes} [Thu Jun 18 13:57:15 2026] GET /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 1116 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3097] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:57:15 2026] GET /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3098] 199.204.45.19 () {34 vars in 1015 bytes} [Thu Jun 18 13:57:15 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?fields=dns_domain => generated 29 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3099] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:15 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 3694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3100] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:57:15 2026] PUT /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 917 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3101] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:16 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:57:16.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d400745-1370-4d3d-a940-96a312621e56 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: aff1ab7c-9e88-43b7-ad94-9125021e94c2 2026-06-18 13:57:16.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d400745-1370-4d3d-a940-96a312621e56 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: aff1ab7c-9e88-43b7-ad94-9125021e94c2 [pid: 8|app: 0|req: 1615/3102] 199.204.45.19 () {32 vars in 758 bytes} [Thu Jun 18 13:57:16 2026] DELETE /v2.0/ports/aff1ab7c-9e88-43b7-ad94-9125021e94c2 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3103] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:57:16 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: 1616/3104] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:57:16 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: 1489/3105] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:57:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3106] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:57:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3107] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:57:16 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3108] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:57:16 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3109] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:16 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3110] 199.204.45.19 () {34 vars in 1145 bytes} [Thu Jun 18 13:57:16 2026] GET /v2.0/networks?id=ced83677-bb7e-4400-8192-24176d1df038&id=efd946b5-08d6-4c45-9183-a362440a0519&id=e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 2310 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3111] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.84&port_id=8f460380-1b55-4a20-ba7e-ee3b2d10b28d => 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: 1620/3112] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3113] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3114] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/subnets?id=1a5a845e-b1aa-4f0d-afeb-83b091afef6a => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3115] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/ports?network_id=ced83677-bb7e-4400-8192-24176d1df038&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3116] 199.204.45.19 () {30 vars in 742 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3117] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1623/3118] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3119] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3120] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1625/3121] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.215&port_id=fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => 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: 1497/3122] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/subnets?id=72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 678 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3123] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/ports?network_id=efd946b5-08d6-4c45-9183-a362440a0519&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: 1498/3124] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?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: 1627/3125] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:57:17 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3128] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:57:29 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: 1629/3129] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:57: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: 1501/3130] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:57:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3131] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:57:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:57:29.509 7 INFO neutron.api.v2.resource [None req-5b4aee3c-95d7-4c0f-aa23-7c1692e34661 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1502/3132] 199.204.45.19 () {30 vars in 762 bytes} [Thu Jun 18 13:57:29 2026] GET /v2.0/security-groups/lb-640111f8-e047-4ddd-9f19-261260050dba => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3133] 199.204.45.19 () {30 vars in 784 bytes} [Thu Jun 18 13:57:29 2026] GET /v2.0/security-groups?name=lb-640111f8-e047-4ddd-9f19-261260050dba => generated 2865 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3134] 199.204.45.19 () {30 vars in 814 bytes} [Thu Jun 18 13:57:29 2026] GET /v2.0/security-group-rules?security_group_id=68810f4d-2881-44b8-ab8b-99e5a919b42d => generated 2334 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3135] 199.204.45.19 () {32 vars in 788 bytes} [Thu Jun 18 13:57:29 2026] DELETE /v2.0/security-group-rules/19939f38-e295-4add-9f0d-9ce6dc486900 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3136] 199.204.45.19 () {32 vars in 788 bytes} [Thu Jun 18 13:57:29 2026] DELETE /v2.0/security-group-rules/226c33bc-512a-47f5-962c-9d0668c5bfc7 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:57:32.446 8 INFO neutron_taas.services.taas.taas_plugin [None req-c79efa59-c73d-402c-b9c2-f5ef37df60a5 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: 9031b116-cffe-4cad-a97f-725e9e455b32 2026-06-18 13:57:32.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c79efa59-c73d-402c-b9c2-f5ef37df60a5 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: 9031b116-cffe-4cad-a97f-725e9e455b32 2026-06-18 13:57:32.619 8 INFO neutron.db.l3_db [None req-c79efa59-c73d-402c-b9c2-f5ef37df60a5 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Floating IP 6780feee-d2c6-47cf-a5f7-54bf7ce8aee8 disassociated (deleted). External IP: 10.96.250.209, port: e1378551-8685-4611-9c49-5803bb32081f. [pid: 8|app: 0|req: 1633/3137] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:57:32 2026] DELETE /v2.0/floatingips/6780feee-d2c6-47cf-a5f7-54bf7ce8aee8 => generated 0 bytes in 654 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:57:33.007 7 INFO neutron.api.v2.resource [None req-65ce8dbf-b573-4b85-a60c-89a6d7e876f9 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1505/3138] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:57:32 2026] GET /v2.0/floatingips/6780feee-d2c6-47cf-a5f7-54bf7ce8aee8 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3139] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:57:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3140] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:57:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3141] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:57:33 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: 1507/3142] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:57: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) 2026-06-18 13:57:33.877 8 INFO neutron.api.v2.resource [None req-2860c963-c463-4b4b-8fca-6e803d62ce59 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1636/3143] 199.204.45.19 () {30 vars in 762 bytes} [Thu Jun 18 13:57:33 2026] GET /v2.0/security-groups/lb-640111f8-e047-4ddd-9f19-261260050dba => generated 149 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3144] 199.204.45.19 () {30 vars in 784 bytes} [Thu Jun 18 13:57:33 2026] GET /v2.0/security-groups?name=lb-640111f8-e047-4ddd-9f19-261260050dba => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3145] 199.204.45.19 () {30 vars in 814 bytes} [Thu Jun 18 13:57:33 2026] GET /v2.0/security-group-rules?security_group_id=68810f4d-2881-44b8-ab8b-99e5a919b42d => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3146] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:57: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: 1638/3147] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:57: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: 1510/3148] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:57:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3149] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:57:34 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: 1511/3150] 199.204.45.19 () {30 vars in 740 bytes} [Thu Jun 18 13:57:34 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3151] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:34 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3152] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:34 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3153] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:34 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3154] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:35 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3155] 199.204.45.19 () {34 vars in 974 bytes} [Thu Jun 18 13:57:36 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3156] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:57:36 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e?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: 7|app: 0|req: 1515/3157] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:36 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3158] 199.204.45.19 () {34 vars in 1015 bytes} [Thu Jun 18 13:57:36 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3159] 199.204.45.19 () {38 vars in 1027 bytes} [Thu Jun 18 13:57:36 2026] PUT /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1151 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3160] 199.204.45.19 () {30 vars in 768 bytes} [Thu Jun 18 13:57:37 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1517/3161] 199.204.45.19 () {34 vars in 788 bytes} [Thu Jun 18 13:57:37 2026] PUT /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1090 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3162] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:37 2026] GET /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 1090 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-18 13:57:38.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-52b377e1-3206-496f-b0b5-e4b9d1bd0f20 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: fb32f82e-ba22-4755-bfc1-f6e5436c5f8e 2026-06-18 13:57:38.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52b377e1-3206-496f-b0b5-e4b9d1bd0f20 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: fb32f82e-ba22-4755-bfc1-f6e5436c5f8e [pid: 7|app: 0|req: 1518/3163] 199.204.45.19 () {32 vars in 758 bytes} [Thu Jun 18 13:57:37 2026] DELETE /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3164] 199.204.45.19 () {30 vars in 702 bytes} [Thu Jun 18 13:57:38 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: 1520/3165] 199.204.45.19 () {30 vars in 704 bytes} [Thu Jun 18 13:57:38 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: 1646/3166] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/ports?tenant_id=ea1e2bf7404745edaa0f0a9458467e72&device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => 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: 1521/3167] 199.204.45.19 () {30 vars in 680 bytes} [Thu Jun 18 13:57:38 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: 1522/3168] 199.204.45.19 () {30 vars in 716 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:57:38.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cbd8087f-a86d-4a4d-842b-135925532732 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1523/3169] 199.204.45.19 () {32 vars in 758 bytes} [Thu Jun 18 13:57:38 2026] DELETE /v2.0/ports/fb32f82e-ba22-4755-bfc1-f6e5436c5f8e => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3170] 199.204.45.19 () {34 vars in 1065 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/networks?id=ced83677-bb7e-4400-8192-24176d1df038&id=efd946b5-08d6-4c45-9183-a362440a0519 => generated 1523 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3171] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3172] 199.204.45.19 () {34 vars in 1059 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.84&port_id=8f460380-1b55-4a20-ba7e-ee3b2d10b28d => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:57:38.449 7 INFO neutron.api.v2.resource [None req-8cdfe26a-8e78-4608-a61c-035f566a8c10 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/3173] 199.204.45.19 () {30 vars in 762 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/security-groups/lb-640111f8-e047-4ddd-9f19-261260050dba => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3174] 199.204.45.19 () {34 vars in 983 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/subnets?id=1a5a845e-b1aa-4f0d-afeb-83b091afef6a => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3175] 199.204.45.19 () {30 vars in 784 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/security-groups?name=lb-640111f8-e047-4ddd-9f19-261260050dba => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3176] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/ports?network_id=ced83677-bb7e-4400-8192-24176d1df038&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3177] 199.204.45.19 () {30 vars in 736 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3178] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1652/3179] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:57:38 2026] GET /v2.0/networks/ced83677-bb7e-4400-8192-24176d1df038?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: 1528/3180] 199.204.45.19 () {34 vars in 788 bytes} [Thu Jun 18 13:57:38 2026] PUT /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 1094 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3181] 199.204.45.19 () {32 vars in 778 bytes} [Thu Jun 18 13:57:38 2026] DELETE /v2.0/security-groups/68810f4d-2881-44b8-ab8b-99e5a919b42d => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:57:39.008 7 INFO neutron_taas.services.taas.taas_plugin [None req-21bff986-dc25-4020-982d-bf20a843cdfe 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: e1378551-8685-4611-9c49-5803bb32081f 2026-06-18 13:57:39.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21bff986-dc25-4020-982d-bf20a843cdfe 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: e1378551-8685-4611-9c49-5803bb32081f [pid: 7|app: 0|req: 1529/3182] 199.204.45.19 () {32 vars in 758 bytes} [Thu Jun 18 13:57:38 2026] DELETE /v2.0/ports/e1378551-8685-4611-9c49-5803bb32081f => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3183] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:57:42 2026] GET /v2.0/ports?device_id=9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:57:42.161 7 INFO neutron_taas.services.taas.taas_plugin [req-ee6682b2-b1ec-4f53-bef6-ba417462499f req-01c723f7-c014-4111-ba30-dce1915460e7 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] TaaS: Handle Delete Port: 8f460380-1b55-4a20-ba7e-ee3b2d10b28d 2026-06-18 13:57:42.164 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ee6682b2-b1ec-4f53-bef6-ba417462499f req-01c723f7-c014-4111-ba30-dce1915460e7 64f802b25ee74205a26b1e7987e69dd1 ea1e2bf7404745edaa0f0a9458467e72 - - default default] Tap Mirror: Handle Delete Port: 8f460380-1b55-4a20-ba7e-ee3b2d10b28d [pid: 7|app: 0|req: 1530/3184] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:57:42 2026] DELETE /v2.0/ports/8f460380-1b55-4a20-ba7e-ee3b2d10b28d => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:57:42.339 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84e39cca-d5df-4661-a038-cd6ceb5b1fb2'] response: {'server_uuid': '9a9c2c4b-c3a0-4ced-956e-51cb9d0270e0', 'name': 'network-vif-deleted', 'tag': '8f460380-1b55-4a20-ba7e-ee3b2d10b28d', 'status': 'completed', 'code': 200} 2026-06-18 13:57:43.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ebdfb92-362e-46c4-a3b7-9b6a32616da5 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: 63cf9a11-a5e4-4978-9c36-b61acae765df 2026-06-18 13:57:43.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ebdfb92-362e-46c4-a3b7-9b6a32616da5 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: 63cf9a11-a5e4-4978-9c36-b61acae765df 2026-06-18 13:57:43.520 8 INFO neutron.db.l3_db [None req-6ebdfb92-362e-46c4-a3b7-9b6a32616da5 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Floating IP 33269149-07f3-4761-bace-b4bd2cbbc513 disassociated (deleted). External IP: 10.96.250.217, port: a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9. [pid: 8|app: 0|req: 1655/3187] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:57:43 2026] DELETE /v2.0/floatingips/33269149-07f3-4761-bace-b4bd2cbbc513 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:57:43.907 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8dfe6acb-e6c1-47fb-9e72-6a3780f19893'] response: {'name': 'network-changed', 'server_uuid': 'cd34e363-2804-4171-86a7-01c2c6d3f35c', 'tag': 'a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9', 'status': 'completed', 'code': 200} 2026-06-18 13:57:43.908 7 INFO neutron.api.v2.resource [None req-65fffa0d-349d-49dc-8117-25434423de2e 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1533/3188] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:57:43 2026] GET /v2.0/floatingips/33269149-07f3-4761-bace-b4bd2cbbc513 => generated 144 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3189] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:57:44 2026] GET /v2.0/ports?device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => generated 1200 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3190] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:57:44 2026] GET /v2.0/security-groups?id=b0113ed3-175c-47a7-ac6a-48671852a301&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3191] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:57:44 2026] GET /v2.0/ports?tenant_id=de92915c463f47b89033e6bf6243ab32&device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3192] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:57:44 2026] GET /v2.0/networks?id=6d53deb2-e364-4558-a50d-7242cbc90591 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3193] 199.204.45.19 () {34 vars in 1055 bytes} [Thu Jun 18 13:57:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.87&port_id=a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9 => 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: 1536/3194] 199.204.45.19 () {34 vars in 1105 bytes} [Thu Jun 18 13:57:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A394&port_id=a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9 => 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: 1659/3195] 199.204.45.19 () {34 vars in 1063 bytes} [Thu Jun 18 13:57:44 2026] GET /v2.0/subnets?id=a1431490-a4ec-4927-adb4-203aa2055449&id=9805d9cf-ac91-49df-9a06-dfba95d107fc => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3196] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:57:44 2026] GET /v2.0/ports?network_id=6d53deb2-e364-4558-a50d-7242cbc90591&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3197] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:57:44 2026] GET /v2.0/ports?network_id=6d53deb2-e364-4558-a50d-7242cbc90591&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3198] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:57:44 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3199] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:57:44 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3200] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:57:46 2026] GET /v2.0/ports?device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:57:46.935 8 INFO neutron_taas.services.taas.taas_plugin [req-abc5ad92-6217-4879-95b1-7905e0d2dc77 req-c2ce9e44-2764-4b26-a7a6-a1e99b1d5af4 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9 2026-06-18 13:57:46.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-abc5ad92-6217-4879-95b1-7905e0d2dc77 req-c2ce9e44-2764-4b26-a7a6-a1e99b1d5af4 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9 [pid: 8|app: 0|req: 1662/3201] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:57:46 2026] DELETE /v2.0/ports/a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:57:47.165 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe6d96f6-f65e-4353-a68c-e206fc1f3cc6'] response: {'server_uuid': 'cd34e363-2804-4171-86a7-01c2c6d3f35c', 'name': 'network-vif-deleted', 'tag': 'a40a710f-c97f-4b3a-9a28-5fe24a5ed8f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1540/3202] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:57:49 2026] GET /v2.0/ports?device_id=cd34e363-2804-4171-86a7-01c2c6d3f35c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-18 13:57:54.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-a991939a-ca72-47cc-8aca-12d88bd61b0d 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: 303e0303-0cff-4a9b-9100-91f573676f29 2026-06-18 13:57:54.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a991939a-ca72-47cc-8aca-12d88bd61b0d 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: 303e0303-0cff-4a9b-9100-91f573676f29 2026-06-18 13:57:54.726 8 INFO neutron.db.l3_db [None req-a991939a-ca72-47cc-8aca-12d88bd61b0d 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Floating IP 3ce596bb-4e73-4c06-999d-2a919d9869ae disassociated (deleted). External IP: 10.96.250.218, port: 2a0d7d81-1e3f-4525-bbb1-791e85988db6. [pid: 8|app: 0|req: 1663/3203] 10.0.0.134 () {32 vars in 732 bytes} [Thu Jun 18 13:57:54 2026] DELETE /v2.0/floatingips/3ce596bb-4e73-4c06-999d-2a919d9869ae => generated 0 bytes in 669 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:57:55.085 7 INFO neutron.api.v2.resource [None req-68729512-3c60-46d3-baa2-54608d7cd711 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/3204] 10.0.0.134 () {32 vars in 729 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/floatingips/3ce596bb-4e73-4c06-999d-2a919d9869ae => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:57:55.100 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ac7e0aa-344b-484e-bb22-be3ce1346cc9'] response: {'name': 'network-changed', 'server_uuid': 'e95495b7-c7c9-4706-9355-15d87e6641ba', 'tag': '2a0d7d81-1e3f-4525-bbb1-791e85988db6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1664/3205] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/ports?device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3206] 10.0.0.178 () {34 vars in 1040 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/security-groups?id=b0113ed3-175c-47a7-ac6a-48671852a301&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: 8|app: 0|req: 1665/3207] 199.204.45.19 () {34 vars in 1079 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/ports?tenant_id=de92915c463f47b89033e6bf6243ab32&device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3208] 199.204.45.19 () {34 vars in 985 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/networks?id=e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3209] 199.204.45.19 () {34 vars in 1057 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.254&port_id=2a0d7d81-1e3f-4525-bbb1-791e85988db6 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3210] 199.204.45.19 () {34 vars in 1103 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12a&port_id=2a0d7d81-1e3f-4525-bbb1-791e85988db6 => 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: 1667/3211] 199.204.45.19 () {34 vars in 1063 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/subnets?id=8f8a6cee-5af7-412c-8bfc-ac4871ee620d&id=c03095ee-20b3-4565-8fb3-a607350c6a78 => generated 1408 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3212] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3213] 199.204.45.19 () {34 vars in 1051 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/ports?network_id=e61ef6ac-67b8-4334-9c14-f154663ddbb3&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3214] 199.204.45.19 () {34 vars in 1011 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?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: 1669/3215] 199.204.45.19 () {34 vars in 1111 bytes} [Thu Jun 18 13:57:55 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3216] 199.204.45.19 () {34 vars in 993 bytes} [Thu Jun 18 13:57:57 2026] GET /v2.0/ports?device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => generated 1198 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-18 13:57:57.866 8 INFO neutron_taas.services.taas.taas_plugin [req-7dfe224f-3cd5-4131-9fd5-3e93841ebe7b req-31ce15af-a3fa-41a2-99be-551870a8b14a 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: 2a0d7d81-1e3f-4525-bbb1-791e85988db6 2026-06-18 13:57:57.869 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7dfe224f-3cd5-4131-9fd5-3e93841ebe7b req-31ce15af-a3fa-41a2-99be-551870a8b14a 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: 2a0d7d81-1e3f-4525-bbb1-791e85988db6 [pid: 8|app: 0|req: 1670/3217] 199.204.45.19 () {36 vars in 996 bytes} [Thu Jun 18 13:57:57 2026] DELETE /v2.0/ports/2a0d7d81-1e3f-4525-bbb1-791e85988db6 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:57:58.045 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-908f944b-b8dd-49c2-b0ae-0cb67abe9452'] response: {'server_uuid': 'e95495b7-c7c9-4706-9355-15d87e6641ba', 'name': 'network-vif-deleted', 'tag': '2a0d7d81-1e3f-4525-bbb1-791e85988db6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1672/3220] 10.0.0.178 () {34 vars in 990 bytes} [Thu Jun 18 13:58:00 2026] GET /v2.0/ports?device_id=e95495b7-c7c9-4706-9355-15d87e6641ba => 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: 1549/3221] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:58:05 2026] DELETE /v2.0/security-group-rules/8488991e-ff91-43bd-86be-81849a91c0a5 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:05.658 8 INFO neutron.api.v2.resource [None req-5e6a3b10-6e34-4f89-9dda-c407ffbfc6f9 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1673/3222] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:58:05 2026] GET /v2.0/security-group-rules/8488991e-ff91-43bd-86be-81849a91c0a5 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3223] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:58:05 2026] DELETE /v2.0/security-group-rules/277c42a3-3c06-4006-b8ac-51859a97fb72 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:05.750 8 INFO neutron.api.v2.resource [None req-34f1ccd6-db1a-4924-8c41-a226de3b11d0 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1674/3224] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:58:05 2026] GET /v2.0/security-group-rules/277c42a3-3c06-4006-b8ac-51859a97fb72 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3225] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:58:05 2026] DELETE /v2.0/security-group-rules/cede8e54-2471-4fa4-a278-0f5736ddc40f => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:05.871 8 INFO neutron.api.v2.resource [None req-52af66ec-e743-479c-b988-4c3150956c69 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1675/3226] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:58:05 2026] GET /v2.0/security-group-rules/cede8e54-2471-4fa4-a278-0f5736ddc40f => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3227] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:58:05 2026] DELETE /v2.0/security-group-rules/92ed7439-ec70-4e9e-84f0-6122085d5e02 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:06.003 8 INFO neutron.api.v2.resource [None req-c7afccfb-f29e-44b9-a08a-93d32f9823e5 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1676/3228] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:58:05 2026] GET /v2.0/security-group-rules/92ed7439-ec70-4e9e-84f0-6122085d5e02 => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3229] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:58:06 2026] DELETE /v2.0/security-group-rules/aec16c07-eb52-4586-bb96-bc8c136ae773 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:06.093 8 INFO neutron.api.v2.resource [None req-37130c85-4a42-470f-a76a-a47c1d5608f8 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1677/3230] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:58:06 2026] GET /v2.0/security-group-rules/aec16c07-eb52-4586-bb96-bc8c136ae773 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3231] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:58:06 2026] DELETE /v2.0/security-group-rules/bdcc399e-5aa2-4fdb-aa21-758de71bed45 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:06.179 8 INFO neutron.api.v2.resource [None req-4b4c4b78-9ec3-4917-a331-61bea31dd67e 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1678/3232] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:58:06 2026] GET /v2.0/security-group-rules/bdcc399e-5aa2-4fdb-aa21-758de71bed45 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3233] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:58:06 2026] DELETE /v2.0/security-group-rules/f95d21e4-e122-42c8-aece-7230e0403435 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:06.262 8 INFO neutron.api.v2.resource [None req-741b2ccc-8804-4cb6-86d9-3fcebc36a2b3 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1679/3234] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:58:06 2026] GET /v2.0/security-group-rules/f95d21e4-e122-42c8-aece-7230e0403435 => 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: 1556/3235] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:58:06 2026] DELETE /v2.0/security-group-rules/b3e14e4e-be53-4cfa-a0fb-7044a340fd4a => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:06.351 8 INFO neutron.api.v2.resource [None req-9eb955e3-a317-4d53-9b6c-5c1083b80970 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1680/3236] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:58:06 2026] GET /v2.0/security-group-rules/b3e14e4e-be53-4cfa-a0fb-7044a340fd4a => 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: 1557/3237] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:58:06 2026] DELETE /v2.0/security-group-rules/2dd44b9a-5edf-449a-91db-ac5b31aac64e => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:06.434 8 INFO neutron.api.v2.resource [None req-aeaad245-c73e-4e42-8128-7e48f4ae9cb3 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1681/3238] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:58:06 2026] GET /v2.0/security-group-rules/2dd44b9a-5edf-449a-91db-ac5b31aac64e => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3239] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:58:06 2026] DELETE /v2.0/security-group-rules/841978bf-6f7c-4fe2-9951-e93a57288b16 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:06.515 8 INFO neutron.api.v2.resource [None req-fe670265-3e56-4d67-8621-2d368aaaef59 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1682/3240] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:58:06 2026] GET /v2.0/security-group-rules/841978bf-6f7c-4fe2-9951-e93a57288b16 => 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: 1559/3241] 10.0.0.134 () {32 vars in 750 bytes} [Thu Jun 18 13:58:06 2026] DELETE /v2.0/security-group-rules/a4c23b5d-ff56-4dcb-92d8-720c5442f24e => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:06.601 8 INFO neutron.api.v2.resource [None req-e02cfd8b-be2b-4839-86fb-86449e168b87 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1683/3242] 10.0.0.134 () {32 vars in 747 bytes} [Thu Jun 18 13:58:06 2026] GET /v2.0/security-group-rules/a4c23b5d-ff56-4dcb-92d8-720c5442f24e => 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: 1560/3243] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:58:06 2026] DELETE /v2.0/security-groups/b0113ed3-175c-47a7-ac6a-48671852a301 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:06.721 8 INFO neutron.api.v2.resource [None req-179a20af-25f9-481b-95f9-f88098e7366d 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1684/3244] 10.0.0.134 () {32 vars in 737 bytes} [Thu Jun 18 13:58:06 2026] GET /v2.0/security-groups/b0113ed3-175c-47a7-ac6a-48671852a301 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:58:07.199 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fbfe39d-f6b4-4dc6-ac71-0abd211ba4b4 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: a6b0f9ad-9421-4014-9540-ec40a3787151 2026-06-18 13:58:07.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fbfe39d-f6b4-4dc6-ac71-0abd211ba4b4 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: a6b0f9ad-9421-4014-9540-ec40a3787151 [pid: 7|app: 0|req: 1561/3245] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:58:06 2026] PUT /v2.0/routers/3c874223-6116-4030-83ee-27edcbb9c9d8/remove_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:58:07.985 8 INFO neutron.api.v2.resource [None req-ce5aa583-7066-4600-8e8e-c981466487da 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1685/3246] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:58:07 2026] PUT /v2.0/routers/3c874223-6116-4030-83ee-27edcbb9c9d8/remove_router_interface => generated 198 bytes in 181 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:58:08.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9db35df-4f93-4a87-8c86-7e1f89a0839f 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: ba3bc792-d121-4bca-b3e5-cdb6498ffefb 2026-06-18 13:58:08.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9db35df-4f93-4a87-8c86-7e1f89a0839f 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: ba3bc792-d121-4bca-b3e5-cdb6498ffefb [pid: 7|app: 0|req: 1562/3247] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:58:07 2026] PUT /v2.0/routers/3c874223-6116-4030-83ee-27edcbb9c9d8/remove_router_interface => generated 309 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:58:09.199 8 INFO neutron.api.v2.resource [None req-8a86ed90-a230-4d4c-a7e2-7790fac865ba 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1686/3248] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:58:09 2026] PUT /v2.0/routers/3c874223-6116-4030-83ee-27edcbb9c9d8/remove_router_interface => generated 198 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:58:09.548 7 INFO neutron_taas.services.taas.taas_plugin [None req-923cb461-a332-4338-ad3f-41da9f0a7302 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: 60f2d8d5-fbb1-4bea-9114-b4667c6d8de3 2026-06-18 13:58:09.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-923cb461-a332-4338-ad3f-41da9f0a7302 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: 60f2d8d5-fbb1-4bea-9114-b4667c6d8de3 [pid: 7|app: 0|req: 1563/3249] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:58:09 2026] PUT /v2.0/routers/3c874223-6116-4030-83ee-27edcbb9c9d8/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-18 13:58:10.302 8 INFO neutron.api.v2.resource [None req-734832e1-ff3f-497f-a97a-142cd5250e44 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1687/3250] 10.0.0.134 () {34 vars in 789 bytes} [Thu Jun 18 13:58:10 2026] PUT /v2.0/routers/3c874223-6116-4030-83ee-27edcbb9c9d8/remove_router_interface => generated 198 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:58:10.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9cad496-1d7a-403f-8826-7c94bafaa1b3 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: 37172191-5d54-4a6c-bf55-cb03f29138c3 2026-06-18 13:58:10.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9cad496-1d7a-403f-8826-7c94bafaa1b3 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: 37172191-5d54-4a6c-bf55-cb03f29138c3 2026-06-18 13:58:10.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9cad496-1d7a-403f-8826-7c94bafaa1b3 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: e23472f9-f6e7-4853-a8a8-48c1399e0b1d 2026-06-18 13:58:10.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9cad496-1d7a-403f-8826-7c94bafaa1b3 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: e23472f9-f6e7-4853-a8a8-48c1399e0b1d 2026-06-18 13:58:11.173 7 INFO neutron.services.segments.plugin [-] Segment 9e938476-17f6-4a55-8745-d4769c2a8ff4 resource provider aggregate not found 2026-06-18 13:58:11.180 7 INFO neutron.services.segments.plugin [-] Segment 9e938476-17f6-4a55-8745-d4769c2a8ff4 resource provider aggregate not found 2026-06-18 13:58:11.191 7 INFO neutron.services.segments.plugin [-] Segment 9e938476-17f6-4a55-8745-d4769c2a8ff4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e938476-17f6-4a55-8745-d4769c2a8ff4 found for delete ", "request_id": "req-ec7107de-b9f2-4d80-9150-5e7ebe42567c"}]} 2026-06-18 13:58:11.206 7 INFO neutron.services.segments.plugin [-] Segment 9e938476-17f6-4a55-8745-d4769c2a8ff4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e938476-17f6-4a55-8745-d4769c2a8ff4 found for delete ", "request_id": "req-acd67fb2-b700-4aff-8dbc-92f0cd505ccf"}]} 2026-06-18 13:58:11.224 7 INFO neutron.db.l3_hamode_db [None req-b9cad496-1d7a-403f-8826-7c94bafaa1b3 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] HA network e94c0051-1fd9-4800-94c7-783f61f2a574 was deleted as no HA routers are present in tenant de92915c463f47b89033e6bf6243ab32. [pid: 7|app: 0|req: 1564/3251] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:58:10 2026] DELETE /v2.0/routers/3c874223-6116-4030-83ee-27edcbb9c9d8 => generated 0 bytes in 925 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-18 13:58:11.256 8 INFO neutron.api.v2.resource [None req-058b0f19-01db-4e4c-8a02-ced4367f44d8 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1688/3252] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:58:11 2026] GET /v2.0/routers/3c874223-6116-4030-83ee-27edcbb9c9d8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3253] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:58:11 2026] DELETE /v2.0/subnets/a1431490-a4ec-4927-adb4-203aa2055449 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:58:11.414 8 INFO neutron.pecan_wsgi.hooks.translation [None req-796b1849-bc6a-4997-9bdf-89737dcfe7cf 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1689/3254] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:58:11 2026] GET /v2.0/subnets/a1431490-a4ec-4927-adb4-203aa2055449 => 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: 1566/3255] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:58:11 2026] DELETE /v2.0/subnets/9805d9cf-ac91-49df-9a06-dfba95d107fc => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:58:11.564 8 INFO neutron.pecan_wsgi.hooks.translation [None req-83a14b02-afed-4c6f-9045-554ae4fc5ccc 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1690/3256] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:58:11 2026] GET /v2.0/subnets/9805d9cf-ac91-49df-9a06-dfba95d107fc => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:58:11.671 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb841f73-ae3b-497a-8e91-c09500d371bb 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: 43270b20-48a5-496a-94f4-d7b11f37d801 2026-06-18 13:58:11.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb841f73-ae3b-497a-8e91-c09500d371bb 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: 43270b20-48a5-496a-94f4-d7b11f37d801 [pid: 7|app: 0|req: 1567/3257] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:58:11 2026] DELETE /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:58:11.962 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91cc1939-2f26-4169-bb34-d8799a8c277d 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1691/3258] 10.0.0.134 () {32 vars in 723 bytes} [Thu Jun 18 13:58:11 2026] GET /v2.0/networks/6d53deb2-e364-4558-a50d-7242cbc90591 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3259] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:58:11 2026] DELETE /v2.0/subnets/c03095ee-20b3-4565-8fb3-a607350c6a78 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:58:12.155 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c261abe7-4ccc-4467-af7d-5ca955c4643b 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1692/3260] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:58:12 2026] GET /v2.0/subnets/c03095ee-20b3-4565-8fb3-a607350c6a78 => 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: 1569/3261] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:58:12 2026] DELETE /v2.0/subnets/8f8a6cee-5af7-412c-8bfc-ac4871ee620d => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:58:12.347 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2dae7f1b-e648-4d97-8876-5267236ae1d1 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1693/3262] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:58:12 2026] GET /v2.0/subnets/8f8a6cee-5af7-412c-8bfc-ac4871ee620d => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:58:12.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-e78a32b4-bd1d-416a-8bbd-13a6a38e9f05 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: 1a2f1a2a-4f35-49f0-bce6-a57d0c108bc4 2026-06-18 13:58:12.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e78a32b4-bd1d-416a-8bbd-13a6a38e9f05 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: 1a2f1a2a-4f35-49f0-bce6-a57d0c108bc4 [pid: 7|app: 0|req: 1570/3263] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:58:12 2026] DELETE /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:58:12.702 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18ff66b5-1b6b-4053-863d-969ba0b6c44b 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1694/3264] 10.0.0.134 () {32 vars in 723 bytes} [Thu Jun 18 13:58:12 2026] GET /v2.0/networks/e61ef6ac-67b8-4334-9c14-f154663ddbb3 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3265] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:58:12 2026] DELETE /v2.0/subnets/9846be63-c7e8-478c-afb4-4cb1bfacb132 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:58:12.936 8 INFO neutron.pecan_wsgi.hooks.translation [None req-910c1642-172a-45e1-bfbe-31d512c2c94c 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1695/3266] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:58:12 2026] GET /v2.0/subnets/9846be63-c7e8-478c-afb4-4cb1bfacb132 => 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: 1572/3267] 10.0.0.134 () {32 vars in 724 bytes} [Thu Jun 18 13:58:12 2026] DELETE /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:58:13.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-066253e5-e7be-405a-9873-b7269f3b8355 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1696/3268] 10.0.0.134 () {32 vars in 721 bytes} [Thu Jun 18 13:58:13 2026] GET /v2.0/subnets/72b59498-cc1b-454a-b035-b9ac9098cf74 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:58:13.214 7 INFO neutron.services.segments.plugin [-] Segment a6ec49aa-09cf-4349-93d1-8ead7e3dcca7 resource provider aggregate not found 2026-06-18 13:58:13.233 7 INFO neutron.services.segments.plugin [-] Segment a6ec49aa-09cf-4349-93d1-8ead7e3dcca7 resource provider aggregate not found 2026-06-18 13:58:13.241 7 INFO neutron.services.segments.plugin [-] Segment a6ec49aa-09cf-4349-93d1-8ead7e3dcca7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6ec49aa-09cf-4349-93d1-8ead7e3dcca7 found for delete ", "request_id": "req-80e4aa84-4d76-4064-aaf7-a9be5b96c9b6"}]} 2026-06-18 13:58:13.257 7 INFO neutron.services.segments.plugin [-] Segment 89f18439-8206-4310-9ddd-b94b7ae51bca resource provider aggregate not found 2026-06-18 13:58:13.263 7 INFO neutron.services.segments.plugin [-] Segment a6ec49aa-09cf-4349-93d1-8ead7e3dcca7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6ec49aa-09cf-4349-93d1-8ead7e3dcca7 found for delete ", "request_id": "req-6cdfd11f-e693-4595-9f02-4b8d3e35f397"}]} 2026-06-18 13:58:13.278 7 INFO neutron.services.segments.plugin [-] Segment 89f18439-8206-4310-9ddd-b94b7ae51bca resource provider aggregate not found 2026-06-18 13:58:13.282 7 INFO neutron.services.segments.plugin [-] Segment 89f18439-8206-4310-9ddd-b94b7ae51bca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89f18439-8206-4310-9ddd-b94b7ae51bca found for delete ", "request_id": "req-5bd5c3b4-781e-4b96-8ee7-44945ba4015c"}]} 2026-06-18 13:58:13.301 7 INFO neutron.services.segments.plugin [-] Segment 89f18439-8206-4310-9ddd-b94b7ae51bca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89f18439-8206-4310-9ddd-b94b7ae51bca found for delete ", "request_id": "req-5b79798e-6ac6-4c52-bf3e-c539575e0836"}]} 2026-06-18 13:58:13.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-b523f9b8-3d4d-4097-a42e-b122714235ea 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] TaaS: Handle Delete Port: ef639d7b-5c63-45f9-a212-9a80afc689cd 2026-06-18 13:58:13.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b523f9b8-3d4d-4097-a42e-b122714235ea 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] Tap Mirror: Handle Delete Port: ef639d7b-5c63-45f9-a212-9a80afc689cd [pid: 7|app: 0|req: 1573/3269] 10.0.0.134 () {32 vars in 726 bytes} [Thu Jun 18 13:58:13 2026] DELETE /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-18 13:58:13.563 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e5e5381-6fb0-4b27-ab49-353711e7467e 10b35e455d994a7491162363ea865cfb de92915c463f47b89033e6bf6243ab32 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1697/3270] 10.0.0.134 () {32 vars in 723 bytes} [Thu Jun 18 13:58:13 2026] GET /v2.0/networks/efd946b5-08d6-4c45-9183-a362440a0519 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-18 13:58:15.309 7 INFO neutron.services.segments.plugin [-] Segment ebc94f35-2eef-4d2e-9b07-577b84aef5ed resource provider aggregate not found 2026-06-18 13:58:15.322 7 INFO neutron.services.segments.plugin [-] Segment ebc94f35-2eef-4d2e-9b07-577b84aef5ed resource provider aggregate not found 2026-06-18 13:58:15.328 7 INFO neutron.services.segments.plugin [-] Segment ebc94f35-2eef-4d2e-9b07-577b84aef5ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebc94f35-2eef-4d2e-9b07-577b84aef5ed found for delete ", "request_id": "req-e28abe7d-b208-4b88-b278-7cf7952702ec"}]} 2026-06-18 13:58:15.337 7 INFO neutron.services.segments.plugin [-] Segment ebc94f35-2eef-4d2e-9b07-577b84aef5ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebc94f35-2eef-4d2e-9b07-577b84aef5ed found for delete ", "request_id": "req-26153117-9f7c-4b9c-9400-452ccca4d786"}]} [pid: 7|app: 0|req: 1575/3273] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:58:15 2026] GET /v2.0/security-groups?tenant_id=c856997adbfa434abb0586829a2d1823&name=default => generated 2929 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3274] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:58:16 2026] DELETE /v2.0/security-groups/92035b1d-a446-48f3-ad50-f3cdf5602887 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3275] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:58:16 2026] GET /v2.0/security-groups?tenant_id=de92915c463f47b89033e6bf6243ab32&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3276] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:58:16 2026] DELETE /v2.0/security-groups/28d21c1d-4ac8-4cc7-98cc-3c156fe8b10a => 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: 1577/3277] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:58:16 2026] GET /v2.0/security-groups?tenant_id=cd7cc261c3d64043ad3fceeb4e826da1&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3278] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:58:16 2026] DELETE /v2.0/security-groups/4afaed9f-99bc-41a8-bf9a-b7b36e465ef2 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3279] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:58:16 2026] GET /v2.0/security-groups?tenant_id=59da19d5923f43f5be65cd48b8159a8c&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3280] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:58:17 2026] DELETE /v2.0/security-groups/c222b4e9-e49f-4b3a-a928-011205d72faf => 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: 1579/3281] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:58:17 2026] GET /v2.0/security-groups?tenant_id=a49893a2a2b048219d1ae47d102d7b7e&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3282] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:58:17 2026] DELETE /v2.0/security-groups/5396570b-16d8-4aca-be86-9414a9ce4cc7 => 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: 1580/3283] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:58:17 2026] GET /v2.0/security-groups?tenant_id=822bb0b8d7294671939fcb9ad4a7d519&name=default => generated 2929 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3284] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:58:17 2026] DELETE /v2.0/security-groups/8116d016-ef88-416a-a186-c351b3abc9af => 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: 1581/3285] 10.0.0.134 () {32 vars in 774 bytes} [Thu Jun 18 13:58:18 2026] GET /v2.0/security-groups?tenant_id=5bf6409be66f4d42977acba3b57eb110&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3286] 10.0.0.134 () {32 vars in 740 bytes} [Thu Jun 18 13:58:18 2026] DELETE /v2.0/security-groups/0ec52b2e-c739-4822-9b82-be273cfbeed6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3287] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:58:21 2026] GET /v2.0/networks => generated 2168 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3288] 10.0.0.134 () {32 vars in 655 bytes} [Thu Jun 18 13:58:22 2026] GET /v2.0/floatingips => 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: 1583/3289] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:58:22 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: 8|app: 0|req: 1707/3290] 10.0.0.134 () {32 vars in 643 bytes} [Thu Jun 18 13:58:22 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3291] 10.0.0.134 () {32 vars in 647 bytes} [Thu Jun 18 13:58:22 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3292] 10.0.0.134 () {32 vars in 649 bytes} [Thu Jun 18 13:58:22 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3293] 10.0.0.134 () {32 vars in 663 bytes} [Thu Jun 18 13:58:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3294] 10.0.0.134 () {32 vars in 655 bytes} [Thu Jun 18 13:58:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)