+ 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 Apr 16 04:21:09 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-76d9ffd855-jnzgk 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 0x7f26ffcee668 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-04-16 04:21:13.201 8 INFO neutron.common.config [-] Logging enabled! 2026-04-16 04:21:13.201 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-16 04:21:13.415 7 INFO neutron.common.config [-] Logging enabled! 2026-04-16 04:21:13.416 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-16 04:21:14.207 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-16 04:21:14.490 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-16 04:21:15.691 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 04:21:15.693 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-16 04:21:15.697 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-16 04:21:15.698 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 04:21:15.698 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-16 04:21:15.698 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-16 04:21:15.699 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 04:21:15.706 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 04:21:15.706 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 04:21:15.706 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 04:21:15.728 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-16 04:21:15.729 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 04:21:15.730 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-16 04:21:15.757 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-16 04:21:15.757 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-16 04:21:15.757 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-16 04:21:15.757 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-16 04:21:15.993 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 04:21:15.995 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-16 04:21:15.999 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-16 04:21:16.000 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 04:21:16.000 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-16 04:21:16.000 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-16 04:21:16.001 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 04:21:16.008 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 04:21:16.008 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 04:21:16.008 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 04:21:16.030 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-16 04:21:16.031 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 04:21:16.031 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-16 04:21:16.034 8 INFO neutron.plugins.ml2.managers [None req-850abf65-c182-4e3b-ba7d-776a7e486076 - - - - - -] Initializing driver for type 'vlan' 2026-04-16 04:21:16.065 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-16 04:21:16.065 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-16 04:21:16.065 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-16 04:21:16.065 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-16 04:21:16.302 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-850abf65-c182-4e3b-ba7d-776a7e486076 - - - - - -] VlanTypeDriver initialization complete 2026-04-16 04:21:16.302 8 INFO neutron.plugins.ml2.managers [None req-850abf65-c182-4e3b-ba7d-776a7e486076 - - - - - -] Initializing driver for type 'vxlan' 2026-04-16 04:21:16.303 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-850abf65-c182-4e3b-ba7d-776a7e486076 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-16 04:21:16.315 8 INFO neutron.plugins.ml2.managers [None req-850abf65-c182-4e3b-ba7d-776a7e486076 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-16 04:21:16.315 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-850abf65-c182-4e3b-ba7d-776a7e486076 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-16 04:21:16.315 8 INFO neutron.plugins.ml2.managers [None req-850abf65-c182-4e3b-ba7d-776a7e486076 - - - - - -] Initializing extension driver 'port_security' 2026-04-16 04:21:16.315 8 INFO neutron.plugins.ml2.extensions.port_security [None req-850abf65-c182-4e3b-ba7d-776a7e486076 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-16 04:21:16.315 8 INFO neutron.plugins.ml2.managers [None req-850abf65-c182-4e3b-ba7d-776a7e486076 - - - - - -] Initializing extension driver 'qos' 2026-04-16 04:21:16.316 8 INFO neutron.plugins.ml2.managers [None req-850abf65-c182-4e3b-ba7d-776a7e486076 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-16 04:21:16.316 8 INFO neutron.plugins.ml2.managers [None req-850abf65-c182-4e3b-ba7d-776a7e486076 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-16 04:21:16.329 8 INFO neutron.quota [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded quota_driver: . 2026-04-16 04:21:16.330 8 INFO neutron.plugins.ml2.plugin [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Modular L2 Plugin initialization complete 2026-04-16 04:21:16.330 8 INFO neutron.plugins.ml2.managers [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-16 04:21:16.330 8 INFO neutron.plugins.ml2.managers [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-16 04:21:16.330 8 INFO neutron.plugins.ml2.managers [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-16 04:21:16.330 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: qos 2026-04-16 04:21:16.343 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: router 2026-04-16 04:21:16.372 7 INFO neutron.plugins.ml2.managers [None req-11f165fe-13ab-487b-b855-3d5944162443 - - - - - -] Initializing driver for type 'vlan' 2026-04-16 04:21:16.388 8 INFO neutron.services.service_base [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-16 04:21:16.389 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: segments 2026-04-16 04:21:16.487 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: trunk 2026-04-16 04:21:16.501 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: vpnaas 2026-04-16 04:21:16.540 8 WARNING stevedore.named [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 04:21:16.605 8 INFO neutron_vpnaas.services.vpn.plugin [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-16 04:21:16.605 8 INFO neutron.common.utils [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-16 04:21:16.606 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: taas 2026-04-16 04:21:16.628 8 WARNING stevedore.named [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 04:21:16.628 8 WARNING stevedore.named [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 04:21:16.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-16 04:21:16.649 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: tapmirror 2026-04-16 04:21:16.658 8 WARNING stevedore.named [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 04:21:16.658 8 WARNING stevedore.named [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 04:21:16.660 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-11f165fe-13ab-487b-b855-3d5944162443 - - - - - -] VlanTypeDriver initialization complete 2026-04-16 04:21:16.660 7 INFO neutron.plugins.ml2.managers [None req-11f165fe-13ab-487b-b855-3d5944162443 - - - - - -] Initializing driver for type 'vxlan' 2026-04-16 04:21:16.660 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-11f165fe-13ab-487b-b855-3d5944162443 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-16 04:21:16.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-16 04:21:16.672 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: auto_allocate 2026-04-16 04:21:16.673 7 INFO neutron.plugins.ml2.managers [None req-11f165fe-13ab-487b-b855-3d5944162443 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-16 04:21:16.673 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-11f165fe-13ab-487b-b855-3d5944162443 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-16 04:21:16.673 7 INFO neutron.plugins.ml2.managers [None req-11f165fe-13ab-487b-b855-3d5944162443 - - - - - -] Initializing extension driver 'port_security' 2026-04-16 04:21:16.673 7 INFO neutron.plugins.ml2.extensions.port_security [None req-11f165fe-13ab-487b-b855-3d5944162443 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-16 04:21:16.673 7 INFO neutron.plugins.ml2.managers [None req-11f165fe-13ab-487b-b855-3d5944162443 - - - - - -] Initializing extension driver 'qos' 2026-04-16 04:21:16.674 7 INFO neutron.plugins.ml2.managers [None req-11f165fe-13ab-487b-b855-3d5944162443 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-16 04:21:16.674 7 INFO neutron.plugins.ml2.managers [None req-11f165fe-13ab-487b-b855-3d5944162443 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-16 04:21:16.679 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: tag 2026-04-16 04:21:16.686 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: timestamp 2026-04-16 04:21:16.687 7 INFO neutron.quota [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded quota_driver: . 2026-04-16 04:21:16.688 7 INFO neutron.plugins.ml2.plugin [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Modular L2 Plugin initialization complete 2026-04-16 04:21:16.688 7 INFO neutron.plugins.ml2.managers [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-16 04:21:16.688 7 INFO neutron.plugins.ml2.managers [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-16 04:21:16.688 7 INFO neutron.plugins.ml2.managers [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Got port-security extension from driver 'port_security' 2026-04-16 04:21:16.689 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: qos 2026-04-16 04:21:16.689 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: network_ip_availability 2026-04-16 04:21:16.692 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: flavors 2026-04-16 04:21:16.696 8 INFO neutron.manager [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loading Plugin: revisions 2026-04-16 04:21:16.699 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Initializing extension manager. 2026-04-16 04:21:16.701 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: address-group 2026-04-16 04:21:16.701 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: router 2026-04-16 04:21:16.702 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: address-scope 2026-04-16 04:21:16.702 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-16 04:21:16.703 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: agent 2026-04-16 04:21:16.704 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: agent-resources-synced 2026-04-16 04:21:16.705 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-16 04:21:16.706 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-16 04:21:16.706 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: availability_zone 2026-04-16 04:21:16.707 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: availability_zone_filter 2026-04-16 04:21:16.707 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-16 04:21:16.708 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: default-subnetpools 2026-04-16 04:21:16.709 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-16 04:21:16.710 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: dns-integration 2026-04-16 04:21:16.710 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: dns-domain-ports 2026-04-16 04:21:16.711 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-16 04:21:16.712 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: dvr 2026-04-16 04:21:16.712 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-16 04:21:16.713 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: empty-string-filtering 2026-04-16 04:21:16.713 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 04:21:16.713 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-16 04:21:16.714 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: external-net 2026-04-16 04:21:16.714 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-16 04:21:16.715 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: extraroute 2026-04-16 04:21:16.716 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: extraroute-atomic 2026-04-16 04:21:16.716 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-16 04:21:16.717 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-16 04:21:16.717 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-16 04:21:16.718 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-16 04:21:16.718 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: fip-port-details 2026-04-16 04:21:16.719 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: flavors 2026-04-16 04:21:16.720 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-16 04:21:16.721 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: floatingip-pools 2026-04-16 04:21:16.721 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: ip_allocation 2026-04-16 04:21:16.722 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-16 04:21:16.722 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: l2_adjacency 2026-04-16 04:21:16.724 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: router 2026-04-16 04:21:16.725 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 04:21:16.726 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-16 04:21:16.726 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-16 04:21:16.727 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: ext-gw-mode 2026-04-16 04:21:16.727 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: l3-ha 2026-04-16 04:21:16.728 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-16 04:21:16.729 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-16 04:21:16.729 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: l3-flavors 2026-04-16 04:21:16.730 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-16 04:21:16.731 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-16 04:21:16.733 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-16 04:21:16.734 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-16 04:21:16.735 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-16 04:21:16.736 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-16 04:21:16.737 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-16 04:21:16.737 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: multi-provider 2026-04-16 04:21:16.738 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: net-mtu 2026-04-16 04:21:16.738 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: net-mtu-writable 2026-04-16 04:21:16.739 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: network_availability_zone 2026-04-16 04:21:16.740 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: network_ha 2026-04-16 04:21:16.740 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: network-ip-availability 2026-04-16 04:21:16.741 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-16 04:21:16.742 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: pagination 2026-04-16 04:21:16.742 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: port-device-profile 2026-04-16 04:21:16.743 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-16 04:21:16.743 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-16 04:21:16.744 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-16 04:21:16.744 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: port-mac-override 2026-04-16 04:21:16.745 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-16 04:21:16.745 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-16 04:21:16.746 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-16 04:21:16.746 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: port-resource-request 2026-04-16 04:21:16.747 7 INFO neutron.services.service_base [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-16 04:21:16.747 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-16 04:21:16.747 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: segments 2026-04-16 04:21:16.747 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-16 04:21:16.748 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: binding 2026-04-16 04:21:16.748 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: binding-extended 2026-04-16 04:21:16.749 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: port-security 2026-04-16 04:21:16.749 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: project-id 2026-04-16 04:21:16.750 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: provider 2026-04-16 04:21:16.751 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-16 04:21:16.753 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos 2026-04-16 04:21:16.753 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-16 04:21:16.754 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-16 04:21:16.755 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-default 2026-04-16 04:21:16.755 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-fip 2026-04-16 04:21:16.756 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-16 04:21:16.756 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-16 04:21:16.757 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-16 04:21:16.757 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-16 04:21:16.758 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-16 04:21:16.759 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-pps 2026-04-16 04:21:16.759 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-16 04:21:16.760 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-16 04:21:16.760 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: qos-rules-alias 2026-04-16 04:21:16.761 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: quota-check-limit 2026-04-16 04:21:16.761 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-16 04:21:16.764 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: quotas 2026-04-16 04:21:16.765 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: quota_details 2026-04-16 04:21:16.766 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: rbac-policies 2026-04-16 04:21:16.767 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: rbac-address-group 2026-04-16 04:21:16.767 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: rbac-address-scope 2026-04-16 04:21:16.768 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: rbac-security-groups 2026-04-16 04:21:16.768 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-16 04:21:16.769 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: revision-if-match 2026-04-16 04:21:16.769 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-16 04:21:16.770 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: router_availability_zone 2026-04-16 04:21:16.770 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-16 04:21:16.772 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-16 04:21:16.773 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-16 04:21:16.773 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-16 04:21:16.774 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-16 04:21:16.774 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-16 04:21:16.775 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-16 04:21:16.779 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: security-group 2026-04-16 04:21:16.780 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: segment 2026-04-16 04:21:16.781 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-16 04:21:16.781 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: service-type 2026-04-16 04:21:16.782 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: sorting 2026-04-16 04:21:16.782 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: standard-attr-segment 2026-04-16 04:21:16.783 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: standard-attr-description 2026-04-16 04:21:16.783 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: stateful-security-group 2026-04-16 04:21:16.784 8 WARNING neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-16 04:21:16.784 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-16 04:21:16.785 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: subnet-external-network 2026-04-16 04:21:16.785 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: subnet_onboard 2026-04-16 04:21:16.786 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-16 04:21:16.786 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: subnet-service-types 2026-04-16 04:21:16.787 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: subnet_allocation 2026-04-16 04:21:16.789 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-16 04:21:16.790 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: tag-creation 2026-04-16 04:21:16.790 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-16 04:21:16.794 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: standard-attr-tag 2026-04-16 04:21:16.795 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-16 04:21:16.796 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: trunk 2026-04-16 04:21:16.796 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: trunk-details 2026-04-16 04:21:16.797 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-16 04:21:16.797 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-16 04:21:16.798 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-16 04:21:16.799 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-16 04:21:16.800 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-16 04:21:16.801 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-16 04:21:16.802 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: vpn-flavors 2026-04-16 04:21:16.803 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: vpnaas 2026-04-16 04:21:16.805 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: taas 2026-04-16 04:21:16.806 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: tap-mirror 2026-04-16 04:21:16.806 8 INFO neutron.api.extensions [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-16 04:21:16.809 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-16 04:21:16.809 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-16 04:21:16.809 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 04:21:16.809 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-16 04:21:16.812 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 04:21:16.813 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 04:21:16.817 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 04:21:16.818 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 04:21:16.818 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 04:21:16.819 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 04:21:16.819 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] subnetpool is already registered 2026-04-16 04:21:16.820 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 04:21:16.820 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] subnetpool is already registered 2026-04-16 04:21:16.820 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 04:21:16.821 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 04:21:16.821 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 04:21:16.821 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 04:21:16.822 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 04:21:16.823 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 04:21:16.823 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 04:21:16.824 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] ipsecpolicy is already registered 2026-04-16 04:21:16.824 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 04:21:16.824 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] ikepolicy is already registered 2026-04-16 04:21:16.829 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 04:21:16.829 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] router is already registered 2026-04-16 04:21:16.830 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 04:21:16.830 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] floatingip is already registered 2026-04-16 04:21:16.834 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 04:21:16.834 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] rbac_policy is already registered 2026-04-16 04:21:16.835 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 04:21:16.835 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] security_group is already registered 2026-04-16 04:21:16.835 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 04:21:16.835 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] security_group_rule is already registered 2026-04-16 04:21:16.836 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 04:21:16.836 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] subnetpool is already registered 2026-04-16 04:21:16.837 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 04:21:16.837 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] subnetpool is already registered 2026-04-16 04:21:16.837 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 04:21:16.837 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] trunk is already registered 2026-04-16 04:21:16.838 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 04:21:16.838 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] ikepolicy is already registered 2026-04-16 04:21:16.838 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 04:21:16.838 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] ipsecpolicy is already registered 2026-04-16 04:21:16.839 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 04:21:16.839 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] endpoint_group is already registered 2026-04-16 04:21:16.839 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 04:21:16.839 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] vpnservice is already registered 2026-04-16 04:21:16.840 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 04:21:16.840 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] ipsec_site_connection is already registered 2026-04-16 04:21:16.840 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 04:21:16.840 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] ipsecpolicy is already registered 2026-04-16 04:21:16.841 8 INFO neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 04:21:16.841 8 WARNING neutron.quota.resource_registry [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] ikepolicy is already registered 2026-04-16 04:21:16.848 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: trunk 2026-04-16 04:21:16.863 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: vpnaas 2026-04-16 04:21:16.878 8 WARNING keystonemiddleware._common.config [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-16 04:21:16.885 8 WARNING oslo_config.cfg [None req-952b0707-d9ad-4626-ac47-b9d8075fa438 - - - - - -] 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 7 seconds on interpreter 0x7f26ffcee668 pid: 8 (default app) 2026-04-16 04:21:16.902 7 WARNING stevedore.named [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 04:21:16.977 7 INFO neutron_vpnaas.services.vpn.plugin [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-16 04:21:16.977 7 INFO neutron.common.utils [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-16 04:21:16.977 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: taas 2026-04-16 04:21:17.004 7 WARNING stevedore.named [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 04:21:17.005 7 WARNING stevedore.named [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 04:21:17.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-16 04:21:17.023 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: tapmirror 2026-04-16 04:21:17.035 7 WARNING stevedore.named [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 04:21:17.035 7 WARNING stevedore.named [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 04:21:17.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-16 04:21:17.050 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: auto_allocate 2026-04-16 04:21:17.058 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: tag 2026-04-16 04:21:17.067 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: timestamp 2026-04-16 04:21:17.070 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: network_ip_availability 2026-04-16 04:21:17.074 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: flavors 2026-04-16 04:21:17.077 7 INFO neutron.manager [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loading Plugin: revisions 2026-04-16 04:21:17.081 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Initializing extension manager. 2026-04-16 04:21:17.082 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: address-group 2026-04-16 04:21:17.083 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: address-scope 2026-04-16 04:21:17.084 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-16 04:21:17.085 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: agent 2026-04-16 04:21:17.085 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: agent-resources-synced 2026-04-16 04:21:17.086 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: allowed-address-pairs 2026-04-16 04:21:17.087 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: auto-allocated-topology 2026-04-16 04:21:17.088 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: availability_zone 2026-04-16 04:21:17.088 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: availability_zone_filter 2026-04-16 04:21:17.089 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-16 04:21:17.089 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: default-subnetpools 2026-04-16 04:21:17.090 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-16 04:21:17.091 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: dns-integration 2026-04-16 04:21:17.091 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: dns-domain-ports 2026-04-16 04:21:17.092 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-16 04:21:17.093 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: dvr 2026-04-16 04:21:17.093 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-16 04:21:17.094 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: empty-string-filtering 2026-04-16 04:21:17.094 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 04:21:17.095 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-16 04:21:17.095 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: external-net 2026-04-16 04:21:17.096 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-16 04:21:17.096 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: extraroute 2026-04-16 04:21:17.097 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: extraroute-atomic 2026-04-16 04:21:17.097 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-16 04:21:17.098 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-16 04:21:17.098 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-16 04:21:17.099 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-16 04:21:17.099 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: fip-port-details 2026-04-16 04:21:17.100 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: flavors 2026-04-16 04:21:17.102 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-16 04:21:17.103 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: floatingip-pools 2026-04-16 04:21:17.104 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: ip_allocation 2026-04-16 04:21:17.104 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: ip-substring-filtering 2026-04-16 04:21:17.105 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: l2_adjacency 2026-04-16 04:21:17.106 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: router 2026-04-16 04:21:17.108 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 04:21:17.109 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-16 04:21:17.109 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-16 04:21:17.110 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: ext-gw-mode 2026-04-16 04:21:17.110 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: l3-ha 2026-04-16 04:21:17.110 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-16 04:21:17.111 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-16 04:21:17.111 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: l3-flavors 2026-04-16 04:21:17.112 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-16 04:21:17.113 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-16 04:21:17.115 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-16 04:21:17.116 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-16 04:21:17.117 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-16 04:21:17.118 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-16 04:21:17.119 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-16 04:21:17.120 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: multi-provider 2026-04-16 04:21:17.120 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: net-mtu 2026-04-16 04:21:17.121 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: net-mtu-writable 2026-04-16 04:21:17.121 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: network_availability_zone 2026-04-16 04:21:17.122 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: network_ha 2026-04-16 04:21:17.122 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: network-ip-availability 2026-04-16 04:21:17.123 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-16 04:21:17.124 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: pagination 2026-04-16 04:21:17.124 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: port-device-profile 2026-04-16 04:21:17.125 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-16 04:21:17.125 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-16 04:21:17.126 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-16 04:21:17.126 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: port-mac-override 2026-04-16 04:21:17.127 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-16 04:21:17.128 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-16 04:21:17.128 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-16 04:21:17.129 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: port-resource-request 2026-04-16 04:21:17.129 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: port-resource-request-groups 2026-04-16 04:21:17.130 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-16 04:21:17.130 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: binding 2026-04-16 04:21:17.131 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: binding-extended 2026-04-16 04:21:17.131 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: port-security 2026-04-16 04:21:17.132 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: project-id 2026-04-16 04:21:17.132 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: provider 2026-04-16 04:21:17.133 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-16 04:21:17.135 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos 2026-04-16 04:21:17.136 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-16 04:21:17.137 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-16 04:21:17.137 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-default 2026-04-16 04:21:17.138 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-fip 2026-04-16 04:21:17.138 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-16 04:21:17.139 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-gateway-ip 2026-04-16 04:21:17.140 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-port-network-policy 2026-04-16 04:21:17.140 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-pps-minimum 2026-04-16 04:21:17.141 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-16 04:21:17.142 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-pps 2026-04-16 04:21:17.142 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-rule-type-details 2026-04-16 04:21:17.143 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-16 04:21:17.144 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: qos-rules-alias 2026-04-16 04:21:17.144 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: quota-check-limit 2026-04-16 04:21:17.145 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: quota-check-limit-default 2026-04-16 04:21:17.148 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: quotas 2026-04-16 04:21:17.149 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: quota_details 2026-04-16 04:21:17.151 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: rbac-policies 2026-04-16 04:21:17.152 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: rbac-address-group 2026-04-16 04:21:17.152 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: rbac-address-scope 2026-04-16 04:21:17.153 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: rbac-security-groups 2026-04-16 04:21:17.153 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: rbac-subnetpool 2026-04-16 04:21:17.154 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: revision-if-match 2026-04-16 04:21:17.155 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: standard-attr-revisions 2026-04-16 04:21:17.155 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: router_availability_zone 2026-04-16 04:21:17.156 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-16 04:21:17.157 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: security-groups-default-rules 2026-04-16 04:21:17.158 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-16 04:21:17.158 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-16 04:21:17.159 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-16 04:21:17.159 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-16 04:21:17.160 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-16 04:21:17.164 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: security-group 2026-04-16 04:21:17.167 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: segment 2026-04-16 04:21:17.168 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-16 04:21:17.168 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: service-type 2026-04-16 04:21:17.169 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: sorting 2026-04-16 04:21:17.169 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: standard-attr-segment 2026-04-16 04:21:17.170 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: standard-attr-description 2026-04-16 04:21:17.170 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: stateful-security-group 2026-04-16 04:21:17.171 7 WARNING neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-16 04:21:17.171 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-16 04:21:17.172 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: subnet-external-network 2026-04-16 04:21:17.173 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: subnet_onboard 2026-04-16 04:21:17.174 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-16 04:21:17.174 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: subnet-service-types 2026-04-16 04:21:17.175 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: subnet_allocation 2026-04-16 04:21:17.176 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-16 04:21:17.176 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: tag-creation 2026-04-16 04:21:17.177 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-16 04:21:17.181 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: standard-attr-tag 2026-04-16 04:21:17.181 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-16 04:21:17.182 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: trunk 2026-04-16 04:21:17.182 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: trunk-details 2026-04-16 04:21:17.183 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-16 04:21:17.183 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-16 04:21:17.184 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-16 04:21:17.185 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-16 04:21:17.187 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-16 04:21:17.188 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-16 04:21:17.189 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: vpn-flavors 2026-04-16 04:21:17.190 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: vpnaas 2026-04-16 04:21:17.191 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: taas 2026-04-16 04:21:17.193 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: tap-mirror 2026-04-16 04:21:17.194 7 INFO neutron.api.extensions [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Loaded extension: taas-vlan-filter 2026-04-16 04:21:17.196 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-16 04:21:17.196 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-16 04:21:17.196 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 04:21:17.196 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-16 04:21:17.200 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 04:21:17.200 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 04:21:17.205 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 04:21:17.205 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 04:21:17.206 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 04:21:17.207 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 04:21:17.207 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] subnetpool is already registered 2026-04-16 04:21:17.207 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 04:21:17.207 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] subnetpool is already registered 2026-04-16 04:21:17.208 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 04:21:17.208 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 04:21:17.209 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 04:21:17.209 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 04:21:17.209 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 04:21:17.210 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 04:21:17.210 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 04:21:17.210 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] ipsecpolicy is already registered 2026-04-16 04:21:17.211 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 04:21:17.211 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] ikepolicy is already registered 2026-04-16 04:21:17.215 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 04:21:17.215 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] router is already registered 2026-04-16 04:21:17.216 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 04:21:17.216 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] floatingip is already registered 2026-04-16 04:21:17.219 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 04:21:17.220 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] rbac_policy is already registered 2026-04-16 04:21:17.220 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 04:21:17.220 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] security_group is already registered 2026-04-16 04:21:17.221 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 04:21:17.221 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] security_group_rule is already registered 2026-04-16 04:21:17.222 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 04:21:17.222 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] subnetpool is already registered 2026-04-16 04:21:17.222 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 04:21:17.222 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] subnetpool is already registered 2026-04-16 04:21:17.223 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 04:21:17.223 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] trunk is already registered 2026-04-16 04:21:17.223 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 04:21:17.223 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] ikepolicy is already registered 2026-04-16 04:21:17.224 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 04:21:17.224 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] ipsecpolicy is already registered 2026-04-16 04:21:17.224 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 04:21:17.224 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] endpoint_group is already registered 2026-04-16 04:21:17.225 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 04:21:17.225 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] vpnservice is already registered 2026-04-16 04:21:17.225 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 04:21:17.225 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] ipsec_site_connection is already registered 2026-04-16 04:21:17.226 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 04:21:17.226 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] ipsecpolicy is already registered 2026-04-16 04:21:17.226 7 INFO neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 04:21:17.226 7 WARNING neutron.quota.resource_registry [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] ikepolicy is already registered 2026-04-16 04:21:17.270 7 WARNING keystonemiddleware._common.config [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-16 04:21:17.277 7 WARNING oslo_config.cfg [None req-d554d27a-19fa-4e58-af1f-a3d13ea5357c - - - - - -] 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 0x7f26ffcee668 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-04-16 04:21:21.799 8 INFO neutron.pecan_wsgi.hooks.translation [None req-22d44d41-fcf9-4cda-befe-bb47722db4a4 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.78 () {44 vars in 923 bytes} [Thu Apr 16 04:21:21 2026] GET /v2.0/networks/public => generated 108 bytes in 784 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.204.45.78 () {44 vars in 945 bytes} [Thu Apr 16 04:21:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 580 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:21:22.751 8 WARNING neutron.services.revisions.revision_plugin [None req-b109eb73-5721-4635-9085-a14be40531a9 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Could not find related network for resource to bump revision. 2026-04-16 04:21:22.771 8 INFO neutron.db.segments_db [None req-b109eb73-5721-4635-9085-a14be40531a9 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 9c631619-22b8-4f84-9763-673fe4aa279d of type flat for network 13eb03ba-ad7d-46b0-82da-5bde5cdd9d64 2026-04-16 04:21:22.824 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b109eb73-5721-4635-9085-a14be40531a9 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.78 () {48 vars in 963 bytes} [Thu Apr 16 04:21:22 2026] POST /v2.0/networks => generated 124 bytes in 447 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:21:29.175 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8dbdc39-2f7e-42ca-8270-c7f043c34a17 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/8] 199.204.45.78 () {44 vars in 923 bytes} [Thu Apr 16 04:21:28 2026] GET /v2.0/networks/public => generated 108 bytes in 389 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/9] 199.204.45.78 () {44 vars in 945 bytes} [Thu Apr 16 04:21:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:21:29.449 7 WARNING neutron.services.revisions.revision_plugin [None req-a13958c5-5e54-4b1d-91bc-3e6ed42ce00d 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Could not find related network for resource to bump revision. 2026-04-16 04:21:29.488 7 INFO neutron.db.segments_db [None req-a13958c5-5e54-4b1d-91bc-3e6ed42ce00d 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 7de31753-a119-45c7-8603-5abc827c9d54 of type flat for network 5d43dcd9-081c-4950-9b51-13a7f2e38e68 2026-04-16 04:21:29.549 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a13958c5-5e54-4b1d-91bc-3e6ed42ce00d 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/10] 199.204.45.78 () {48 vars in 963 bytes} [Thu Apr 16 04:21:29 2026] POST /v2.0/networks => generated 124 bytes in 357 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:21:35.567 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47333c79-2b7e-45af-a234-5e0af6f07e7e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/11] 199.204.45.78 () {44 vars in 923 bytes} [Thu Apr 16 04:21:35 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/12] 199.204.45.78 () {44 vars in 945 bytes} [Thu Apr 16 04:21:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:21:35.639 8 WARNING neutron.services.revisions.revision_plugin [None req-095f316b-1280-49dd-9cd7-9ec24ebe30de 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Could not find related network for resource to bump revision. 2026-04-16 04:21:35.653 8 INFO neutron.db.segments_db [None req-095f316b-1280-49dd-9cd7-9ec24ebe30de 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 9e5d4f9f-bc0e-40f1-8c06-477bbcd65a3c of type flat for network b001e55d-caa6-4751-99df-1df8b4f3fc4d 2026-04-16 04:21:35.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-095f316b-1280-49dd-9cd7-9ec24ebe30de 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/13] 199.204.45.78 () {48 vars in 963 bytes} [Thu Apr 16 04:21:35 2026] POST /v2.0/networks => generated 124 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:21:41.679 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a895e37b-7c74-47a6-a4fb-b96b8c5cb305 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/14] 199.204.45.78 () {44 vars in 923 bytes} [Thu Apr 16 04:21:41 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/15] 199.204.45.78 () {44 vars in 945 bytes} [Thu Apr 16 04:21:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:21:41.754 7 WARNING neutron.services.revisions.revision_plugin [None req-0a3eedeb-9a8b-4a53-89f0-03bf4acb2c51 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Could not find related network for resource to bump revision. 2026-04-16 04:21:41.774 7 INFO neutron.db.segments_db [None req-0a3eedeb-9a8b-4a53-89f0-03bf4acb2c51 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment bdb8a72d-0a4a-48a6-8eb5-ac0af7fe3b55 of type flat for network fbb5407d-3cc4-4724-a20c-cab98f676ea7 2026-04-16 04:21:41.806 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a3eedeb-9a8b-4a53-89f0-03bf4acb2c51 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/16] 199.204.45.78 () {48 vars in 963 bytes} [Thu Apr 16 04:21:41 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-04-16 04:21:47.790 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e74e39b7-1db0-4f25-a48c-5181efd9501d 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/18] 199.204.45.78 () {44 vars in 923 bytes} [Thu Apr 16 04:21:47 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/19] 199.204.45.78 () {44 vars in 945 bytes} [Thu Apr 16 04:21:47 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-04-16 04:21:47.859 7 WARNING neutron.services.revisions.revision_plugin [None req-b32cd728-0134-443a-9ca4-2a29e3ef6062 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Could not find related network for resource to bump revision. 2026-04-16 04:21:47.878 7 INFO neutron.db.segments_db [None req-b32cd728-0134-443a-9ca4-2a29e3ef6062 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 2960033e-9de3-490b-b47b-28dc77173fc5 of type flat for network 7d5d7088-7ed6-4128-8f7d-f9daa1cc9441 [pid: 7|app: 0|req: 8/20] 199.204.45.78 () {48 vars in 963 bytes} [Thu Apr 16 04:21:47 2026] POST /v2.0/networks => generated 706 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:21:49.212 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c39e17c5-aad8-49e8-89e1-c84f1e846a88 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/21] 199.204.45.78 () {44 vars in 923 bytes} [Thu Apr 16 04:21:49 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/22] 199.204.45.78 () {44 vars in 945 bytes} [Thu Apr 16 04:21:49 2026] GET /v2.0/networks?name=public => generated 709 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:21:49.280 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ed76dbe-7170-4506-9aa8-91e3bb638848 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/23] 199.204.45.78 () {44 vars in 1030 bytes} [Thu Apr 16 04:21:49 2026] GET /v2.0/subnets/public-subnet?network_id=7d5d7088-7ed6-4128-8f7d-f9daa1cc9441 => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/24] 199.204.45.78 () {44 vars in 1053 bytes} [Thu Apr 16 04:21:49 2026] GET /v2.0/subnets?name=public-subnet&network_id=7d5d7088-7ed6-4128-8f7d-f9daa1cc9441 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/25] 199.204.45.78 () {48 vars in 961 bytes} [Thu Apr 16 04:21:49 2026] POST /v2.0/subnets => generated 664 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:22:45.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4fd9a982-8ada-4499-88db-e928f49b3f4c 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 19/33] 199.204.45.78 () {44 vars in 933 bytes} [Thu Apr 16 04:22:45 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: 7|app: 0|req: 15/34] 199.204.45.78 () {44 vars in 955 bytes} [Thu Apr 16 04:22:45 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:22:45.364 8 INFO neutron.db.segments_db [None req-c7e24184-aa84-4d6a-a91a-c768dfb40a53 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 66c72f13-510d-4207-91e4-514552ec9888 of type vxlan for network 514eaf9d-bd10-4089-a576-4679e0b567d1 [pid: 8|app: 0|req: 20/35] 199.204.45.78 () {48 vars in 962 bytes} [Thu Apr 16 04:22:45 2026] POST /v2.0/networks => generated 688 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:22:46.636 7 INFO neutron.pecan_wsgi.hooks.translation [None req-992632c9-9069-4a69-a3cf-025b7e167d3a 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/36] 199.204.45.78 () {44 vars in 933 bytes} [Thu Apr 16 04:22:46 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/37] 199.204.45.78 () {44 vars in 955 bytes} [Thu Apr 16 04:22:46 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:22:46.714 7 INFO neutron.pecan_wsgi.hooks.translation [None req-245bbbf2-d0c1-49ea-a3ef-b901c13b59e3 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/38] 199.204.45.78 () {44 vars in 1032 bytes} [Thu Apr 16 04:22:46 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=514eaf9d-bd10-4089-a576-4679e0b567d1 => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/39] 199.204.45.78 () {44 vars in 1055 bytes} [Thu Apr 16 04:22:46 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=514eaf9d-bd10-4089-a576-4679e0b567d1 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/40] 199.204.45.78 () {48 vars in 961 bytes} [Thu Apr 16 04:22:46 2026] POST /v2.0/subnets => generated 651 bytes in 6056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:22:54.100 8 INFO neutron.api.v2.resource [None req-81f3bc56-83ab-4864-ba10-43e52de01bbd 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 23/41] 199.204.45.78 () {44 vars in 967 bytes} [Thu Apr 16 04:22:54 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 19/42] 199.204.45.78 () {44 vars in 989 bytes} [Thu Apr 16 04:22:54 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/43] 199.204.45.78 () {48 vars in 976 bytes} [Thu Apr 16 04:22:54 2026] POST /v2.0/security-groups => generated 1616 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/44] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:55 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 1616 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/45] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:55 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/46] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:55 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/47] 199.204.45.78 () {48 vars in 987 bytes} [Thu Apr 16 04:22:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/48] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:56 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 2230 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/49] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:56 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/50] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:56 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/51] 199.204.45.78 () {48 vars in 987 bytes} [Thu Apr 16 04:22:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/52] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:58 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 2846 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/53] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:58 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/54] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:58 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => 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: 30/55] 199.204.45.78 () {48 vars in 987 bytes} [Thu Apr 16 04:22:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/58] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:59 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 3462 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/59] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:59 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/60] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:22:59 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/61] 199.204.45.78 () {48 vars in 987 bytes} [Thu Apr 16 04:22:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/62] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:00 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 4078 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/63] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:00 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 4078 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/64] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:00 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 4078 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/65] 199.204.45.78 () {48 vars in 987 bytes} [Thu Apr 16 04:23:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/66] 199.204.45.78 () {44 vars in 983 bytes} [Thu Apr 16 04:23:02 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:23:02.353 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bef45c8d-38c5-409d-ad7c-c411e54202e0 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 31/67] 199.204.45.78 () {44 vars in 1072 bytes} [Thu Apr 16 04:23:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=514eaf9d-bd10-4089-a576-4679e0b567d1 => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/68] 199.204.45.78 () {44 vars in 1095 bytes} [Thu Apr 16 04:23:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=514eaf9d-bd10-4089-a576-4679e0b567d1 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/69] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:02 2026] GET /v2.0/security-groups/e894df4d-a4e7-4d46-be2a-fa60227bf2a1 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/70] 199.204.45.78 () {48 vars in 957 bytes} [Thu Apr 16 04:23:02 2026] POST /v2.0/ports => generated 1100 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 04:23:06.525 7 INFO neutron.api.v2.resource [None req-396058c4-874c-4729-ac35-2fde2a18a096 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/71] 199.204.45.78 () {44 vars in 1070 bytes} [Thu Apr 16 04:23:06 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=9c59ef8f175d4baf9a0e0561b09dce1b => generated 139 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: 39/72] 199.204.45.78 () {44 vars in 1093 bytes} [Thu Apr 16 04:23:06 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=9c59ef8f175d4baf9a0e0561b09dce1b => generated 23 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/73] 199.204.45.78 () {48 vars in 977 bytes} [Thu Apr 16 04:23:06 2026] POST /v2.0/security-groups => generated 1624 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/74] 199.204.45.78 () {44 vars in 1084 bytes} [Thu Apr 16 04:23:08 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5?project_id=9c59ef8f175d4baf9a0e0561b09dce1b => generated 1624 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/75] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:08 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/76] 199.204.45.78 () {44 vars in 1084 bytes} [Thu Apr 16 04:23:08 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5?project_id=9c59ef8f175d4baf9a0e0561b09dce1b => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/77] 199.204.45.78 () {48 vars in 987 bytes} [Thu Apr 16 04:23:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/78] 199.204.45.78 () {44 vars in 1084 bytes} [Thu Apr 16 04:23:09 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5?project_id=9c59ef8f175d4baf9a0e0561b09dce1b => generated 2234 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/79] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:09 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5 => generated 2234 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/80] 199.204.45.78 () {44 vars in 1084 bytes} [Thu Apr 16 04:23:09 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5?project_id=9c59ef8f175d4baf9a0e0561b09dce1b => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/81] 199.204.45.78 () {48 vars in 987 bytes} [Thu Apr 16 04:23:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/82] 199.204.45.78 () {44 vars in 1084 bytes} [Thu Apr 16 04:23:10 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5?project_id=9c59ef8f175d4baf9a0e0561b09dce1b => generated 2846 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/83] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:10 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/84] 199.204.45.78 () {44 vars in 1084 bytes} [Thu Apr 16 04:23:10 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5?project_id=9c59ef8f175d4baf9a0e0561b09dce1b => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:23:11.068 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8863ad55-6128-4b34-8cc8-1623a6d8cd92 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 46/85] 199.204.45.78 () {44 vars in 975 bytes} [Thu Apr 16 04:23:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/86] 199.204.45.78 () {48 vars in 987 bytes} [Thu Apr 16 04:23:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/87] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/88] 199.204.45.78 () {48 vars in 1027 bytes} [Thu Apr 16 04:23:11 2026] PUT /v2.0/ports/a804f8c7-8ee3-4590-b4f9-49d7f40b4358 => generated 1249 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/89] 199.204.45.78 () {44 vars in 1084 bytes} [Thu Apr 16 04:23:12 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5?project_id=9c59ef8f175d4baf9a0e0561b09dce1b => generated 3460 bytes in 70 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, ' [pid: 7|app: 0|req: 42/90] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:12 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/91] 199.204.45.78 () {44 vars in 1084 bytes} [Thu Apr 16 04:23:12 2026] GET /v2.0/security-groups/7f708201-fad9-4e8b-b229-03658d45bbc5?project_id=9c59ef8f175d4baf9a0e0561b09dce1b => generated 3460 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/92] 199.204.45.78 () {48 vars in 987 bytes} [Thu Apr 16 04:23:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/93] 199.204.45.78 () {44 vars in 916 bytes} [Thu Apr 16 04:23:13 2026] GET /v2.0/ports => generated 3730 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:23:14.853 7 INFO neutron.api.v2.resource [None req-7694efd4-7c2a-4dc8-9058-26d51d59da11 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 45/96] 199.204.45.78 () {44 vars in 955 bytes} [Thu Apr 16 04:23:14 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/97] 199.204.45.78 () {44 vars in 977 bytes} [Thu Apr 16 04:23:14 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/98] 199.204.45.78 () {48 vars in 976 bytes} [Thu Apr 16 04:23:14 2026] POST /v2.0/security-groups => generated 1610 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/99] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:16 2026] GET /v2.0/security-groups/04f33e92-9533-4f94-b068-d2dc8b5d1382 => generated 1610 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/100] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:16 2026] GET /v2.0/security-groups/04f33e92-9533-4f94-b068-d2dc8b5d1382 => 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: 54/101] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:16 2026] GET /v2.0/security-groups/04f33e92-9533-4f94-b068-d2dc8b5d1382 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/102] 199.204.45.78 () {48 vars in 987 bytes} [Thu Apr 16 04:23:16 2026] POST /v2.0/security-group-rules => generated 623 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/103] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:17 2026] GET /v2.0/security-groups/04f33e92-9533-4f94-b068-d2dc8b5d1382 => generated 2246 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/104] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:17 2026] GET /v2.0/security-groups/04f33e92-9533-4f94-b068-d2dc8b5d1382 => generated 2246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/105] 199.204.45.78 () {44 vars in 997 bytes} [Thu Apr 16 04:23:17 2026] GET /v2.0/security-groups/04f33e92-9533-4f94-b068-d2dc8b5d1382 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/106] 199.204.45.78 () {48 vars in 987 bytes} [Thu Apr 16 04:23:17 2026] POST /v2.0/security-group-rules => generated 627 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/121] 199.204.45.78 () {44 vars in 971 bytes} [Thu Apr 16 04:25:08 2026] GET /v2.0/quotas/b2a3f702f5464317b6f37f0f3a051d13 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/122] 199.204.45.78 () {48 vars in 1023 bytes} [Thu Apr 16 04:25:09 2026] PUT /v2.0/quotas/b2a3f702f5464317b6f37f0f3a051d13 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 71/135] 199.204.45.78 () {30 vars in 739 bytes} [Thu Apr 16 04:26:37 2026] GET /v2.0/networks?tenant_id=9c59ef8f175d4baf9a0e0561b09dce1b&shared=False => generated 15 bytes in 144 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-04-16 04:26:37.622 7 INFO neutron.db.segments_db [None req-e8b8026f-61fd-46c8-ad3b-ace6ebe6471f f73d2f907c32478d90e4bb9f1326b1ed 9c59ef8f175d4baf9a0e0561b09dce1b - - 018ff5b214d946ec94e8cd0fe8f9af68 018ff5b214d946ec94e8cd0fe8f9af68] Added segment b9657bcf-67c6-4afa-a47f-0e8f8c59cae1 of type vxlan for network e2988896-7170-46ca-a520-bdd2d99711fd [pid: 7|app: 0|req: 65/136] 199.204.45.78 () {34 vars in 681 bytes} [Thu Apr 16 04:26:37 2026] POST /v2.0/networks => generated 699 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 72/137] 199.204.45.78 () {30 vars in 721 bytes} [Thu Apr 16 04:26:37 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: 66/138] 199.204.45.78 () {30 vars in 632 bytes} [Thu Apr 16 04:26:37 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/139] 199.204.45.78 () {34 vars in 676 bytes} [Thu Apr 16 04:26:37 2026] POST /v2.0/ports => generated 999 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/140] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:26:38 2026] GET /v2.0/networks/e2988896-7170-46ca-a520-bdd2d99711fd => generated 705 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/141] 199.204.45.78 () {30 vars in 721 bytes} [Thu Apr 16 04:26:40 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/142] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:26:40 2026] GET /v2.0/networks/e2988896-7170-46ca-a520-bdd2d99711fd => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 7|app: 0|req: 71/147] 199.204.45.78 () {48 vars in 1021 bytes} [Thu Apr 16 04:27:10 2026] PUT /v2.0/quotas/9c59ef8f175d4baf9a0e0561b09dce1b => generated 291 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:27:29.615 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4de3b0cd-4fe6-4cf8-98ed-e4c8e7fb7d51 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/152] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:27:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/153] 199.204.45.78 () {30 vars in 762 bytes} [Thu Apr 16 04:27:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:27:31.388 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ef87a89-fe77-4f2f-b000-14bb84d98a64 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/154] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:27:31 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: 8|app: 0|req: 80/155] 199.204.45.78 () {30 vars in 762 bytes} [Thu Apr 16 04:27:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/204] 199.204.45.78 () {44 vars in 945 bytes} [Thu Apr 16 04:33:29 2026] GET /v2.0/networks?name=public => generated 753 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/209] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:34:04 2026] GET /v2.0/networks => generated 2168 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/210] 10.0.0.163 () {32 vars in 655 bytes} [Thu Apr 16 04:34:06 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/211] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:34:06 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/212] 10.0.0.163 () {32 vars in 643 bytes} [Thu Apr 16 04:34:06 2026] GET /v2.0/ports => generated 4725 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/213] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:34:06 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/214] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:34:06 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/215] 10.0.0.163 () {32 vars in 663 bytes} [Thu Apr 16 04:34:06 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/216] 10.0.0.163 () {32 vars in 655 bytes} [Thu Apr 16 04:34:06 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:34:17.395 7 INFO neutron.db.segments_db [None req-6a595e82-a011-473e-9f90-464886d8a734 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 4cf204e9-774f-4b54-ada7-628930711ad1 of type vxlan for network 921fe583-5ca3-4b6d-9a76-9448632db3be 2026-04-16 04:34:17.402 8 INFO neutron.db.segments_db [None req-d21d040c-739c-4c7b-9948-c9a46ee833ae 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 5e048ac1-ea67-46d3-8f51-07a6bdded9e6 of type vxlan for network ce997809-72a1-4a1d-ae14-1b574df0f3a7 [pid: 8|app: 0|req: 113/219] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:34:17 2026] POST /v2.0/networks => generated 725 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/220] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:34:17 2026] POST /v2.0/networks => generated 726 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/221] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:17 2026] POST /v2.0/subnets => generated 691 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:34:17.684 8 INFO neutron.db.segments_db [None req-660ebb4e-1a1c-4ba2-9a50-9757b747bde6 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 8776e074-f451-4be0-8613-b7fcd044e5a5 of type vxlan for network 4d4bcc86-5308-4273-9e0a-bc14cf6176f5 [pid: 8|app: 0|req: 114/222] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:34:17 2026] POST /v2.0/networks => generated 728 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:34:17.806 8 INFO neutron.db.segments_db [None req-1ed3d9cf-7505-483b-92a2-bc70d355a553 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 268d785a-ff96-4218-9fec-664b68cb64cd of type vxlan for network 7eaa5003-76eb-4f93-b286-d0c76471cd1d [pid: 7|app: 0|req: 109/223] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:17 2026] POST /v2.0/subnets => generated 692 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/224] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:34:17 2026] GET /v2.0/security-groups?tenant_id=4861827323cf4b14a1be2b373f7a26c4&name=default => generated 2921 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:34:18.041 8 INFO neutron.db.l3_hamode_db [None req-1ed3d9cf-7505-483b-92a2-bc70d355a553 351e1eff148048eea74ba75d223a0b9a ebf9ae9b12044d2db0a016bee2cce2a2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 111/225] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:18 2026] POST /v2.0/subnets => generated 694 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:34:18.219 7 INFO neutron.db.segments_db [None req-deef853d-e2c9-4080-af76-db32f2c65289 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 6faea188-b6f1-434a-a280-694208293ded of type vxlan for network 4b0039b4-f1cb-4ee7-b197-1e25c08518e6 2026-04-16 04:34:18.450 7 INFO neutron.db.l3_hamode_db [None req-deef853d-e2c9-4080-af76-db32f2c65289 351e1eff148048eea74ba75d223a0b9a e47f0ab4ef0848f9bf5e4a946e4ce8ed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:34:18.963 8 INFO neutron.db.l3_hamode_db [None req-1ed3d9cf-7505-483b-92a2-bc70d355a553 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:34:19.273 7 INFO neutron.db.l3_hamode_db [None req-deef853d-e2c9-4080-af76-db32f2c65289 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 115/226] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:17 2026] POST /v2.0/routers => generated 731 bytes in 2460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/227] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:34:20 2026] DELETE /v2.0/security-groups/f613665d-e7d3-4dcd-9e1b-a896b5cd91a2 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:34:20.362 8 INFO neutron.db.segments_db [None req-8ee7b343-72e5-4b6f-a245-6caded4730db 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 27941355-f1a2-4dfb-86b8-431119daf214 of type vxlan for network 0c836025-2746-4950-a0f1-a47004fc5095 [pid: 7|app: 0|req: 112/228] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:18 2026] POST /v2.0/routers => generated 732 bytes in 2249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:34:20.623 8 INFO neutron.db.l3_hamode_db [None req-8ee7b343-72e5-4b6f-a245-6caded4730db 351e1eff148048eea74ba75d223a0b9a 3e6a7aafd78a4812b79d3b3c7a7bef7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:34:21.352 8 INFO neutron.db.l3_hamode_db [None req-8ee7b343-72e5-4b6f-a245-6caded4730db 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 113/229] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:34:20 2026] PUT /v2.0/routers/ace982ea-82b5-4112-bee3-89ba776661b6/add_router_interface => generated 309 bytes in 1169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/230] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:20 2026] POST /v2.0/routers => generated 734 bytes in 2275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/231] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:34:21 2026] PUT /v2.0/routers/3cfe0f45-02d8-4c97-bd28-c10ce83a1aad/add_router_interface => generated 309 bytes in 1115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/232] 10.0.0.163 () {34 vars in 685 bytes} [Thu Apr 16 04:34:22 2026] POST /v2.0/security-groups => generated 1659 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 04:34:22.823 8 INFO neutron.db.segments_db [None req-d576c465-fef2-457c-82f2-05783599af60 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment dccc79fb-62a6-4c09-9b90-b02cb4ba7418 of type vxlan for network dd34535c-5e35-4e8e-814b-62c40e463e8b [pid: 8|app: 0|req: 118/233] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:34:22 2026] POST /v2.0/networks => generated 733 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/234] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:34:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/235] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:22 2026] POST /v2.0/subnets => generated 699 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/236] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:34:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:34:23.208 8 INFO neutron.db.segments_db [None req-7b90ad4a-1217-499d-a6c7-fd27cbdc0662 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 1c88f69d-bf38-465e-9580-3892e462c496 of type vxlan for network b06fac66-5b81-4256-b94a-e0d662bb8474 2026-04-16 04:34:23.394 8 INFO neutron.db.l3_hamode_db [None req-7b90ad4a-1217-499d-a6c7-fd27cbdc0662 351e1eff148048eea74ba75d223a0b9a be5ce91fbf6b41bfb3381cec6d88377d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 116/237] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:34:22 2026] PUT /v2.0/routers/11a18f95-4914-4620-bb8e-dbc722418a94/add_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:23.968 8 INFO neutron.db.l3_hamode_db [None req-7b90ad4a-1217-499d-a6c7-fd27cbdc0662 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 117/238] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:34:23 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/239] 10.0.0.68 () {38 vars in 970 bytes} [Thu Apr 16 04:34:24 2026] POST /v2.0/security-groups => generated 1680 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/240] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:23 2026] POST /v2.0/routers => generated 739 bytes in 1476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/241] 10.0.0.68 () {38 vars in 970 bytes} [Thu Apr 16 04:34:24 2026] POST /v2.0/security-groups => generated 1681 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/242] 10.0.0.68 () {38 vars in 970 bytes} [Thu Apr 16 04:34:24 2026] POST /v2.0/security-groups => generated 1686 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/243] 10.0.0.68 () {34 vars in 1097 bytes} [Thu Apr 16 04:34:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--924887241&fields=id&tenant_id=ebf9ae9b12044d2db0a016bee2cce2a2 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/244] 10.0.0.68 () {38 vars in 970 bytes} [Thu Apr 16 04:34:25 2026] POST /v2.0/security-groups => generated 1680 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/245] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/networks?id=ce997809-72a1-4a1d-ae14-1b574df0f3a7 => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/246] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/security-groups/be464863-701c-4715-98cb-648f155b1a97 => generated 1686 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/247] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/quotas/ebf9ae9b12044d2db0a016bee2cce2a2 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/248] 10.0.0.68 () {38 vars in 980 bytes} [Thu Apr 16 04:34:25 2026] POST /v2.0/security-group-rules => generated 614 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/249] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/ports?tenant_id=ebf9ae9b12044d2db0a016bee2cce2a2&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/250] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/security-groups?tenant_id=e47f0ab4ef0848f9bf5e4a946e4ce8ed => generated 7902 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/251] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/security-groups/689c30b3-bd0c-4755-8d78-fb5c7224e2bf => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/252] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/security-groups/689c30b3-bd0c-4755-8d78-fb5c7224e2bf => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/253] 10.0.0.68 () {38 vars in 970 bytes} [Thu Apr 16 04:34:25 2026] POST /v2.0/security-groups => generated 1684 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/254] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/security-groups/96e4af5f-6a98-4d32-812a-25eda4ca9dd7 => generated 1680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/255] 10.0.0.68 () {36 vars in 1012 bytes} [Thu Apr 16 04:34:25 2026] DELETE /v2.0/security-groups/96e4af5f-6a98-4d32-812a-25eda4ca9dd7 => 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: 123/256] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:34:24 2026] PUT /v2.0/routers/ab50d7be-b364-4d66-b15c-2d299beb393f/add_router_interface => generated 309 bytes in 1250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/257] 10.0.0.68 () {34 vars in 906 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/extensions => generated 21537 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/258] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/security-groups/77e4ed00-c914-4918-879f-ea4d415fd942 => generated 1684 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/259] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/networks/ce997809-72a1-4a1d-ae14-1b574df0f3a7?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: 136/260] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:34:25 2026] GET /v2.0/networks/ce997809-72a1-4a1d-ae14-1b574df0f3a7?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: 125/261] 10.0.0.68 () {38 vars in 980 bytes} [Thu Apr 16 04:34:25 2026] POST /v2.0/security-group-rules => generated 614 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:34:26.148 7 INFO neutron.api.v2.resource [req-5581440a-71af-4d5f-a30d-7af414edd8e5 req-33211077-c2e0-4649-9fed-cf52ab7fe907 7092ff2ed61146609954430501b78b3b e47f0ab4ef0848f9bf5e4a946e4ce8ed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 137/262] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:26 2026] GET /v2.0/security-groups/96e4af5f-6a98-4d32-812a-25eda4ca9dd7 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/263] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:26 2026] GET /v2.0/security-groups/77e4ed00-c914-4918-879f-ea4d415fd942 => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/264] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:26 2026] GET /v2.0/security-groups/8af54775-505e-4afd-a0da-cd32da879314 => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/265] 10.0.0.68 () {38 vars in 980 bytes} [Thu Apr 16 04:34:26 2026] POST /v2.0/security-group-rules => generated 619 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/266] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:26 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => 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: 128/267] 10.0.0.68 () {36 vars in 1012 bytes} [Thu Apr 16 04:34:26 2026] DELETE /v2.0/security-groups/8af54775-505e-4afd-a0da-cd32da879314 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/268] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:26 2026] GET /v2.0/security-groups/77e4ed00-c914-4918-879f-ea4d415fd942 => generated 2939 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:34:26.470 8 INFO neutron.api.v2.resource [req-4f329d74-4a19-444f-9b66-02765918d43a req-5ade4c4e-c402-41ff-81c8-9fdc52ad3632 7092ff2ed61146609954430501b78b3b e47f0ab4ef0848f9bf5e4a946e4ce8ed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 129/269] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:26 2026] GET /v2.0/security-groups/8af54775-505e-4afd-a0da-cd32da879314 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/270] 10.0.0.68 () {34 vars in 1000 bytes} [Thu Apr 16 04:34:26 2026] GET /v2.0/security-group-rules/42a71476-7f23-4cda-acf9-8a50e36f730a => generated 616 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/271] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:26 2026] GET /v2.0/security-groups/77e4ed00-c914-4918-879f-ea4d415fd942 => generated 2939 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/272] 10.0.0.163 () {34 vars in 685 bytes} [Thu Apr 16 04:34:26 2026] POST /v2.0/security-groups => generated 1659 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/273] 10.0.0.68 () {36 vars in 1022 bytes} [Thu Apr 16 04:34:26 2026] DELETE /v2.0/security-group-rules/42a71476-7f23-4cda-acf9-8a50e36f730a => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/274] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:34:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/275] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:26 2026] GET /v2.0/security-groups/77e4ed00-c914-4918-879f-ea4d415fd942 => generated 2309 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/276] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:26 2026] GET /v2.0/security-groups/9c2f6315-e319-41a6-a54d-f2f90e2f96bc => generated 1680 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/277] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:34:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/278] 10.0.0.68 () {36 vars in 1012 bytes} [Thu Apr 16 04:34:26 2026] DELETE /v2.0/security-groups/77e4ed00-c914-4918-879f-ea4d415fd942 => 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: 147/279] 10.0.0.68 () {36 vars in 1012 bytes} [Thu Apr 16 04:34:26 2026] DELETE /v2.0/security-groups/9c2f6315-e319-41a6-a54d-f2f90e2f96bc => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/280] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:27 2026] GET /v2.0/security-groups/be464863-701c-4715-98cb-648f155b1a97 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:34:27.050 7 INFO neutron.api.v2.resource [req-373ad170-32d6-4426-934b-02c4d639320e req-b6773c0b-f962-422a-8adf-e9fd509723ef 7092ff2ed61146609954430501b78b3b e47f0ab4ef0848f9bf5e4a946e4ce8ed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 149/281] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:27 2026] GET /v2.0/security-groups/9c2f6315-e319-41a6-a54d-f2f90e2f96bc => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/282] 10.0.0.68 () {36 vars in 1012 bytes} [Thu Apr 16 04:34:27 2026] DELETE /v2.0/security-groups/be464863-701c-4715-98cb-648f155b1a97 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/283] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:34:27 2026] GET /v2.0/security-groups?tenant_id=e47f0ab4ef0848f9bf5e4a946e4ce8ed => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/284] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:34:26 2026] POST /v2.0/floatingips => generated 552 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/285] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:27 2026] GET /v2.0/security-groups/689c30b3-bd0c-4755-8d78-fb5c7224e2bf => 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: 135/286] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:27 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => 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: 136/287] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:27 2026] GET /v2.0/security-groups/689c30b3-bd0c-4755-8d78-fb5c7224e2bf => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:34:27.670 8 INFO neutron.api.v2.resource [req-95430280-3c29-4db2-9e8e-57cd6b3fbe10 req-86e70e8c-353a-4fdc-9aeb-329c3feefb74 7092ff2ed61146609954430501b78b3b e47f0ab4ef0848f9bf5e4a946e4ce8ed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 137/288] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:27 2026] GET /v2.0/security-groups/9c2f6315-e319-41a6-a54d-f2f90e2f96bc => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:34:27.704 8 INFO neutron.api.v2.resource [req-e7e2a3b3-5f60-487b-ae9f-143cab9115e2 req-5d80bbb9-1f53-4a07-a8a2-75ee4db2c66a 7092ff2ed61146609954430501b78b3b e47f0ab4ef0848f9bf5e4a946e4ce8ed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 138/289] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:27 2026] GET /v2.0/security-groups/8af54775-505e-4afd-a0da-cd32da879314 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:34:27.739 8 INFO neutron.api.v2.resource [req-98166769-d9a8-4352-a4fc-abcfc50b8ae9 req-18a645fe-d77e-4933-98c8-acd24035bea6 7092ff2ed61146609954430501b78b3b e47f0ab4ef0848f9bf5e4a946e4ce8ed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 139/290] 10.0.0.68 () {34 vars in 990 bytes} [Thu Apr 16 04:34:27 2026] GET /v2.0/security-groups/96e4af5f-6a98-4d32-812a-25eda4ca9dd7 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:34:27.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-c045c6a7-4f91-4f59-9d6d-5ee40544c0fc 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 2fcb33b5-3fda-45a2-afb8-8bd499965806 2026-04-16 04:34:27.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c045c6a7-4f91-4f59-9d6d-5ee40544c0fc 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 2fcb33b5-3fda-45a2-afb8-8bd499965806 2026-04-16 04:34:28.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-100fa5ba-0479-43cd-a03f-4367d20cd0a7 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: cdf3a701-143a-492d-9c77-f4cf5eaf5d9f 2026-04-16 04:34:28.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-100fa5ba-0479-43cd-a03f-4367d20cd0a7 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: cdf3a701-143a-492d-9c77-f4cf5eaf5d9f [pid: 7|app: 0|req: 152/291] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:34:27 2026] PUT /v2.0/routers/11a18f95-4914-4620-bb8e-dbc722418a94/remove_router_interface => generated 309 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/292] 10.0.0.68 () {34 vars in 1099 bytes} [Thu Apr 16 04:34:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1794357263&fields=id&tenant_id=be5ce91fbf6b41bfb3381cec6d88377d => generated 69 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:34:28.455 7 INFO neutron_taas.services.taas.taas_plugin [None req-242d02e0-b995-4391-bf91-56f2591f809c 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 11070157-9938-42e9-b66c-9726cea55b04 2026-04-16 04:34:28.458 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-242d02e0-b995-4391-bf91-56f2591f809c 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 11070157-9938-42e9-b66c-9726cea55b04 2026-04-16 04:34:28.700 7 INFO neutron_taas.services.taas.taas_plugin [None req-242d02e0-b995-4391-bf91-56f2591f809c 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 189b23f9-844e-4ea9-ac3e-134264af26dc 2026-04-16 04:34:28.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-242d02e0-b995-4391-bf91-56f2591f809c 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 189b23f9-844e-4ea9-ac3e-134264af26dc 2026-04-16 04:34:28.783 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-242d02e0-b995-4391-bf91-56f2591f809c 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - 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: 140/293] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:34:27 2026] PUT /v2.0/routers/3cfe0f45-02d8-4c97-bd28-c10ce83a1aad/remove_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/294] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:34:28 2026] GET /v2.0/networks?id=dd34535c-5e35-4e8e-814b-62c40e463e8b => generated 684 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/295] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:28 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:34:29.066 7 INFO neutron.db.l3_hamode_db [None req-242d02e0-b995-4391-bf91-56f2591f809c 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] HA network 0c836025-2746-4950-a0f1-a47004fc5095 was deleted as no HA routers are present in tenant 3e6a7aafd78a4812b79d3b3c7a7bef7b. [pid: 7|app: 0|req: 154/296] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:34:28 2026] DELETE /v2.0/routers/11a18f95-4914-4620-bb8e-dbc722418a94 => generated 0 bytes in 785 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/297] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:34:29 2026] GET /v2.0/quotas/be5ce91fbf6b41bfb3381cec6d88377d => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:29.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-d384a9c0-cc39-408c-a943-5d62af6dc8d8 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: bf35f1df-4160-407a-8e29-bbd8d21bf8a0 2026-04-16 04:34:29.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d384a9c0-cc39-408c-a943-5d62af6dc8d8 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: bf35f1df-4160-407a-8e29-bbd8d21bf8a0 [pid: 7|app: 0|req: 156/298] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:34:29 2026] DELETE /v2.0/subnets/15f64fe1-1918-433b-ae6c-87104bcb90eb => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/299] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:34:29 2026] GET /v2.0/ports?tenant_id=be5ce91fbf6b41bfb3381cec6d88377d&fields=id => generated 57 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/302] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:34:29 2026] DELETE /v2.0/networks/4d4bcc86-5308-4273-9e0a-bc14cf6176f5 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/303] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:34:29 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?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: 162/304] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:34:29 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?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-04-16 04:34:29.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-d384a9c0-cc39-408c-a943-5d62af6dc8d8 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 393587e5-352d-480f-857e-6fab18ffcaee 2026-04-16 04:34:29.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d384a9c0-cc39-408c-a943-5d62af6dc8d8 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 393587e5-352d-480f-857e-6fab18ffcaee 2026-04-16 04:34:29.454 7 INFO neutron.services.segments.plugin [-] Segment 27941355-f1a2-4dfb-86b8-431119daf214 resource provider aggregate not found 2026-04-16 04:34:29.471 7 INFO neutron.services.segments.plugin [-] Segment 27941355-f1a2-4dfb-86b8-431119daf214 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27941355-f1a2-4dfb-86b8-431119daf214 found for delete ", "request_id": "req-cd63ac77-2fa7-4bec-a123-1b5dcb7dea92"}]} 2026-04-16 04:34:29.526 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-d384a9c0-cc39-408c-a943-5d62af6dc8d8 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 163/305] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:34:29 2026] GET /v2.0/security-groups?tenant_id=3e6a7aafd78a4812b79d3b3c7a7bef7b&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/306] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:29 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => 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: 165/307] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:34:29 2026] DELETE /v2.0/security-groups/b5478036-6582-433a-a479-e2a65c2e9c62 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:34:29.901 8 INFO neutron.db.l3_hamode_db [None req-d384a9c0-cc39-408c-a943-5d62af6dc8d8 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] HA network 4b0039b4-f1cb-4ee7-b197-1e25c08518e6 was deleted as no HA routers are present in tenant e47f0ab4ef0848f9bf5e4a946e4ce8ed. [pid: 8|app: 0|req: 143/308] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:34:28 2026] DELETE /v2.0/routers/3cfe0f45-02d8-4c97-bd28-c10ce83a1aad => generated 0 bytes in 982 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:34:29.938 7 INFO neutron.services.segments.plugin [-] Segment 27941355-f1a2-4dfb-86b8-431119daf214 resource provider aggregate not found 2026-04-16 04:34:29.971 7 INFO neutron.services.segments.plugin [-] Segment 27941355-f1a2-4dfb-86b8-431119daf214 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27941355-f1a2-4dfb-86b8-431119daf214 found for delete ", "request_id": "req-0263b582-59dd-4728-b410-779e7040c617"}]} [pid: 8|app: 0|req: 144/309] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:30 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/310] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:34:29 2026] DELETE /v2.0/subnets/79ee1ebc-3044-4db1-a551-2cc81107f6ac => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:34:30.173 8 INFO neutron_taas.services.taas.taas_plugin [None req-53bf4eed-0efa-4a61-a51f-20601b9712f2 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 8e4d6a26-06fa-4c0f-a5dd-c2ae66559880 2026-04-16 04:34:30.175 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53bf4eed-0efa-4a61-a51f-20601b9712f2 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 8e4d6a26-06fa-4c0f-a5dd-c2ae66559880 [pid: 8|app: 0|req: 145/311] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:34:30 2026] DELETE /v2.0/networks/921fe583-5ca3-4b6d-9a76-9448632db3be => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:34:30.444 8 INFO neutron.services.segments.plugin [-] Segment 6faea188-b6f1-434a-a280-694208293ded resource provider aggregate not found 2026-04-16 04:34:30.450 8 INFO neutron.services.segments.plugin [-] Segment 6faea188-b6f1-434a-a280-694208293ded resource provider aggregate not found 2026-04-16 04:34:30.460 8 INFO neutron.services.segments.plugin [-] Segment 6faea188-b6f1-434a-a280-694208293ded resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6faea188-b6f1-434a-a280-694208293ded found for delete ", "request_id": "req-6d3268f1-2b5b-4465-ae5d-e663fd41623b"}]} 2026-04-16 04:34:30.461 8 INFO neutron.services.segments.plugin [-] Segment 6faea188-b6f1-434a-a280-694208293ded resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6faea188-b6f1-434a-a280-694208293ded found for delete ", "request_id": "req-77fcdd27-2b49-4ebd-80f3-67fde2806753"}]} [pid: 7|app: 0|req: 167/312] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:34:30 2026] GET /v2.0/security-groups?tenant_id=e47f0ab4ef0848f9bf5e4a946e4ce8ed&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/313] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:30 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => 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: 146/314] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:34:30 2026] DELETE /v2.0/security-groups/689c30b3-bd0c-4755-8d78-fb5c7224e2bf => 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: 169/315] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:31 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => 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: 147/316] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:34:31 2026] GET /v2.0/networks?id=ce997809-72a1-4a1d-ae14-1b574df0f3a7 => generated 676 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/317] 199.204.45.78 () {34 vars in 910 bytes} [Thu Apr 16 04:34:31 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/318] 199.204.45.78 () {34 vars in 1049 bytes} [Thu Apr 16 04:34:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ebf9ae9b12044d2db0a016bee2cce2a2 => generated 180 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:31.494 7 INFO neutron.services.segments.plugin [-] Segment 8776e074-f451-4be0-8613-b7fcd044e5a5 resource provider aggregate not found 2026-04-16 04:34:31.531 7 INFO neutron.services.segments.plugin [-] Segment 8776e074-f451-4be0-8613-b7fcd044e5a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8776e074-f451-4be0-8613-b7fcd044e5a5 found for delete ", "request_id": "req-55ebb16d-077b-4d53-8423-45d86c38776d"}]} 2026-04-16 04:34:31.810 8 INFO neutron.db.segments_db [None req-fbf111b7-86be-4e9d-adea-4fccfab8ee04 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 43639ad2-5a48-4bce-ab9a-fbd659f2f436 of type vxlan for network e77496a2-c5dc-4d80-aebe-ef40c29c70d8 [pid: 8|app: 0|req: 149/319] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:34:31 2026] POST /v2.0/networks => generated 718 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/320] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:31 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => 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: 171/321] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:34:31 2026] POST /v2.0/ports => generated 958 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:34:31.992 7 INFO neutron.services.segments.plugin [-] Segment 8776e074-f451-4be0-8613-b7fcd044e5a5 resource provider aggregate not found 2026-04-16 04:34:32.019 7 INFO neutron.services.segments.plugin [-] Segment 8776e074-f451-4be0-8613-b7fcd044e5a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8776e074-f451-4be0-8613-b7fcd044e5a5 found for delete ", "request_id": "req-60bc7321-69f8-40a3-a63a-35d568539bfd"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 151/322] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:31 2026] POST /v2.0/subnets => generated 684 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/323] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:32 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 961 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:32.393 8 INFO neutron.db.segments_db [None req-0a7444d9-6336-4af4-ace3-b11016ce8241 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 621f7746-af4b-4a4c-b12b-7f1a945466c0 of type vxlan for network a7da4380-7f5f-4578-bfc7-c886a4c91bfb [pid: 7|app: 0|req: 173/324] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:32 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:32.486 8 INFO neutron.services.segments.plugin [-] Segment 4cf204e9-774f-4b54-ada7-628930711ad1 resource provider aggregate not found 2026-04-16 04:34:32.495 8 INFO neutron.services.segments.plugin [-] Segment 4cf204e9-774f-4b54-ada7-628930711ad1 resource provider aggregate not found 2026-04-16 04:34:32.525 8 INFO neutron.services.segments.plugin [-] Segment 4cf204e9-774f-4b54-ada7-628930711ad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cf204e9-774f-4b54-ada7-628930711ad1 found for delete ", "request_id": "req-1d4edcfd-6c4b-4a18-a17c-93f5c00e147a"}]} 2026-04-16 04:34:32.537 8 INFO neutron.services.segments.plugin [-] Segment 4cf204e9-774f-4b54-ada7-628930711ad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cf204e9-774f-4b54-ada7-628930711ad1 found for delete ", "request_id": "req-f0d5f782-0416-4405-b36a-87165f4d22ff"}]} 2026-04-16 04:34:32.678 8 INFO neutron.db.l3_hamode_db [None req-0a7444d9-6336-4af4-ace3-b11016ce8241 351e1eff148048eea74ba75d223a0b9a bc8176633e1c4891a58d0c0b9b6deb71 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 174/325] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:34:32 2026] PUT /v2.0/ports/4b580f52-7c28-4c83-aa6c-e20287956075 => generated 1239 bytes in 668 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-04-16 04:34:33.320 7 INFO neutron.db.segments_db [None req-0fd02f5d-dd22-4147-86c0-adf2cce8adce 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment ee9da4b1-015b-44a9-8414-8995d800b376 of type vxlan for network 0ec36489-9d3b-4265-a29d-f07b7ceb24e8 [pid: 7|app: 0|req: 175/326] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:34:33 2026] POST /v2.0/networks => generated 728 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/327] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:33 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:34:33.535 8 INFO neutron.db.l3_hamode_db [None req-0a7444d9-6336-4af4-ace3-b11016ce8241 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:34:33.685 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab84c3a4-a4e2-49aa-bd97-e83c7b687dae'] response: {'name': 'network-changed', 'server_uuid': '5edd9db5-f537-4e56-a449-9384dcf67696', 'tag': '4b580f52-7c28-4c83-aa6c-e20287956075', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 177/328] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:33 2026] POST /v2.0/subnets => generated 695 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/329] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:33 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:33.793 7 INFO neutron.db.segments_db [None req-b892ed86-a94b-4f90-9b34-770dadd215f6 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 13cb2388-8317-4c61-bcf1-37d352a7aec7 of type vxlan for network 2c20a1d4-903d-499e-bc73-f9de34ac88ac 2026-04-16 04:34:34.095 7 INFO neutron.db.l3_hamode_db [None req-b892ed86-a94b-4f90-9b34-770dadd215f6 351e1eff148048eea74ba75d223a0b9a 7d07735f9b9844528bc8f2cf4254be07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 152/330] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:32 2026] POST /v2.0/routers => generated 724 bytes in 1971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/331] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:34 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 154/332] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:34:34 2026] GET /v2.0/ports?tenant_id=ebf9ae9b12044d2db0a016bee2cce2a2&device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/333] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:34:34 2026] GET /v2.0/networks?id=dd34535c-5e35-4e8e-814b-62c40e463e8b => generated 684 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:35.249 7 INFO neutron.db.l3_hamode_db [None req-b892ed86-a94b-4f90-9b34-770dadd215f6 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 156/334] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:34:34 2026] PUT /v2.0/routers/ca78a050-d44f-4e53-84d9-380456bc2ab0/add_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/335] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:34:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=4b580f52-7c28-4c83-aa6c-e20287956075 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/336] 199.204.45.78 () {34 vars in 1049 bytes} [Thu Apr 16 04:34:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=be5ce91fbf6b41bfb3381cec6d88377d => generated 181 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/337] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:35 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => 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: 160/338] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:35 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/339] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:34:35 2026] GET /v2.0/subnets?id=22312faa-7cc5-4a7f-9f0c-d918c531f2bb => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/340] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:34:33 2026] POST /v2.0/routers => generated 735 bytes in 2451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/341] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:36 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 181/342] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:34:36 2026] GET /v2.0/ports?network_id=ce997809-72a1-4a1d-ae14-1b574df0f3a7&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: 162/343] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:34:36 2026] POST /v2.0/ports => generated 954 bytes in 431 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: 182/344] 10.0.0.163 () {34 vars in 685 bytes} [Thu Apr 16 04:34:36 2026] POST /v2.0/security-groups => generated 1659 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/345] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:34:36 2026] GET /v2.0/networks/ce997809-72a1-4a1d-ae14-1b574df0f3a7?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: 184/346] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:34:36 2026] PUT /v2.0/ports/82e1daad-ff35-4f86-88c8-d688fab25f12 => generated 1235 bytes in 409 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-04-16 04:34:36.950 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5607413e-399e-41ad-9ffe-0f00277a97c2'] response: {'name': 'network-changed', 'server_uuid': '218a7a6e-0a17-458f-9507-ad4957072956', 'tag': '82e1daad-ff35-4f86-88c8-d688fab25f12', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 185/347] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:34:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/348] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:34:37 2026] GET /v2.0/networks/ce997809-72a1-4a1d-ae14-1b574df0f3a7?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: 187/349] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:37 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/350] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:34:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/351] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:37 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/352] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:34:36 2026] PUT /v2.0/routers/1ad65723-f164-46bf-9dc9-c6fd5c0bf05a/add_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/353] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:37 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/354] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:34:37 2026] GET /v2.0/ports?tenant_id=be5ce91fbf6b41bfb3381cec6d88377d&device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/355] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:37 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 167/356] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:34:37 2026] GET /v2.0/networks?tenant_id=be5ce91fbf6b41bfb3381cec6d88377d&shared=False => 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: 168/357] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:34:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/358] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:34:37 2026] POST /v2.0/floatingips => generated 552 bytes in 646 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/359] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/ports?tenant_id=ebf9ae9b12044d2db0a016bee2cce2a2&device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/360] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/networks?id=ce997809-72a1-4a1d-ae14-1b574df0f3a7 => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/361] 10.0.0.163 () {34 vars in 685 bytes} [Thu Apr 16 04:34:38 2026] POST /v2.0/security-groups => generated 1661 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/362] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=4b580f52-7c28-4c83-aa6c-e20287956075 => 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: 172/363] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/subnets?id=22312faa-7cc5-4a7f-9f0c-d918c531f2bb => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/364] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/ports?network_id=ce997809-72a1-4a1d-ae14-1b574df0f3a7&device_owner=network%3Adhcp => generated 1244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/365] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:34:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/366] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/networks/ce997809-72a1-4a1d-ae14-1b574df0f3a7?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: 175/367] 10.0.0.68 () {34 vars in 1097 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--840369805&fields=id&tenant_id=bc8176633e1c4891a58d0c0b9b6deb71 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/368] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/369] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:34:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/370] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/networks/ce997809-72a1-4a1d-ae14-1b574df0f3a7?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: 178/371] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/372] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/networks?id=e77496a2-c5dc-4d80-aebe-ef40c29c70d8 => generated 669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/373] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/quotas/bc8176633e1c4891a58d0c0b9b6deb71 => 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: 196/374] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/ports?tenant_id=bc8176633e1c4891a58d0c0b9b6deb71&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/375] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/376] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:34:38 2026] POST /v2.0/floatingips => generated 552 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/377] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/ports?tenant_id=be5ce91fbf6b41bfb3381cec6d88377d&device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/378] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 199/379] 10.0.0.68 () {34 vars in 906 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/extensions => generated 21537 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/380] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:34:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=82e1daad-ff35-4f86-88c8-d688fab25f12 => 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: 182/381] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:34:39 2026] GET /v2.0/subnets?id=d557bfc8-ea49-4808-aeb1-698f60725151 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/382] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:34:39 2026] GET /v2.0/networks/e77496a2-c5dc-4d80-aebe-ef40c29c70d8?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: 183/383] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:34:39 2026] GET /v2.0/ports?network_id=dd34535c-5e35-4e8e-814b-62c40e463e8b&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/384] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:34:39 2026] GET /v2.0/networks/e77496a2-c5dc-4d80-aebe-ef40c29c70d8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/385] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:34:39 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?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: 202/386] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:34:39 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?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: 185/387] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:39 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => 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: 203/388] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:39 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => 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: 186/389] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:39 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&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: 204/390] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:40 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/391] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:40 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 205/392] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:40 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => 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: 188/393] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:40 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/394] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:40 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&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: 189/395] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:41 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/396] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:41 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 190/397] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:41 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => 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: 208/398] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:41 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/399] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:41 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/400] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:42 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/401] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:42 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 7|app: 0|req: 210/402] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:42 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => 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: 193/403] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/404] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/405] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/networks?id=e77496a2-c5dc-4d80-aebe-ef40c29c70d8 => generated 669 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/406] 199.204.45.78 () {34 vars in 1049 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bc8176633e1c4891a58d0c0b9b6deb71 => generated 180 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/407] 10.0.0.68 () {34 vars in 1099 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1083530696&fields=id&tenant_id=7d07735f9b9844528bc8f2cf4254be07 => 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: 195/408] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/409] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 197/410] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/networks?id=0ec36489-9d3b-4265-a29d-f07b7ceb24e8 => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/411] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/quotas/7d07735f9b9844528bc8f2cf4254be07 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/412] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => 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: 200/413] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/ports?tenant_id=7d07735f9b9844528bc8f2cf4254be07&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/414] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:34:43 2026] GET /v2.0/networks/0ec36489-9d3b-4265-a29d-f07b7ceb24e8?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/415] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:34:44 2026] GET /v2.0/networks/0ec36489-9d3b-4265-a29d-f07b7ceb24e8?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: 214/416] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:34:43 2026] POST /v2.0/ports => generated 954 bytes in 358 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: 217/419] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:44 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/420] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:44 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/421] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:44 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => 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: 203/422] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:34:44 2026] PUT /v2.0/ports/ad0bab33-4e5f-46db-b6bc-75b129e0710e => generated 1235 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:34:44.918 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bc6cdc0-cabf-4531-8d74-abc2f5395bef'] response: {'name': 'network-changed', 'server_uuid': 'e7160ea1-9ae3-46e4-a4f3-232f5502b562', 'tag': 'ad0bab33-4e5f-46db-b6bc-75b129e0710e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 220/423] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:44 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 975 bytes in 71 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: 221/424] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:44 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/425] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:44 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 222/426] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:44 2026] GET /v2.0/security-groups?id=9e20463f-19c0-4011-b094-ef77a5ec2720&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/427] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:34:45 2026] GET /v2.0/ports?tenant_id=bc8176633e1c4891a58d0c0b9b6deb71&device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/428] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:45 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/429] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:34:45 2026] GET /v2.0/networks?tenant_id=bc8176633e1c4891a58d0c0b9b6deb71&shared=False => generated 765 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/430] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:45 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/431] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:45 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => 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: 207/432] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:34:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/433] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:45 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/434] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/435] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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-04-16 04:34:46.143 8 INFO neutron.db.l3_db [None req-21a8ac44-851a-4c97-a6b5-e1577017f7e8 ef535ef980574fb79dc3cf52efc1574c be5ce91fbf6b41bfb3381cec6d88377d - - default default] Floating IP d6728a28-fe59-4c26-bff4-71f89b3c255b associated. External IP: 10.96.250.210, port: 82e1daad-ff35-4f86-88c8-d688fab25f12. [pid: 7|app: 0|req: 229/436] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/437] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/security-groups?id=9e20463f-19c0-4011-b094-ef77a5ec2720&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: 208/438] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:34:45 2026] PUT /v2.0/floatingips/d6728a28-fe59-4c26-bff4-71f89b3c255b => generated 855 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/439] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/440] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&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: 232/441] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/ports?tenant_id=bc8176633e1c4891a58d0c0b9b6deb71&device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/442] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ad0bab33-4e5f-46db-b6bc-75b129e0710e => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/443] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => 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: 211/444] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/subnets?id=70ce38f6-294a-40d3-9481-7c94fc635d64 => generated 687 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/445] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/ports?network_id=e77496a2-c5dc-4d80-aebe-ef40c29c70d8&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: 212/446] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/networks/e77496a2-c5dc-4d80-aebe-ef40c29c70d8?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: 235/447] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:34:46 2026] GET /v2.0/networks/e77496a2-c5dc-4d80-aebe-ef40c29c70d8?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) 2026-04-16 04:34:46.953 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac7da523-325c-4e0c-aad0-26aca872e425'] response: {'name': 'network-changed', 'server_uuid': '218a7a6e-0a17-458f-9507-ad4957072956', 'tag': '82e1daad-ff35-4f86-88c8-d688fab25f12', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 213/448] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/449] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 214/450] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/451] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/security-groups?id=9e20463f-19c0-4011-b094-ef77a5ec2720&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: 215/452] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/ports?tenant_id=be5ce91fbf6b41bfb3381cec6d88377d&device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/453] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/networks?id=dd34535c-5e35-4e8e-814b-62c40e463e8b => generated 780 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/454] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=82e1daad-ff35-4f86-88c8-d688fab25f12 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/455] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/subnets?id=d557bfc8-ea49-4808-aeb1-698f60725151 => generated 702 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/456] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/ports?network_id=dd34535c-5e35-4e8e-814b-62c40e463e8b&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: 240/457] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => 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: 218/458] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/459] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:34:47 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/460] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:48 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/461] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:48 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 220/462] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:48 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/463] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:48 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/464] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:48 2026] GET /v2.0/security-groups?id=9e20463f-19c0-4011-b094-ef77a5ec2720&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: 222/465] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:48 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => 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: 223/466] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:34:48 2026] GET /v2.0/networks?id=0ec36489-9d3b-4265-a29d-f07b7ceb24e8 => generated 680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/467] 199.204.45.78 () {34 vars in 1049 bytes} [Thu Apr 16 04:34:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7d07735f9b9844528bc8f2cf4254be07 => generated 181 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/468] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:34:48 2026] POST /v2.0/ports => generated 958 bytes in 336 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-04-16 04:34:49.526 7 INFO neutron.db.l3_db [None req-b24c2463-f2cc-4f6a-8318-4ebd4d77594d 627a79dd3b54414c9abffab285db6d73 ebf9ae9b12044d2db0a016bee2cce2a2 - - default default] Floating IP afa8a7c3-91d1-4b72-af08-7949eca7c2a7 associated. External IP: 10.96.250.219, port: 4b580f52-7c28-4c83-aa6c-e20287956075. [pid: 8|app: 0|req: 226/469] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:34:49 2026] PUT /v2.0/ports/bed15f1a-77a9-4a94-8306-ac9f4934b358 => generated 1239 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:34:49.587 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e0edcfa-3b31-4228-8b62-8a2579f8ecf0'] response: {'name': 'network-changed', 'server_uuid': '5abb73f7-5408-4eeb-942a-d1c65c9ebec3', 'tag': 'bed15f1a-77a9-4a94-8306-ac9f4934b358', '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: 227/470] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:49 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => 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: 228/471] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:49 2026] GET /v2.0/security-groups?id=9e20463f-19c0-4011-b094-ef77a5ec2720&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: 244/472] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:34:48 2026] PUT /v2.0/floatingips/afa8a7c3-91d1-4b72-af08-7949eca7c2a7 => generated 856 bytes in 1184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/473] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:49 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/474] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:49 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&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: 7|app: 0|req: 245/475] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:49 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:50.027 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5cd84583-0836-46b2-b9ab-00a8ade0ef35'] response: {'name': 'network-changed', 'server_uuid': '5edd9db5-f537-4e56-a449-9384dcf67696', 'tag': '4b580f52-7c28-4c83-aa6c-e20287956075', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 231/476] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/477] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/ports?tenant_id=7d07735f9b9844528bc8f2cf4254be07&device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/478] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/networks?tenant_id=7d07735f9b9844528bc8f2cf4254be07&shared=False => generated 775 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/479] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/480] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/481] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/482] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/ports?tenant_id=ebf9ae9b12044d2db0a016bee2cce2a2&device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/483] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/networks?id=ce997809-72a1-4a1d-ae14-1b574df0f3a7 => generated 772 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/484] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=4b580f52-7c28-4c83-aa6c-e20287956075 => generated 859 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/485] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/subnets?id=22312faa-7cc5-4a7f-9f0c-d918c531f2bb => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/486] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/ports?network_id=ce997809-72a1-4a1d-ae14-1b574df0f3a7&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: 251/487] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/networks/ce997809-72a1-4a1d-ae14-1b574df0f3a7?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/488] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/networks/ce997809-72a1-4a1d-ae14-1b574df0f3a7?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: 252/489] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/490] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:50 2026] GET /v2.0/security-groups?id=9e20463f-19c0-4011-b094-ef77a5ec2720&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: 253/491] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:51 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/492] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:51 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/493] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:34:51 2026] GET /v2.0/ports?tenant_id=7d07735f9b9844528bc8f2cf4254be07&device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/494] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:34:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bed15f1a-77a9-4a94-8306-ac9f4934b358 => 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: 255/495] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:34:51 2026] GET /v2.0/subnets?id=61685deb-53b8-4768-92a6-04764c4f007d => generated 698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/496] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:34:51 2026] GET /v2.0/ports?network_id=0ec36489-9d3b-4265-a29d-f07b7ceb24e8&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/497] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:34:51 2026] GET /v2.0/networks/0ec36489-9d3b-4265-a29d-f07b7ceb24e8?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: 242/498] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:34:51 2026] GET /v2.0/networks/0ec36489-9d3b-4265-a29d-f07b7ceb24e8?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: 257/499] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:51 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/500] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:51 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 258/501] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:52 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => 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: 244/502] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:52 2026] GET /v2.0/security-groups?id=9e20463f-19c0-4011-b094-ef77a5ec2720&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: 259/503] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:52 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/504] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:52 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/505] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:52 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&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-04-16 04:34:52.666 7 INFO neutron.db.l3_db [None req-8f0432e3-2d6e-43ca-81ea-5a99d3184828 701b3fbfeb3842c6a1f664d703dc2fa0 bc8176633e1c4891a58d0c0b9b6deb71 - - default default] Floating IP 4cb6b730-5d94-45ac-ad07-bd6a0ebeba62 associated. External IP: 10.96.250.213, port: ad0bab33-4e5f-46db-b6bc-75b129e0710e. [pid: 8|app: 0|req: 247/506] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:52 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/507] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:52 2026] GET /v2.0/security-groups?id=072f3c50-a86a-4103-9680-7ae629a71d29&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: 260/508] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:34:52 2026] PUT /v2.0/floatingips/4cb6b730-5d94-45ac-ad07-bd6a0ebeba62 => generated 855 bytes in 685 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/509] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:34:52 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:53.028 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32b5cc96-cbf3-4da5-8ab3-98a6b0197a1b'] response: {'name': 'network-changed', 'server_uuid': 'e7160ea1-9ae3-46e4-a4f3-232f5502b562', 'tag': 'ad0bab33-4e5f-46db-b6bc-75b129e0710e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 250/510] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/511] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/security-groups?id=9e20463f-19c0-4011-b094-ef77a5ec2720&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-04-16 04:34:53.251 7 INFO neutron_taas.services.taas.taas_plugin [req-a4e0454b-d830-4178-9096-d2a81f5026d2 req-26fa8322-ef4e-4c4e-857a-b07688945581 627a79dd3b54414c9abffab285db6d73 ebf9ae9b12044d2db0a016bee2cce2a2 - - default default] TaaS: Handle Delete Port: 4b580f52-7c28-4c83-aa6c-e20287956075 2026-04-16 04:34:53.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a4e0454b-d830-4178-9096-d2a81f5026d2 req-26fa8322-ef4e-4c4e-857a-b07688945581 627a79dd3b54414c9abffab285db6d73 ebf9ae9b12044d2db0a016bee2cce2a2 - - default default] Tap Mirror: Handle Delete Port: 4b580f52-7c28-4c83-aa6c-e20287956075 2026-04-16 04:34:53.466 7 INFO neutron.db.l3_db [req-a4e0454b-d830-4178-9096-d2a81f5026d2 req-26fa8322-ef4e-4c4e-857a-b07688945581 627a79dd3b54414c9abffab285db6d73 ebf9ae9b12044d2db0a016bee2cce2a2 - - default default] Floating IP afa8a7c3-91d1-4b72-af08-7949eca7c2a7 disassociated. External IP: 10.96.250.219, port: 4b580f52-7c28-4c83-aa6c-e20287956075. [pid: 8|app: 0|req: 252/512] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => 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: 253/513] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/514] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/515] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/ports?tenant_id=bc8176633e1c4891a58d0c0b9b6deb71&device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/516] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/security-groups?id=9e20463f-19c0-4011-b094-ef77a5ec2720&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: 257/517] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/networks?id=e77496a2-c5dc-4d80-aebe-ef40c29c70d8 => generated 765 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/518] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ad0bab33-4e5f-46db-b6bc-75b129e0710e => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/519] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/subnets?id=70ce38f6-294a-40d3-9481-7c94fc635d64 => generated 687 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/520] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/ports?network_id=e77496a2-c5dc-4d80-aebe-ef40c29c70d8&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/521] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/networks/e77496a2-c5dc-4d80-aebe-ef40c29c70d8?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: 261/522] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:34:53 2026] DELETE /v2.0/ports/4b580f52-7c28-4c83-aa6c-e20287956075 => generated 0 bytes in 805 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/523] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/networks/e77496a2-c5dc-4d80-aebe-ef40c29c70d8?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: 262/524] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:53 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/525] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:54 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => 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: 263/526] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:54 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/527] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:54 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&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: 264/528] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:54 2026] GET /v2.0/security-groups?id=9e20463f-19c0-4011-b094-ef77a5ec2720&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:55.066 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eed27ad4-d672-4b41-9fec-d9e3d6f4fa34'] response: {'server_uuid': '5edd9db5-f537-4e56-a449-9384dcf67696', 'name': 'network-vif-deleted', 'tag': '4b580f52-7c28-4c83-aa6c-e20287956075', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 265/529] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:55 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => 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: 266/530] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:55 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/531] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:55 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/532] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:55 2026] GET /v2.0/security-groups?id=9e20463f-19c0-4011-b094-ef77a5ec2720&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/533] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:55 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/534] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:34:56 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:56.218 7 INFO neutron_taas.services.taas.taas_plugin [req-4a3a88e9-edd9-40be-a44d-55ac64ad9e96 req-ed96a02b-c498-456f-a7dd-fb16b1965253 701b3fbfeb3842c6a1f664d703dc2fa0 bc8176633e1c4891a58d0c0b9b6deb71 - - default default] TaaS: Handle Delete Port: ad0bab33-4e5f-46db-b6bc-75b129e0710e 2026-04-16 04:34:56.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4a3a88e9-edd9-40be-a44d-55ac64ad9e96 req-ed96a02b-c498-456f-a7dd-fb16b1965253 701b3fbfeb3842c6a1f664d703dc2fa0 bc8176633e1c4891a58d0c0b9b6deb71 - - default default] Tap Mirror: Handle Delete Port: ad0bab33-4e5f-46db-b6bc-75b129e0710e [pid: 8|app: 0|req: 269/535] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:56 2026] GET /v2.0/ports?device_id=5edd9db5-f537-4e56-a449-9384dcf67696 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:34:56.355 7 INFO neutron.db.l3_db [req-4a3a88e9-edd9-40be-a44d-55ac64ad9e96 req-ed96a02b-c498-456f-a7dd-fb16b1965253 701b3fbfeb3842c6a1f664d703dc2fa0 bc8176633e1c4891a58d0c0b9b6deb71 - - default default] Floating IP 4cb6b730-5d94-45ac-ad07-bd6a0ebeba62 disassociated. External IP: 10.96.250.213, port: ad0bab33-4e5f-46db-b6bc-75b129e0710e. [pid: 7|app: 0|req: 267/536] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:34:56 2026] DELETE /v2.0/ports/ad0bab33-4e5f-46db-b6bc-75b129e0710e => generated 0 bytes in 637 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/537] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:57 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:34:57.139 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3101970-3a1f-4e04-bd73-a37cdeee1a56'] response: {'server_uuid': 'e7160ea1-9ae3-46e4-a4f3-232f5502b562', 'name': 'network-vif-deleted', 'tag': 'ad0bab33-4e5f-46db-b6bc-75b129e0710e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 268/538] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:57 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/539] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:57 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&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: 7|app: 0|req: 269/540] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:34:57 2026] DELETE /v2.0/security-groups/072f3c50-a86a-4103-9680-7ae629a71d29 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:34:57.502 8 INFO neutron.api.v2.resource [None req-3935dcca-724e-4a26-90cc-1ff379f297dc 627a79dd3b54414c9abffab285db6d73 ebf9ae9b12044d2db0a016bee2cce2a2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/541] 10.0.0.163 () {32 vars in 737 bytes} [Thu Apr 16 04:34:57 2026] GET /v2.0/security-groups/072f3c50-a86a-4103-9680-7ae629a71d29 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:34:57.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d8b8af9-c621-4c01-a50a-622d56c49ed7 627a79dd3b54414c9abffab285db6d73 ebf9ae9b12044d2db0a016bee2cce2a2 - - default default] TaaS: Handle Delete Port: eebceea6-8903-449f-a148-dd1add48ddf3 2026-04-16 04:34:57.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d8b8af9-c621-4c01-a50a-622d56c49ed7 627a79dd3b54414c9abffab285db6d73 ebf9ae9b12044d2db0a016bee2cce2a2 - - default default] Tap Mirror: Handle Delete Port: eebceea6-8903-449f-a148-dd1add48ddf3 [pid: 7|app: 0|req: 270/542] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:34:57 2026] DELETE /v2.0/floatingips/afa8a7c3-91d1-4b72-af08-7949eca7c2a7 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/543] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 04:34:57 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 1240 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/544] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 04:34:57 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/545] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:58 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:34:58.149 7 INFO neutron_taas.services.taas.taas_plugin [None req-c349682b-3acd-4c12-a16e-528fbee9c43f 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 558a9df9-88af-41fa-bf14-a7b517f91e29 2026-04-16 04:34:58.152 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c349682b-3acd-4c12-a16e-528fbee9c43f 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 558a9df9-88af-41fa-bf14-a7b517f91e29 [pid: 8|app: 0|req: 276/546] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:58 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/547] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:58 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/548] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:34:57 2026] PUT /v2.0/routers/ace982ea-82b5-4112-bee3-89ba776661b6/remove_router_interface => generated 309 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:34:58.817 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0e499a3-7be2-4c4d-b930-b54d4f68a64e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 445e333e-a98b-402f-90a2-f598400027f3 2026-04-16 04:34:58.820 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0e499a3-7be2-4c4d-b930-b54d4f68a64e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 445e333e-a98b-402f-90a2-f598400027f3 2026-04-16 04:34:59.109 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0e499a3-7be2-4c4d-b930-b54d4f68a64e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 34665fc6-a26d-4a65-9115-70a1ae57fa88 2026-04-16 04:34:59.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0e499a3-7be2-4c4d-b930-b54d4f68a64e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 34665fc6-a26d-4a65-9115-70a1ae57fa88 [pid: 7|app: 0|req: 274/551] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:59 2026] GET /v2.0/ports?device_id=e7160ea1-9ae3-46e4-a4f3-232f5502b562 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:34:59.463 8 INFO neutron.services.segments.plugin [-] Segment 268d785a-ff96-4218-9fec-664b68cb64cd resource provider aggregate not found 2026-04-16 04:34:59.469 8 INFO neutron.services.segments.plugin [-] Segment 268d785a-ff96-4218-9fec-664b68cb64cd resource provider aggregate not found 2026-04-16 04:34:59.486 8 INFO neutron.services.segments.plugin [-] Segment 268d785a-ff96-4218-9fec-664b68cb64cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 268d785a-ff96-4218-9fec-664b68cb64cd found for delete ", "request_id": "req-37e540ef-9217-4738-b71c-532d136ed2b9"}]} 2026-04-16 04:34:59.495 8 INFO neutron.db.l3_hamode_db [None req-e0e499a3-7be2-4c4d-b930-b54d4f68a64e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] HA network 7eaa5003-76eb-4f93-b286-d0c76471cd1d was deleted as no HA routers are present in tenant ebf9ae9b12044d2db0a016bee2cce2a2. [pid: 8|app: 0|req: 278/552] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:34:58 2026] DELETE /v2.0/routers/ace982ea-82b5-4112-bee3-89ba776661b6 => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:34:59.514 8 INFO neutron.services.segments.plugin [-] Segment 268d785a-ff96-4218-9fec-664b68cb64cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 268d785a-ff96-4218-9fec-664b68cb64cd found for delete ", "request_id": "req-59347410-647d-4bbd-a470-54029eae3222"}]} [pid: 7|app: 0|req: 275/553] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:34:59 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/554] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:34:59 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&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: 279/555] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:34:59 2026] DELETE /v2.0/subnets/22312faa-7cc5-4a7f-9f0c-d918c531f2bb => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:34:59.796 7 INFO neutron_taas.services.taas.taas_plugin [None req-fce01a5d-5381-45ea-9606-9634174f4d93 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 29cd4081-5a3c-45c6-8327-6400ad02b7db 2026-04-16 04:34:59.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fce01a5d-5381-45ea-9606-9634174f4d93 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 29cd4081-5a3c-45c6-8327-6400ad02b7db 2026-04-16 04:34:59.938 7 INFO neutron.services.segments.plugin [-] Segment 5e048ac1-ea67-46d3-8f51-07a6bdded9e6 resource provider aggregate not found 2026-04-16 04:34:59.941 7 INFO neutron.services.segments.plugin [-] Segment 5e048ac1-ea67-46d3-8f51-07a6bdded9e6 resource provider aggregate not found 2026-04-16 04:34:59.968 7 INFO neutron.services.segments.plugin [-] Segment 5e048ac1-ea67-46d3-8f51-07a6bdded9e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e048ac1-ea67-46d3-8f51-07a6bdded9e6 found for delete ", "request_id": "req-18da777e-dca4-422e-b9cf-d83b34875b0d"}]} 2026-04-16 04:34:59.969 7 INFO neutron.services.segments.plugin [-] Segment 5e048ac1-ea67-46d3-8f51-07a6bdded9e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e048ac1-ea67-46d3-8f51-07a6bdded9e6 found for delete ", "request_id": "req-3506f857-041c-4d6a-a8f7-ec51f720b49f"}]} [pid: 7|app: 0|req: 277/556] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:34:59 2026] DELETE /v2.0/networks/ce997809-72a1-4a1d-ae14-1b574df0f3a7 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/557] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:00 2026] GET /v2.0/security-groups?tenant_id=ebf9ae9b12044d2db0a016bee2cce2a2&name=default => generated 2921 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/558] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:00 2026] DELETE /v2.0/security-groups/6fb81db8-ee89-4914-b979-64bf799e031e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/559] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:00 2026] DELETE /v2.0/security-groups/9e20463f-19c0-4011-b094-ef77a5ec2720 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:00.580 7 INFO neutron.api.v2.resource [None req-90ad5b24-936d-42b1-90cf-182597adb593 701b3fbfeb3842c6a1f664d703dc2fa0 bc8176633e1c4891a58d0c0b9b6deb71 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 279/560] 10.0.0.163 () {32 vars in 737 bytes} [Thu Apr 16 04:35:00 2026] GET /v2.0/security-groups/9e20463f-19c0-4011-b094-ef77a5ec2720 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/561] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:00 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/562] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:00 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&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: 282/563] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:00 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:01.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b6f0290-0f8f-48f1-9467-206dfa1ebc56 701b3fbfeb3842c6a1f664d703dc2fa0 bc8176633e1c4891a58d0c0b9b6deb71 - - default default] TaaS: Handle Delete Port: 1d62b955-4383-4768-836e-375da0e72a56 2026-04-16 04:35:01.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b6f0290-0f8f-48f1-9467-206dfa1ebc56 701b3fbfeb3842c6a1f664d703dc2fa0 bc8176633e1c4891a58d0c0b9b6deb71 - - default default] Tap Mirror: Handle Delete Port: 1d62b955-4383-4768-836e-375da0e72a56 [pid: 8|app: 0|req: 282/564] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:35:00 2026] DELETE /v2.0/floatingips/4cb6b730-5d94-45ac-ad07-bd6a0ebeba62 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:01.306 7 INFO neutron.db.l3_db [None req-df814e93-139d-4179-9def-d752c412db8d 1a602c7721534c7daf0f13cbc52470ea 7d07735f9b9844528bc8f2cf4254be07 - - default default] Floating IP a7226990-71c5-4073-a1a2-19306640a74b associated. External IP: 10.96.250.212, port: bed15f1a-77a9-4a94-8306-ac9f4934b358. 2026-04-16 04:35:01.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cbaea1b-91aa-45f4-92c8-e0d6bf518e2e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 1c5503da-3f92-4d05-af5c-68436ca56638 2026-04-16 04:35:01.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cbaea1b-91aa-45f4-92c8-e0d6bf518e2e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 1c5503da-3f92-4d05-af5c-68436ca56638 [pid: 7|app: 0|req: 283/565] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:35:00 2026] PUT /v2.0/floatingips/a7226990-71c5-4073-a1a2-19306640a74b => generated 856 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:01.647 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d3596db-d558-4401-97d5-47516de85645'] response: {'name': 'network-changed', 'server_uuid': '5abb73f7-5408-4eeb-942a-d1c65c9ebec3', 'tag': 'bed15f1a-77a9-4a94-8306-ac9f4934b358', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 284/566] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:01 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/567] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:01 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/568] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:35:01 2026] PUT /v2.0/routers/ca78a050-d44f-4e53-84d9-380456bc2ab0/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/569] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:02 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/570] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:35:02 2026] GET /v2.0/ports?tenant_id=7d07735f9b9844528bc8f2cf4254be07&device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/571] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:02 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/572] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:35:02 2026] GET /v2.0/networks?id=0ec36489-9d3b-4265-a29d-f07b7ceb24e8 => generated 775 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:02.336 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3575019-e423-46d4-bab2-228b6d696ee3 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 2978e11f-a21f-41b2-a94d-51d1448768e6 2026-04-16 04:35:02.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3575019-e423-46d4-bab2-228b6d696ee3 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 2978e11f-a21f-41b2-a94d-51d1448768e6 [pid: 7|app: 0|req: 290/573] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:35:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bed15f1a-77a9-4a94-8306-ac9f4934b358 => generated 859 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/574] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:35:02 2026] GET /v2.0/subnets?id=61685deb-53b8-4768-92a6-04764c4f007d => generated 698 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/575] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:35:02 2026] GET /v2.0/ports?network_id=0ec36489-9d3b-4265-a29d-f07b7ceb24e8&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: 293/576] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:35:02 2026] GET /v2.0/networks/0ec36489-9d3b-4265-a29d-f07b7ceb24e8?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/577] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:35:02 2026] GET /v2.0/networks/0ec36489-9d3b-4265-a29d-f07b7ceb24e8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:02.578 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3575019-e423-46d4-bab2-228b6d696ee3 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 508064d9-ec79-42c8-8382-5dd6dc19238f 2026-04-16 04:35:02.581 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3575019-e423-46d4-bab2-228b6d696ee3 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 508064d9-ec79-42c8-8382-5dd6dc19238f 2026-04-16 04:35:02.967 8 INFO neutron.services.segments.plugin [-] Segment 621f7746-af4b-4a4c-b12b-7f1a945466c0 resource provider aggregate not found 2026-04-16 04:35:02.974 8 INFO neutron.services.segments.plugin [-] Segment 621f7746-af4b-4a4c-b12b-7f1a945466c0 resource provider aggregate not found 2026-04-16 04:35:02.996 8 INFO neutron.db.l3_hamode_db [None req-b3575019-e423-46d4-bab2-228b6d696ee3 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] HA network a7da4380-7f5f-4578-bfc7-c886a4c91bfb was deleted as no HA routers are present in tenant bc8176633e1c4891a58d0c0b9b6deb71. 2026-04-16 04:35:03.005 8 INFO neutron.services.segments.plugin [-] Segment 621f7746-af4b-4a4c-b12b-7f1a945466c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 621f7746-af4b-4a4c-b12b-7f1a945466c0 found for delete ", "request_id": "req-f8707b4b-0d66-442d-8152-b4c2c10c116a"}]} 2026-04-16 04:35:03.006 8 INFO neutron.services.segments.plugin [-] Segment 621f7746-af4b-4a4c-b12b-7f1a945466c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 621f7746-af4b-4a4c-b12b-7f1a945466c0 found for delete ", "request_id": "req-c2bfe6f2-6c8b-4cdc-9491-a6b81bdfba57"}]} [pid: 8|app: 0|req: 284/578] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:02 2026] DELETE /v2.0/routers/ca78a050-d44f-4e53-84d9-380456bc2ab0 => generated 0 bytes in 882 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/579] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:03 2026] DELETE /v2.0/subnets/70ce38f6-294a-40d3-9481-7c94fc635d64 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:03.285 8 INFO neutron_taas.services.taas.taas_plugin [None req-4532a826-4e3a-4761-a320-095d460c6e04 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 02264b0a-35de-407a-ad36-b5b25d9f2cbc 2026-04-16 04:35:03.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4532a826-4e3a-4761-a320-095d460c6e04 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 02264b0a-35de-407a-ad36-b5b25d9f2cbc [pid: 7|app: 0|req: 296/580] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:03 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/581] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:03 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/582] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:03 2026] DELETE /v2.0/networks/e77496a2-c5dc-4d80-aebe-ef40c29c70d8 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/583] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:03 2026] GET /v2.0/security-groups?tenant_id=bc8176633e1c4891a58d0c0b9b6deb71&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/584] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:03 2026] DELETE /v2.0/security-groups/86f59dca-92e6-496c-a53c-7708a29f60b7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/585] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:04 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/586] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:04 2026] GET /v2.0/security-groups?id=b07796b7-d27c-4743-977a-2b1070e6926a&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: 300/587] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:35:04 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:04.956 8 INFO neutron_taas.services.taas.taas_plugin [req-e2f6d5c9-639b-41d9-bc7c-90a2fd5acf49 req-24da4778-da86-4a90-b6a9-17fefac340ce 1a602c7721534c7daf0f13cbc52470ea 7d07735f9b9844528bc8f2cf4254be07 - - default default] TaaS: Handle Delete Port: bed15f1a-77a9-4a94-8306-ac9f4934b358 2026-04-16 04:35:04.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e2f6d5c9-639b-41d9-bc7c-90a2fd5acf49 req-24da4778-da86-4a90-b6a9-17fefac340ce 1a602c7721534c7daf0f13cbc52470ea 7d07735f9b9844528bc8f2cf4254be07 - - default default] Tap Mirror: Handle Delete Port: bed15f1a-77a9-4a94-8306-ac9f4934b358 2026-04-16 04:35:05.065 8 INFO neutron.services.segments.plugin [-] Segment 43639ad2-5a48-4bce-ab9a-fbd659f2f436 resource provider aggregate not found 2026-04-16 04:35:05.087 8 INFO neutron.services.segments.plugin [-] Segment 43639ad2-5a48-4bce-ab9a-fbd659f2f436 resource provider aggregate not found 2026-04-16 04:35:05.120 8 INFO neutron.services.segments.plugin [-] Segment 43639ad2-5a48-4bce-ab9a-fbd659f2f436 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43639ad2-5a48-4bce-ab9a-fbd659f2f436 found for delete ", "request_id": "req-bf5f2dcc-5dca-4cf2-a52a-4d3a5b0c356d"}]} 2026-04-16 04:35:05.133 8 INFO neutron.services.segments.plugin [-] Segment 43639ad2-5a48-4bce-ab9a-fbd659f2f436 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43639ad2-5a48-4bce-ab9a-fbd659f2f436 found for delete ", "request_id": "req-90c7baf9-9294-4a5d-9eaa-1e9deee813a7"}]} 2026-04-16 04:35:05.213 8 INFO neutron.db.l3_db [req-e2f6d5c9-639b-41d9-bc7c-90a2fd5acf49 req-24da4778-da86-4a90-b6a9-17fefac340ce 1a602c7721534c7daf0f13cbc52470ea 7d07735f9b9844528bc8f2cf4254be07 - - default default] Floating IP a7226990-71c5-4073-a1a2-19306640a74b disassociated. External IP: 10.96.250.212, port: bed15f1a-77a9-4a94-8306-ac9f4934b358. [pid: 8|app: 0|req: 288/588] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:35:04 2026] DELETE /v2.0/ports/bed15f1a-77a9-4a94-8306-ac9f4934b358 => generated 0 bytes in 887 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:05.737 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab866cb9-f274-4e86-9f53-441a44cef0db'] response: {'server_uuid': '5abb73f7-5408-4eeb-942a-d1c65c9ebec3', 'name': 'network-vif-deleted', 'tag': 'bed15f1a-77a9-4a94-8306-ac9f4934b358', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 289/589] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:05 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => 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: 301/590] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:05 2026] GET /v2.0/security-groups?tenant_id=16504cfdb78946fba59971765ff307a3&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/591] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:05 2026] DELETE /v2.0/security-groups/167f90ea-c452-4cf9-b57d-a64f6b7f477f => 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: 291/592] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:06 2026] GET /v2.0/security-groups?tenant_id=2ad0043b5a8041b1950d7b7227708b80&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/593] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:06 2026] DELETE /v2.0/security-groups/3ba48b2d-9894-4782-b5a1-61801645b35f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:06.446 7 INFO neutron.db.segments_db [None req-5171fc72-1a50-4bfc-a899-386fb4d96971 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 45be3ef3-f55c-4216-aaf1-06fd13ec398a of type vxlan for network bbf13de4-e623-4e23-ad90-2e4f4a845e14 [pid: 7|app: 0|req: 302/594] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:35:06 2026] POST /v2.0/networks => generated 727 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/595] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:06 2026] POST /v2.0/subnets => generated 693 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:35:06.793 7 INFO neutron.db.segments_db [None req-66ea1350-f657-4d72-b540-769d4a1a4d30 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment daebb20a-49cf-4236-a2f5-298025271e61 of type vxlan for network cd0c2ec9-a9cd-45b6-94dd-a6e3c9364798 [pid: 8|app: 0|req: 294/596] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:06 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:07.117 7 INFO neutron.db.l3_hamode_db [None req-66ea1350-f657-4d72-b540-769d4a1a4d30 351e1eff148048eea74ba75d223a0b9a 16421fbe9183452a9c8b720507f19706 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:35:07.955 7 INFO neutron.db.l3_hamode_db [None req-66ea1350-f657-4d72-b540-769d4a1a4d30 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 295/597] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:07 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/598] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:06 2026] POST /v2.0/routers => generated 733 bytes in 2072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/599] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:09 2026] GET /v2.0/ports?device_id=5abb73f7-5408-4eeb-942a-d1c65c9ebec3 => 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: 296/600] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:35:08 2026] PUT /v2.0/routers/4eebec1e-970c-49fc-a5d3-8806b1751bb4/add_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/601] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:10 2026] DELETE /v2.0/security-groups/b07796b7-d27c-4743-977a-2b1070e6926a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:10.295 8 INFO neutron.api.v2.resource [None req-cd2a2958-ef0d-4d1d-9abe-35e0f6ccb419 1a602c7721534c7daf0f13cbc52470ea 7d07735f9b9844528bc8f2cf4254be07 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 298/602] 10.0.0.163 () {32 vars in 737 bytes} [Thu Apr 16 04:35:10 2026] GET /v2.0/security-groups/b07796b7-d27c-4743-977a-2b1070e6926a => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:35:10.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-546e33c5-060d-44be-b0c0-024badb4b085 1a602c7721534c7daf0f13cbc52470ea 7d07735f9b9844528bc8f2cf4254be07 - - default default] TaaS: Handle Delete Port: 2d0bbddd-f240-4bbb-975b-3ea5d69f9e8f 2026-04-16 04:35:10.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-546e33c5-060d-44be-b0c0-024badb4b085 1a602c7721534c7daf0f13cbc52470ea 7d07735f9b9844528bc8f2cf4254be07 - - default default] Tap Mirror: Handle Delete Port: 2d0bbddd-f240-4bbb-975b-3ea5d69f9e8f [pid: 7|app: 0|req: 305/603] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:10 2026] GET /v2.0/security-groups?tenant_id=cfcdbc3daac447a4a3259d4beae791c8&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/604] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:35:10 2026] DELETE /v2.0/floatingips/a7226990-71c5-4073-a1a2-19306640a74b => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/605] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:10 2026] DELETE /v2.0/security-groups/edd3a684-5110-4ebd-9432-667bb38b898d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/606] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:10 2026] GET /v2.0/security-groups?tenant_id=4cf52f2767f34322aeec957243b58313&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/607] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:10 2026] DELETE /v2.0/security-groups/f2b8553f-ed76-4587-8f87-75b9b246876b => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:11.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-76b14ec5-c3ba-47d3-9494-06d236b2af24 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 622ab7b5-05ff-4883-9f4d-1a10ad596377 2026-04-16 04:35:11.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76b14ec5-c3ba-47d3-9494-06d236b2af24 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 622ab7b5-05ff-4883-9f4d-1a10ad596377 [pid: 7|app: 0|req: 309/608] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:35:11 2026] GET /v2.0/networks?id=bbf13de4-e623-4e23-ad90-2e4f4a845e14 => generated 678 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/609] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:35:11 2026] GET /v2.0/quotas/16421fbe9183452a9c8b720507f19706 => 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: 311/610] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:35:11 2026] GET /v2.0/ports?tenant_id=16421fbe9183452a9c8b720507f19706&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/611] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:35:11 2026] GET /v2.0/networks/bbf13de4-e623-4e23-ad90-2e4f4a845e14?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: 313/612] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:35:11 2026] GET /v2.0/networks/bbf13de4-e623-4e23-ad90-2e4f4a845e14?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: 314/613] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:11 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => 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: 300/614] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:35:10 2026] PUT /v2.0/routers/1ad65723-f164-46bf-9dc9-c6fd5c0bf05a/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:11.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ce09905-bd2e-41d0-aef2-b571ae462ec2 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: fa2e5c29-65e1-4bad-98e9-2bc48d9a5481 2026-04-16 04:35:11.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ce09905-bd2e-41d0-aef2-b571ae462ec2 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: fa2e5c29-65e1-4bad-98e9-2bc48d9a5481 2026-04-16 04:35:12.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ce09905-bd2e-41d0-aef2-b571ae462ec2 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 3bb079d0-5ca6-496d-8bd0-ad59632adc22 2026-04-16 04:35:12.115 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ce09905-bd2e-41d0-aef2-b571ae462ec2 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 3bb079d0-5ca6-496d-8bd0-ad59632adc22 2026-04-16 04:35:12.444 7 INFO neutron.services.segments.plugin [-] Segment 13cb2388-8317-4c61-bcf1-37d352a7aec7 resource provider aggregate not found 2026-04-16 04:35:12.457 7 INFO neutron.services.segments.plugin [-] Segment 13cb2388-8317-4c61-bcf1-37d352a7aec7 resource provider aggregate not found 2026-04-16 04:35:12.463 7 INFO neutron.services.segments.plugin [-] Segment 13cb2388-8317-4c61-bcf1-37d352a7aec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13cb2388-8317-4c61-bcf1-37d352a7aec7 found for delete ", "request_id": "req-57b81de9-c989-4b6e-ad70-3533d8167105"}]} 2026-04-16 04:35:12.474 7 INFO neutron.services.segments.plugin [-] Segment 13cb2388-8317-4c61-bcf1-37d352a7aec7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13cb2388-8317-4c61-bcf1-37d352a7aec7 found for delete ", "request_id": "req-0952759f-13a0-4748-a66d-48eb8cc17ac0"}]} 2026-04-16 04:35:12.508 7 INFO neutron.db.l3_hamode_db [None req-6ce09905-bd2e-41d0-aef2-b571ae462ec2 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] HA network 2c20a1d4-903d-499e-bc73-f9de34ac88ac was deleted as no HA routers are present in tenant 7d07735f9b9844528bc8f2cf4254be07. [pid: 7|app: 0|req: 315/615] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:11 2026] DELETE /v2.0/routers/1ad65723-f164-46bf-9dc9-c6fd5c0bf05a => generated 0 bytes in 950 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/616] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:12 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => 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: 316/617] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:12 2026] DELETE /v2.0/subnets/61685deb-53b8-4768-92a6-04764c4f007d => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:12.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a4f2776-77d7-4f6e-9349-e97700067b7a 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 49ec21ec-5f5a-403d-8ab9-c270a8ffa63f 2026-04-16 04:35:12.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a4f2776-77d7-4f6e-9349-e97700067b7a 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 49ec21ec-5f5a-403d-8ab9-c270a8ffa63f 2026-04-16 04:35:13.034 8 INFO neutron.services.segments.plugin [-] Segment ee9da4b1-015b-44a9-8414-8995d800b376 resource provider aggregate not found 2026-04-16 04:35:13.041 8 INFO neutron.services.segments.plugin [-] Segment ee9da4b1-015b-44a9-8414-8995d800b376 resource provider aggregate not found [pid: 8|app: 0|req: 302/618] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:12 2026] DELETE /v2.0/networks/0ec36489-9d3b-4265-a29d-f07b7ceb24e8 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:13.055 8 INFO neutron.services.segments.plugin [-] Segment ee9da4b1-015b-44a9-8414-8995d800b376 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee9da4b1-015b-44a9-8414-8995d800b376 found for delete ", "request_id": "req-e107e106-f912-4087-83c0-d51f81d558c4"}]} 2026-04-16 04:35:13.055 8 INFO neutron.services.segments.plugin [-] Segment ee9da4b1-015b-44a9-8414-8995d800b376 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee9da4b1-015b-44a9-8414-8995d800b376 found for delete ", "request_id": "req-43e4b7ac-2e5b-4549-bb24-f8d3274e7661"}]} [pid: 7|app: 0|req: 317/619] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:13 2026] GET /v2.0/security-groups?tenant_id=7d07735f9b9844528bc8f2cf4254be07&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: 303/620] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:13 2026] DELETE /v2.0/security-groups/cc6b39bf-628c-47a1-a9cd-cbda2676a039 => 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: 318/621] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:13 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/624] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:14 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => 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: 320/625] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:15 2026] GET /v2.0/security-groups?tenant_id=626bedd0c22942069db15b8b62feb07b&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/626] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:15 2026] DELETE /v2.0/security-groups/477bedb1-af94-43ec-bab0-6cbd9f4336bb => 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: 307/627] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:35:15 2026] GET /v2.0/networks?id=bbf13de4-e623-4e23-ad90-2e4f4a845e14 => generated 678 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/628] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:15 2026] GET /v2.0/security-groups?tenant_id=69620292ef27413f99023aa6cfb62cc8&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/629] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:15 2026] DELETE /v2.0/security-groups/a1624e89-f806-40b9-91f9-4ac45e1ca53e => 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: 323/630] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:15 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => 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: 308/631] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:35:15 2026] POST /v2.0/ports => generated 954 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/632] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:35:16 2026] PUT /v2.0/ports/5a2b5e88-1f1f-4c93-880e-fda4dbc0c827 => generated 1235 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:35:16.918 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02188cbf-4b36-4697-b86a-773df3cf0f40'] response: {'name': 'network-changed', 'server_uuid': 'ff00ef36-600e-495e-9de2-6bf91cd775bb', 'tag': '5a2b5e88-1f1f-4c93-880e-fda4dbc0c827', '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: 309/633] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:16 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 969 bytes in 37 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: 325/634] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:17 2026] GET /v2.0/security-groups?id=8b35791c-0796-45aa-b582-31708cf21804&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/635] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:35:17 2026] GET /v2.0/ports?tenant_id=16421fbe9183452a9c8b720507f19706&device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/636] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:35:17 2026] GET /v2.0/networks?tenant_id=16421fbe9183452a9c8b720507f19706&shared=False => generated 774 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/637] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:35:17 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: 327/638] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:18 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/639] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:18 2026] GET /v2.0/security-groups?id=8b35791c-0796-45aa-b582-31708cf21804&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: 328/640] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:18 2026] GET /v2.0/security-groups?tenant_id=a10f18ffb2a1454da66660584266300a&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/641] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:35:18 2026] GET /v2.0/ports?tenant_id=16421fbe9183452a9c8b720507f19706&device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/642] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:35:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5a2b5e88-1f1f-4c93-880e-fda4dbc0c827 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/643] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:35:18 2026] GET /v2.0/subnets?id=cba792fd-bafa-4fb9-9eb7-af2bd05d8a7e => generated 696 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/644] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:18 2026] DELETE /v2.0/security-groups/b6ee66bb-acf7-44a7-a7ee-6982c59c9087 => 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: 332/645] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:35:18 2026] GET /v2.0/ports?network_id=bbf13de4-e623-4e23-ad90-2e4f4a845e14&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/646] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:35:18 2026] GET /v2.0/networks/bbf13de4-e623-4e23-ad90-2e4f4a845e14?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: 333/647] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:35:18 2026] GET /v2.0/networks/bbf13de4-e623-4e23-ad90-2e4f4a845e14?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: 315/648] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:18 2026] GET /v2.0/security-groups?tenant_id=570aa1641e074c89b508cac5419be889&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/649] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:18 2026] DELETE /v2.0/security-groups/78222ef8-1a5b-4955-8850-9377b7c67ed9 => 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: 316/650] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:19 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/651] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:19 2026] GET /v2.0/security-groups?id=8b35791c-0796-45aa-b582-31708cf21804&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/652] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:20 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/653] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:20 2026] GET /v2.0/security-groups?id=8b35791c-0796-45aa-b582-31708cf21804&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/654] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:21 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/655] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:21 2026] GET /v2.0/security-groups?id=8b35791c-0796-45aa-b582-31708cf21804&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/656] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:22 2026] GET /v2.0/security-groups?tenant_id=0df1f6d6107e48fc8afdc33fa0d720ab&name=default => generated 2925 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/657] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:22 2026] DELETE /v2.0/security-groups/0b72041d-40cf-4f42-868e-077d8054833b => 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: 320/658] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:22 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/659] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:22 2026] GET /v2.0/security-groups?id=8b35791c-0796-45aa-b582-31708cf21804&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: 321/660] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:23 2026] GET /v2.0/security-groups?tenant_id=c35dc09c73114e55b7381346c8fb4e96&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/661] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:23 2026] DELETE /v2.0/security-groups/75cfa83e-a260-4b45-9ef6-3ff1bb252dc4 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/662] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:23 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/663] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:24 2026] GET /v2.0/security-groups?id=8b35791c-0796-45aa-b582-31708cf21804&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: 8|app: 0|req: 323/664] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:24 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/665] 10.0.0.68 () {34 vars in 970 bytes} [Thu Apr 16 04:35:24 2026] GET /v2.0/ports/82e1daad-ff35-4f86-88c8-d688fab25f12 => generated 968 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/666] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:25 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/667] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:25 2026] GET /v2.0/security-groups?id=8b35791c-0796-45aa-b582-31708cf21804&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/668] 199.204.45.78 () {34 vars in 999 bytes} [Thu Apr 16 04:35:25 2026] GET /v2.0/subnets?network_id=dd34535c-5e35-4e8e-814b-62c40e463e8b => generated 684 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/669] 199.204.45.78 () {34 vars in 1145 bytes} [Thu Apr 16 04:35:25 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956&device_owner=compute%3Anova&network_id=dd34535c-5e35-4e8e-814b-62c40e463e8b => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/670] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:25 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/671] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:25 2026] GET /v2.0/security-groups?id=8b35791c-0796-45aa-b582-31708cf21804&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: 326/672] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:35:25 2026] PUT /v2.0/ports/82e1daad-ff35-4f86-88c8-d688fab25f12 => generated 1145 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:35:25.972 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f1b4ac1-1c8f-4bae-903d-d257796bc0c6'] response: {'name': 'network-changed', 'server_uuid': '218a7a6e-0a17-458f-9507-ad4957072956', 'tag': '82e1daad-ff35-4f86-88c8-d688fab25f12', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 347/673] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:35:26 2026] GET /v2.0/ports?tenant_id=be5ce91fbf6b41bfb3381cec6d88377d&device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 1417 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 327/674] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:35:26 2026] GET /v2.0/networks?id=dd34535c-5e35-4e8e-814b-62c40e463e8b => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/675] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:35:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=82e1daad-ff35-4f86-88c8-d688fab25f12 => 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: 328/676] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:35:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=82e1daad-ff35-4f86-88c8-d688fab25f12 => 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: 349/677] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:35:26 2026] GET /v2.0/subnets?id=d557bfc8-ea49-4808-aeb1-698f60725151 => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/678] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:35:26 2026] GET /v2.0/ports?network_id=dd34535c-5e35-4e8e-814b-62c40e463e8b&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: 350/679] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:35:26 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/680] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:35:26 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/681] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:26 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/682] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:26 2026] GET /v2.0/security-groups?id=8b35791c-0796-45aa-b582-31708cf21804&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/683] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:27 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 1148 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/684] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:27 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&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: 332/685] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:27 2026] GET /v2.0/security-groups?tenant_id=1876253a54ce4b898a699464c7a451e8&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/686] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:27 2026] DELETE /v2.0/security-groups/fde3a691-d82d-44c9-a90d-b2895b183be0 => 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: 355/687] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:35:27 2026] GET /v2.0/ports?tenant_id=be5ce91fbf6b41bfb3381cec6d88377d&device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 1417 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/688] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:27 2026] GET /v2.0/security-groups?tenant_id=170e2a39a5344eaf9e01986d4942d724&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/689] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:35:27 2026] GET /v2.0/networks?id=dd34535c-5e35-4e8e-814b-62c40e463e8b => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/690] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:35:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=82e1daad-ff35-4f86-88c8-d688fab25f12 => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/691] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:27 2026] DELETE /v2.0/security-groups/1280d5ec-3a0a-4efa-bac6-76b489b4c0ce => 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: 358/692] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:35:27 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => 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: 359/693] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:35:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=82e1daad-ff35-4f86-88c8-d688fab25f12 => 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: 335/694] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:27 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/695] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:35:28 2026] GET /v2.0/subnets?id=d557bfc8-ea49-4808-aeb1-698f60725151 => generated 702 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/696] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:28 2026] GET /v2.0/security-groups?id=8b35791c-0796-45aa-b582-31708cf21804&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/697] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:35:28 2026] GET /v2.0/ports?network_id=dd34535c-5e35-4e8e-814b-62c40e463e8b&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:35:28.122 7 INFO neutron_taas.services.taas.taas_plugin [req-47ff2f89-ef11-4d42-aa89-83bae4a56120 req-ce5a187b-d6d5-41a8-94e2-1b27b044055a c4f3da647f5244ebb4d23ccb062ad723 16421fbe9183452a9c8b720507f19706 - - default default] TaaS: Handle Delete Port: 5a2b5e88-1f1f-4c93-880e-fda4dbc0c827 2026-04-16 04:35:28.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-47ff2f89-ef11-4d42-aa89-83bae4a56120 req-ce5a187b-d6d5-41a8-94e2-1b27b044055a c4f3da647f5244ebb4d23ccb062ad723 16421fbe9183452a9c8b720507f19706 - - default default] Tap Mirror: Handle Delete Port: 5a2b5e88-1f1f-4c93-880e-fda4dbc0c827 [pid: 8|app: 0|req: 339/698] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:35:28 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?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: 340/699] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:35:28 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/700] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:35:28 2026] DELETE /v2.0/ports/5a2b5e88-1f1f-4c93-880e-fda4dbc0c827 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:28.297 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2124387a-65cb-4149-93e5-fc1e667075bf'] response: {'server_uuid': 'ff00ef36-600e-495e-9de2-6bf91cd775bb', 'name': 'network-vif-deleted', 'tag': '5a2b5e88-1f1f-4c93-880e-fda4dbc0c827', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 341/701] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:28 2026] GET /v2.0/security-groups?tenant_id=96b83ceb72b943e9acb9df031e050fdb&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/702] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:28 2026] DELETE /v2.0/security-groups/40c82b46-262f-4c71-840f-d8eeaf9c104e => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/703] 199.204.45.78 () {34 vars in 1117 bytes} [Thu Apr 16 04:35:28 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1148 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/704] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:28 2026] GET /v2.0/security-groups?tenant_id=1c719906eaa94842acad2e6c5a6cf297&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/705] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:28 2026] DELETE /v2.0/security-groups/82bf0439-4cc8-4a1c-931a-624736643250 => 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: 344/706] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:29 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => 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: 363/709] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:35:28 2026] PUT /v2.0/ports/82e1daad-ff35-4f86-88c8-d688fab25f12 => generated 968 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/710] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:35:29 2026] GET /v2.0/ports?tenant_id=be5ce91fbf6b41bfb3381cec6d88377d&device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 364/711] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:35:29 2026] GET /v2.0/networks?id=dd34535c-5e35-4e8e-814b-62c40e463e8b => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/712] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:35:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=82e1daad-ff35-4f86-88c8-d688fab25f12 => 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: 365/713] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:35:29 2026] GET /v2.0/subnets?id=d557bfc8-ea49-4808-aeb1-698f60725151 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/714] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:35:29 2026] GET /v2.0/ports?network_id=dd34535c-5e35-4e8e-814b-62c40e463e8b&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/715] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:35:29 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?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: 350/716] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:35:29 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?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: 367/717] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:30 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:30.341 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0d3dd98-a7f3-494c-80a7-e408cbeca344'] response: {'name': 'network-changed', 'server_uuid': '218a7a6e-0a17-458f-9507-ad4957072956', 'tag': '82e1daad-ff35-4f86-88c8-d688fab25f12', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 368/718] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:30 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/719] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:30 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&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: 351/720] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:30 2026] GET /v2.0/security-groups?tenant_id=48ad51f3516e4535896c943b246a8230&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/721] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:30 2026] DELETE /v2.0/security-groups/29bd4fb5-9eaf-4851-9c22-9258b3a52e53 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:30.872 8 INFO neutron.db.segments_db [None req-424de630-9872-47c5-a605-7c9eacd3d72b a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Added segment 081c33a3-64ff-4c6c-ab23-c37b8bfb60dd of type vxlan for network 8cca32c7-fd38-4fe9-9b1c-a8de707fd1ad [pid: 8|app: 0|req: 352/722] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:30 2026] POST /v2.0/networks => generated 631 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/723] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:35:31 2026] GET /v2.0/ports?tenant_id=be5ce91fbf6b41bfb3381cec6d88377d&device_id=218a7a6e-0a17-458f-9507-ad4957072956 => 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: 354/724] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:35:31 2026] GET /v2.0/networks?id=dd34535c-5e35-4e8e-814b-62c40e463e8b => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/725] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:35:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=82e1daad-ff35-4f86-88c8-d688fab25f12 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/726] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:30 2026] POST /v2.0/subnets => generated 627 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/727] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:35:31 2026] GET /v2.0/subnets?id=d557bfc8-ea49-4808-aeb1-698f60725151 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:31.259 7 INFO neutron.db.segments_db [None req-b089324b-6b8f-42d1-8184-6cb51e9bea60 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Added segment 87ad3ce6-5a4c-4913-88dc-e7d36b0315fc of type vxlan for network 7d3be956-0cdf-4015-872f-38da6bd4eec9 [pid: 8|app: 0|req: 357/728] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:35:31 2026] GET /v2.0/ports?network_id=dd34535c-5e35-4e8e-814b-62c40e463e8b&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/729] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:35:31 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?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: 359/730] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:31 2026] GET /v2.0/ports?device_id=ff00ef36-600e-495e-9de2-6bf91cd775bb => 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: 360/731] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:35:31 2026] GET /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b?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) 2026-04-16 04:35:31.549 7 INFO neutron.db.l3_hamode_db [None req-b089324b-6b8f-42d1-8184-6cb51e9bea60 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 361/732] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:31 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/733] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:31 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:32.343 7 INFO neutron.db.l3_hamode_db [None req-b089324b-6b8f-42d1-8184-6cb51e9bea60 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:35:32.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-e042310b-8b25-4966-bd9d-448f31d43d82 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 0558a9c3-63c2-4989-968a-81efe641e7f1 2026-04-16 04:35:32.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e042310b-8b25-4966-bd9d-448f31d43d82 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 0558a9c3-63c2-4989-968a-81efe641e7f1 [pid: 7|app: 0|req: 372/734] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:31 2026] POST /v2.0/routers => generated 693 bytes in 1969 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/735] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:33 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/736] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:35:33 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/737] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:35:32 2026] PUT /v2.0/routers/4eebec1e-970c-49fc-a5d3-8806b1751bb4/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/738] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:33 2026] GET /v2.0/security-groups?id=312422f6-2983-4487-9e16-a378ed6e54f2&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:33.563 8 INFO neutron_taas.services.taas.taas_plugin [req-1758536f-6150-40ee-a8e5-359639fc67d8 req-78d40e72-9f9a-40f5-8c3d-3e3b90bcfd79 ef535ef980574fb79dc3cf52efc1574c be5ce91fbf6b41bfb3381cec6d88377d - - default default] TaaS: Handle Delete Port: 82e1daad-ff35-4f86-88c8-d688fab25f12 2026-04-16 04:35:33.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1758536f-6150-40ee-a8e5-359639fc67d8 req-78d40e72-9f9a-40f5-8c3d-3e3b90bcfd79 ef535ef980574fb79dc3cf52efc1574c be5ce91fbf6b41bfb3381cec6d88377d - - default default] Tap Mirror: Handle Delete Port: 82e1daad-ff35-4f86-88c8-d688fab25f12 2026-04-16 04:35:33.676 8 INFO neutron.db.l3_db [req-1758536f-6150-40ee-a8e5-359639fc67d8 req-78d40e72-9f9a-40f5-8c3d-3e3b90bcfd79 ef535ef980574fb79dc3cf52efc1574c be5ce91fbf6b41bfb3381cec6d88377d - - default default] Floating IP d6728a28-fe59-4c26-bff4-71f89b3c255b disassociated. External IP: 10.96.250.210, port: 82e1daad-ff35-4f86-88c8-d688fab25f12. [pid: 8|app: 0|req: 365/739] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:35:33 2026] DELETE /v2.0/ports/82e1daad-ff35-4f86-88c8-d688fab25f12 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:34.073 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a2ac434-2d01-42bb-8b87-7cb805b5befb'] response: {'server_uuid': '218a7a6e-0a17-458f-9507-ad4957072956', 'name': 'network-vif-deleted', 'tag': '82e1daad-ff35-4f86-88c8-d688fab25f12', 'status': 'completed', 'code': 200} 2026-04-16 04:35:34.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-6201defb-0631-4731-bbd6-424de1e59d20 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 41509572-0958-48d5-bc08-5ccb434bf15e 2026-04-16 04:35:34.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6201defb-0631-4731-bbd6-424de1e59d20 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 41509572-0958-48d5-bc08-5ccb434bf15e 2026-04-16 04:35:34.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-6201defb-0631-4731-bbd6-424de1e59d20 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 2dc94c1b-cb84-40a8-96b2-77bceeb03513 2026-04-16 04:35:34.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6201defb-0631-4731-bbd6-424de1e59d20 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 2dc94c1b-cb84-40a8-96b2-77bceeb03513 [pid: 7|app: 0|req: 375/740] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:35:33 2026] PUT /v2.0/routers/84dcbda2-a0ff-471a-9276-45cb183a7a63/add_router_interface => generated 309 bytes in 1401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/741] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:34 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:34.819 8 INFO neutron.services.segments.plugin [-] Segment daebb20a-49cf-4236-a2f5-298025271e61 resource provider aggregate not found 2026-04-16 04:35:34.826 8 INFO neutron.services.segments.plugin [-] Segment daebb20a-49cf-4236-a2f5-298025271e61 resource provider aggregate not found 2026-04-16 04:35:34.845 8 INFO neutron.services.segments.plugin [-] Segment daebb20a-49cf-4236-a2f5-298025271e61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daebb20a-49cf-4236-a2f5-298025271e61 found for delete ", "request_id": "req-47272d27-1024-46e1-ad61-3c351e86c6bd"}]} 2026-04-16 04:35:34.845 8 INFO neutron.services.segments.plugin [-] Segment daebb20a-49cf-4236-a2f5-298025271e61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daebb20a-49cf-4236-a2f5-298025271e61 found for delete ", "request_id": "req-46e81c78-c9f1-4501-b926-67da62a8b373"}]} 2026-04-16 04:35:34.860 8 INFO neutron.db.l3_hamode_db [None req-6201defb-0631-4731-bbd6-424de1e59d20 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] HA network cd0c2ec9-a9cd-45b6-94dd-a6e3c9364798 was deleted as no HA routers are present in tenant 16421fbe9183452a9c8b720507f19706. [pid: 8|app: 0|req: 366/742] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:34 2026] DELETE /v2.0/routers/4eebec1e-970c-49fc-a5d3-8806b1751bb4 => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/743] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:34 2026] DELETE /v2.0/subnets/cba792fd-bafa-4fb9-9eb7-af2bd05d8a7e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/744] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:35:34 2026] POST /v2.0/ports => generated 959 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:35:35.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a86afb4-c37b-46e0-84dc-bfe6b4249b92 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 1a3363ae-d5a5-4c6e-b5f7-633cfadcd1a4 2026-04-16 04:35:35.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a86afb4-c37b-46e0-84dc-bfe6b4249b92 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 1a3363ae-d5a5-4c6e-b5f7-633cfadcd1a4 [pid: 8|app: 0|req: 368/745] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:35 2026] DELETE /v2.0/networks/bbf13de4-e623-4e23-ad90-2e4f4a845e14 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/746] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:35:35 2026] POST /v2.0/ports => generated 955 bytes in 379 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: 379/747] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:35 2026] GET /v2.0/security-groups?tenant_id=16421fbe9183452a9c8b720507f19706&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/748] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:35 2026] DELETE /v2.0/security-groups/8b35791c-0796-45aa-b582-31708cf21804 => 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: 381/749] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:35 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:36.151 8 INFO neutron.db.l3_db [None req-87bc6e5e-778c-4244-9be6-1a133d3c3648 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Floating IP 30659b15-8549-4c2f-b751-0ee4c9558f41 associated. External IP: 10.96.250.207, port: 39f382e1-6f39-41da-96ce-578ed30e8f26. [pid: 8|app: 0|req: 369/750] 10.0.0.163 () {34 vars in 677 bytes} [Thu Apr 16 04:35:35 2026] POST /v2.0/floatingips => generated 842 bytes in 1010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/751] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:36 2026] GET /v2.0/security-groups?tenant_id=8f6035c1ac864037bb858151a520d6da&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:35:36.552 8 INFO neutron.db.l3_db [None req-2a7114e4-04bd-48c8-8472-15dc22501a2d a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Floating IP 30659b15-8549-4c2f-b751-0ee4c9558f41 disassociated. External IP: 10.96.250.207, port: 39f382e1-6f39-41da-96ce-578ed30e8f26. [pid: 7|app: 0|req: 383/752] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:36 2026] DELETE /v2.0/security-groups/c4e0dce4-eaae-4e22-a62e-8e95122c0884 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:36.879 8 INFO neutron.services.segments.plugin [-] Segment 45be3ef3-f55c-4216-aaf1-06fd13ec398a resource provider aggregate not found 2026-04-16 04:35:36.886 8 INFO neutron.services.segments.plugin [-] Segment 45be3ef3-f55c-4216-aaf1-06fd13ec398a resource provider aggregate not found [pid: 7|app: 0|req: 384/753] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:36 2026] GET /v2.0/ports?device_id=218a7a6e-0a17-458f-9507-ad4957072956 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:36.902 8 INFO neutron.services.segments.plugin [-] Segment 45be3ef3-f55c-4216-aaf1-06fd13ec398a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45be3ef3-f55c-4216-aaf1-06fd13ec398a found for delete ", "request_id": "req-56467e0a-1e92-44e0-b768-f229ea544455"}]} 2026-04-16 04:35:36.908 8 INFO neutron.services.segments.plugin [-] Segment 45be3ef3-f55c-4216-aaf1-06fd13ec398a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45be3ef3-f55c-4216-aaf1-06fd13ec398a found for delete ", "request_id": "req-f31f776b-9dcc-44a1-adee-f010e4299866"}]} [pid: 8|app: 0|req: 370/754] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:35:36 2026] PUT /v2.0/floatingips/30659b15-8549-4c2f-b751-0ee4c9558f41 => generated 552 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:37.032 7 INFO neutron_taas.services.taas.taas_plugin [None req-bcf79585-eb50-4a9f-a55a-80ea7b3b2155 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] TaaS: Handle Delete Port: 051d674b-2940-4f23-94f4-52a33def7c74 2026-04-16 04:35:37.035 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcf79585-eb50-4a9f-a55a-80ea7b3b2155 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Tap Mirror: Handle Delete Port: 051d674b-2940-4f23-94f4-52a33def7c74 [pid: 7|app: 0|req: 385/755] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:35:36 2026] DELETE /v2.0/floatingips/30659b15-8549-4c2f-b751-0ee4c9558f41 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:38.072 8 INFO neutron.db.l3_db [None req-61ea377e-3866-4ebf-b9b6-9787e818355a a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Floating IP 61b53e59-c62c-4904-bfde-2a9a8b2c9c01 associated. External IP: 10.96.250.214, port: 7f5df627-000f-415b-adea-553806e3bd61. [pid: 7|app: 0|req: 386/756] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:37 2026] DELETE /v2.0/security-groups/312422f6-2983-4487-9e16-a378ed6e54f2 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:38.098 7 INFO neutron.api.v2.resource [None req-7a83b070-c9df-45ec-b96f-c37fdc56764a ef535ef980574fb79dc3cf52efc1574c be5ce91fbf6b41bfb3381cec6d88377d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 387/757] 10.0.0.163 () {32 vars in 737 bytes} [Thu Apr 16 04:35:38 2026] GET /v2.0/security-groups/312422f6-2983-4487-9e16-a378ed6e54f2 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:35:38.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f352187-c52d-41e5-8efa-407333a21ad1 ef535ef980574fb79dc3cf52efc1574c be5ce91fbf6b41bfb3381cec6d88377d - - default default] TaaS: Handle Delete Port: 45831760-f9c3-4399-82f8-33c26b06e968 2026-04-16 04:35:38.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f352187-c52d-41e5-8efa-407333a21ad1 ef535ef980574fb79dc3cf52efc1574c be5ce91fbf6b41bfb3381cec6d88377d - - default default] Tap Mirror: Handle Delete Port: 45831760-f9c3-4399-82f8-33c26b06e968 [pid: 8|app: 0|req: 371/758] 10.0.0.163 () {34 vars in 677 bytes} [Thu Apr 16 04:35:37 2026] POST /v2.0/floatingips => generated 843 bytes in 1067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/759] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:35:38 2026] GET /v2.0/floatingips/61b53e59-c62c-4904-bfde-2a9a8b2c9c01 => generated 843 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/760] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:35:38 2026] DELETE /v2.0/floatingips/d6728a28-fe59-4c26-bff4-71f89b3c255b => 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: 373/761] 10.0.0.163 () {32 vars in 655 bytes} [Thu Apr 16 04:35:38 2026] GET /v2.0/floatingips => generated 846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:38.722 8 INFO neutron.db.segments_db [None req-ed19d5bb-60e1-40b0-b452-d9996e1a2bd8 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Added segment 2d6cee53-7975-473b-8c1e-2993e723c6e0 of type vxlan for network 2ff64229-3705-4887-99d7-7969834efb08 2026-04-16 04:35:38.736 7 INFO neutron.db.l3_db [None req-65335e30-075b-404e-93b7-0a907517d58f a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Floating IP 61b53e59-c62c-4904-bfde-2a9a8b2c9c01 associated. External IP: 10.96.250.214, port: 7f5df627-000f-415b-adea-553806e3bd61. [pid: 8|app: 0|req: 374/762] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:38 2026] POST /v2.0/networks => generated 610 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:35:39.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-9288405f-91e4-48b5-a8c9-13325b195f4a 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 270e8158-b160-48f7-a3e8-751a82ab8fd7 2026-04-16 04:35:39.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9288405f-91e4-48b5-a8c9-13325b195f4a 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 270e8158-b160-48f7-a3e8-751a82ab8fd7 [pid: 7|app: 0|req: 389/763] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:35:38 2026] PUT /v2.0/floatingips/61b53e59-c62c-4904-bfde-2a9a8b2c9c01 => generated 842 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/764] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:39 2026] GET /v2.0/security-groups?tenant_id=17639cddc00546e2be002f40cd9f14d8&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:35:39.586 7 INFO neutron.db.segments_db [None req-965e2ca0-84b5-49bb-9688-48fe99ee0dba d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Added segment 5b13b8c0-5861-4d21-a217-2de0ffa77f81 of type vxlan for network e58037cd-2909-4f10-8b15-ba555db620e2 [pid: 7|app: 0|req: 391/765] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:39 2026] POST /v2.0/networks => generated 611 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:35:39.787 7 INFO neutron.db.l3_db [None req-0cd5d8a6-7287-4499-9ac8-4e9bb7b47a52 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Floating IP 61b53e59-c62c-4904-bfde-2a9a8b2c9c01 disassociated. External IP: 10.96.250.214, port: 39f382e1-6f39-41da-96ce-578ed30e8f26. [pid: 7|app: 0|req: 392/766] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:35:39 2026] PUT /v2.0/floatingips/61b53e59-c62c-4904-bfde-2a9a8b2c9c01 => generated 552 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/767] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:35:38 2026] PUT /v2.0/routers/ab50d7be-b364-4d66-b15c-2d299beb393f/remove_router_interface => generated 309 bytes in 1280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/768] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:40 2026] DELETE /v2.0/security-groups/8c5e3489-821f-4597-8cdc-508c951ca06f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:40.274 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f9464a0-d840-4679-becf-964a639fa086 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] TaaS: Handle Delete Port: ddd69173-ca53-4bee-ae17-52c33b3e39a6 2026-04-16 04:35:40.278 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f9464a0-d840-4679-becf-964a639fa086 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Tap Mirror: Handle Delete Port: ddd69173-ca53-4bee-ae17-52c33b3e39a6 [pid: 8|app: 0|req: 376/769] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:40 2026] POST /v2.0/subnets => generated 626 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/770] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:35:40 2026] DELETE /v2.0/floatingips/61b53e59-c62c-4904-bfde-2a9a8b2c9c01 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:40.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-1064706d-5fb5-4ddd-aa64-afb0fa135c7e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: fd82a2f9-9253-487a-beb9-c9e7ac201052 2026-04-16 04:35:40.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1064706d-5fb5-4ddd-aa64-afb0fa135c7e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: fd82a2f9-9253-487a-beb9-c9e7ac201052 [pid: 7|app: 0|req: 395/771] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:40 2026] POST /v2.0/subnets => generated 626 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:35:40.704 7 INFO neutron.api.v2.resource [None req-eae99cde-62eb-43aa-9cb1-9b554cf9b1aa a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 396/772] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:35:40 2026] DELETE /v2.0/floatingips/61b53e59-c62c-4904-bfde-2a9a8b2c9c01 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:35:40.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-1064706d-5fb5-4ddd-aa64-afb0fa135c7e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 7356416b-a372-4624-9e91-bb12aec27793 2026-04-16 04:35:40.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1064706d-5fb5-4ddd-aa64-afb0fa135c7e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 7356416b-a372-4624-9e91-bb12aec27793 2026-04-16 04:35:40.745 7 INFO neutron.db.segments_db [None req-9f733448-6045-4a71-b507-3a92edc7a922 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Added segment a41dccdf-66ef-41d8-84f9-3052c9910f5c of type vxlan for network c0d484ba-0f71-4443-9f43-f39ca96ebce7 2026-04-16 04:35:40.965 7 INFO neutron.db.l3_hamode_db [None req-9f733448-6045-4a71-b507-3a92edc7a922 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:35:41.071 8 INFO neutron.services.segments.plugin [-] Segment 1c88f69d-bf38-465e-9580-3892e462c496 resource provider aggregate not found 2026-04-16 04:35:41.073 8 INFO neutron.services.segments.plugin [-] Segment 1c88f69d-bf38-465e-9580-3892e462c496 resource provider aggregate not found 2026-04-16 04:35:41.074 7 INFO neutron.db.l3_hamode_db [None req-9f733448-6045-4a71-b507-3a92edc7a922 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:35:41.086 8 INFO neutron.services.segments.plugin [-] Segment 1c88f69d-bf38-465e-9580-3892e462c496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c88f69d-bf38-465e-9580-3892e462c496 found for delete ", "request_id": "req-b95af464-d1b5-4b7b-b22a-2f8db006a401"}]} 2026-04-16 04:35:41.090 8 INFO neutron.services.segments.plugin [-] Segment 1c88f69d-bf38-465e-9580-3892e462c496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c88f69d-bf38-465e-9580-3892e462c496 found for delete ", "request_id": "req-11590977-f350-440f-9197-9a6804db6d87"}]} 2026-04-16 04:35:41.102 8 INFO neutron.db.l3_hamode_db [None req-1064706d-5fb5-4ddd-aa64-afb0fa135c7e 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] HA network b06fac66-5b81-4256-b94a-e0d662bb8474 was deleted as no HA routers are present in tenant be5ce91fbf6b41bfb3381cec6d88377d. [pid: 8|app: 0|req: 377/773] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:40 2026] DELETE /v2.0/routers/ab50d7be-b364-4d66-b15c-2d299beb393f => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:41.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-814a6daa-477e-40c2-b34f-a7080695e638 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] TaaS: Handle Delete Port: 39f382e1-6f39-41da-96ce-578ed30e8f26 2026-04-16 04:35:41.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-814a6daa-477e-40c2-b34f-a7080695e638 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Tap Mirror: Handle Delete Port: 39f382e1-6f39-41da-96ce-578ed30e8f26 [pid: 8|app: 0|req: 378/774] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:35:41 2026] DELETE /v2.0/ports/39f382e1-6f39-41da-96ce-578ed30e8f26 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/775] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:41 2026] DELETE /v2.0/subnets/d557bfc8-ea49-4808-aeb1-698f60725151 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:41.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-86aea557-8be9-48f2-b6cb-50a5560c6282 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] TaaS: Handle Delete Port: 7f5df627-000f-415b-adea-553806e3bd61 2026-04-16 04:35:41.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86aea557-8be9-48f2-b6cb-50a5560c6282 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Tap Mirror: Handle Delete Port: 7f5df627-000f-415b-adea-553806e3bd61 [pid: 7|app: 0|req: 397/776] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:40 2026] POST /v2.0/routers => generated 507 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/777] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:35:41 2026] DELETE /v2.0/ports/7f5df627-000f-415b-adea-553806e3bd61 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:41.858 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dcb82f4-389a-4a96-bfd1-1fef51d8ffa2 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 4c7b5db1-e49f-4309-b50f-a9536a9a282b 2026-04-16 04:35:41.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dcb82f4-389a-4a96-bfd1-1fef51d8ffa2 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 4c7b5db1-e49f-4309-b50f-a9536a9a282b 2026-04-16 04:35:42.038 7 INFO neutron.services.segments.plugin [-] Segment dccc79fb-62a6-4c09-9b90-b02cb4ba7418 resource provider aggregate not found 2026-04-16 04:35:42.044 7 INFO neutron.services.segments.plugin [-] Segment dccc79fb-62a6-4c09-9b90-b02cb4ba7418 resource provider aggregate not found 2026-04-16 04:35:42.054 7 INFO neutron.services.segments.plugin [-] Segment dccc79fb-62a6-4c09-9b90-b02cb4ba7418 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dccc79fb-62a6-4c09-9b90-b02cb4ba7418 found for delete ", "request_id": "req-9f210364-57ec-4908-8e3f-66c48440d00c"}]} 2026-04-16 04:35:42.060 7 INFO neutron.services.segments.plugin [-] Segment dccc79fb-62a6-4c09-9b90-b02cb4ba7418 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dccc79fb-62a6-4c09-9b90-b02cb4ba7418 found for delete ", "request_id": "req-5d87237a-1212-460f-9ed7-185733dab4ba"}]} [pid: 7|app: 0|req: 398/778] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:41 2026] DELETE /v2.0/networks/dd34535c-5e35-4e8e-814b-62c40e463e8b => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/779] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:35:42 2026] GET /v2.0/ports?device_id=84dcbda2-a0ff-471a-9276-45cb183a7a63 => generated 958 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:42.606 7 INFO neutron_taas.services.taas.taas_plugin [None req-da0ab322-444c-4384-8c64-c7b6ee3d46a4 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] TaaS: Handle Delete Port: 63df89bc-51b8-4e60-87a7-6a1ed34f0e79 2026-04-16 04:35:42.608 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da0ab322-444c-4384-8c64-c7b6ee3d46a4 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Tap Mirror: Handle Delete Port: 63df89bc-51b8-4e60-87a7-6a1ed34f0e79 [pid: 8|app: 0|req: 381/780] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:35:41 2026] PUT /v2.0/routers/af7de46c-ab94-4a39-af7b-9a1a51b09c69/add_router_interface => generated 309 bytes in 1120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/781] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:42 2026] GET /v2.0/security-groups?tenant_id=be5ce91fbf6b41bfb3381cec6d88377d&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/782] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:35:42 2026] GET /v2.0/ports/89855f1d-c28c-466b-a365-ea8246b20599 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/783] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:43 2026] DELETE /v2.0/security-groups/eed26a84-d18c-439c-a7a4-60ebf156d4d3 => 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: 400/784] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:35:42 2026] PUT /v2.0/routers/84dcbda2-a0ff-471a-9276-45cb183a7a63/remove_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:43.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-ece8b347-253b-4922-93a8-3baa13153f59 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] TaaS: Handle Delete Port: b8229ebc-e88a-46e3-b0fe-3b26d4e7066b 2026-04-16 04:35:43.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ece8b347-253b-4922-93a8-3baa13153f59 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Tap Mirror: Handle Delete Port: b8229ebc-e88a-46e3-b0fe-3b26d4e7066b 2026-04-16 04:35:43.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-ece8b347-253b-4922-93a8-3baa13153f59 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] TaaS: Handle Delete Port: 1a190ec8-1085-421a-9ae5-5fcf05e9c605 2026-04-16 04:35:43.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ece8b347-253b-4922-93a8-3baa13153f59 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] Tap Mirror: Handle Delete Port: 1a190ec8-1085-421a-9ae5-5fcf05e9c605 2026-04-16 04:35:44.079 7 INFO neutron.services.segments.plugin [-] Segment 87ad3ce6-5a4c-4913-88dc-e7d36b0315fc resource provider aggregate not found 2026-04-16 04:35:44.089 7 INFO neutron.services.segments.plugin [-] Segment 87ad3ce6-5a4c-4913-88dc-e7d36b0315fc resource provider aggregate not found 2026-04-16 04:35:44.104 7 INFO neutron.services.segments.plugin [-] Segment 87ad3ce6-5a4c-4913-88dc-e7d36b0315fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87ad3ce6-5a4c-4913-88dc-e7d36b0315fc found for delete ", "request_id": "req-34a959ae-1eaf-4da9-91f4-3ece7ee6546f"}]} 2026-04-16 04:35:44.106 7 INFO neutron.services.segments.plugin [-] Segment 87ad3ce6-5a4c-4913-88dc-e7d36b0315fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87ad3ce6-5a4c-4913-88dc-e7d36b0315fc found for delete ", "request_id": "req-bf66f943-32de-45e2-9449-efbd9c11471d"}]} 2026-04-16 04:35:44.112 7 INFO neutron.db.l3_hamode_db [None req-ece8b347-253b-4922-93a8-3baa13153f59 a9c49a48b735421aacdefd1a94e9d6d8 69d99d65f07e496f9c3cf2f3b963d104 - - default default] HA network 7d3be956-0cdf-4015-872f-38da6bd4eec9 was deleted as no HA routers are present in tenant 69d99d65f07e496f9c3cf2f3b963d104. [pid: 8|app: 0|req: 385/785] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:35:43 2026] PUT /v2.0/routers/af7de46c-ab94-4a39-af7b-9a1a51b09c69/add_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/786] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:43 2026] DELETE /v2.0/routers/84dcbda2-a0ff-471a-9276-45cb183a7a63 => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/789] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:35:44 2026] GET /v2.0/ports/dc81d027-e7d4-4482-971b-73bdbc91eb47 => generated 955 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/790] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:44 2026] DELETE /v2.0/subnets/90380df8-5f6e-44a6-a029-ba2f7bdd31a3 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/791] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:44 2026] DELETE /v2.0/networks/8cca32c7-fd38-4fe9-9b1c-a8de707fd1ad => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:44.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfaed890-43d7-462e-8bd9-4c41cba94f38 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] TaaS: Handle Delete Port: dc81d027-e7d4-4482-971b-73bdbc91eb47 2026-04-16 04:35:44.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfaed890-43d7-462e-8bd9-4c41cba94f38 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Tap Mirror: Handle Delete Port: dc81d027-e7d4-4482-971b-73bdbc91eb47 [pid: 8|app: 0|req: 387/792] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:35:44 2026] PUT /v2.0/routers/af7de46c-ab94-4a39-af7b-9a1a51b09c69/remove_router_interface => generated 309 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/793] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:44 2026] GET /v2.0/security-groups?tenant_id=69d99d65f07e496f9c3cf2f3b963d104&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:35:45.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ea45a46-c0bc-4e91-80c9-c0d90b176f57 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] TaaS: Handle Delete Port: 89855f1d-c28c-466b-a365-ea8246b20599 2026-04-16 04:35:45.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ea45a46-c0bc-4e91-80c9-c0d90b176f57 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Tap Mirror: Handle Delete Port: 89855f1d-c28c-466b-a365-ea8246b20599 2026-04-16 04:35:45.444 8 INFO neutron.db.segments_db [None req-193b1895-3f1e-4357-85fb-aae882062fb8 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment df870461-d9e6-4571-b8dc-a7ef4fb1fbfc of type vxlan for network d792269e-0c0e-4d78-b4ab-05eaee9c4455 [pid: 8|app: 0|req: 389/794] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:35:45 2026] POST /v2.0/networks => generated 724 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/795] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:45 2026] DELETE /v2.0/security-groups/25fba5ac-94d5-4a4b-97a2-317f3bae6d7e => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/796] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:35:44 2026] PUT /v2.0/routers/af7de46c-ab94-4a39-af7b-9a1a51b09c69/remove_router_interface => generated 309 bytes in 896 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/797] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:45 2026] POST /v2.0/subnets => generated 691 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/798] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:35:45 2026] GET /v2.0/ports?device_id=af7de46c-ab94-4a39-af7b-9a1a51b09c69 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:45.923 8 INFO neutron.db.segments_db [None req-807803fb-878f-4b0b-9363-6769483f8cc9 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment a0d01d92-0867-49c5-b989-d04b7457dd3c of type vxlan for network c7c4eb65-30f3-444d-9b80-80f1998b6901 2026-04-16 04:35:46.133 7 INFO neutron.services.segments.plugin [-] Segment 081c33a3-64ff-4c6c-ab23-c37b8bfb60dd resource provider aggregate not found 2026-04-16 04:35:46.167 7 INFO neutron.services.segments.plugin [-] Segment 081c33a3-64ff-4c6c-ab23-c37b8bfb60dd resource provider aggregate not found 2026-04-16 04:35:46.175 7 INFO neutron.services.segments.plugin [-] Segment 081c33a3-64ff-4c6c-ab23-c37b8bfb60dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 081c33a3-64ff-4c6c-ab23-c37b8bfb60dd found for delete ", "request_id": "req-7e1d6d31-afaa-4c85-bd07-64350a3f15e0"}]} 2026-04-16 04:35:46.191 7 INFO neutron.services.segments.plugin [-] Segment 081c33a3-64ff-4c6c-ab23-c37b8bfb60dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 081c33a3-64ff-4c6c-ab23-c37b8bfb60dd found for delete ", "request_id": "req-1ca40e8f-85d6-4bde-abbd-f94d15dd7131"}]} 2026-04-16 04:35:46.270 8 INFO neutron.db.l3_hamode_db [None req-807803fb-878f-4b0b-9363-6769483f8cc9 351e1eff148048eea74ba75d223a0b9a 0365fbff8eaa4837b627a79b3cb1d7a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 407/799] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:45 2026] GET /v2.0/security-groups?tenant_id=51433af247864a59b9bcefc4c2cb4cc1&name=default => generated 2925 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:35:46.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-6273e1b4-c685-4286-aae7-7dad8f3b4d53 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] TaaS: Handle Delete Port: 67a4b62a-24d4-48da-9055-1e312899f8ae 2026-04-16 04:35:46.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6273e1b4-c685-4286-aae7-7dad8f3b4d53 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Tap Mirror: Handle Delete Port: 67a4b62a-24d4-48da-9055-1e312899f8ae 2026-04-16 04:35:46.796 7 INFO neutron.db.l3_hamode_db [None req-6273e1b4-c685-4286-aae7-7dad8f3b4d53 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] HA network c0d484ba-0f71-4443-9f43-f39ca96ebce7 was deleted as no HA routers are present in tenant c2542dbf5240425da7511da76de90428. [pid: 7|app: 0|req: 408/800] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:46 2026] DELETE /v2.0/routers/af7de46c-ab94-4a39-af7b-9a1a51b09c69 => generated 0 bytes in 526 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/801] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:46 2026] DELETE /v2.0/security-groups/fdf26c94-a9f6-4fac-b4bb-5f29524dcc0c => 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: 410/802] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:46 2026] DELETE /v2.0/subnets/d591559f-86c8-488a-8c70-9b648b763b90 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:47.152 8 INFO neutron.db.l3_hamode_db [None req-807803fb-878f-4b0b-9363-6769483f8cc9 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 411/803] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:47 2026] GET /v2.0/security-groups?tenant_id=026c589bba754a61a5515a23c0785b44&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: 412/804] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:47 2026] DELETE /v2.0/subnets/4e089b4e-beb2-4ada-b631-6ba21af76446 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/805] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:47 2026] DELETE /v2.0/security-groups/9108ecac-bd66-41e0-b775-13b0cd0b21b2 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:47.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-e525a4e5-266b-4864-a91e-5a856be37534 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] TaaS: Handle Delete Port: 5dc34a91-1578-4041-b0db-8804b0920f5e 2026-04-16 04:35:47.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e525a4e5-266b-4864-a91e-5a856be37534 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Tap Mirror: Handle Delete Port: 5dc34a91-1578-4041-b0db-8804b0920f5e [pid: 7|app: 0|req: 414/806] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:47 2026] DELETE /v2.0/networks/e58037cd-2909-4f10-8b15-ba555db620e2 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/807] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:45 2026] POST /v2.0/routers => generated 731 bytes in 2177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:35:48.105 7 INFO neutron.db.segments_db [None req-78ee420a-34f9-4516-a37d-899bad395aad c727a7bb9a834d279d89c6a006e773c0 be34b17dd86d4685a52393ce45db5bbf - - default default] Added segment 52d201d2-01ee-4ca9-818c-4369b759c393 of type vxlan for network ae9e59ed-c6d2-4dc3-855a-1069fc3a9080 2026-04-16 04:35:48.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a4350b2-d293-4014-a3fe-4cd628202ceb d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] TaaS: Handle Delete Port: ccc9c0b8-68fb-4577-ace3-33a91aad1b0d 2026-04-16 04:35:48.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a4350b2-d293-4014-a3fe-4cd628202ceb d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Tap Mirror: Handle Delete Port: ccc9c0b8-68fb-4577-ace3-33a91aad1b0d 2026-04-16 04:35:48.142 7 INFO neutron.db.segments_db [None req-78ee420a-34f9-4516-a37d-899bad395aad c727a7bb9a834d279d89c6a006e773c0 be34b17dd86d4685a52393ce45db5bbf - - default default] Added segment 5f536555-518d-4d7b-8171-f029b44c21f8 of type vxlan for network fe65f2c2-bf12-48ab-9ff0-d560bca7a314 2026-04-16 04:35:48.191 7 INFO neutron.services.segments.plugin [-] Segment a41dccdf-66ef-41d8-84f9-3052c9910f5c resource provider aggregate not found 2026-04-16 04:35:48.223 7 INFO neutron.services.segments.plugin [-] Segment a41dccdf-66ef-41d8-84f9-3052c9910f5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a41dccdf-66ef-41d8-84f9-3052c9910f5c found for delete ", "request_id": "req-5afcc35a-bde0-4625-a483-6f64a6db4f64"}]} 2026-04-16 04:35:48.237 7 INFO neutron.services.segments.plugin [-] Segment a41dccdf-66ef-41d8-84f9-3052c9910f5c resource provider aggregate not found 2026-04-16 04:35:48.254 7 INFO neutron.services.segments.plugin [-] Segment 5b13b8c0-5861-4d21-a217-2de0ffa77f81 resource provider aggregate not found 2026-04-16 04:35:48.269 7 INFO neutron.services.segments.plugin [-] Segment 5b13b8c0-5861-4d21-a217-2de0ffa77f81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b13b8c0-5861-4d21-a217-2de0ffa77f81 found for delete ", "request_id": "req-fa7fcf46-fff5-475c-bf62-3e369848436a"}]} 2026-04-16 04:35:48.271 7 INFO neutron.services.segments.plugin [-] Segment a41dccdf-66ef-41d8-84f9-3052c9910f5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a41dccdf-66ef-41d8-84f9-3052c9910f5c found for delete ", "request_id": "req-8a772df3-bc6b-45dc-8562-da801d9521f3"}]} [pid: 7|app: 0|req: 415/808] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:47 2026] POST /v2.0/networks => generated 1207 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 04:35:48.295 7 INFO neutron.services.segments.plugin [-] Segment 5b13b8c0-5861-4d21-a217-2de0ffa77f81 resource provider aggregate not found 2026-04-16 04:35:48.326 7 INFO neutron.services.segments.plugin [-] Segment 5b13b8c0-5861-4d21-a217-2de0ffa77f81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b13b8c0-5861-4d21-a217-2de0ffa77f81 found for delete ", "request_id": "req-7582dd25-8cdf-4077-b870-11e8a34d5746"}]} 2026-04-16 04:35:48.354 8 INFO neutron.services.segments.plugin [-] Segment 2d6cee53-7975-473b-8c1e-2993e723c6e0 resource provider aggregate not found 2026-04-16 04:35:48.361 8 INFO neutron.services.segments.plugin [-] Segment 2d6cee53-7975-473b-8c1e-2993e723c6e0 resource provider aggregate not found 2026-04-16 04:35:48.377 8 INFO neutron.services.segments.plugin [-] Segment 2d6cee53-7975-473b-8c1e-2993e723c6e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d6cee53-7975-473b-8c1e-2993e723c6e0 found for delete ", "request_id": "req-15c27bbd-b7a7-456b-b920-1df421616441"}]} 2026-04-16 04:35:48.379 8 INFO neutron.services.segments.plugin [-] Segment 2d6cee53-7975-473b-8c1e-2993e723c6e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d6cee53-7975-473b-8c1e-2993e723c6e0 found for delete ", "request_id": "req-163651e8-7505-449f-b7ef-c1ee146f53de"}]} [pid: 8|app: 0|req: 394/809] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:48 2026] DELETE /v2.0/networks/2ff64229-3705-4887-99d7-7969834efb08 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/810] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:35:48 2026] GET /v2.0/networks => generated 1844 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:35:48.477 8 INFO neutron.db.segments_db [None req-b6f4cd45-09ce-4c8b-8320-49bb68d435a6 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Added segment 5ed89c4c-8e47-4675-9cf6-be3a3823077c of type vxlan for network 191ae484-b2c6-4e89-841f-90da92bdcec0 [pid: 8|app: 0|req: 396/811] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:48 2026] POST /v2.0/networks => generated 610 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/812] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:48 2026] DELETE /v2.0/networks/ae9e59ed-c6d2-4dc3-855a-1069fc3a9080 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/813] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:48 2026] POST /v2.0/subnets => generated 626 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/814] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:48 2026] DELETE /v2.0/networks/fe65f2c2-bf12-48ab-9ff0-d560bca7a314 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:48.976 8 INFO neutron.db.segments_db [None req-f4f94bf8-bac2-48a5-a1ab-1ee0067d052e d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Added segment a8a6640b-4411-4832-bf27-41446f4a7a74 of type vxlan for network c28a458b-a752-4ff7-a945-dd077b30286e 2026-04-16 04:35:49.181 8 INFO neutron.db.l3_hamode_db [None req-f4f94bf8-bac2-48a5-a1ab-1ee0067d052e d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:35:49.293 8 INFO neutron.db.l3_hamode_db [None req-f4f94bf8-bac2-48a5-a1ab-1ee0067d052e d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 416/815] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:35:48 2026] PUT /v2.0/routers/755c2d6b-fa9d-4796-b1bc-33616e6606fc/add_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/816] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:35:49 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:49.773 7 INFO neutron.db.segments_db [None req-7834a4c6-f9c0-4bc8-8bb6-ce728535f176 f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] Added segment 915d745d-6ad5-4d46-bd26-46d3815dc1a2 of type vxlan for network c969a042-92a4-412a-a079-11474830d353 [pid: 8|app: 0|req: 400/817] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:48 2026] POST /v2.0/routers => generated 506 bytes in 862 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:35:49.851 8 INFO neutron.db.segments_db [None req-6a39e1ff-072e-4b72-a1a3-a055d1167fa0 c727a7bb9a834d279d89c6a006e773c0 be34b17dd86d4685a52393ce45db5bbf - - default default] Added segment db9819aa-f161-4cbc-8c34-b5cb8f33570f of type vxlan for network 13741827-d9f9-4db2-a00c-6a93279884c7 [pid: 7|app: 0|req: 418/818] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:49 2026] POST /v2.0/networks => generated 624 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/819] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:49 2026] POST /v2.0/networks => generated 635 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/820] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:35:49 2026] POST /v2.0/ports => generated 775 bytes in 233 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-04-16 04:35:50.214 8 INFO neutron.db.segments_db [None req-1bf6459d-74ff-4f64-b09f-b8db601583a9 c727a7bb9a834d279d89c6a006e773c0 be34b17dd86d4685a52393ce45db5bbf - - default default] Added segment ce84be43-3b37-4b03-9214-0e6d9183ed85 of type vxlan for network 4d9b938d-09fb-4c3c-8ddc-effc0edaaf53 [pid: 8|app: 0|req: 403/821] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:50 2026] POST /v2.0/networks => generated 634 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/822] 10.0.0.163 () {34 vars in 685 bytes} [Thu Apr 16 04:35:50 2026] POST /v2.0/security-groups => generated 1660 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 04:35:50.403 8 INFO neutron.services.segments.plugin [-] Segment 52d201d2-01ee-4ca9-818c-4369b759c393 resource provider aggregate not found 2026-04-16 04:35:50.410 8 INFO neutron.services.segments.plugin [-] Segment 52d201d2-01ee-4ca9-818c-4369b759c393 resource provider aggregate not found 2026-04-16 04:35:50.428 8 INFO neutron.services.segments.plugin [-] Segment 52d201d2-01ee-4ca9-818c-4369b759c393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52d201d2-01ee-4ca9-818c-4369b759c393 found for delete ", "request_id": "req-4c431b72-36e4-462b-8fd1-99ace2cf569e"}]} 2026-04-16 04:35:50.443 8 INFO neutron.services.segments.plugin [-] Segment 52d201d2-01ee-4ca9-818c-4369b759c393 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52d201d2-01ee-4ca9-818c-4369b759c393 found for delete ", "request_id": "req-096d4d46-8208-41f4-81dc-f593dcb61b74"}]} 2026-04-16 04:35:50.450 8 INFO neutron.services.segments.plugin [-] Segment 5f536555-518d-4d7b-8171-f029b44c21f8 resource provider aggregate not found 2026-04-16 04:35:50.459 8 INFO neutron.db.segments_db [None req-6a0f368c-f7f7-457d-9ef0-3370f7e3fc0a f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] Added segment c94c4d86-6e76-40fe-9098-feb50c3965cc of type vxlan for network c11376eb-3413-4b54-bb8a-d48a2cd28400 2026-04-16 04:35:50.464 8 INFO neutron.services.segments.plugin [-] Segment 5f536555-518d-4d7b-8171-f029b44c21f8 resource provider aggregate not found 2026-04-16 04:35:50.472 8 INFO neutron.services.segments.plugin [-] Segment 5f536555-518d-4d7b-8171-f029b44c21f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f536555-518d-4d7b-8171-f029b44c21f8 found for delete ", "request_id": "req-a64f0139-b60b-4ab1-89f0-8989f74c78e3"}]} 2026-04-16 04:35:50.482 8 INFO neutron.services.segments.plugin [-] Segment 5f536555-518d-4d7b-8171-f029b44c21f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f536555-518d-4d7b-8171-f029b44c21f8 found for delete ", "request_id": "req-1d9c554f-293d-44cd-813e-05edec71595c"}]} [pid: 8|app: 0|req: 405/823] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:50 2026] POST /v2.0/networks => generated 612 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/824] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:35:49 2026] POST /v2.0/ports => generated 946 bytes in 710 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: 420/825] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:35:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/826] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:50 2026] POST /v2.0/subnets => generated 626 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/827] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:35:50 2026] POST /v2.0/ports => generated 1506 bytes in 469 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: 407/828] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:35:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/829] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:35:51 2026] POST /v2.0/ports => generated 954 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 409/830] 10.0.0.163 () {32 vars in 643 bytes} [Thu Apr 16 04:35:51 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: 410/831] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:35:51 2026] POST /v2.0/floatingips => generated 552 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/832] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:35:50 2026] PUT /v2.0/routers/7964f71b-413b-4dac-9013-a7862be2100d/add_router_interface => generated 309 bytes in 1086 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-04-16 04:35:52.092 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6d98820-9b45-4efd-bed9-417ad6b5beac c727a7bb9a834d279d89c6a006e773c0 be34b17dd86d4685a52393ce45db5bbf - - default default] TaaS: Handle Delete Port: 1a89f625-421f-44fe-bd20-052ea6eab201 2026-04-16 04:35:52.095 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6d98820-9b45-4efd-bed9-417ad6b5beac c727a7bb9a834d279d89c6a006e773c0 be34b17dd86d4685a52393ce45db5bbf - - default default] Tap Mirror: Handle Delete Port: 1a89f625-421f-44fe-bd20-052ea6eab201 2026-04-16 04:35:52.096 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ca48661-ff97-4017-a17a-d00d6f13f25d f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] TaaS: Handle Delete Port: 78588cf9-6658-4111-8043-907df4d4c8ec 2026-04-16 04:35:52.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ca48661-ff97-4017-a17a-d00d6f13f25d f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] Tap Mirror: Handle Delete Port: 78588cf9-6658-4111-8043-907df4d4c8ec [pid: 7|app: 0|req: 423/833] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:35:51 2026] DELETE /v2.0/ports/1a89f625-421f-44fe-bd20-052ea6eab201 => 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: 424/834] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:35:52 2026] GET /v2.0/ports/a1938a3e-7379-4395-8a9b-02fbb421929b => generated 1020 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/835] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:35:51 2026] DELETE /v2.0/ports/78588cf9-6658-4111-8043-907df4d4c8ec => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:52.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0b5e73c-eb36-4d3c-aad3-4fc729954a1d c727a7bb9a834d279d89c6a006e773c0 be34b17dd86d4685a52393ce45db5bbf - - default default] TaaS: Handle Delete Port: d3fada55-1024-4712-ae73-6a501e903d32 2026-04-16 04:35:52.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0b5e73c-eb36-4d3c-aad3-4fc729954a1d c727a7bb9a834d279d89c6a006e773c0 be34b17dd86d4685a52393ce45db5bbf - - default default] Tap Mirror: Handle Delete Port: d3fada55-1024-4712-ae73-6a501e903d32 [pid: 7|app: 0|req: 425/836] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:35:52 2026] DELETE /v2.0/ports/d3fada55-1024-4712-ae73-6a501e903d32 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:52.456 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce3ee101-c934-454e-b1c3-8c0559c99636 f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 426/837] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:35:52 2026] DELETE /v2.0/ports/78588cf9-6658-4111-8043-907df4d4c8ec => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/838] 10.0.0.68 () {34 vars in 1099 bytes} [Thu Apr 16 04:35:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1895698473&fields=id&tenant_id=0365fbff8eaa4837b627a79b3cb1d7a3 => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/839] 10.0.0.163 () {32 vars in 643 bytes} [Thu Apr 16 04:35:52 2026] GET /v2.0/ports => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:52.523 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81a6e8b4-d8f0-4236-b271-54779ef3c424 f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 429/840] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:35:52 2026] GET /v2.0/ports/78588cf9-6658-4111-8043-907df4d4c8ec => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/841] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:35:52 2026] GET /v2.0/networks?id=d792269e-0c0e-4d78-b4ab-05eaee9c4455 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:52.638 7 INFO neutron.db.segments_db [None req-6dad8f9f-d48d-4d0b-bf17-7a57d43a46df c727a7bb9a834d279d89c6a006e773c0 be34b17dd86d4685a52393ce45db5bbf - - default default] Added segment 16285dd4-4402-4236-b258-3e584a15cbc7 of type vxlan for network 173cef2b-8fcc-4013-89c2-c6aff38c0b09 2026-04-16 04:35:52.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a59f76c-da0a-4e9e-80d2-e26e9dca915a d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] TaaS: Handle Delete Port: a1938a3e-7379-4395-8a9b-02fbb421929b 2026-04-16 04:35:52.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a59f76c-da0a-4e9e-80d2-e26e9dca915a d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Tap Mirror: Handle Delete Port: a1938a3e-7379-4395-8a9b-02fbb421929b [pid: 7|app: 0|req: 431/842] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:52 2026] POST /v2.0/networks => generated 634 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/843] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:52 2026] DELETE /v2.0/subnets/9ab12d48-4337-4fa5-8a8e-1f80268c285f => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/844] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:35:52 2026] GET /v2.0/quotas/0365fbff8eaa4837b627a79b3cb1d7a3 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:52.907 7 INFO neutron.db.segments_db [None req-410babb3-3021-488c-847f-fcebf332eb21 c727a7bb9a834d279d89c6a006e773c0 be34b17dd86d4685a52393ce45db5bbf - - default default] Added segment 03613b18-526a-435e-ae96-9081c2c794fc of type vxlan for network 68e65819-2154-4697-90a8-f1c1d9a44e84 [pid: 7|app: 0|req: 434/845] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:52 2026] POST /v2.0/networks => generated 634 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/846] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:35:52 2026] PUT /v2.0/routers/7964f71b-413b-4dac-9013-a7862be2100d/remove_router_interface => generated 309 bytes in 783 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:35:53.098 7 INFO neutron.services.segments.plugin [-] Segment c94c4d86-6e76-40fe-9098-feb50c3965cc resource provider aggregate not found 2026-04-16 04:35:53.106 7 INFO neutron.services.segments.plugin [-] Segment c94c4d86-6e76-40fe-9098-feb50c3965cc resource provider aggregate not found 2026-04-16 04:35:53.124 7 INFO neutron.services.segments.plugin [-] Segment c94c4d86-6e76-40fe-9098-feb50c3965cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c94c4d86-6e76-40fe-9098-feb50c3965cc found for delete ", "request_id": "req-89cde633-8060-44d5-8dc5-d6dd65dd015a"}]} [pid: 7|app: 0|req: 435/847] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:52 2026] DELETE /v2.0/networks/c11376eb-3413-4b54-bb8a-d48a2cd28400 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:53.129 7 INFO neutron.services.segments.plugin [-] Segment c94c4d86-6e76-40fe-9098-feb50c3965cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c94c4d86-6e76-40fe-9098-feb50c3965cc found for delete ", "request_id": "req-1c79070f-182c-4cfe-8b1e-616507113f2c"}]} [pid: 8|app: 0|req: 413/848] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:35:53 2026] GET /v2.0/ports?tenant_id=0365fbff8eaa4837b627a79b3cb1d7a3&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:53.229 8 INFO neutron.db.segments_db [None req-bd24c23f-08fe-4f88-a4ae-7884c8b0231c f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] Added segment 474a371b-ac45-4ac9-b501-fe78d823f901 of type vxlan for network 30569d03-a164-4085-9262-e55ee78c2165 2026-04-16 04:35:53.277 7 INFO neutron.api.v2.resource [None req-0c43e966-c66c-4aca-951b-70b6ee644f58 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 436/849] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:35:53 2026] PUT /v2.0/routers/7964f71b-413b-4dac-9013-a7862be2100d/remove_router_interface => generated 197 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/850] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:35:53 2026] GET /v2.0/networks/d792269e-0c0e-4d78-b4ab-05eaee9c4455?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/851] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:35:53 2026] GET /v2.0/ports?device_id=7964f71b-413b-4dac-9013-a7862be2100d => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/852] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:53 2026] POST /v2.0/networks => generated 613 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/853] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:35:53 2026] GET /v2.0/networks/d792269e-0c0e-4d78-b4ab-05eaee9c4455?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:53.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fe94d27-1c48-455c-8c52-d5bc63792404 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] TaaS: Handle Delete Port: b6f24b7b-4658-4f41-af22-124fb59f4207 2026-04-16 04:35:53.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fe94d27-1c48-455c-8c52-d5bc63792404 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Tap Mirror: Handle Delete Port: b6f24b7b-4658-4f41-af22-124fb59f4207 [pid: 7|app: 0|req: 440/854] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:53 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/855] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:53 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:53.872 8 INFO neutron.services.segments.plugin [-] Segment a8a6640b-4411-4832-bf27-41446f4a7a74 resource provider aggregate not found 2026-04-16 04:35:53.881 8 INFO neutron.services.segments.plugin [-] Segment a8a6640b-4411-4832-bf27-41446f4a7a74 resource provider aggregate not found 2026-04-16 04:35:53.891 8 INFO neutron.services.segments.plugin [-] Segment a8a6640b-4411-4832-bf27-41446f4a7a74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a6640b-4411-4832-bf27-41446f4a7a74 found for delete ", "request_id": "req-9c2748b3-d10d-44d9-85c8-9eb3ea0a68e1"}]} 2026-04-16 04:35:53.904 8 INFO neutron.services.segments.plugin [-] Segment a8a6640b-4411-4832-bf27-41446f4a7a74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a6640b-4411-4832-bf27-41446f4a7a74 found for delete ", "request_id": "req-5c7122fd-7b3a-4834-ab3c-8df3d82fbbba"}]} 2026-04-16 04:35:53.918 8 INFO neutron.db.l3_hamode_db [None req-0fe94d27-1c48-455c-8c52-d5bc63792404 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] HA network c28a458b-a752-4ff7-a945-dd077b30286e was deleted as no HA routers are present in tenant c2542dbf5240425da7511da76de90428. [pid: 8|app: 0|req: 415/856] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:53 2026] DELETE /v2.0/routers/7964f71b-413b-4dac-9013-a7862be2100d => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/857] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:53 2026] POST /v2.0/subnets => generated 1323 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/858] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:54 2026] DELETE /v2.0/subnets/f21ec8ac-f641-45eb-bbaf-904b9df1fc48 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/859] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:35:54 2026] GET /v2.0/subnets => generated 1959 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/860] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:54 2026] DELETE /v2.0/networks/191ae484-b2c6-4e89-841f-90da92bdcec0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/861] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:35:53 2026] POST /v2.0/ports => generated 911 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:35:54.415 8 INFO neutron.db.segments_db [None req-a6c43698-5d63-40c3-881d-cb221aa7f0f5 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Added segment a52a6ca9-e227-41d2-bee9-d435dab8edfc of type vxlan for network 4f012d8a-c632-4393-94c1-7197ec2d5163 [pid: 7|app: 0|req: 446/862] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:54 2026] DELETE /v2.0/subnets/c5889c1a-9385-4aae-a79c-09c390319d3a => 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: 417/863] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:54 2026] POST /v2.0/networks => generated 611 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:35:54.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-87b95b1f-ab53-4a18-b085-55b70681478b f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] TaaS: Handle Delete Port: c7a0fed5-ec1b-431a-9949-0850fc338a63 2026-04-16 04:35:54.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87b95b1f-ab53-4a18-b085-55b70681478b f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] Tap Mirror: Handle Delete Port: c7a0fed5-ec1b-431a-9949-0850fc338a63 [pid: 8|app: 0|req: 418/864] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:54 2026] DELETE /v2.0/subnets/13047904-fd25-4578-a7bf-d5150a7395d6 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/865] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:35:54 2026] DELETE /v2.0/ports/c7a0fed5-ec1b-431a-9949-0850fc338a63 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/866] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:35:54 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/867] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:54 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:54.790 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc336045-aae8-40c9-a033-4572b711e75a f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 450/868] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:35:54 2026] GET /v2.0/ports/c7a0fed5-ec1b-431a-9949-0850fc338a63 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/869] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:54 2026] POST /v2.0/subnets => generated 626 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/870] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:54 2026] DELETE /v2.0/networks/68e65819-2154-4697-90a8-f1c1d9a44e84 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:54.991 7 INFO neutron.db.segments_db [None req-1271db5a-194d-40ba-a125-0403ae52e258 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Added segment bd902464-b474-4c90-af85-bca6e4ca7927 of type vxlan for network b69456e8-6be7-4a30-9c87-102aa0f61fd8 [pid: 8|app: 0|req: 420/871] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:54 2026] DELETE /v2.0/subnets/c85fd20f-3995-4ddd-9206-8617355a3e87 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:55.147 7 INFO neutron.services.segments.plugin [-] Segment 5ed89c4c-8e47-4675-9cf6-be3a3823077c resource provider aggregate not found 2026-04-16 04:35:55.154 7 INFO neutron.services.segments.plugin [-] Segment 5ed89c4c-8e47-4675-9cf6-be3a3823077c resource provider aggregate not found 2026-04-16 04:35:55.175 7 INFO neutron.services.segments.plugin [-] Segment 5ed89c4c-8e47-4675-9cf6-be3a3823077c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ed89c4c-8e47-4675-9cf6-be3a3823077c found for delete ", "request_id": "req-b12b2453-3e77-4296-9e7e-2b105ac18274"}]} 2026-04-16 04:35:55.189 7 INFO neutron.services.segments.plugin [-] Segment 03613b18-526a-435e-ae96-9081c2c794fc resource provider aggregate not found [pid: 8|app: 0|req: 421/872] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:55 2026] DELETE /v2.0/networks/173cef2b-8fcc-4013-89c2-c6aff38c0b09 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:55.211 7 INFO neutron.services.segments.plugin [-] Segment 5ed89c4c-8e47-4675-9cf6-be3a3823077c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ed89c4c-8e47-4675-9cf6-be3a3823077c found for delete ", "request_id": "req-1afaf116-ef93-4d23-b225-dd272fffb10d"}]} 2026-04-16 04:35:55.214 7 INFO neutron.services.segments.plugin [-] Segment 03613b18-526a-435e-ae96-9081c2c794fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03613b18-526a-435e-ae96-9081c2c794fc found for delete ", "request_id": "req-b162064b-b098-4ca9-a300-e11843b5a271"}]} 2026-04-16 04:35:55.249 7 INFO neutron.services.segments.plugin [-] Segment 03613b18-526a-435e-ae96-9081c2c794fc resource provider aggregate not found 2026-04-16 04:35:55.273 7 INFO neutron.services.segments.plugin [-] Segment 03613b18-526a-435e-ae96-9081c2c794fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03613b18-526a-435e-ae96-9081c2c794fc found for delete ", "request_id": "req-cef8a561-6958-4629-9ba7-23481a5e0805"}]} [pid: 8|app: 0|req: 422/873] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:55 2026] DELETE /v2.0/networks/30569d03-a164-4085-9262-e55ee78c2165 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:55.379 7 INFO neutron.db.l3_hamode_db [None req-1271db5a-194d-40ba-a125-0403ae52e258 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:35:55.535 7 INFO neutron.db.l3_hamode_db [None req-1271db5a-194d-40ba-a125-0403ae52e258 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 423/874] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:55 2026] DELETE /v2.0/networks/4d9b938d-09fb-4c3c-8ddc-effc0edaaf53 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:55.919 8 INFO neutron.services.segments.plugin [-] Segment 16285dd4-4402-4236-b258-3e584a15cbc7 resource provider aggregate not found [pid: 8|app: 0|req: 424/875] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:35:55 2026] POST /v2.0/ports => generated 775 bytes in 391 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-04-16 04:35:55.952 8 INFO neutron.services.segments.plugin [-] Segment 16285dd4-4402-4236-b258-3e584a15cbc7 resource provider aggregate not found 2026-04-16 04:35:55.961 8 INFO neutron.services.segments.plugin [-] Segment 16285dd4-4402-4236-b258-3e584a15cbc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16285dd4-4402-4236-b258-3e584a15cbc7 found for delete ", "request_id": "req-71b8c06a-967d-4c72-9fa5-a1f0307e7661"}]} 2026-04-16 04:35:55.980 8 INFO neutron.services.segments.plugin [-] Segment 16285dd4-4402-4236-b258-3e584a15cbc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16285dd4-4402-4236-b258-3e584a15cbc7 found for delete ", "request_id": "req-b1d2b373-80a4-460b-ad45-12e6e4b1d435"}]} 2026-04-16 04:35:55.982 8 INFO neutron.services.segments.plugin [-] Segment 474a371b-ac45-4ac9-b501-fe78d823f901 resource provider aggregate not found 2026-04-16 04:35:56.006 8 INFO neutron.services.segments.plugin [-] Segment 474a371b-ac45-4ac9-b501-fe78d823f901 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 474a371b-ac45-4ac9-b501-fe78d823f901 found for delete ", "request_id": "req-6453a280-33c2-4011-897e-4077af1c8bf1"}]} 2026-04-16 04:35:56.010 8 INFO neutron.services.segments.plugin [-] Segment 474a371b-ac45-4ac9-b501-fe78d823f901 resource provider aggregate not found 2026-04-16 04:35:56.046 8 INFO neutron.services.segments.plugin [-] Segment 474a371b-ac45-4ac9-b501-fe78d823f901 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 474a371b-ac45-4ac9-b501-fe78d823f901 found for delete ", "request_id": "req-06099635-38f2-4993-8fef-24acd4f1c56c"}]} 2026-04-16 04:35:56.051 8 INFO neutron.services.segments.plugin [-] Segment ce84be43-3b37-4b03-9214-0e6d9183ed85 resource provider aggregate not found 2026-04-16 04:35:56.067 8 INFO neutron.services.segments.plugin [-] Segment ce84be43-3b37-4b03-9214-0e6d9183ed85 resource provider aggregate not found 2026-04-16 04:35:56.079 8 INFO neutron.services.segments.plugin [-] Segment ce84be43-3b37-4b03-9214-0e6d9183ed85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce84be43-3b37-4b03-9214-0e6d9183ed85 found for delete ", "request_id": "req-73abefe3-3505-4ad3-b044-3c3258de4d3b"}]} 2026-04-16 04:35:56.087 8 INFO neutron.services.segments.plugin [-] Segment ce84be43-3b37-4b03-9214-0e6d9183ed85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce84be43-3b37-4b03-9214-0e6d9183ed85 found for delete ", "request_id": "req-64413e58-cc9a-4726-9d8a-ec6e7a036378"}]} [pid: 8|app: 0|req: 425/876] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:55 2026] DELETE /v2.0/networks/13741827-d9f9-4db2-a00c-6a93279884c7 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/877] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:56 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => 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: 452/878] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:54 2026] POST /v2.0/routers => generated 506 bytes in 1281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/879] 10.0.0.163 () {34 vars in 737 bytes} [Thu Apr 16 04:35:56 2026] PUT /v2.0/ports/670b0e67-b3ed-47d2-91a3-38e23d8d1fc1 => generated 752 bytes in 191 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-04-16 04:35:56.454 8 INFO neutron_taas.services.taas.taas_plugin [None req-8deae40d-4439-4869-9a5e-23706c3ac767 f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] TaaS: Handle Delete Port: 670b0e67-b3ed-47d2-91a3-38e23d8d1fc1 2026-04-16 04:35:56.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8deae40d-4439-4869-9a5e-23706c3ac767 f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] Tap Mirror: Handle Delete Port: 670b0e67-b3ed-47d2-91a3-38e23d8d1fc1 [pid: 8|app: 0|req: 428/880] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:35:56 2026] DELETE /v2.0/ports/670b0e67-b3ed-47d2-91a3-38e23d8d1fc1 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/881] 10.0.0.163 () {32 vars in 643 bytes} [Thu Apr 16 04:35:56 2026] GET /v2.0/ports => generated 778 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:56.639 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9775f6c3-649e-4366-9533-2aea4c4501ad f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 430/882] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:35:56 2026] GET /v2.0/ports/670b0e67-b3ed-47d2-91a3-38e23d8d1fc1 => 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: 431/883] 10.0.0.163 () {32 vars in 643 bytes} [Thu Apr 16 04:35:56 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/884] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:56 2026] GET /v2.0/security-groups?tenant_id=be34b17dd86d4685a52393ce45db5bbf&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: 433/885] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:35:56 2026] GET /v2.0/ports/09356b99-5d40-4242-86fc-1248317d886e => generated 775 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/886] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:56 2026] DELETE /v2.0/security-groups/6d2ab820-286a-4922-9946-4a1d3310fa9c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:35:56.951 8 INFO neutron.pecan_wsgi.hooks.translation [None req-387e4271-4566-4388-8963-076325fb0f3c f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 435/887] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:35:56 2026] DELETE /v2.0/ports/c7a0fed5-ec1b-431a-9949-0850fc338a63 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:35:56.975 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb82c0cc-93f3-4faa-b8b7-f8dd708706f3 f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 436/888] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:56 2026] DELETE /v2.0/subnets/c85fd20f-3995-4ddd-9206-8617355a3e87 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:35:56.993 8 INFO neutron.pecan_wsgi.hooks.translation [None req-895fdb23-c1e4-4378-a051-3d730c7aae59 f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 437/889] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:56 2026] DELETE /v2.0/subnets/9ab12d48-4337-4fa5-8a8e-1f80268c285f => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:35:57.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e9c490e-bcee-4352-9775-de96d1bb7124 f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] TaaS: Handle Delete Port: 09356b99-5d40-4242-86fc-1248317d886e 2026-04-16 04:35:57.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e9c490e-bcee-4352-9775-de96d1bb7124 f952997cfd914bdf9417a7157d9fd5a8 a4b9f6e5573943ac9be9d71cd35ee6bf - - default default] Tap Mirror: Handle Delete Port: 09356b99-5d40-4242-86fc-1248317d886e [pid: 8|app: 0|req: 438/890] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:35:57 2026] DELETE /v2.0/ports/09356b99-5d40-4242-86fc-1248317d886e => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/891] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:35:56 2026] PUT /v2.0/routers/d2b6ad71-0be6-4454-90e7-0529dafd15fd/add_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/892] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:57 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => 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: 455/893] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:35:57 2026] GET /v2.0/ports/c61a5d94-595f-42dc-83e4-6b79409eda10 => generated 955 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/894] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:57 2026] DELETE /v2.0/networks/c969a042-92a4-412a-a079-11474830d353 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:57.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-71be95e3-d5d0-491a-9a6b-100cccb8ef0b d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] TaaS: Handle Delete Port: c61a5d94-595f-42dc-83e4-6b79409eda10 2026-04-16 04:35:57.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71be95e3-d5d0-491a-9a6b-100cccb8ef0b d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Tap Mirror: Handle Delete Port: c61a5d94-595f-42dc-83e4-6b79409eda10 [pid: 8|app: 0|req: 440/895] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:35:57 2026] GET /v2.0/networks?id=d792269e-0c0e-4d78-b4ab-05eaee9c4455 => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/896] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:35:57 2026] GET /v2.0/security-groups?tenant_id=a4b9f6e5573943ac9be9d71cd35ee6bf&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/897] 199.204.45.78 () {34 vars in 1049 bytes} [Thu Apr 16 04:35:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0365fbff8eaa4837b627a79b3cb1d7a3 => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:58.106 8 INFO neutron.services.segments.plugin [-] Segment db9819aa-f161-4cbc-8c34-b5cb8f33570f resource provider aggregate not found 2026-04-16 04:35:58.120 8 INFO neutron.services.segments.plugin [-] Segment db9819aa-f161-4cbc-8c34-b5cb8f33570f resource provider aggregate not found 2026-04-16 04:35:58.126 8 INFO neutron.services.segments.plugin [-] Segment db9819aa-f161-4cbc-8c34-b5cb8f33570f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db9819aa-f161-4cbc-8c34-b5cb8f33570f found for delete ", "request_id": "req-7485d3db-01f3-4685-957d-dd8f18336777"}]} 2026-04-16 04:35:58.138 8 INFO neutron.services.segments.plugin [-] Segment 915d745d-6ad5-4d46-bd26-46d3815dc1a2 resource provider aggregate not found 2026-04-16 04:35:58.145 8 INFO neutron.services.segments.plugin [-] Segment db9819aa-f161-4cbc-8c34-b5cb8f33570f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db9819aa-f161-4cbc-8c34-b5cb8f33570f found for delete ", "request_id": "req-5ea7deca-d994-4824-a87e-3aed8f7eb457"}]} 2026-04-16 04:35:58.158 8 INFO neutron.services.segments.plugin [-] Segment 915d745d-6ad5-4d46-bd26-46d3815dc1a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 915d745d-6ad5-4d46-bd26-46d3815dc1a2 found for delete ", "request_id": "req-4b1d67bd-f0f4-47aa-8821-87821cc354c9"}]} 2026-04-16 04:35:58.169 8 INFO neutron.services.segments.plugin [-] Segment 915d745d-6ad5-4d46-bd26-46d3815dc1a2 resource provider aggregate not found 2026-04-16 04:35:58.187 8 INFO neutron.services.segments.plugin [-] Segment 915d745d-6ad5-4d46-bd26-46d3815dc1a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 915d745d-6ad5-4d46-bd26-46d3815dc1a2 found for delete ", "request_id": "req-dd1e3c9c-d499-4f92-b6b9-96f3f1aff802"}]} [pid: 7|app: 0|req: 456/898] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:35:57 2026] PUT /v2.0/routers/d2b6ad71-0be6-4454-90e7-0529dafd15fd/remove_router_interface => generated 309 bytes in 798 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/899] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:35:58 2026] DELETE /v2.0/security-groups/024d18f1-884e-4371-aeda-e05ae8e6713d => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/900] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:35:58 2026] GET /v2.0/ports?device_id=d2b6ad71-0be6-4454-90e7-0529dafd15fd => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:35:58.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-835852f0-96b0-4420-a9b1-321fca7300bd d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] TaaS: Handle Delete Port: d7836d83-1801-4479-bca3-0017b9274a6d 2026-04-16 04:35:58.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-835852f0-96b0-4420-a9b1-321fca7300bd d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Tap Mirror: Handle Delete Port: d7836d83-1801-4479-bca3-0017b9274a6d [pid: 7|app: 0|req: 457/901] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:35:58 2026] POST /v2.0/ports => generated 958 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 458/902] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:35:58 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 961 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:35:58.757 8 INFO neutron.db.l3_hamode_db [None req-835852f0-96b0-4420-a9b1-321fca7300bd d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] HA network b69456e8-6be7-4a30-9c87-102aa0f61fd8 was deleted as no HA routers are present in tenant c2542dbf5240425da7511da76de90428. [pid: 8|app: 0|req: 445/903] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:58 2026] DELETE /v2.0/routers/d2b6ad71-0be6-4454-90e7-0529dafd15fd => generated 0 bytes in 500 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/904] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:35:58 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/905] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:35:58 2026] PUT /v2.0/ports/2261332e-a27d-4786-8627-9767f9fa2c5a => generated 1239 bytes in 444 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-04-16 04:35:59.099 8 INFO neutron.db.segments_db [None req-ab8be81e-240f-493b-8223-e41446bb782f 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] Added segment da90bfb1-f19b-4864-9fc2-cf1c2cd67e0a of type vxlan for network 0cf46df0-f0ee-4742-aa5e-f770d5ee6a9c 2026-04-16 04:35:59.113 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91cfa61f-c8e3-496d-a0c7-77ddbb06a62b'] response: {'name': 'network-changed', 'server_uuid': 'b1425192-eb33-40de-9641-3eff3397890e', 'tag': '2261332e-a27d-4786-8627-9767f9fa2c5a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 460/906] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:35:59 2026] DELETE /v2.0/subnets/f70ceeef-49b1-4b89-9e8f-f86fdba935d6 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/909] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:58 2026] POST /v2.0/networks => generated 630 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:35:59.304 7 INFO neutron.services.segments.plugin [-] Segment a52a6ca9-e227-41d2-bee9-d435dab8edfc resource provider aggregate not found 2026-04-16 04:35:59.309 7 INFO neutron.services.segments.plugin [-] Segment a52a6ca9-e227-41d2-bee9-d435dab8edfc resource provider aggregate not found 2026-04-16 04:35:59.330 7 INFO neutron.services.segments.plugin [-] Segment a52a6ca9-e227-41d2-bee9-d435dab8edfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a52a6ca9-e227-41d2-bee9-d435dab8edfc found for delete ", "request_id": "req-c25ad4c5-b323-4fc4-8cf4-5fbb431b0be0"}]} 2026-04-16 04:35:59.331 7 INFO neutron.services.segments.plugin [-] Segment a52a6ca9-e227-41d2-bee9-d435dab8edfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a52a6ca9-e227-41d2-bee9-d435dab8edfc found for delete ", "request_id": "req-454328d7-33bf-47bf-8b9f-f06b55fc664f"}]} [pid: 7|app: 0|req: 463/910] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:35:59 2026] DELETE /v2.0/networks/4f012d8a-c632-4393-94c1-7197ec2d5163 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:35:59.412 7 INFO neutron.db.segments_db [None req-0b0b1638-f8cb-48ea-bd44-133291787e99 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Added segment 980ac7cb-10fa-4ae2-9c7d-e33668d8d330 of type vxlan for network a687231b-9f49-4b7f-889d-c5313b62f8e3 [pid: 8|app: 0|req: 448/911] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:35:59 2026] POST /v2.0/ports => generated 779 bytes in 330 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-04-16 04:35:59.627 8 INFO neutron.db.segments_db [None req-bef6db96-97ad-4da7-b82f-26a6238637c9 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] Added segment c0e506f7-f8ff-46bf-accd-48b41815f972 of type vxlan for network 061fca12-7116-496a-a975-9e4a10f83c1f 2026-04-16 04:35:59.688 7 INFO neutron.db.l3_hamode_db [None req-0b0b1638-f8cb-48ea-bd44-133291787e99 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 449/912] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:35:59 2026] POST /v2.0/networks => generated 616 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/913] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:35:59 2026] GET /v2.0/ports?tenant_id=0365fbff8eaa4837b627a79b3cb1d7a3&device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/914] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:59 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/915] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:35:59 2026] GET /v2.0/networks?tenant_id=0365fbff8eaa4837b627a79b3cb1d7a3&shared=False => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/916] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:00 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:00.180 8 INFO neutron.services.segments.plugin [-] Segment bd902464-b474-4c90-af85-bca6e4ca7927 resource provider aggregate not found 2026-04-16 04:36:00.193 8 INFO neutron.services.segments.plugin [-] Segment bd902464-b474-4c90-af85-bca6e4ca7927 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd902464-b474-4c90-af85-bca6e4ca7927 found for delete ", "request_id": "req-5b0647d5-3d64-4fe5-b3dc-11e7703575e9"}]} 2026-04-16 04:36:00.207 8 INFO neutron.services.segments.plugin [-] Segment bd902464-b474-4c90-af85-bca6e4ca7927 resource provider aggregate not found 2026-04-16 04:36:00.221 8 INFO neutron.services.segments.plugin [-] Segment bd902464-b474-4c90-af85-bca6e4ca7927 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd902464-b474-4c90-af85-bca6e4ca7927 found for delete ", "request_id": "req-eff5d975-45a2-4024-8f79-4e19163dd373"}]} 2026-04-16 04:36:00.446 7 INFO neutron.db.l3_hamode_db [None req-0b0b1638-f8cb-48ea-bd44-133291787e99 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 454/917] 10.0.0.163 () {34 vars in 684 bytes} [Thu Apr 16 04:36:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/918] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:36:00 2026] POST /v2.0/ports => generated 966 bytes in 306 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: 456/919] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:36:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/920] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:00 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/921] 10.0.0.163 () {32 vars in 663 bytes} [Thu Apr 16 04:36:00 2026] GET /v2.0/security-groups => generated 4529 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:36:01.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-5994aabb-e9bd-40a8-96e0-f2b1f4241957 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] TaaS: Handle Delete Port: e6cefd15-e6b1-49a6-b703-6600df4c61f8 2026-04-16 04:36:01.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5994aabb-e9bd-40a8-96e0-f2b1f4241957 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] Tap Mirror: Handle Delete Port: e6cefd15-e6b1-49a6-b703-6600df4c61f8 [pid: 8|app: 0|req: 459/922] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:36:00 2026] DELETE /v2.0/ports/e6cefd15-e6b1-49a6-b703-6600df4c61f8 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/923] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:35:59 2026] POST /v2.0/routers => generated 688 bytes in 1842 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:36:01.208 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a35d3c13-c7d2-480c-8637-60b84075359f 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 465/924] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:36:01 2026] DELETE /v2.0/ports/e6cefd15-e6b1-49a6-b703-6600df4c61f8 => 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: 460/925] 10.0.0.163 () {34 vars in 758 bytes} [Thu Apr 16 04:36:01 2026] PUT /v2.0/security-groups/393750d3-ac57-47b5-9093-e5a4f95cc8c0 => generated 1664 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/926] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:36:01 2026] GET /v2.0/routers/1774b9fb-7f33-4983-be6b-f20b77760996 => generated 694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:01.256 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a4a5cca-8fa1-47f9-b7f9-abd1066006b4 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 461/927] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:36:01 2026] GET /v2.0/ports/e6cefd15-e6b1-49a6-b703-6600df4c61f8 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/928] 10.0.0.163 () {32 vars in 737 bytes} [Thu Apr 16 04:36:01 2026] GET /v2.0/security-groups/393750d3-ac57-47b5-9093-e5a4f95cc8c0 => generated 1664 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/929] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:36:01 2026] GET /v2.0/routers => generated 697 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/930] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:01 2026] DELETE /v2.0/subnets/dd03410c-1673-4c97-b937-f41b623edd82 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/931] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:01 2026] DELETE /v2.0/security-groups/393750d3-ac57-47b5-9093-e5a4f95cc8c0 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:36:01.517 7 INFO neutron.services.segments.plugin [-] Segment c0e506f7-f8ff-46bf-accd-48b41815f972 resource provider aggregate not found 2026-04-16 04:36:01.523 7 INFO neutron.services.segments.plugin [-] Segment c0e506f7-f8ff-46bf-accd-48b41815f972 resource provider aggregate not found 2026-04-16 04:36:01.541 7 INFO neutron.services.segments.plugin [-] Segment c0e506f7-f8ff-46bf-accd-48b41815f972 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0e506f7-f8ff-46bf-accd-48b41815f972 found for delete ", "request_id": "req-16f63d04-b24a-4225-b6cf-9f5b7e0972d5"}]} 2026-04-16 04:36:01.553 7 INFO neutron.services.segments.plugin [-] Segment c0e506f7-f8ff-46bf-accd-48b41815f972 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0e506f7-f8ff-46bf-accd-48b41815f972 found for delete ", "request_id": "req-f48b4991-22d3-411b-8c41-57a61dd593b5"}]} [pid: 7|app: 0|req: 470/932] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:36:01 2026] DELETE /v2.0/networks/061fca12-7116-496a-a975-9e4a10f83c1f => 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: 471/933] 10.0.0.163 () {32 vars in 663 bytes} [Thu Apr 16 04:36:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:36:01.643 7 INFO neutron.db.segments_db [None req-adc843ea-4037-4c05-a9c4-f98f249fd6cd 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] Added segment 003ae2bf-b301-4e35-9817-c013ac1e6f2a of type vxlan for network 5144d043-b514-4731-81c2-e9ed875ab449 [pid: 7|app: 0|req: 472/934] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:36:01 2026] POST /v2.0/networks => generated 617 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:36:01.725 7 INFO neutron.api.v2.resource [None req-aeded9ac-4692-4d5e-bffb-87ae713c74af 77fbe2e77bf6412cb21f64d5e10b5af2 2944a533a15b438aa2640aa9a9db0be3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 473/935] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:01 2026] DELETE /v2.0/security-groups/393750d3-ac57-47b5-9093-e5a4f95cc8c0 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/936] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:36:01 2026] POST /v2.0/subnets => generated 646 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/937] 10.0.0.163 () {34 vars in 684 bytes} [Thu Apr 16 04:36:01 2026] POST /v2.0/security-groups => generated 1625 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/938] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/ports?tenant_id=0365fbff8eaa4837b627a79b3cb1d7a3&device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/939] 10.0.0.163 () {34 vars in 741 bytes} [Thu Apr 16 04:36:01 2026] PUT /v2.0/routers/1774b9fb-7f33-4983-be6b-f20b77760996 => generated 701 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/940] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/941] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:36:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/942] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=2261332e-a27d-4786-8627-9767f9fa2c5a => 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: 477/943] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:36:02 2026] POST /v2.0/ports => generated 928 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/944] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/routers/1774b9fb-7f33-4983-be6b-f20b77760996 => generated 701 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/945] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/security-group-rules/a7c6a7ab-7280-4356-ad3b-c16966ac8496 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/946] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/947] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/subnets?id=a7fcdc7c-14dc-4286-8185-000b28a04590 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/948] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/ports?device_id=1774b9fb-7f33-4983-be6b-f20b77760996 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:36:02.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-406eaccb-258e-4dc3-bb12-8c892bea2cae 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] TaaS: Handle Delete Port: 5be85888-d0ba-4df0-a8ac-6b00e7b24da6 2026-04-16 04:36:02.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-406eaccb-258e-4dc3-bb12-8c892bea2cae 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] Tap Mirror: Handle Delete Port: 5be85888-d0ba-4df0-a8ac-6b00e7b24da6 [pid: 8|app: 0|req: 471/949] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/950] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/ports?network_id=d792269e-0c0e-4d78-b4ab-05eaee9c4455&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/951] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:36:02 2026] DELETE /v2.0/ports/5be85888-d0ba-4df0-a8ac-6b00e7b24da6 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/952] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:36:02 2026] DELETE /v2.0/security-group-rules/a7c6a7ab-7280-4356-ad3b-c16966ac8496 => 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: 481/953] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/networks/d792269e-0c0e-4d78-b4ab-05eaee9c4455?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:36:02.661 7 INFO neutron.pecan_wsgi.hooks.translation [None req-051c2264-a9e6-4ff2-b739-d57e8aabff69 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 482/954] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/ports/5be85888-d0ba-4df0-a8ac-6b00e7b24da6 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:36:02.707 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a095a93-51bf-402e-87b1-1c5daff2c46a d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] TaaS: Handle Delete Port: 5a0e2977-d026-4131-bc36-77079c70dc67 2026-04-16 04:36:02.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a095a93-51bf-402e-87b1-1c5daff2c46a d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Tap Mirror: Handle Delete Port: 5a0e2977-d026-4131-bc36-77079c70dc67 [pid: 7|app: 0|req: 483/955] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/956] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:36:02 2026] GET /v2.0/networks/d792269e-0c0e-4d78-b4ab-05eaee9c4455?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: 485/957] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:02 2026] DELETE /v2.0/subnets/7b900b61-6d21-4828-b2bf-fb19d24bc1cd => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:36:02.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a095a93-51bf-402e-87b1-1c5daff2c46a d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] TaaS: Handle Delete Port: e748ee08-30e6-4ce9-b803-acae4d03d030 2026-04-16 04:36:02.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a095a93-51bf-402e-87b1-1c5daff2c46a d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] Tap Mirror: Handle Delete Port: e748ee08-30e6-4ce9-b803-acae4d03d030 [pid: 7|app: 0|req: 486/958] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:36:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/959] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:36:02 2026] DELETE /v2.0/networks/5144d043-b514-4731-81c2-e9ed875ab449 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/960] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/security-group-rules/0555c757-c262-4634-bf70-16cfc1b5d295 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:03.275 8 INFO neutron.services.segments.plugin [-] Segment 980ac7cb-10fa-4ae2-9c7d-e33668d8d330 resource provider aggregate not found 2026-04-16 04:36:03.280 8 INFO neutron.services.segments.plugin [-] Segment 980ac7cb-10fa-4ae2-9c7d-e33668d8d330 resource provider aggregate not found 2026-04-16 04:36:03.302 8 INFO neutron.services.segments.plugin [-] Segment 980ac7cb-10fa-4ae2-9c7d-e33668d8d330 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 980ac7cb-10fa-4ae2-9c7d-e33668d8d330 found for delete ", "request_id": "req-9ca42d80-eda1-4874-a48b-8ba9574ef659"}]} 2026-04-16 04:36:03.304 8 INFO neutron.services.segments.plugin [-] Segment 980ac7cb-10fa-4ae2-9c7d-e33668d8d330 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 980ac7cb-10fa-4ae2-9c7d-e33668d8d330 found for delete ", "request_id": "req-6504653f-b2d0-4417-9cc5-20d6e3cb4fa0"}]} 2026-04-16 04:36:03.310 8 INFO neutron.db.l3_hamode_db [None req-8a095a93-51bf-402e-87b1-1c5daff2c46a d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] HA network a687231b-9f49-4b7f-889d-c5313b62f8e3 was deleted as no HA routers are present in tenant c2542dbf5240425da7511da76de90428. [pid: 8|app: 0|req: 473/961] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:02 2026] DELETE /v2.0/routers/1774b9fb-7f33-4983-be6b-f20b77760996 => generated 0 bytes in 793 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/962] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:36:03 2026] POST /v2.0/ports => generated 779 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 474/963] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/964] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/ports?device_id=1774b9fb-7f33-4983-be6b-f20b77760996 => 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: 491/965] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/security-group-rules/0555c757-c262-4634-bf70-16cfc1b5d295 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:36:03.435 7 INFO neutron.api.v2.resource [None req-c8c0a0cd-77d9-4301-b634-1abef025d534 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/966] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/routers/1774b9fb-7f33-4983-be6b-f20b77760996 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/967] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/968] 10.0.0.163 () {34 vars in 737 bytes} [Thu Apr 16 04:36:03 2026] PUT /v2.0/ports/b394e22c-9556-43dd-9a4c-eed9b02f4d7b => generated 752 bytes in 150 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: 494/969] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/ports?device_id=d2b6ad71-0be6-4454-90e7-0529dafd15fd => 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: 476/970] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:03.570 7 INFO neutron.services.segments.plugin [-] Segment 003ae2bf-b301-4e35-9817-c013ac1e6f2a resource provider aggregate not found 2026-04-16 04:36:03.579 7 INFO neutron.services.segments.plugin [-] Segment 003ae2bf-b301-4e35-9817-c013ac1e6f2a resource provider aggregate not found 2026-04-16 04:36:03.597 7 INFO neutron.services.segments.plugin [-] Segment 003ae2bf-b301-4e35-9817-c013ac1e6f2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 003ae2bf-b301-4e35-9817-c013ac1e6f2a found for delete ", "request_id": "req-b7ca22d8-c9a5-451d-a512-7702594fbd82"}]} 2026-04-16 04:36:03.608 7 INFO neutron.services.segments.plugin [-] Segment 003ae2bf-b301-4e35-9817-c013ac1e6f2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 003ae2bf-b301-4e35-9817-c013ac1e6f2a found for delete ", "request_id": "req-ec39ae92-9c5f-4ea5-b29a-674e62c1c5b0"}]} 2026-04-16 04:36:03.617 7 INFO neutron.db.securitygroups_db [None req-2184adf4-b8e0-447d-920a-7175696b2de0 77fbe2e77bf6412cb21f64d5e10b5af2 2944a533a15b438aa2640aa9a9db0be3 - - default default] Project 2944a533a15b438aa2640aa9a9db0be3 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-16 04:36:03.639 8 INFO neutron_taas.services.taas.taas_plugin [None req-46ade9e7-3251-4feb-82c1-d2d734f19e36 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] TaaS: Handle Delete Port: b394e22c-9556-43dd-9a4c-eed9b02f4d7b 2026-04-16 04:36:03.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46ade9e7-3251-4feb-82c1-d2d734f19e36 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] Tap Mirror: Handle Delete Port: b394e22c-9556-43dd-9a4c-eed9b02f4d7b [pid: 7|app: 0|req: 495/971] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:36:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:36:03.699 7 INFO neutron.api.v2.resource [None req-26b116ab-a922-4d30-b979-a68c3463d376 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 496/972] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/routers/d2b6ad71-0be6-4454-90e7-0529dafd15fd => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/973] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/ports/b394e22c-9556-43dd-9a4c-eed9b02f4d7b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/974] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&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: 478/975] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/security-group-rules/d3cb864e-e272-44ce-bc8d-b2b5b13afbf8 => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:03.729 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a918c3ab-352d-4de9-8ba7-39c2f3e97fb8 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 498/976] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/subnets/f70ceeef-49b1-4b89-9e8f-f86fdba935d6 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/977] 10.0.0.163 () {32 vars in 643 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/ports => generated 782 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/978] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/ports?device_id=7964f71b-413b-4dac-9013-a7862be2100d => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:36:03.770 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e88b38a9-ca43-4389-b4f0-92e6e29caefb 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 499/979] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/980] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/ports/b394e22c-9556-43dd-9a4c-eed9b02f4d7b => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:36:03.786 7 INFO neutron.api.v2.resource [None req-7c65df17-6e8c-45e5-9004-c3d9c0f61d96 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 500/981] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/routers/7964f71b-413b-4dac-9013-a7862be2100d => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/982] 10.0.0.163 () {32 vars in 643 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/ports => generated 782 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:03.838 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8cd64a8-3465-474e-b69e-87624123d757 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 502/983] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/subnets/f21ec8ac-f641-45eb-bbaf-904b9df1fc48 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/984] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/security-group-rules/d3cb864e-e272-44ce-bc8d-b2b5b13afbf8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/985] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/ports?device_id=af7de46c-ab94-4a39-af7b-9a1a51b09c69 => 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: 503/986] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/ports/66e60fbe-ad92-47ca-9829-390955352b2c => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:03.898 7 INFO neutron.api.v2.resource [None req-b01bb4d1-c824-45f2-bfb4-ab918ba1f827 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 504/987] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/routers/af7de46c-ab94-4a39-af7b-9a1a51b09c69 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/988] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:36:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:36:03.914 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be8ecf15-6014-4bbe-b57b-851bb95bce25 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 505/989] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/ports/5be85888-d0ba-4df0-a8ac-6b00e7b24da6 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:36:03.922 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a49d603-bfd6-4b89-bff1-e5720e490cf7 d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 485/990] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/subnets/d591559f-86c8-488a-8c70-9b648b763b90 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:36:03.933 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c3d9db4-0020-4c2a-9513-e2d4f6c445fa 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 486/991] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/subnets/7b900b61-6d21-4828-b2bf-fb19d24bc1cd => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:36:03.944 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77509e7d-989d-4173-94a3-78c0da8c313f d853981f8fca4cd7a58f6835a52ebe11 c2542dbf5240425da7511da76de90428 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 487/992] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/subnets/4e089b4e-beb2-4ada-b631-6ba21af76446 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:36:03.956 8 INFO neutron.pecan_wsgi.hooks.translation [None req-260e1ab4-ffbd-4a2b-9407-25cd15de2a9d 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 488/993] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/subnets/dd03410c-1673-4c97-b937-f41b623edd82 => 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: 506/994] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/security-groups/c643f699-5b70-4d2a-9bad-27681deae784 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/995] 10.0.0.163 () {32 vars in 663 bytes} [Thu Apr 16 04:36:04 2026] GET /v2.0/security-groups => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:36:04.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bffe3e0-667b-480e-bd22-19958770bce5 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] TaaS: Handle Delete Port: 66e60fbe-ad92-47ca-9829-390955352b2c 2026-04-16 04:36:04.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bffe3e0-667b-480e-bd22-19958770bce5 439f46379baf4980929a0f1fd55447fc 5299c7e4341041f5a61ded745685c80b - - default default] Tap Mirror: Handle Delete Port: 66e60fbe-ad92-47ca-9829-390955352b2c [pid: 7|app: 0|req: 508/996] 10.0.0.163 () {32 vars in 663 bytes} [Thu Apr 16 04:36:04 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/997] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:36:03 2026] DELETE /v2.0/ports/66e60fbe-ad92-47ca-9829-390955352b2c => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/998] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:36:04 2026] DELETE /v2.0/networks/0cf46df0-f0ee-4742-aa5e-f770d5ee6a9c => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/999] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:04 2026] GET /v2.0/security-groups?tenant_id=c2542dbf5240425da7511da76de90428&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1000] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:04 2026] DELETE /v2.0/security-groups/8454ee34-071f-4195-9a60-51b02bc1fa56 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1001] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:04 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1002] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:04 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1003] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:04 2026] GET /v2.0/security-groups?tenant_id=2944a533a15b438aa2640aa9a9db0be3&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1004] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:04 2026] GET /v2.0/security-groups?tenant_id=5299c7e4341041f5a61ded745685c80b&name=default => generated 2925 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1005] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:04 2026] DELETE /v2.0/security-groups/ed574e4d-1ec7-49a0-867c-f1ebf6ba159c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1006] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:05 2026] DELETE /v2.0/security-groups/3e01d2a8-da41-496e-b0bd-806fc1d66746 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:36:05.617 7 INFO neutron.services.segments.plugin [-] Segment da90bfb1-f19b-4864-9fc2-cf1c2cd67e0a resource provider aggregate not found 2026-04-16 04:36:05.631 7 INFO neutron.services.segments.plugin [-] Segment da90bfb1-f19b-4864-9fc2-cf1c2cd67e0a resource provider aggregate not found 2026-04-16 04:36:05.645 7 INFO neutron.services.segments.plugin [-] Segment da90bfb1-f19b-4864-9fc2-cf1c2cd67e0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da90bfb1-f19b-4864-9fc2-cf1c2cd67e0a found for delete ", "request_id": "req-5979d769-710a-4549-b0f1-57a4f9383463"}]} 2026-04-16 04:36:05.653 7 INFO neutron.services.segments.plugin [-] Segment da90bfb1-f19b-4864-9fc2-cf1c2cd67e0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da90bfb1-f19b-4864-9fc2-cf1c2cd67e0a found for delete ", "request_id": "req-42a58185-2198-4acb-8c55-61c1e9191401"}]} [pid: 8|app: 0|req: 495/1007] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:05 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1008] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:06 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1009] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:07 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1010] 10.0.0.163 () {32 vars in 623 bytes} [Thu Apr 16 04:36:07 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: 514/1011] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:07 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1012] 10.0.0.163 () {32 vars in 633 bytes} [Thu Apr 16 04:36:07 2026] GET /v2.0/ => generated 632 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1013] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:08 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => 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: 500/1014] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:08 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1015] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:08 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => 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: 515/1016] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:08 2026] GET /v2.0/security-groups?tenant_id=9bf798ecf7ee4a24ac2d796e331e0c6b&name=default => generated 2925 bytes in 638 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1017] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:08 2026] DELETE /v2.0/security-groups/e158d45d-44a8-4ceb-9754-5d2946763fc9 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:36:09.048 8 INFO neutron.db.l3_db [None req-e61c7329-83ab-4856-a0f8-71095f63766a 1c2247e4f65a4d4f9368821bac3201a1 0365fbff8eaa4837b627a79b3cb1d7a3 - - default default] Floating IP fcbce940-0315-4957-b272-d6aaccfcf930 associated. External IP: 10.96.250.215, port: 2261332e-a27d-4786-8627-9767f9fa2c5a. [pid: 8|app: 0|req: 502/1018] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:36:08 2026] PUT /v2.0/floatingips/fcbce940-0315-4957-b272-d6aaccfcf930 => generated 856 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:09.383 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbb41b2f-3711-4269-bf68-b15b6a1b5f7a'] response: {'name': 'network-changed', 'server_uuid': 'b1425192-eb33-40de-9641-3eff3397890e', 'tag': '2261332e-a27d-4786-8627-9767f9fa2c5a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 517/1019] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:36:09 2026] GET /v2.0/ports?tenant_id=0365fbff8eaa4837b627a79b3cb1d7a3&device_id=b1425192-eb33-40de-9641-3eff3397890e => 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: 503/1020] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:36:09 2026] GET /v2.0/networks?id=d792269e-0c0e-4d78-b4ab-05eaee9c4455 => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1021] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:36:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=2261332e-a27d-4786-8627-9767f9fa2c5a => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1022] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:36:10 2026] GET /v2.0/subnets?id=a7fcdc7c-14dc-4286-8185-000b28a04590 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1023] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:36:10 2026] GET /v2.0/ports?network_id=d792269e-0c0e-4d78-b4ab-05eaee9c4455&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: 505/1024] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:36:10 2026] GET /v2.0/networks/d792269e-0c0e-4d78-b4ab-05eaee9c4455?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: 520/1025] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:36:10 2026] GET /v2.0/networks/d792269e-0c0e-4d78-b4ab-05eaee9c4455?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) 2026-04-16 04:36:11.202 8 INFO neutron.db.segments_db [None req-5cd62628-613b-4ae9-a566-0dd952cafde8 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 2571d2b8-cd91-430a-83aa-653a3d7633f5 of type vxlan for network defb6456-98e5-4ecd-99cb-2079d4858bc4 [pid: 8|app: 0|req: 506/1026] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:36:10 2026] POST /v2.0/networks => generated 722 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1027] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:36:11 2026] POST /v2.0/subnets => generated 688 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:36:11.682 8 INFO neutron.db.segments_db [None req-dca78c63-f9ea-4d9d-9040-4bd744e55946 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment bc29c37e-10cf-43f5-8031-50b263641e85 of type vxlan for network e0c980fc-e866-49b1-b9bd-2d6c4fff0790 2026-04-16 04:36:12.028 8 INFO neutron.db.l3_hamode_db [None req-dca78c63-f9ea-4d9d-9040-4bd744e55946 351e1eff148048eea74ba75d223a0b9a b08593b97b9c40daa01ea4b813d15a4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:36:12.862 8 INFO neutron.db.l3_hamode_db [None req-dca78c63-f9ea-4d9d-9040-4bd744e55946 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 522/1028] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:12 2026] GET /v2.0/security-groups?tenant_id=84cdf98a4c4b4796a4cdb63c726dda63&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1029] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:13 2026] DELETE /v2.0/security-groups/dd27d8c1-028a-4eae-a57f-88f5f3dd049e => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1030] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:13 2026] GET /v2.0/security-groups?tenant_id=5be96ff5e203414cb9aff33adf66f5b8&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1031] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:13 2026] GET /v2.0/security-groups?tenant_id=bbccbb297506467488b07256c5fd11ce&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: 526/1032] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:13 2026] DELETE /v2.0/security-groups/c09f8c5e-98b6-466e-bb90-15bbc44a4bcc => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1033] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:36:11 2026] POST /v2.0/routers => generated 728 bytes in 2414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1034] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:13 2026] DELETE /v2.0/security-groups/553efcd7-48ff-4fb0-82bd-d914aa172267 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1037] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:36:14 2026] PUT /v2.0/routers/c420dabc-9d82-46e7-ad3b-4eabf879ab1b/add_router_interface => generated 309 bytes in 1451 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:16.907 7 INFO neutron.db.segments_db [None req-fbe72707-87f6-48ed-b4e8-9dd491f2d532 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 2ec6c96e-4281-4dd8-ba83-0e399bcdca3c of type vxlan for network bcac677d-4d48-44b4-96f9-3011846e3557 [pid: 7|app: 0|req: 530/1038] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:36:16 2026] POST /v2.0/networks => generated 721 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1039] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:36:17 2026] POST /v2.0/subnets => generated 687 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1040] 10.0.0.128 () {32 vars in 802 bytes} [Thu Apr 16 04:36:17 2026] GET /v2.0/extensions => generated 21537 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-16 04:36:17.367 8 INFO neutron.db.segments_db [None req-b2002ef6-ef5e-48aa-8a74-3feb2b6f139f 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment c38660dc-248b-44b0-96a5-5ec651901c1c of type vxlan for network 42b0b72a-19c2-43fa-b7e6-6a0d3a9ee500 [pid: 7|app: 0|req: 532/1041] 10.0.0.128 () {30 vars in 724 bytes} [Thu Apr 16 04:36:17 2026] GET /v2.0/quotas/f6b9a73d26c44364a2dc11caf0ffd463/details => generated 847 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:17.690 8 INFO neutron.db.l3_hamode_db [None req-b2002ef6-ef5e-48aa-8a74-3feb2b6f139f 351e1eff148048eea74ba75d223a0b9a 5de88d941b3f44debb4fbef6f4bbe5b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:36:18.501 8 INFO neutron.db.l3_hamode_db [None req-b2002ef6-ef5e-48aa-8a74-3feb2b6f139f 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 510/1042] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:36:17 2026] POST /v2.0/routers => generated 727 bytes in 2353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1043] 10.0.0.128 () {32 vars in 802 bytes} [Thu Apr 16 04:36:20 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1044] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:36:19 2026] PUT /v2.0/routers/f26d91d1-5553-4c60-abb1-01546c27819d/add_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1045] 10.0.0.128 () {30 vars in 724 bytes} [Thu Apr 16 04:36:20 2026] GET /v2.0/quotas/f6b9a73d26c44364a2dc11caf0ffd463/details => generated 847 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1046] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 04:36:21 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 1244 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1047] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 04:36:21 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&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: 513/1048] 10.0.0.163 () {34 vars in 685 bytes} [Thu Apr 16 04:36:21 2026] POST /v2.0/security-groups => generated 1673 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1049] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:36:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1050] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:36:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1051] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:36:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1052] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:36:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:36:22.573 8 INFO neutron.db.securitygroups_db [None req-50a36c63-2f5c-4668-91e7-86444333ce70 5b551edf50ff460baacc64c916a20bff b08593b97b9c40daa01ea4b813d15a4b - - default default] Project b08593b97b9c40daa01ea4b813d15a4b 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: 538/1053] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:22 2026] GET /v2.0/security-groups?tenant_id=65599da2170e498e86e692588bc64e46&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1054] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:36:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:36:22.727 8 INFO neutron.db.securitygroups_db [None req-ff2f61d8-ca0f-449b-8c33-f8070dcfcda5 5b551edf50ff460baacc64c916a20bff b08593b97b9c40daa01ea4b813d15a4b - - default default] Project b08593b97b9c40daa01ea4b813d15a4b 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: 539/1055] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:22 2026] DELETE /v2.0/security-groups/33126860-e5f5-40d0-a155-829854c8e277 => 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: 517/1056] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:36:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1057] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:22 2026] GET /v2.0/security-groups?tenant_id=a1fda44ddecd45a5bb880e92f2007106&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1058] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:23 2026] DELETE /v2.0/security-groups/f585c3b3-9ee8-47c8-9ed8-1df0d4d5355c => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1059] 10.0.0.163 () {34 vars in 685 bytes} [Thu Apr 16 04:36:23 2026] POST /v2.0/security-groups => generated 1661 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1060] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:36:23 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: 7|app: 0|req: 542/1061] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:36:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1062] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:23 2026] POST /v2.0/floatingips => generated 552 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1063] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:24 2026] GET /v2.0/security-groups?tenant_id=f6b9a73d26c44364a2dc11caf0ffd463&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: 521/1064] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:24 2026] DELETE /v2.0/security-groups/e91e088b-54cb-4140-851e-4fc29b04b65e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1065] 10.0.0.68 () {34 vars in 1097 bytes} [Thu Apr 16 04:36:24 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-767560353&fields=id&tenant_id=b08593b97b9c40daa01ea4b813d15a4b => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1066] 10.0.0.68 () {34 vars in 1099 bytes} [Thu Apr 16 04:36:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1564018913&fields=id&tenant_id=b08593b97b9c40daa01ea4b813d15a4b => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1067] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:36:24 2026] GET /v2.0/networks?id=defb6456-98e5-4ecd-99cb-2079d4858bc4 => generated 673 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1068] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:36:24 2026] GET /v2.0/quotas/b08593b97b9c40daa01ea4b813d15a4b => 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: 546/1069] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:36:24 2026] GET /v2.0/ports?tenant_id=b08593b97b9c40daa01ea4b813d15a4b&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1070] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:36:24 2026] GET /v2.0/networks/defb6456-98e5-4ecd-99cb-2079d4858bc4?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: 547/1071] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:36:24 2026] GET /v2.0/networks/defb6456-98e5-4ecd-99cb-2079d4858bc4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1072] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:25 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => 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: 548/1073] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:26 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => 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/1074] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:27 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => 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: 549/1075] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:28 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => 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: 528/1078] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:36:29 2026] GET /v2.0/networks?id=defb6456-98e5-4ecd-99cb-2079d4858bc4 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1079] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:29 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => 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: 552/1080] 199.204.45.78 () {34 vars in 1049 bytes} [Thu Apr 16 04:36:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b08593b97b9c40daa01ea4b813d15a4b => generated 273 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:29.864 8 INFO neutron.db.segments_db [None req-650dbe4a-e5d6-416f-b64d-16865715a5bf c32c54c5c9084341bab6b0b0bd6edaa8 a63913d5df8447dfb9aeb3b5675f3c7e - - default default] Added segment bfda85ee-94f0-4db0-9f2e-8826b4202fb1 of type vxlan for network f60cdbe2-8a95-4391-ad71-d9c0d8a813f0 [pid: 8|app: 0|req: 529/1081] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:36:29 2026] POST /v2.0/networks => generated 707 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1082] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:36:29 2026] POST /v2.0/ports => generated 997 bytes in 524 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: 530/1083] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:36:30 2026] POST /v2.0/subnets => generated 644 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:36:30.396 8 WARNING neutron.api.v2.base [None req-33d16f99-855d-485f-8b6e-9cc2c6025c2b c32c54c5c9084341bab6b0b0bd6edaa8 a63913d5df8447dfb9aeb3b5675f3c7e - - 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-04-16 04:36:30.397 8 INFO neutron.api.v2.resource [None req-33d16f99-855d-485f-8b6e-9cc2c6025c2b c32c54c5c9084341bab6b0b0bd6edaa8 a63913d5df8447dfb9aeb3b5675f3c7e - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 531/1084] 10.0.0.163 () {34 vars in 681 bytes} [Thu Apr 16 04:36:30 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-16 04:36:30.627 8 INFO neutron.services.segments.plugin [-] Segment bfda85ee-94f0-4db0-9f2e-8826b4202fb1 resource provider aggregate not found [pid: 7|app: 0|req: 554/1085] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:36:30 2026] PUT /v2.0/ports/20ebe2a9-c0a1-4dd8-99df-e345d1a37c19 => generated 1278 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:36:30.644 8 INFO neutron.services.segments.plugin [-] Segment bfda85ee-94f0-4db0-9f2e-8826b4202fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfda85ee-94f0-4db0-9f2e-8826b4202fb1 found for delete ", "request_id": "req-b9569b06-6ff8-4164-8aaf-db4bf52cc0ea"}]} 2026-04-16 04:36:30.647 8 INFO neutron.services.segments.plugin [-] Segment bfda85ee-94f0-4db0-9f2e-8826b4202fb1 resource provider aggregate not found 2026-04-16 04:36:30.661 8 INFO neutron.services.segments.plugin [-] Segment bfda85ee-94f0-4db0-9f2e-8826b4202fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfda85ee-94f0-4db0-9f2e-8826b4202fb1 found for delete ", "request_id": "req-1a07dcdf-9b09-43cb-a23e-c955c5529d20"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-16 04:36:30.675 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8eae4b62-886c-4df7-ad3e-3c7e32a5f48f'] response: {'name': 'network-changed', 'server_uuid': '924275b8-b372-4c7d-aceb-82d1ae99349f', 'tag': '20ebe2a9-c0a1-4dd8-99df-e345d1a37c19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 532/1086] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:36:30 2026] DELETE /v2.0/networks/f60cdbe2-8a95-4391-ad71-d9c0d8a813f0 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1087] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:30 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1012 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1088] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:30 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:30.804 7 INFO neutron.db.segments_db [None req-dfcb1d1d-eaa0-498e-9f5f-07339260439c c32c54c5c9084341bab6b0b0bd6edaa8 a63913d5df8447dfb9aeb3b5675f3c7e - - default default] Added segment 610f03ab-9e86-445c-a259-26ed4a41cfc5 of type vxlan for network 772a36da-ba18-4d6a-a0ab-4282270f7aa1 [pid: 7|app: 0|req: 556/1089] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:36:30 2026] POST /v2.0/networks => generated 708 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1090] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:36:31 2026] GET /v2.0/ports?tenant_id=b08593b97b9c40daa01ea4b813d15a4b&device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1091] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:36:31 2026] GET /v2.0/networks?tenant_id=b08593b97b9c40daa01ea4b813d15a4b&shared=False => generated 769 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1092] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:36:31 2026] POST /v2.0/subnets => generated 647 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1093] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:36:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:31.345 8 WARNING neutron.api.v2.base [None req-92ace302-5102-4939-aedd-2b71632f8064 c32c54c5c9084341bab6b0b0bd6edaa8 a63913d5df8447dfb9aeb3b5675f3c7e - - 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-04-16 04:36:31.347 8 INFO neutron.api.v2.resource [None req-92ace302-5102-4939-aedd-2b71632f8064 c32c54c5c9084341bab6b0b0bd6edaa8 a63913d5df8447dfb9aeb3b5675f3c7e - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 535/1094] 10.0.0.163 () {34 vars in 681 bytes} [Thu Apr 16 04:36:31 2026] POST /v2.0/rbac-policies => generated 547 bytes in 14 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-16 04:36:31.519 7 INFO neutron.services.segments.plugin [-] Segment 610f03ab-9e86-445c-a259-26ed4a41cfc5 resource provider aggregate not found 2026-04-16 04:36:31.523 7 INFO neutron.services.segments.plugin [-] Segment 610f03ab-9e86-445c-a259-26ed4a41cfc5 resource provider aggregate not found 2026-04-16 04:36:31.533 7 INFO neutron.services.segments.plugin [-] Segment 610f03ab-9e86-445c-a259-26ed4a41cfc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 610f03ab-9e86-445c-a259-26ed4a41cfc5 found for delete ", "request_id": "req-772aedad-2955-43c0-93e7-cc2963c8b089"}]} 2026-04-16 04:36:31.548 7 INFO neutron.services.segments.plugin [-] Segment 610f03ab-9e86-445c-a259-26ed4a41cfc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 610f03ab-9e86-445c-a259-26ed4a41cfc5 found for delete ", "request_id": "req-3ae8b774-bc45-458b-99c4-eb156f815748"}]} [pid: 7|app: 0|req: 560/1095] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:36:31 2026] DELETE /v2.0/networks/772a36da-ba18-4d6a-a0ab-4282270f7aa1 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:36:31.629 8 INFO neutron.db.segments_db [None req-8b83ce14-21e3-4078-bb08-708ad58b4451 c32c54c5c9084341bab6b0b0bd6edaa8 a63913d5df8447dfb9aeb3b5675f3c7e - - default default] Added segment 8ee817c1-6013-451e-a384-5b32deb7b870 of type vxlan for network 75616757-2e50-4789-90f5-3df6528ee555 [pid: 8|app: 0|req: 536/1096] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:36:31 2026] POST /v2.0/networks => generated 707 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1097] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:31 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1012 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1098] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:36:31 2026] POST /v2.0/subnets => generated 647 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1099] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:32 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1100] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:32 2026] GET /v2.0/security-groups?tenant_id=35792b5a02124cc783d4a0a8af199321&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1101] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:32 2026] DELETE /v2.0/security-groups/ec0b2dd5-ceac-451f-9693-609c8dcd8f70 => 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: 563/1102] 10.0.0.163 () {34 vars in 681 bytes} [Thu Apr 16 04:36:32 2026] POST /v2.0/rbac-policies => generated 324 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1103] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:36:32 2026] GET /v2.0/ports?tenant_id=b08593b97b9c40daa01ea4b813d15a4b&device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1281 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1104] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:36:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=20ebe2a9-c0a1-4dd8-99df-e345d1a37c19 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1105] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:36:32 2026] GET /v2.0/subnets?id=20c7a8fa-bc5c-4ec6-862d-91e626445a0c => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1106] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:36:32 2026] GET /v2.0/ports?network_id=defb6456-98e5-4ecd-99cb-2079d4858bc4&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1107] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:36:32 2026] GET /v2.0/networks/defb6456-98e5-4ecd-99cb-2079d4858bc4?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: 566/1108] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:36:32 2026] GET /v2.0/networks/defb6456-98e5-4ecd-99cb-2079d4858bc4?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: 543/1109] 10.0.0.163 () {32 vars in 723 bytes} [Thu Apr 16 04:36:32 2026] GET /v2.0/networks/75616757-2e50-4789-90f5-3df6528ee555 => generated 654 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1110] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:33 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1111] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:33 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&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: 7|app: 0|req: 568/1112] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:33 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1113] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:33 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:33.481 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0f53a397-743b-421e-b24d-1c1f18bc583c e8a3f6c8db494ce899cf59b8b66be68b f33f747f3b79475eb8c4c45427b8a83e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 545/1114] 10.0.0.163 () {32 vars in 723 bytes} [Thu Apr 16 04:36:33 2026] GET /v2.0/networks/75616757-2e50-4789-90f5-3df6528ee555 => generated 138 bytes in 182 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1115] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:33 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1116] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:33 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:33.721 8 INFO neutron.services.segments.plugin [-] Segment 8ee817c1-6013-451e-a384-5b32deb7b870 resource provider aggregate not found 2026-04-16 04:36:33.735 8 INFO neutron.services.segments.plugin [-] Segment 8ee817c1-6013-451e-a384-5b32deb7b870 resource provider aggregate not found 2026-04-16 04:36:33.744 8 INFO neutron.services.segments.plugin [-] Segment 8ee817c1-6013-451e-a384-5b32deb7b870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ee817c1-6013-451e-a384-5b32deb7b870 found for delete ", "request_id": "req-045bf5be-f689-4c0d-bef1-f939766fe7d2"}]} 2026-04-16 04:36:33.752 8 INFO neutron.services.segments.plugin [-] Segment 8ee817c1-6013-451e-a384-5b32deb7b870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ee817c1-6013-451e-a384-5b32deb7b870 found for delete ", "request_id": "req-7436c3f5-6d06-450e-a4fa-7a9868bcbc33"}]} [pid: 8|app: 0|req: 546/1117] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:36:33 2026] DELETE /v2.0/networks/75616757-2e50-4789-90f5-3df6528ee555 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:36:33.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f845f3b5-de30-49fb-a58b-a3f6081abbab c32c54c5c9084341bab6b0b0bd6edaa8 a63913d5df8447dfb9aeb3b5675f3c7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 572/1118] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:33 2026] DELETE /v2.0/subnets/6cba488c-01e6-416a-89a2-427c1e79d952 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:36:33.831 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b69d99b6-67b8-42dd-82d8-16208f126bdf c32c54c5c9084341bab6b0b0bd6edaa8 a63913d5df8447dfb9aeb3b5675f3c7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 547/1119] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:33 2026] DELETE /v2.0/subnets/59699746-44a4-4666-87b1-a4440eb9bcdc => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:36:33.851 7 INFO neutron.pecan_wsgi.hooks.translation [None req-23461fb9-36bd-4fa9-9ea4-9d47825cffc9 c32c54c5c9084341bab6b0b0bd6edaa8 a63913d5df8447dfb9aeb3b5675f3c7e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1120] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:36:33 2026] DELETE /v2.0/subnets/7ea1a6ef-4701-4f12-bbcb-4f6b902ded15 => 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: 548/1121] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:33 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1122] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:33 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&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: 549/1123] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:34 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1124] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:34 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1125] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:34 2026] GET /v2.0/security-groups?tenant_id=a63913d5df8447dfb9aeb3b5675f3c7e&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1126] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:34 2026] DELETE /v2.0/security-groups/2b259d5a-c40a-4773-9158-c703f099ec9a => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1127] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1128] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&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: 552/1129] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/security-groups?tenant_id=f33f747f3b79475eb8c4c45427b8a83e&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1130] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/ports?tenant_id=0365fbff8eaa4837b627a79b3cb1d7a3&device_id=b1425192-eb33-40de-9641-3eff3397890e => 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: 578/1131] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:35 2026] DELETE /v2.0/security-groups/48b7e750-3376-441f-9701-f81349cebdf7 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1132] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/networks?id=d792269e-0c0e-4d78-b4ab-05eaee9c4455 => generated 771 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1133] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=2261332e-a27d-4786-8627-9767f9fa2c5a => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1134] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1135] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/subnets?id=a7fcdc7c-14dc-4286-8185-000b28a04590 => generated 694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1136] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1137] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/ports?network_id=d792269e-0c0e-4d78-b4ab-05eaee9c4455&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1138] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/networks/d792269e-0c0e-4d78-b4ab-05eaee9c4455?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: 583/1139] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/networks/d792269e-0c0e-4d78-b4ab-05eaee9c4455?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: 557/1140] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/security-groups?tenant_id=d78861db02f04d5dab89acf71102271d&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1141] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1142] 199.204.45.78 () {34 vars in 1123 bytes} [Thu Apr 16 04:36:35 2026] GET /v2.0/security-groups?id=6265a585-d9ba-4b80-976a-fda05219397c&id=51680868-f45a-43db-9493-e945f7905335&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1143] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:35 2026] DELETE /v2.0/security-groups/5727490c-ccf2-4b8c-a202-ea2de3fa4cac => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1144] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:36 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1145] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:36 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1146] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:36 2026] GET /v2.0/security-groups?tenant_id=b1d31d893bea42b0a78d5a950585b642&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1147] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:36 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1014 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1148] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:36 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&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: 8|app: 0|req: 562/1149] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:36 2026] DELETE /v2.0/security-groups/5943e72c-b81f-4b6d-92ef-7e883747d8f6 => 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: 588/1150] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:37 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1151] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:37 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1152] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:37 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1014 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1153] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:37 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1154] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:38 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1155] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:38 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&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: 591/1156] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:39 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1157] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:39 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1158] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:39 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:36:39.589 8 INFO neutron.db.l3_db [None req-19121222-4a34-4dd0-b651-4db19baffe88 5b551edf50ff460baacc64c916a20bff b08593b97b9c40daa01ea4b813d15a4b - - default default] Floating IP d2d84ca5-e12d-4cc2-8b52-21c2d92863c6 associated. External IP: 10.96.250.201, port: 20ebe2a9-c0a1-4dd8-99df-e345d1a37c19. [pid: 7|app: 0|req: 593/1159] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:39 2026] GET /v2.0/security-groups?tenant_id=70062adca81347aa9a5f782a554e89af&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1160] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:39 2026] DELETE /v2.0/security-groups/adc2c164-5896-4950-a079-b8a3c7a47be3 => 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: 567/1161] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:36:39 2026] PUT /v2.0/floatingips/d2d84ca5-e12d-4cc2-8b52-21c2d92863c6 => generated 856 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:39.918 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-42a2a53c-681d-4888-8a01-181cf591c69a'] response: {'name': 'network-changed', 'server_uuid': '924275b8-b372-4c7d-aceb-82d1ae99349f', 'tag': '20ebe2a9-c0a1-4dd8-99df-e345d1a37c19', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 595/1162] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:39 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1163] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:40 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1164] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:36:40 2026] GET /v2.0/ports?tenant_id=b08593b97b9c40daa01ea4b813d15a4b&device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1165] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:36:40 2026] GET /v2.0/networks?id=defb6456-98e5-4ecd-99cb-2079d4858bc4 => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1166] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:36:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=20ebe2a9-c0a1-4dd8-99df-e345d1a37c19 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1167] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:36:40 2026] GET /v2.0/subnets?id=20c7a8fa-bc5c-4ec6-862d-91e626445a0c => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1168] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:36:40 2026] GET /v2.0/ports?network_id=defb6456-98e5-4ecd-99cb-2079d4858bc4&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1169] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:36:40 2026] GET /v2.0/networks/defb6456-98e5-4ecd-99cb-2079d4858bc4?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: 575/1170] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:36:40 2026] GET /v2.0/networks/defb6456-98e5-4ecd-99cb-2079d4858bc4?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: 596/1171] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:40 2026] POST /v2.0/floatingips => generated 552 bytes in 629 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1172] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:41 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1173] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:41 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&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: 576/1174] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:41 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:36:41.868 7 INFO neutron.db.segments_db [None req-bac151dd-95fb-4944-a218-c607c91e8049 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 723be7d7-0e22-4817-8288-7db0b4fd08f7 of type vxlan for network e9b90206-8ee3-42ce-bd8b-885c034f2c3c [pid: 7|app: 0|req: 599/1175] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:36:41 2026] POST /v2.0/networks => generated 722 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1176] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:41 2026] POST /v2.0/floatingips => generated 552 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1177] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:36:41 2026] POST /v2.0/subnets => generated 688 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:36:42.210 7 INFO neutron.db.segments_db [None req-a0b34c2b-ed35-4fc5-8248-92e6a9488ec3 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Added segment 1e85f3ce-4b4f-4362-97d5-8ccab562fdb3 of type vxlan for network 8b35a85d-fcea-4a29-a0b7-c8938b2afd0b 2026-04-16 04:36:42.452 7 INFO neutron.db.l3_hamode_db [None req-a0b34c2b-ed35-4fc5-8248-92e6a9488ec3 351e1eff148048eea74ba75d223a0b9a b6d61c881752411581ffd2ccca7a1e5d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 578/1178] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:42 2026] POST /v2.0/floatingips => generated 552 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1179] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:42 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:43.352 7 INFO neutron.db.l3_hamode_db [None req-a0b34c2b-ed35-4fc5-8248-92e6a9488ec3 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 580/1180] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:42 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: 8|app: 0|req: 581/1181] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:43 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&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: 582/1182] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:36:43 2026] PUT /v2.0/floatingips/73ae6d66-2adb-48e5-8032-390486a1afea/tags => generated 17 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1183] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:36:43 2026] PUT /v2.0/floatingips/731e8e57-4cb2-4dfd-9135-2e36fc89d9f8/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1184] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:36:43 2026] PUT /v2.0/floatingips/604227cf-16ac-4c05-91a0-f54db5038c01/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: 585/1185] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:36:43 2026] PUT /v2.0/floatingips/7aa78b32-235f-4726-9d32-383f93aad6d3/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1186] 10.0.0.163 () {32 vars in 672 bytes} [Thu Apr 16 04:36:43 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1187] 10.0.0.163 () {32 vars in 686 bytes} [Thu Apr 16 04:36:43 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1188] 10.0.0.163 () {32 vars in 682 bytes} [Thu Apr 16 04:36:43 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1189] 10.0.0.163 () {32 vars in 694 bytes} [Thu Apr 16 04:36:43 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1190] 10.0.0.163 () {32 vars in 680 bytes} [Thu Apr 16 04:36:43 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1191] 10.0.0.163 () {32 vars in 694 bytes} [Thu Apr 16 04:36:43 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1192] 10.0.0.163 () {32 vars in 690 bytes} [Thu Apr 16 04:36:44 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1193] 10.0.0.163 () {32 vars in 702 bytes} [Thu Apr 16 04:36:44 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:36:44.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-dac5097b-e1cd-408a-93bf-838eec90a812 c8b870382fa048609a86ef226cfcae9b bfb3cd0cfcb84f1baf11b741bcd8ef99 - - default default] TaaS: Handle Delete Port: 740439c6-99c8-44a5-95f3-1740d2be0473 2026-04-16 04:36:44.230 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dac5097b-e1cd-408a-93bf-838eec90a812 c8b870382fa048609a86ef226cfcae9b bfb3cd0cfcb84f1baf11b741bcd8ef99 - - default default] Tap Mirror: Handle Delete Port: 740439c6-99c8-44a5-95f3-1740d2be0473 [pid: 7|app: 0|req: 601/1194] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:36:42 2026] POST /v2.0/routers => generated 728 bytes in 2081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1197] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:36:44 2026] DELETE /v2.0/floatingips/73ae6d66-2adb-48e5-8032-390486a1afea => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:36:44.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fd9edaa-4c85-4378-a152-bdb3bccf93f0 c8b870382fa048609a86ef226cfcae9b bfb3cd0cfcb84f1baf11b741bcd8ef99 - - default default] TaaS: Handle Delete Port: a7c792a8-d06b-4b00-9077-69d6c4da17cd 2026-04-16 04:36:44.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fd9edaa-4c85-4378-a152-bdb3bccf93f0 c8b870382fa048609a86ef226cfcae9b bfb3cd0cfcb84f1baf11b741bcd8ef99 - - default default] Tap Mirror: Handle Delete Port: a7c792a8-d06b-4b00-9077-69d6c4da17cd [pid: 8|app: 0|req: 595/1198] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:36:44 2026] DELETE /v2.0/floatingips/731e8e57-4cb2-4dfd-9135-2e36fc89d9f8 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1199] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:44 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:44.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-cacfe4a3-b81e-449c-b4b4-8821588635d4 c8b870382fa048609a86ef226cfcae9b bfb3cd0cfcb84f1baf11b741bcd8ef99 - - default default] TaaS: Handle Delete Port: a698b192-11df-434c-8ca2-b6edb11a1be3 2026-04-16 04:36:44.769 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cacfe4a3-b81e-449c-b4b4-8821588635d4 c8b870382fa048609a86ef226cfcae9b bfb3cd0cfcb84f1baf11b741bcd8ef99 - - default default] Tap Mirror: Handle Delete Port: a698b192-11df-434c-8ca2-b6edb11a1be3 [pid: 8|app: 0|req: 597/1200] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:36:44 2026] DELETE /v2.0/floatingips/604227cf-16ac-4c05-91a0-f54db5038c01 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1201] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:44 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&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-04-16 04:36:45.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-da5fd03a-76fa-4177-8b90-9202abe6f763 c8b870382fa048609a86ef226cfcae9b bfb3cd0cfcb84f1baf11b741bcd8ef99 - - default default] TaaS: Handle Delete Port: b2eb6fc5-d61b-457b-8a07-418ba2293574 2026-04-16 04:36:45.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da5fd03a-76fa-4177-8b90-9202abe6f763 c8b870382fa048609a86ef226cfcae9b bfb3cd0cfcb84f1baf11b741bcd8ef99 - - default default] Tap Mirror: Handle Delete Port: b2eb6fc5-d61b-457b-8a07-418ba2293574 [pid: 8|app: 0|req: 599/1202] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:36:44 2026] DELETE /v2.0/floatingips/7aa78b32-235f-4726-9d32-383f93aad6d3 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:36:45.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8cbb68a-45a3-4162-a5d5-e41e89b5500c c8b870382fa048609a86ef226cfcae9b bfb3cd0cfcb84f1baf11b741bcd8ef99 - - default default] TaaS: Handle Delete Port: 7debe6ea-4bd1-4065-a82e-304b071105db 2026-04-16 04:36:45.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8cbb68a-45a3-4162-a5d5-e41e89b5500c c8b870382fa048609a86ef226cfcae9b bfb3cd0cfcb84f1baf11b741bcd8ef99 - - default default] Tap Mirror: Handle Delete Port: 7debe6ea-4bd1-4065-a82e-304b071105db [pid: 7|app: 0|req: 604/1203] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:36:44 2026] PUT /v2.0/routers/6ccef3ab-b984-4ad8-ae2f-ec4e0b2fa809/add_router_interface => generated 309 bytes in 1226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1204] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:36:45 2026] DELETE /v2.0/floatingips/5c58e5ac-4aff-4a2a-b615-df463fe4e5fc => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1205] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:46 2026] GET /v2.0/security-groups?tenant_id=433075ca53344120824771d379f4e539&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1206] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:46 2026] DELETE /v2.0/security-groups/2ef045c1-0ab6-4205-a4ea-95f8f8821e77 => 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: 606/1207] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:46 2026] GET /v2.0/security-groups?tenant_id=3e5f7ee15d0447038e0feebdc863b241&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1208] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:47 2026] DELETE /v2.0/security-groups/ef6ca0cb-8912-48c5-b453-349a68104fbd => 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: 607/1209] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:47 2026] GET /v2.0/security-groups?tenant_id=bfb3cd0cfcb84f1baf11b741bcd8ef99&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1210] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:47 2026] DELETE /v2.0/security-groups/8374a9c9-06b7-488d-a0ef-fc5ab2736f1f => 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: 608/1211] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:36:48 2026] GET /v2.0/networks?id=e9b90206-8ee3-42ce-bd8b-885c034f2c3c => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1212] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:36:48 2026] GET /v2.0/quotas/b6d61c881752411581ffd2ccca7a1e5d => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1213] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:36:48 2026] GET /v2.0/ports?tenant_id=b6d61c881752411581ffd2ccca7a1e5d&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1214] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:36:48 2026] GET /v2.0/networks/e9b90206-8ee3-42ce-bd8b-885c034f2c3c?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: 610/1215] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:36:48 2026] GET /v2.0/networks/e9b90206-8ee3-42ce-bd8b-885c034f2c3c?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: 606/1216] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:48 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => 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: 611/1217] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:49 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1014 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1218] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:49 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1219] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:36:49 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1283 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1220] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:49 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => 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: 608/1221] 10.0.0.163 () {32 vars in 858 bytes} [Thu Apr 16 04:36:49 2026] GET /v2.0/floatingips?floating_network_id=7d5d7088-7ed6-4128-8f7d-f9daa1cc9441&port_id=20ebe2a9-c0a1-4dd8-99df-e345d1a37c19 => generated 861 bytes in 847 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1222] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:50 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => 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: 609/1223] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 04:36:51 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1224] 10.0.0.165 () {34 vars in 1120 bytes} [Thu Apr 16 04:36:51 2026] GET /v2.0/security-groups?id=6265a585-d9ba-4b80-976a-fda05219397c&id=51680868-f45a-43db-9493-e945f7905335&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1225] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:51 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1226] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1227] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1228] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1229] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1230] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1231] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:52 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => 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: 619/1232] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:36:52 2026] PUT /v2.0/subnetpools/7fe95250-a1c6-45d7-847b-52c32cf80fc9/tags => generated 17 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1233] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:36:52 2026] PUT /v2.0/subnetpools/e9e17e6d-a19c-4070-8253-dfc54823c170/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1234] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/networks?id=e9b90206-8ee3-42ce-bd8b-885c034f2c3c => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1235] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:36:53 2026] PUT /v2.0/subnetpools/b97b210a-897d-43c3-9dcd-73fb2ad7a1e3/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1236] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1237] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:36:53 2026] PUT /v2.0/subnetpools/e76ca843-eaa3-4ce2-8b8e-e690731a4ea7/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1238] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&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: 619/1239] 10.0.0.163 () {32 vars in 672 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1240] 10.0.0.163 () {32 vars in 686 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1241] 10.0.0.163 () {32 vars in 682 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1242] 10.0.0.163 () {32 vars in 694 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1243] 10.0.0.163 () {32 vars in 680 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1244] 10.0.0.163 () {32 vars in 694 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1245] 10.0.0.163 () {32 vars in 690 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1246] 10.0.0.163 () {32 vars in 702 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1247] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:36:53 2026] POST /v2.0/ports => generated 958 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1248] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:36:53 2026] DELETE /v2.0/subnetpools/7fe95250-a1c6-45d7-847b-52c32cf80fc9 => generated 0 bytes in 52 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: 622/1249] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:36:53 2026] DELETE /v2.0/subnetpools/e9e17e6d-a19c-4070-8253-dfc54823c170 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1250] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:36:53 2026] DELETE /v2.0/subnetpools/b97b210a-897d-43c3-9dcd-73fb2ad7a1e3 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1251] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:36:53 2026] DELETE /v2.0/subnetpools/e76ca843-eaa3-4ce2-8b8e-e690731a4ea7 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1252] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:36:53 2026] DELETE /v2.0/subnetpools/fd3aea9b-1526-463a-94a2-0e5260992e75 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1253] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1014 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1254] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1255] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:36:53 2026] PUT /v2.0/ports/9cfee52a-9448-4dd1-b907-863ecc2f0d06 => generated 1239 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:36:54.029 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d11a1a61-a41d-437d-b49d-453901cce75d'] response: {'name': 'network-changed', 'server_uuid': 'b3c49359-7f51-4db6-a43e-85e1139856d0', 'tag': '9cfee52a-9448-4dd1-b907-863ecc2f0d06', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 628/1256] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:53 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 973 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: 8|app: 0|req: 629/1257] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:54 2026] GET /v2.0/security-groups?id=f0d7bc2c-fe60-4d62-999d-9c0b686a8030&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1258] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:36:54 2026] GET /v2.0/ports?tenant_id=b6d61c881752411581ffd2ccca7a1e5d&device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1259] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:36:54 2026] GET /v2.0/networks?tenant_id=b6d61c881752411581ffd2ccca7a1e5d&shared=False => generated 769 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1260] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:36:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1261] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:54 2026] GET /v2.0/security-groups?tenant_id=c99cff14a15141d7a6aa73f6b36317ad&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1262] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:54 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1014 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1263] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:54 2026] DELETE /v2.0/security-groups/ae1f06e2-a50e-4b02-b57a-833136a71168 => 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: 632/1264] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:55 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&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: 8|app: 0|req: 633/1265] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:55 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1266] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:55 2026] GET /v2.0/security-groups?id=f0d7bc2c-fe60-4d62-999d-9c0b686a8030&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1267] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:55 2026] GET /v2.0/security-groups?tenant_id=e89ebb076a3f45c4ae24975329df5f3a&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1268] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:55 2026] DELETE /v2.0/security-groups/390ea7b9-f9c6-4b1b-b9de-26d255889174 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1269] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:36:55 2026] GET /v2.0/security-groups?tenant_id=f375f247fa0746b4b5b92a0b7becbc79&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1270] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:36:55 2026] GET /v2.0/ports?tenant_id=b6d61c881752411581ffd2ccca7a1e5d&device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 1242 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1271] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:36:55 2026] DELETE /v2.0/security-groups/7e069018-0bef-4fc5-81b6-d54d1521b3ac => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1272] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:36:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9cfee52a-9448-4dd1-b907-863ecc2f0d06 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1273] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:36:55 2026] GET /v2.0/subnets?id=242ce0c4-23f6-4867-8a9c-a0d166aac96a => generated 691 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1274] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:36:55 2026] GET /v2.0/ports?network_id=e9b90206-8ee3-42ce-bd8b-885c034f2c3c&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: 638/1275] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:36:55 2026] GET /v2.0/networks/e9b90206-8ee3-42ce-bd8b-885c034f2c3c?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: 638/1276] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:36:56 2026] GET /v2.0/networks/e9b90206-8ee3-42ce-bd8b-885c034f2c3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1277] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:56 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1014 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1278] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:36:56 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1279] 10.0.0.68 () {34 vars in 1119 bytes} [Thu Apr 16 04:36:56 2026] GET /v2.0/security-groups?id=51680868-f45a-43db-9493-e945f7905335&id=6265a585-d9ba-4b80-976a-fda05219397c&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1280] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:56 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:36:56.360 7 INFO neutron_taas.services.taas.taas_plugin [req-a20a9cfc-612e-4840-8e65-92dd63b96dc5 req-5f26c704-88d1-43a9-9f75-a5ed13556f0d 5b551edf50ff460baacc64c916a20bff b08593b97b9c40daa01ea4b813d15a4b - - default default] TaaS: Handle Delete Port: 20ebe2a9-c0a1-4dd8-99df-e345d1a37c19 2026-04-16 04:36:56.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a20a9cfc-612e-4840-8e65-92dd63b96dc5 req-5f26c704-88d1-43a9-9f75-a5ed13556f0d 5b551edf50ff460baacc64c916a20bff b08593b97b9c40daa01ea4b813d15a4b - - default default] Tap Mirror: Handle Delete Port: 20ebe2a9-c0a1-4dd8-99df-e345d1a37c19 [pid: 8|app: 0|req: 642/1281] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:56 2026] GET /v2.0/security-groups?id=f0d7bc2c-fe60-4d62-999d-9c0b686a8030&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:36:56.480 7 INFO neutron.db.l3_db [req-a20a9cfc-612e-4840-8e65-92dd63b96dc5 req-5f26c704-88d1-43a9-9f75-a5ed13556f0d 5b551edf50ff460baacc64c916a20bff b08593b97b9c40daa01ea4b813d15a4b - - default default] Floating IP d2d84ca5-e12d-4cc2-8b52-21c2d92863c6 disassociated. External IP: 10.96.250.201, port: 20ebe2a9-c0a1-4dd8-99df-e345d1a37c19. [pid: 7|app: 0|req: 640/1282] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:36:56 2026] DELETE /v2.0/ports/20ebe2a9-c0a1-4dd8-99df-e345d1a37c19 => generated 0 bytes in 567 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:36:56.868 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea2f7ed5-19a5-412f-b7ee-16248781d1a4'] response: {'server_uuid': '924275b8-b372-4c7d-aceb-82d1ae99349f', 'name': 'network-vif-deleted', 'tag': '20ebe2a9-c0a1-4dd8-99df-e345d1a37c19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 643/1283] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:57 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => 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: 641/1284] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:57 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1285] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:57 2026] GET /v2.0/security-groups?id=f0d7bc2c-fe60-4d62-999d-9c0b686a8030&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: 642/1286] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:58 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => 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: 645/1287] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:58 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1288] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:58 2026] GET /v2.0/security-groups?id=f0d7bc2c-fe60-4d62-999d-9c0b686a8030&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1291] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:59 2026] GET /v2.0/ports?device_id=924275b8-b372-4c7d-aceb-82d1ae99349f => 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: 646/1292] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:36:59 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1293] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:36:59 2026] GET /v2.0/security-groups?id=f0d7bc2c-fe60-4d62-999d-9c0b686a8030&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: 647/1294] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:36:59 2026] POST /v2.0/floatingips => generated 552 bytes in 703 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1295] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:36:59 2026] PUT /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1296] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:00 2026] GET /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1297] 10.0.0.163 () {34 vars in 770 bytes} [Thu Apr 16 04:37:00 2026] PUT /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1298] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:00 2026] GET /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1299] 10.0.0.163 () {34 vars in 766 bytes} [Thu Apr 16 04:37:00 2026] PUT /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags/red => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1300] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:00 2026] GET /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1301] 10.0.0.163 () {34 vars in 788 bytes} [Thu Apr 16 04:37:00 2026] PUT /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags/black.or.white => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1302] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:00 2026] GET /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1303] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:37:00 2026] PUT /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1304] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:00 2026] GET /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1305] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:37:00 2026] GET /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:00.645 8 INFO neutron.api.v2.resource [None req-ce8c941a-f659-4587-9377-20b26b75e05b 5deab52540cc4b208e961322fdb60dc8 8758cb5f7af1436fab66c6999046b352 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 653/1306] 10.0.0.163 () {32 vars in 751 bytes} [Thu Apr 16 04:37:00 2026] GET /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1307] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:37:00 2026] DELETE /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags/red => 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: 654/1308] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:00 2026] GET /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:00.810 7 INFO neutron.api.v2.resource [None req-b212d452-9ac1-442d-9d84-7ce507e4c6b8 5deab52540cc4b208e961322fdb60dc8 8758cb5f7af1436fab66c6999046b352 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1309] 10.0.0.163 () {32 vars in 754 bytes} [Thu Apr 16 04:37:00 2026] DELETE /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1310] 10.0.0.163 () {32 vars in 742 bytes} [Thu Apr 16 04:37:00 2026] DELETE /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1311] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:00 2026] DELETE /v2.0/security-groups/51680868-f45a-43db-9493-e945f7905335 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:00.888 8 INFO neutron.api.v2.resource [None req-e390f745-7692-40f2-9a83-0d56b8aa61f6 5b551edf50ff460baacc64c916a20bff b08593b97b9c40daa01ea4b813d15a4b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1312] 10.0.0.163 () {32 vars in 737 bytes} [Thu Apr 16 04:37:00 2026] GET /v2.0/security-groups/51680868-f45a-43db-9493-e945f7905335 => 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: 657/1313] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:00 2026] GET /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:00.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea7e3a2e-4e57-4736-b85f-0331dd6d0b75 5b551edf50ff460baacc64c916a20bff b08593b97b9c40daa01ea4b813d15a4b - - default default] TaaS: Handle Delete Port: 2cdcb415-6d3d-4d5c-8747-fe6f9edf67ce 2026-04-16 04:37:00.991 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea7e3a2e-4e57-4736-b85f-0331dd6d0b75 5b551edf50ff460baacc64c916a20bff b08593b97b9c40daa01ea4b813d15a4b - - default default] Tap Mirror: Handle Delete Port: 2cdcb415-6d3d-4d5c-8747-fe6f9edf67ce 2026-04-16 04:37:00.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-7386dbd5-dbe5-4155-af36-852c0e5cc2bc 5deab52540cc4b208e961322fdb60dc8 8758cb5f7af1436fab66c6999046b352 - - default default] TaaS: Handle Delete Port: ff7c632c-88b2-4014-8a04-1c7a304ae7b8 2026-04-16 04:37:01.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7386dbd5-dbe5-4155-af36-852c0e5cc2bc 5deab52540cc4b208e961322fdb60dc8 8758cb5f7af1436fab66c6999046b352 - - default default] Tap Mirror: Handle Delete Port: ff7c632c-88b2-4014-8a04-1c7a304ae7b8 [pid: 8|app: 0|req: 657/1314] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:37:00 2026] DELETE /v2.0/floatingips/d2d84ca5-e12d-4cc2-8b52-21c2d92863c6 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1315] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:37:00 2026] DELETE /v2.0/floatingips/4e6c606e-496d-4abd-8ec7-9d4999524499 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1316] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:01 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1317] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:37:01 2026] GET /v2.0/security-groups?id=f0d7bc2c-fe60-4d62-999d-9c0b686a8030&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1318] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:01 2026] DELETE /v2.0/security-groups/6265a585-d9ba-4b80-976a-fda05219397c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:01.714 8 INFO neutron_taas.services.taas.taas_plugin [None req-9496a403-0be9-4670-938d-2fdbd948caa0 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: dbbef822-35b1-4e10-950b-e2a188592d54 2026-04-16 04:37:01.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9496a403-0be9-4670-938d-2fdbd948caa0 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: dbbef822-35b1-4e10-950b-e2a188592d54 [pid: 7|app: 0|req: 660/1319] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:01 2026] GET /v2.0/security-groups?tenant_id=8758cb5f7af1436fab66c6999046b352&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1320] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:02 2026] DELETE /v2.0/security-groups/bc6f285c-cc19-44e1-b08e-828394f20db6 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1321] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:37:01 2026] PUT /v2.0/routers/c420dabc-9d82-46e7-ad3b-4eabf879ab1b/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:02.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-636e9163-b7b5-4f54-8738-daedb386f072 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 0ef4fa0d-9ec9-47b4-ba5b-c03f290e22e3 2026-04-16 04:37:02.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-636e9163-b7b5-4f54-8738-daedb386f072 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 0ef4fa0d-9ec9-47b4-ba5b-c03f290e22e3 [pid: 8|app: 0|req: 661/1322] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:02 2026] GET /v2.0/security-groups?tenant_id=007afcbab99842818771d33735c4ab58&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: 662/1323] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:02 2026] DELETE /v2.0/security-groups/a2a0c534-5d3d-45e0-a7a5-5d590d52106c => 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: 663/1324] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:02 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1325] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:37:02 2026] GET /v2.0/security-groups?id=f0d7bc2c-fe60-4d62-999d-9c0b686a8030&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:02.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-636e9163-b7b5-4f54-8738-daedb386f072 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 9aa39491-1662-4538-af7f-17210cb567c1 2026-04-16 04:37:02.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-636e9163-b7b5-4f54-8738-daedb386f072 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 9aa39491-1662-4538-af7f-17210cb567c1 [pid: 8|app: 0|req: 665/1326] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:03 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1327] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:37:03 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:03.191 7 INFO neutron.services.segments.plugin [-] Segment bc29c37e-10cf-43f5-8031-50b263641e85 resource provider aggregate not found 2026-04-16 04:37:03.198 7 INFO neutron.services.segments.plugin [-] Segment bc29c37e-10cf-43f5-8031-50b263641e85 resource provider aggregate not found 2026-04-16 04:37:03.211 7 INFO neutron.db.l3_hamode_db [None req-636e9163-b7b5-4f54-8738-daedb386f072 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] HA network e0c980fc-e866-49b1-b9bd-2d6c4fff0790 was deleted as no HA routers are present in tenant b08593b97b9c40daa01ea4b813d15a4b. 2026-04-16 04:37:03.217 7 INFO neutron.services.segments.plugin [-] Segment bc29c37e-10cf-43f5-8031-50b263641e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc29c37e-10cf-43f5-8031-50b263641e85 found for delete ", "request_id": "req-df01245e-551b-48f2-9959-daa9598f131c"}]} 2026-04-16 04:37:03.219 7 INFO neutron.services.segments.plugin [-] Segment bc29c37e-10cf-43f5-8031-50b263641e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc29c37e-10cf-43f5-8031-50b263641e85 found for delete ", "request_id": "req-e6aae9f4-a304-40bb-8588-83ad34a1f067"}]} [pid: 7|app: 0|req: 662/1328] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:02 2026] DELETE /v2.0/routers/c420dabc-9d82-46e7-ad3b-4eabf879ab1b => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1329] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:03 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1330] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:03 2026] DELETE /v2.0/subnets/20c7a8fa-bc5c-4ec6-862d-91e626445a0c => 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: 664/1331] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:37:03 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:03.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-7311eb7c-5ffd-4a6e-9bfc-e42c67d3a782 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: f4a8efe6-c1e0-4265-9778-9d791683ad5e 2026-04-16 04:37:03.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7311eb7c-5ffd-4a6e-9bfc-e42c67d3a782 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: f4a8efe6-c1e0-4265-9778-9d791683ad5e 2026-04-16 04:37:03.717 8 INFO neutron.services.segments.plugin [-] Segment 2571d2b8-cd91-430a-83aa-653a3d7633f5 resource provider aggregate not found 2026-04-16 04:37:03.733 8 INFO neutron.services.segments.plugin [-] Segment 2571d2b8-cd91-430a-83aa-653a3d7633f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2571d2b8-cd91-430a-83aa-653a3d7633f5 found for delete ", "request_id": "req-c812727f-e57a-43f5-809a-0fd6074f84d5"}]} 2026-04-16 04:37:03.734 8 INFO neutron.services.segments.plugin [-] Segment 2571d2b8-cd91-430a-83aa-653a3d7633f5 resource provider aggregate not found [pid: 8|app: 0|req: 668/1332] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:03 2026] DELETE /v2.0/networks/defb6456-98e5-4ecd-99cb-2079d4858bc4 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:03.754 8 INFO neutron.services.segments.plugin [-] Segment 2571d2b8-cd91-430a-83aa-653a3d7633f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2571d2b8-cd91-430a-83aa-653a3d7633f5 found for delete ", "request_id": "req-16845112-30bf-41fb-8471-6208983b32e0"}]} [pid: 8|app: 0|req: 669/1333] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:03 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1334] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:37:03 2026] GET /v2.0/security-groups?id=f0d7bc2c-fe60-4d62-999d-9c0b686a8030&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:04.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-71b810c2-2f65-4672-a791-df46a351ddcc 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 640c531a-f4d7-4c66-9d75-27fcac886af8 2026-04-16 04:37:04.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71b810c2-2f65-4672-a791-df46a351ddcc 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 640c531a-f4d7-4c66-9d75-27fcac886af8 [pid: 8|app: 0|req: 671/1335] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:04 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1336] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:37:04 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1337] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:37:03 2026] PUT /v2.0/routers/f26d91d1-5553-4c60-abb1-01546c27819d/remove_router_interface => generated 309 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:04.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-040edce3-00f9-4ffa-bd70-fb843415e3d1 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 547ad498-7bd6-42ab-9f47-f8d644697f89 2026-04-16 04:37:04.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-040edce3-00f9-4ffa-bd70-fb843415e3d1 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 547ad498-7bd6-42ab-9f47-f8d644697f89 [pid: 7|app: 0|req: 666/1338] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:05 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1339] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:37:05 2026] GET /v2.0/security-groups?id=f0d7bc2c-fe60-4d62-999d-9c0b686a8030&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: 668/1340] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:37:05 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:05.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-040edce3-00f9-4ffa-bd70-fb843415e3d1 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 25380e0d-44db-4fcd-88a2-fab90f6d3839 2026-04-16 04:37:05.235 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-040edce3-00f9-4ffa-bd70-fb843415e3d1 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 25380e0d-44db-4fcd-88a2-fab90f6d3839 2026-04-16 04:37:05.361 7 INFO neutron_taas.services.taas.taas_plugin [req-dc4156f5-13d6-45f3-9ecb-7d152dab6781 req-8cec0b78-c8cb-4427-ae68-fb75bc4b2dce 574e94df51a343cf99a2735adf74ee9f b6d61c881752411581ffd2ccca7a1e5d - - default default] TaaS: Handle Delete Port: 9cfee52a-9448-4dd1-b907-863ecc2f0d06 2026-04-16 04:37:05.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dc4156f5-13d6-45f3-9ecb-7d152dab6781 req-8cec0b78-c8cb-4427-ae68-fb75bc4b2dce 574e94df51a343cf99a2735adf74ee9f b6d61c881752411581ffd2ccca7a1e5d - - default default] Tap Mirror: Handle Delete Port: 9cfee52a-9448-4dd1-b907-863ecc2f0d06 [pid: 7|app: 0|req: 669/1341] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:37:05 2026] DELETE /v2.0/ports/9cfee52a-9448-4dd1-b907-863ecc2f0d06 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:05.584 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-798920d5-8c56-4eaa-aa38-84a04b15575d'] response: {'server_uuid': 'b3c49359-7f51-4db6-a43e-85e1139856d0', 'name': 'network-vif-deleted', 'tag': '9cfee52a-9448-4dd1-b907-863ecc2f0d06', 'status': 'completed', 'code': 200} 2026-04-16 04:37:05.681 8 INFO neutron.db.l3_hamode_db [None req-040edce3-00f9-4ffa-bd70-fb843415e3d1 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] HA network 42b0b72a-19c2-43fa-b7e6-6a0d3a9ee500 was deleted as no HA routers are present in tenant 5de88d941b3f44debb4fbef6f4bbe5b9. [pid: 8|app: 0|req: 673/1342] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:04 2026] DELETE /v2.0/routers/f26d91d1-5553-4c60-abb1-01546c27819d => generated 0 bytes in 918 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1343] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:05 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => 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: 671/1344] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:37:05 2026] GET /v2.0/security-groups?id=9030bb50-f55a-432f-917d-bd9059f2ecc2&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:05.762 8 INFO neutron.services.segments.plugin [-] Segment c38660dc-248b-44b0-96a5-5ec651901c1c resource provider aggregate not found 2026-04-16 04:37:05.783 8 INFO neutron.services.segments.plugin [-] Segment c38660dc-248b-44b0-96a5-5ec651901c1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c38660dc-248b-44b0-96a5-5ec651901c1c found for delete ", "request_id": "req-828e2055-cf31-46c6-ab3f-360f1d17352c"}]} 2026-04-16 04:37:05.790 8 INFO neutron.services.segments.plugin [-] Segment c38660dc-248b-44b0-96a5-5ec651901c1c resource provider aggregate not found 2026-04-16 04:37:05.819 8 INFO neutron.services.segments.plugin [-] Segment c38660dc-248b-44b0-96a5-5ec651901c1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c38660dc-248b-44b0-96a5-5ec651901c1c found for delete ", "request_id": "req-7d2bdcd8-6976-4b9e-ba91-36b3085ab390"}]} [pid: 8|app: 0|req: 674/1345] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:05 2026] DELETE /v2.0/subnets/e5177c0e-94ec-4950-b3a7-5679f4a2ad4e => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:05.960 7 INFO neutron_taas.services.taas.taas_plugin [None req-18b29fcb-c2d9-44ea-a053-13e3cfaa52b2 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 5166784e-d0ca-4911-bb9f-30fcc5b7cae4 2026-04-16 04:37:05.963 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18b29fcb-c2d9-44ea-a053-13e3cfaa52b2 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 5166784e-d0ca-4911-bb9f-30fcc5b7cae4 [pid: 8|app: 0|req: 675/1346] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:37:06 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:06.151 8 INFO neutron_taas.services.taas.taas_plugin [req-7f45d9a8-52c9-4af5-858e-a2c355b24c14 req-71b5f829-0109-4f6b-a47d-dac11d6a582e 1c2247e4f65a4d4f9368821bac3201a1 0365fbff8eaa4837b627a79b3cb1d7a3 - - default default] TaaS: Handle Delete Port: 2261332e-a27d-4786-8627-9767f9fa2c5a 2026-04-16 04:37:06.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7f45d9a8-52c9-4af5-858e-a2c355b24c14 req-71b5f829-0109-4f6b-a47d-dac11d6a582e 1c2247e4f65a4d4f9368821bac3201a1 0365fbff8eaa4837b627a79b3cb1d7a3 - - default default] Tap Mirror: Handle Delete Port: 2261332e-a27d-4786-8627-9767f9fa2c5a 2026-04-16 04:37:06.170 7 INFO neutron.services.segments.plugin [-] Segment 2ec6c96e-4281-4dd8-ba83-0e399bcdca3c resource provider aggregate not found 2026-04-16 04:37:06.177 7 INFO neutron.services.segments.plugin [-] Segment 2ec6c96e-4281-4dd8-ba83-0e399bcdca3c resource provider aggregate not found 2026-04-16 04:37:06.188 7 INFO neutron.services.segments.plugin [-] Segment 2ec6c96e-4281-4dd8-ba83-0e399bcdca3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ec6c96e-4281-4dd8-ba83-0e399bcdca3c found for delete ", "request_id": "req-7c8aa369-c6a3-48a6-bead-1ed21b997d14"}]} [pid: 7|app: 0|req: 672/1347] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:05 2026] DELETE /v2.0/networks/bcac677d-4d48-44b4-96f9-3011846e3557 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:06.205 7 INFO neutron.services.segments.plugin [-] Segment 2ec6c96e-4281-4dd8-ba83-0e399bcdca3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ec6c96e-4281-4dd8-ba83-0e399bcdca3c found for delete ", "request_id": "req-11610367-d3c2-499f-b1b7-d63800cd449e"}]} 2026-04-16 04:37:06.291 8 INFO neutron.db.l3_db [req-7f45d9a8-52c9-4af5-858e-a2c355b24c14 req-71b5f829-0109-4f6b-a47d-dac11d6a582e 1c2247e4f65a4d4f9368821bac3201a1 0365fbff8eaa4837b627a79b3cb1d7a3 - - default default] Floating IP fcbce940-0315-4957-b272-d6aaccfcf930 disassociated. External IP: 10.96.250.215, port: 2261332e-a27d-4786-8627-9767f9fa2c5a. 2026-04-16 04:37:06.506 7 INFO neutron.db.segments_db [None req-ef7ec917-92c6-4f28-bbf6-8b2913332135 fdfd32a296be43369e3a5c43934842fa 553031b363e24b76b6f0ff957610005c - - default default] Added segment af0f1b5b-65d5-4a34-8f69-dbfa2bb5f770 of type vxlan for network 25d8fe97-3c32-4eec-ac7a-c234e28c7aef [pid: 7|app: 0|req: 673/1348] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:06 2026] POST /v2.0/networks => generated 612 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1349] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:06 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => 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: 676/1350] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:37:06 2026] DELETE /v2.0/ports/2261332e-a27d-4786-8627-9767f9fa2c5a => generated 0 bytes in 659 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1351] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:06 2026] GET /v2.0/security-groups?tenant_id=5de88d941b3f44debb4fbef6f4bbe5b9&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:06.745 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d801675a-71be-482c-a035-3a00e1d93eb2'] response: {'server_uuid': 'b1425192-eb33-40de-9641-3eff3397890e', 'name': 'network-vif-deleted', 'tag': '2261332e-a27d-4786-8627-9767f9fa2c5a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 678/1352] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:06 2026] DELETE /v2.0/security-groups/2106f78c-0ce4-4f1b-9ae4-8ffbab205e85 => 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: 679/1353] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:06 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => 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: 675/1354] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:37:06 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 680/1355] 10.0.0.163 () {34 vars in 747 bytes} [Thu Apr 16 04:37:06 2026] PUT /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1356] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:06 2026] GET /v2.0/security-groups?tenant_id=b08593b97b9c40daa01ea4b813d15a4b&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 677/1357] 10.0.0.163 () {32 vars in 727 bytes} [Thu Apr 16 04:37:07 2026] GET /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 681/1358] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:07 2026] DELETE /v2.0/security-groups/a4305903-71b1-4efb-a4da-05a732c1965c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1359] 10.0.0.163 () {34 vars in 758 bytes} [Thu Apr 16 04:37:07 2026] PUT /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags/green => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1360] 10.0.0.163 () {32 vars in 727 bytes} [Thu Apr 16 04:37:07 2026] GET /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags => generated 34 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: 679/1361] 10.0.0.163 () {34 vars in 754 bytes} [Thu Apr 16 04:37:07 2026] PUT /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags/red => generated 4 bytes in 70 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: 683/1362] 10.0.0.163 () {32 vars in 727 bytes} [Thu Apr 16 04:37:07 2026] GET /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 680/1363] 10.0.0.163 () {34 vars in 776 bytes} [Thu Apr 16 04:37:07 2026] PUT /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags/black.or.white => generated 4 bytes in 157 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: 684/1364] 10.0.0.163 () {32 vars in 727 bytes} [Thu Apr 16 04:37:07 2026] GET /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 681/1365] 10.0.0.163 () {34 vars in 747 bytes} [Thu Apr 16 04:37:07 2026] PUT /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags => generated 37 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1366] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:07 2026] GET /v2.0/ports?device_id=b3c49359-7f51-4db6-a43e-85e1139856d0 => generated 12 bytes in 25 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: 682/1367] 10.0.0.163 () {32 vars in 727 bytes} [Thu Apr 16 04:37:07 2026] GET /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/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: 686/1368] 10.0.0.163 () {32 vars in 735 bytes} [Thu Apr 16 04:37:07 2026] GET /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:37:07.911 7 INFO neutron.api.v2.resource [None req-f2e5e99f-8e72-45c7-aeb8-252a9a1213f9 fdfd32a296be43369e3a5c43934842fa 553031b363e24b76b6f0ff957610005c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 683/1369] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:07 2026] GET /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags/green => generated 99 bytes in 60 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 684/1370] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:07 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => 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: 687/1371] 10.0.0.163 () {32 vars in 738 bytes} [Thu Apr 16 04:37:07 2026] DELETE /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags/red => 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: 685/1372] 10.0.0.163 () {32 vars in 727 bytes} [Thu Apr 16 04:37:07 2026] GET /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags => generated 30 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, ' 2026-04-16 04:37:08.109 8 INFO neutron.api.v2.resource [None req-72b993b3-1f45-4a47-b988-42ceff959fee fdfd32a296be43369e3a5c43934842fa 553031b363e24b76b6f0ff957610005c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1373] 10.0.0.163 () {32 vars in 742 bytes} [Thu Apr 16 04:37:08 2026] DELETE /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 686/1374] 10.0.0.163 () {32 vars in 730 bytes} [Thu Apr 16 04:37:08 2026] DELETE /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags => generated 0 bytes in 69 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: 689/1375] 10.0.0.163 () {32 vars in 727 bytes} [Thu Apr 16 04:37:08 2026] GET /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:37:08.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dbeafe6-3767-4774-af26-a967cd82c26c fdfd32a296be43369e3a5c43934842fa 553031b363e24b76b6f0ff957610005c - - default default] TaaS: Handle Delete Port: 3251517e-cb03-4d5c-90c3-46780def9ad9 2026-04-16 04:37:08.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dbeafe6-3767-4774-af26-a967cd82c26c fdfd32a296be43369e3a5c43934842fa 553031b363e24b76b6f0ff957610005c - - default default] Tap Mirror: Handle Delete Port: 3251517e-cb03-4d5c-90c3-46780def9ad9 [pid: 7|app: 0|req: 687/1376] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:37:08 2026] DELETE /v2.0/ports/3251517e-cb03-4d5c-90c3-46780def9ad9 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:37:08.534 8 INFO neutron.services.segments.plugin [-] Segment af0f1b5b-65d5-4a34-8f69-dbfa2bb5f770 resource provider aggregate not found 2026-04-16 04:37:08.540 8 INFO neutron.services.segments.plugin [-] Segment af0f1b5b-65d5-4a34-8f69-dbfa2bb5f770 resource provider aggregate not found 2026-04-16 04:37:08.554 8 INFO neutron.services.segments.plugin [-] Segment af0f1b5b-65d5-4a34-8f69-dbfa2bb5f770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af0f1b5b-65d5-4a34-8f69-dbfa2bb5f770 found for delete ", "request_id": "req-ad88ecaf-4953-4947-9782-b37b9695e26f"}]} 2026-04-16 04:37:08.559 8 INFO neutron.services.segments.plugin [-] Segment af0f1b5b-65d5-4a34-8f69-dbfa2bb5f770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af0f1b5b-65d5-4a34-8f69-dbfa2bb5f770 found for delete ", "request_id": "req-7785e724-21b8-47fa-b9e5-07c77bcb7f0f"}]} [pid: 8|app: 0|req: 690/1377] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:08 2026] DELETE /v2.0/networks/25d8fe97-3c32-4eec-ac7a-c234e28c7aef => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1378] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:37:09 2026] GET /v2.0/ports?device_id=b1425192-eb33-40de-9641-3eff3397890e => 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: 691/1379] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:09 2026] GET /v2.0/security-groups?tenant_id=6afc6fc71b8e4dd38f481e7ec1fbcaf4&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1380] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:09 2026] DELETE /v2.0/security-groups/d55a7654-0a83-4bc1-9f4e-d18f0db09947 => 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: 692/1381] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:09 2026] GET /v2.0/security-groups?tenant_id=553031b363e24b76b6f0ff957610005c&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1382] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:09 2026] DELETE /v2.0/security-groups/e035b3b4-37b6-4aba-82e7-edee94e50cab => 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: 691/1383] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:10 2026] DELETE /v2.0/security-groups/9030bb50-f55a-432f-917d-bd9059f2ecc2 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:10.241 7 INFO neutron.api.v2.resource [None req-6f9fa9c5-6af4-4980-bd82-1a597854e6d8 1c2247e4f65a4d4f9368821bac3201a1 0365fbff8eaa4837b627a79b3cb1d7a3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 692/1384] 10.0.0.163 () {32 vars in 737 bytes} [Thu Apr 16 04:37:10 2026] GET /v2.0/security-groups/9030bb50-f55a-432f-917d-bd9059f2ecc2 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:37:10.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8f6de0a-a612-4fb1-a677-24edd197789c 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 173215df-5821-450c-8b63-e1e339c0109a 2026-04-16 04:37:10.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8f6de0a-a612-4fb1-a677-24edd197789c 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 173215df-5821-450c-8b63-e1e339c0109a 2026-04-16 04:37:10.354 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7d39cee-e066-4f34-b164-31b1a5175350 1c2247e4f65a4d4f9368821bac3201a1 0365fbff8eaa4837b627a79b3cb1d7a3 - - default default] TaaS: Handle Delete Port: 6da1dc5f-0a6f-45f6-bc46-292943d9aa1d 2026-04-16 04:37:10.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7d39cee-e066-4f34-b164-31b1a5175350 1c2247e4f65a4d4f9368821bac3201a1 0365fbff8eaa4837b627a79b3cb1d7a3 - - default default] Tap Mirror: Handle Delete Port: 6da1dc5f-0a6f-45f6-bc46-292943d9aa1d [pid: 7|app: 0|req: 693/1385] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:37:10 2026] DELETE /v2.0/floatingips/fcbce940-0315-4957-b272-d6aaccfcf930 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1386] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:37:09 2026] PUT /v2.0/routers/6ccef3ab-b984-4ad8-ae2f-ec4e0b2fa809/remove_router_interface => generated 309 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:10.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b1c6de0-88bf-4746-aff4-6ef3c766925c 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: b43e6e9e-17ff-41d8-a0fa-de3c33f48f40 2026-04-16 04:37:10.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b1c6de0-88bf-4746-aff4-6ef3c766925c 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: b43e6e9e-17ff-41d8-a0fa-de3c33f48f40 2026-04-16 04:37:10.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-05febbb0-d1e7-4ac1-b1ea-3bd564d22835 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 910dda36-8c8a-4260-99ed-adac1cddd942 2026-04-16 04:37:10.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05febbb0-d1e7-4ac1-b1ea-3bd564d22835 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 910dda36-8c8a-4260-99ed-adac1cddd942 2026-04-16 04:37:11.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-05febbb0-d1e7-4ac1-b1ea-3bd564d22835 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 946f5252-8485-4e13-b05e-afecc36c6929 2026-04-16 04:37:11.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05febbb0-d1e7-4ac1-b1ea-3bd564d22835 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 946f5252-8485-4e13-b05e-afecc36c6929 [pid: 7|app: 0|req: 694/1387] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:37:10 2026] PUT /v2.0/routers/755c2d6b-fa9d-4796-b1bc-33616e6606fc/remove_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:11.595 8 INFO neutron.services.segments.plugin [-] Segment 1e85f3ce-4b4f-4362-97d5-8ccab562fdb3 resource provider aggregate not found 2026-04-16 04:37:11.601 8 INFO neutron.services.segments.plugin [-] Segment 1e85f3ce-4b4f-4362-97d5-8ccab562fdb3 resource provider aggregate not found 2026-04-16 04:37:11.608 8 INFO neutron.services.segments.plugin [-] Segment 1e85f3ce-4b4f-4362-97d5-8ccab562fdb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e85f3ce-4b4f-4362-97d5-8ccab562fdb3 found for delete ", "request_id": "req-964b96d3-90b3-4857-ae31-da43aeae04d2"}]} 2026-04-16 04:37:11.617 8 INFO neutron.services.segments.plugin [-] Segment 1e85f3ce-4b4f-4362-97d5-8ccab562fdb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e85f3ce-4b4f-4362-97d5-8ccab562fdb3 found for delete ", "request_id": "req-c4390e95-208d-4bdf-8adf-2ae179478cfa"}]} 2026-04-16 04:37:11.633 8 INFO neutron.db.l3_hamode_db [None req-05febbb0-d1e7-4ac1-b1ea-3bd564d22835 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] HA network 8b35a85d-fcea-4a29-a0b7-c8938b2afd0b was deleted as no HA routers are present in tenant b6d61c881752411581ffd2ccca7a1e5d. [pid: 8|app: 0|req: 694/1388] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:10 2026] DELETE /v2.0/routers/6ccef3ab-b984-4ad8-ae2f-ec4e0b2fa809 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:11.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-51e56b7d-bffc-44ab-84da-58ac08b3d458 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 9e881093-5db1-4b97-8014-4b7fcee2d347 2026-04-16 04:37:11.867 7 INFO neutron.db.segments_db [None req-26114efd-37e7-4f4d-92ef-518bacaa833b 5daf7c20f4504c289c95a7e81b8e0043 87a867a2c7c440f8b55b18b74f6bc84e - - default default] Added segment 3e3c373c-3cda-46e2-ab9d-8fd105af6aca of type vxlan for network b62d6e88-b3ca-4906-88af-6fa6153b923f 2026-04-16 04:37:11.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51e56b7d-bffc-44ab-84da-58ac08b3d458 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 9e881093-5db1-4b97-8014-4b7fcee2d347 [pid: 7|app: 0|req: 695/1389] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:11 2026] POST /v2.0/networks => generated 613 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1390] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:11 2026] DELETE /v2.0/subnets/242ce0c4-23f6-4867-8a9c-a0d166aac96a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:12.134 7 INFO neutron.db.segments_db [None req-6387c2bd-a25f-430a-9587-9d0eb92f0e97 5daf7c20f4504c289c95a7e81b8e0043 87a867a2c7c440f8b55b18b74f6bc84e - - default default] Added segment 29004163-955f-45d2-b6fc-67c72880f74e of type vxlan for network 625e16df-9855-4674-b649-f7715c5cf1fa 2026-04-16 04:37:12.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-51e56b7d-bffc-44ab-84da-58ac08b3d458 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 87f3afcb-be1c-41e2-b097-81acd07ff861 2026-04-16 04:37:12.145 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51e56b7d-bffc-44ab-84da-58ac08b3d458 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 87f3afcb-be1c-41e2-b097-81acd07ff861 [pid: 7|app: 0|req: 697/1391] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:12 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:12.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-d75fe239-1bfb-479c-8ed0-e51e04a8078d 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 1180ab92-2732-4959-9288-db13e55f52ad 2026-04-16 04:37:12.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d75fe239-1bfb-479c-8ed0-e51e04a8078d 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 1180ab92-2732-4959-9288-db13e55f52ad 2026-04-16 04:37:12.524 8 INFO neutron.db.l3_hamode_db [None req-51e56b7d-bffc-44ab-84da-58ac08b3d458 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] HA network c7c4eb65-30f3-444d-9b80-80f1998b6901 was deleted as no HA routers are present in tenant 0365fbff8eaa4837b627a79b3cb1d7a3. [pid: 8|app: 0|req: 695/1392] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:11 2026] DELETE /v2.0/routers/755c2d6b-fa9d-4796-b1bc-33616e6606fc => generated 0 bytes in 885 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:12.551 7 INFO neutron.services.segments.plugin [-] Segment 723be7d7-0e22-4817-8288-7db0b4fd08f7 resource provider aggregate not found 2026-04-16 04:37:12.571 7 INFO neutron.services.segments.plugin [-] Segment 723be7d7-0e22-4817-8288-7db0b4fd08f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 723be7d7-0e22-4817-8288-7db0b4fd08f7 found for delete ", "request_id": "req-f87f6fc4-44d8-4cae-b546-5d5f3be8e4db"}]} 2026-04-16 04:37:12.573 7 INFO neutron.services.segments.plugin [-] Segment 723be7d7-0e22-4817-8288-7db0b4fd08f7 resource provider aggregate not found [pid: 7|app: 0|req: 698/1393] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:12 2026] DELETE /v2.0/networks/e9b90206-8ee3-42ce-bd8b-885c034f2c3c => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:12.592 7 INFO neutron.services.segments.plugin [-] Segment 723be7d7-0e22-4817-8288-7db0b4fd08f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 723be7d7-0e22-4817-8288-7db0b4fd08f7 found for delete ", "request_id": "req-504cebb1-781c-4204-8c93-2b806e29fea9"}]} 2026-04-16 04:37:12.600 8 INFO neutron.db.segments_db [None req-4a5813c4-0b0c-4bf9-a215-1d8a5a53ed83 5daf7c20f4504c289c95a7e81b8e0043 87a867a2c7c440f8b55b18b74f6bc84e - - default default] Added segment ce8bd003-4720-47fa-935a-a7b781be8bbe of type vxlan for network a3a31a10-7df0-4e3b-926b-3e8cb149550f [pid: 8|app: 0|req: 696/1394] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:12 2026] POST /v2.0/networks => generated 613 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1395] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:12 2026] DELETE /v2.0/subnets/a7fcdc7c-14dc-4286-8185-000b28a04590 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:12.748 8 INFO neutron.db.segments_db [None req-1e8cfb04-0005-4972-8dbc-5d0ffebe24d5 5daf7c20f4504c289c95a7e81b8e0043 87a867a2c7c440f8b55b18b74f6bc84e - - default default] Added segment cb05e530-21b2-45d5-ad61-f42015878fad of type vxlan for network 3486f301-d994-4caf-ac91-793fec077a92 [pid: 7|app: 0|req: 700/1396] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:12 2026] GET /v2.0/security-groups?tenant_id=b6d61c881752411581ffd2ccca7a1e5d&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:12.838 7 INFO neutron_taas.services.taas.taas_plugin [None req-af29db74-12d5-4dd7-b665-a69467f02187 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 58a842bb-37c4-4d4f-a812-cb7a12a0b619 2026-04-16 04:37:12.841 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af29db74-12d5-4dd7-b665-a69467f02187 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 58a842bb-37c4-4d4f-a812-cb7a12a0b619 [pid: 8|app: 0|req: 697/1397] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:12 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) [pid: 8|app: 0|req: 698/1398] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:12 2026] DELETE /v2.0/security-groups/f0d7bc2c-fe60-4d62-999d-9c0b686a8030 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1399] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:12 2026] DELETE /v2.0/networks/d792269e-0c0e-4d78-b4ab-05eaee9c4455 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:13.033 8 INFO neutron.db.segments_db [None req-94858abb-f87c-4b1d-be54-3eb8a1433ae6 5daf7c20f4504c289c95a7e81b8e0043 87a867a2c7c440f8b55b18b74f6bc84e - - default default] Added segment 83a383e2-2676-4f04-a680-9c2aa2a9aaa9 of type vxlan for network 58b8fb7c-a639-4f1f-8e33-6e1e41a5d078 [pid: 8|app: 0|req: 699/1400] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:12 2026] POST /v2.0/networks => generated 612 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1401] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:13 2026] PUT /v2.0/networks/b62d6e88-b3ca-4906-88af-6fa6153b923f/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: 701/1402] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/security-groups?tenant_id=0365fbff8eaa4837b627a79b3cb1d7a3&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1403] 10.0.0.163 () {34 vars in 678 bytes} [Thu Apr 16 04:37:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1404] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:13 2026] PUT /v2.0/networks/625e16df-9855-4674-b649-f7715c5cf1fa/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1405] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:13 2026] DELETE /v2.0/security-groups/59c500e7-3cf8-49c4-b97b-2b27f5e93495 => 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: 703/1406] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:13 2026] PUT /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/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: 704/1407] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:13 2026] PUT /v2.0/networks/a3a31a10-7df0-4e3b-926b-3e8cb149550f/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1408] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1409] 10.0.0.163 () {34 vars in 764 bytes} [Thu Apr 16 04:37:13 2026] PUT /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags/green => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1410] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:13 2026] PUT /v2.0/networks/3486f301-d994-4caf-ac91-793fec077a92/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1411] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1412] 10.0.0.163 () {34 vars in 760 bytes} [Thu Apr 16 04:37:13 2026] PUT /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1413] 10.0.0.163 () {32 vars in 666 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1414] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1415] 10.0.0.163 () {32 vars in 680 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:13.624 8 INFO neutron.services.segments.plugin [-] Segment a0d01d92-0867-49c5-b989-d04b7457dd3c resource provider aggregate not found 2026-04-16 04:37:13.648 8 INFO neutron.services.segments.plugin [-] Segment a0d01d92-0867-49c5-b989-d04b7457dd3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0d01d92-0867-49c5-b989-d04b7457dd3c found for delete ", "request_id": "req-f12e96b2-5405-44ff-b185-e0addf26ba87"}]} 2026-04-16 04:37:13.649 8 INFO neutron.services.segments.plugin [-] Segment a0d01d92-0867-49c5-b989-d04b7457dd3c resource provider aggregate not found [pid: 7|app: 0|req: 708/1416] 10.0.0.163 () {32 vars in 676 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1417] 10.0.0.163 () {34 vars in 782 bytes} [Thu Apr 16 04:37:13 2026] PUT /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 04:37:13.667 8 INFO neutron.services.segments.plugin [-] Segment a0d01d92-0867-49c5-b989-d04b7457dd3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0d01d92-0867-49c5-b989-d04b7457dd3c found for delete ", "request_id": "req-da72c2cf-d365-450c-b7b0-ac75f554884c"}]} [pid: 8|app: 0|req: 710/1418] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1419] 10.0.0.163 () {32 vars in 688 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1420] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:13 2026] PUT /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1421] 10.0.0.163 () {32 vars in 674 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1422] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1423] 10.0.0.163 () {32 vars in 741 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1424] 10.0.0.163 () {32 vars in 688 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:13.838 8 INFO neutron.api.v2.resource [None req-51660ac5-5092-4afb-bfb4-126d8c8bcaf8 ae10e0ab7492467ea5e2f9e123d1eb83 c4c01051b1b94456a42ca4a635bba88a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 714/1425] 10.0.0.163 () {32 vars in 745 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/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: 715/1426] 10.0.0.163 () {32 vars in 744 bytes} [Thu Apr 16 04:37:13 2026] DELETE /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1427] 10.0.0.163 () {32 vars in 684 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1428] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:13.936 8 INFO neutron.api.v2.resource [None req-232460a6-7386-44c4-b51d-b936d5d60ff6 ae10e0ab7492467ea5e2f9e123d1eb83 c4c01051b1b94456a42ca4a635bba88a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 717/1429] 10.0.0.163 () {32 vars in 748 bytes} [Thu Apr 16 04:37:13 2026] DELETE /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1430] 10.0.0.163 () {32 vars in 696 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1431] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:37:13 2026] DELETE /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1432] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:13 2026] GET /v2.0/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1433] 10.0.0.163 () {32 vars in 734 bytes} [Thu Apr 16 04:37:14 2026] DELETE /v2.0/qos/policies/f9d0402c-e1b6-493e-9f03-1824ce0f461b => 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: 714/1434] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:13 2026] DELETE /v2.0/networks/b62d6e88-b3ca-4906-88af-6fa6153b923f => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1437] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:14 2026] DELETE /v2.0/networks/625e16df-9855-4674-b649-f7715c5cf1fa => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1438] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:14 2026] DELETE /v2.0/networks/a3a31a10-7df0-4e3b-926b-3e8cb149550f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1439] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:14 2026] DELETE /v2.0/networks/3486f301-d994-4caf-ac91-793fec077a92 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:14.597 7 INFO neutron.services.segments.plugin [-] Segment df870461-d9e6-4571-b8dc-a7ef4fb1fbfc resource provider aggregate not found 2026-04-16 04:37:14.621 7 INFO neutron.services.segments.plugin [-] Segment df870461-d9e6-4571-b8dc-a7ef4fb1fbfc resource provider aggregate not found 2026-04-16 04:37:14.621 7 INFO neutron.services.segments.plugin [-] Segment df870461-d9e6-4571-b8dc-a7ef4fb1fbfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df870461-d9e6-4571-b8dc-a7ef4fb1fbfc found for delete ", "request_id": "req-8679a989-00b4-447a-8616-617150e60461"}]} 2026-04-16 04:37:14.647 7 INFO neutron.services.segments.plugin [-] Segment df870461-d9e6-4571-b8dc-a7ef4fb1fbfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df870461-d9e6-4571-b8dc-a7ef4fb1fbfc found for delete ", "request_id": "req-b79d629f-a745-4bf9-bf09-273859a9cac4"}]} 2026-04-16 04:37:14.653 7 INFO neutron.services.segments.plugin [-] Segment 3e3c373c-3cda-46e2-ab9d-8fd105af6aca resource provider aggregate not found 2026-04-16 04:37:14.671 7 INFO neutron.services.segments.plugin [-] Segment 3e3c373c-3cda-46e2-ab9d-8fd105af6aca resource provider aggregate not found 2026-04-16 04:37:14.677 7 INFO neutron.services.segments.plugin [-] Segment 3e3c373c-3cda-46e2-ab9d-8fd105af6aca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e3c373c-3cda-46e2-ab9d-8fd105af6aca found for delete ", "request_id": "req-e42e42d2-1953-4e75-a035-abe9b7f231ca"}]} 2026-04-16 04:37:14.695 7 INFO neutron.services.segments.plugin [-] Segment 3e3c373c-3cda-46e2-ab9d-8fd105af6aca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e3c373c-3cda-46e2-ab9d-8fd105af6aca found for delete ", "request_id": "req-ce2d2744-774b-44a4-8f07-c74300fb2c3d"}]} 2026-04-16 04:37:14.705 7 INFO neutron.services.segments.plugin [-] Segment ce8bd003-4720-47fa-935a-a7b781be8bbe resource provider aggregate not found 2026-04-16 04:37:14.723 7 INFO neutron.services.segments.plugin [-] Segment ce8bd003-4720-47fa-935a-a7b781be8bbe resource provider aggregate not found 2026-04-16 04:37:14.728 7 INFO neutron.services.segments.plugin [-] Segment ce8bd003-4720-47fa-935a-a7b781be8bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8bd003-4720-47fa-935a-a7b781be8bbe found for delete ", "request_id": "req-ae6707af-a92f-4728-972e-240a71357841"}]} 2026-04-16 04:37:14.749 7 INFO neutron.services.segments.plugin [-] Segment ce8bd003-4720-47fa-935a-a7b781be8bbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce8bd003-4720-47fa-935a-a7b781be8bbe found for delete ", "request_id": "req-08560680-ccf1-4dea-8dbf-eebbb45c884b"}]} [pid: 7|app: 0|req: 718/1440] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:14 2026] DELETE /v2.0/networks/58b8fb7c-a639-4f1f-8e33-6e1e41a5d078 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1441] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:14 2026] GET /v2.0/security-groups?tenant_id=c4c01051b1b94456a42ca4a635bba88a&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1442] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:14 2026] DELETE /v2.0/security-groups/d4591efc-5ebe-42ed-9d0f-949ce683afd2 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1443] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:15 2026] GET /v2.0/security-groups?tenant_id=de53653183544baaa48a362f78feb0dc&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1444] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:15 2026] DELETE /v2.0/security-groups/f5da2850-0cf9-499e-bdf0-cfc42e344148 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:15.667 8 INFO neutron.services.segments.plugin [-] Segment 29004163-955f-45d2-b6fc-67c72880f74e resource provider aggregate not found 2026-04-16 04:37:15.689 8 INFO neutron.services.segments.plugin [-] Segment 29004163-955f-45d2-b6fc-67c72880f74e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29004163-955f-45d2-b6fc-67c72880f74e found for delete ", "request_id": "req-4101ae3d-7cc9-4537-a30e-049d349b17be"}]} 2026-04-16 04:37:15.692 8 INFO neutron.services.segments.plugin [-] Segment 29004163-955f-45d2-b6fc-67c72880f74e resource provider aggregate not found 2026-04-16 04:37:15.705 8 INFO neutron.services.segments.plugin [-] Segment cb05e530-21b2-45d5-ad61-f42015878fad resource provider aggregate not found 2026-04-16 04:37:15.709 8 INFO neutron.services.segments.plugin [-] Segment 29004163-955f-45d2-b6fc-67c72880f74e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29004163-955f-45d2-b6fc-67c72880f74e found for delete ", "request_id": "req-2b2b50ff-3498-4946-b6a6-903e05d87fd4"}]} 2026-04-16 04:37:15.719 8 INFO neutron.services.segments.plugin [-] Segment cb05e530-21b2-45d5-ad61-f42015878fad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb05e530-21b2-45d5-ad61-f42015878fad found for delete ", "request_id": "req-a2f8dfea-c1c8-47c6-9632-a4a0c6d9ff0d"}]} 2026-04-16 04:37:15.721 8 INFO neutron.services.segments.plugin [-] Segment cb05e530-21b2-45d5-ad61-f42015878fad resource provider aggregate not found 2026-04-16 04:37:15.742 8 INFO neutron.services.segments.plugin [-] Segment cb05e530-21b2-45d5-ad61-f42015878fad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb05e530-21b2-45d5-ad61-f42015878fad found for delete ", "request_id": "req-925841c2-894c-47ec-996d-c0cc0bf5f275"}]} [pid: 8|app: 0|req: 725/1445] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:15 2026] GET /v2.0/security-groups?tenant_id=72ff1f37efc24e709d99564e7c3d040a&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1446] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:15 2026] DELETE /v2.0/security-groups/fa69490c-1db2-42f5-af1d-2a4477b622b0 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1447] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:16 2026] GET /v2.0/security-groups?tenant_id=630566340ef44e3298a83df55f7fc5b3&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1448] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:16 2026] DELETE /v2.0/security-groups/b5744df9-5b7a-4551-88b9-f1c991dcb1ee => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1449] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:16 2026] GET /v2.0/security-groups?tenant_id=87a867a2c7c440f8b55b18b74f6bc84e&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1450] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:16 2026] DELETE /v2.0/security-groups/80c7b7d3-f8cc-430e-ba46-9165222762a6 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:16.747 7 INFO neutron.services.segments.plugin [-] Segment 83a383e2-2676-4f04-a680-9c2aa2a9aaa9 resource provider aggregate not found 2026-04-16 04:37:16.765 7 INFO neutron.services.segments.plugin [-] Segment 83a383e2-2676-4f04-a680-9c2aa2a9aaa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83a383e2-2676-4f04-a680-9c2aa2a9aaa9 found for delete ", "request_id": "req-a7407cb6-901c-4fb8-ab3a-da65c3a7d6fc"}]} 2026-04-16 04:37:16.766 7 INFO neutron.services.segments.plugin [-] Segment 83a383e2-2676-4f04-a680-9c2aa2a9aaa9 resource provider aggregate not found 2026-04-16 04:37:16.781 7 INFO neutron.services.segments.plugin [-] Segment 83a383e2-2676-4f04-a680-9c2aa2a9aaa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83a383e2-2676-4f04-a680-9c2aa2a9aaa9 found for delete ", "request_id": "req-4267737c-e82f-45ac-90a2-e5add906789f"}]} [pid: 8|app: 0|req: 728/1451] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:37:18 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: 724/1452] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:37:18 2026] PUT /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/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: 729/1453] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:19 2026] GET /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1454] 10.0.0.163 () {34 vars in 770 bytes} [Thu Apr 16 04:37:19 2026] PUT /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1455] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:19 2026] GET /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1456] 10.0.0.163 () {34 vars in 766 bytes} [Thu Apr 16 04:37:19 2026] PUT /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1457] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:19 2026] GET /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1458] 10.0.0.163 () {34 vars in 788 bytes} [Thu Apr 16 04:37:19 2026] PUT /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1459] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:19 2026] GET /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1460] 10.0.0.163 () {34 vars in 759 bytes} [Thu Apr 16 04:37:19 2026] PUT /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1461] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:19 2026] GET /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1462] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:37:19 2026] GET /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:19.458 8 INFO neutron.api.v2.resource [None req-a2a24e6f-adba-4ed6-978f-17fb7689813f e9df32c2ebac4f76aa2cac8d4a811d6d 347861686fed46e4aa0faf9ebf48ae28 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 734/1463] 10.0.0.163 () {32 vars in 751 bytes} [Thu Apr 16 04:37:19 2026] GET /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1464] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:37:19 2026] DELETE /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1465] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:19 2026] GET /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:19.578 7 INFO neutron.api.v2.resource [None req-6473fe88-e1eb-4132-98a4-754183f1f24a e9df32c2ebac4f76aa2cac8d4a811d6d 347861686fed46e4aa0faf9ebf48ae28 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 731/1466] 10.0.0.163 () {32 vars in 754 bytes} [Thu Apr 16 04:37:19 2026] DELETE /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1467] 10.0.0.163 () {32 vars in 742 bytes} [Thu Apr 16 04:37:19 2026] DELETE /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1468] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:19 2026] GET /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf/tags => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1469] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:37:19 2026] DELETE /v2.0/subnetpools/a12431a2-dda3-4fd2-a1f7-f2237d6b2ccf => 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: 732/1470] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:19 2026] GET /v2.0/security-groups?tenant_id=3c4c661ccda346339960b19326a76b02&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1471] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:19 2026] DELETE /v2.0/security-groups/13e22dff-e6b9-4f23-a3df-a29a8d615ce1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1472] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:20 2026] GET /v2.0/security-groups?tenant_id=7b10698383bb495c8634883b6091a827&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1473] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:20 2026] DELETE /v2.0/security-groups/dc29a084-8609-4637-b2dc-96c4a7d6e4e0 => 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: 734/1474] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:20 2026] GET /v2.0/security-groups?tenant_id=347861686fed46e4aa0faf9ebf48ae28&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1475] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:20 2026] DELETE /v2.0/security-groups/8c5ad502-1cca-474a-be5f-eecf3e997ff9 => 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: 735/1476] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:20 2026] GET /v2.0/security-groups?tenant_id=606aa81ce53f4ef8ae563e875b768384&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1477] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:20 2026] DELETE /v2.0/security-groups/0632385d-0793-4c20-9bcb-3c5d1177c821 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:21.446 7 INFO neutron.db.segments_db [None req-ed321fad-c75b-44ca-a359-d47b885bc9ac 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] Added segment bc46d692-b4e8-4bd1-b8e3-ce92666e02bb of type vxlan for network 2daa2b92-9a50-436d-8818-70bd519064ec [pid: 7|app: 0|req: 736/1478] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:21 2026] POST /v2.0/networks => generated 612 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1479] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:37:21 2026] POST /v2.0/ports => generated 743 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:21.941 7 INFO neutron.db.segments_db [None req-72fa4077-be94-419d-b238-8c6e1e3fa219 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] Added segment 9bdbeaa5-5e3a-47c0-873f-235623136ab3 of type vxlan for network 1401c9b8-e8fe-4495-9c11-31fc6469b424 [pid: 7|app: 0|req: 737/1480] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:21 2026] POST /v2.0/networks => generated 613 bytes in 157 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: 744/1481] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:37:22 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:22.448 7 INFO neutron.db.segments_db [None req-60fd8b7f-f09e-40df-b836-91c0971305fe 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] Added segment 830b3d8f-3719-4740-996a-801f64b00952 of type vxlan for network 9af9ba87-bdc0-4600-889e-d3d21a33c839 [pid: 7|app: 0|req: 738/1482] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:22 2026] POST /v2.0/networks => generated 612 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 745/1483] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:37:22 2026] POST /v2.0/ports => generated 743 bytes in 282 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-04-16 04:37:22.894 8 INFO neutron.db.segments_db [None req-2b77f0bf-e3c7-4eba-b115-76e0d71849a6 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] Added segment 14d462d4-bf9f-496c-b1da-f2937c566702 of type vxlan for network ed67e2a2-8d52-41cd-978f-35170dc7dfb2 [pid: 8|app: 0|req: 746/1484] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:22 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1485] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:22 2026] GET /v2.0/security-groups?tenant_id=a46994ea00384bb49e0300a62894b853&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1486] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:23 2026] DELETE /v2.0/security-groups/8bdbbb1f-8fa8-4bf5-b1f1-9aa9d406fcb7 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1487] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:37:22 2026] POST /v2.0/ports => generated 743 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:37:23.333 8 INFO neutron.db.segments_db [None req-8381645f-55b2-41b9-b996-6e8da4397f85 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] Added segment dafc74b1-6b95-40c4-8b61-e0be55b0cf80 of type vxlan for network d90b10be-8abb-4fd1-a005-71283d046871 [pid: 7|app: 0|req: 741/1488] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:23 2026] GET /v2.0/security-groups?tenant_id=033b5a2912ba414da9363417d7cd1da7&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1489] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:23 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) [pid: 7|app: 0|req: 742/1490] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:23 2026] DELETE /v2.0/security-groups/13ccbede-b06f-41f2-a830-4c746d4dbbaf => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1491] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:37:23 2026] POST /v2.0/ports => generated 743 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1492] 10.0.0.163 () {34 vars in 747 bytes} [Thu Apr 16 04:37:23 2026] PUT /v2.0/ports/c94f74e5-087e-4dd8-8f51-5a1af9b792e3/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 750/1493] 10.0.0.163 () {34 vars in 747 bytes} [Thu Apr 16 04:37:23 2026] PUT /v2.0/ports/88f4c0cb-f274-4709-b319-298d2f230534/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 744/1494] 10.0.0.163 () {34 vars in 747 bytes} [Thu Apr 16 04:37:23 2026] PUT /v2.0/ports/5e3fc7eb-e830-41a1-9c32-cb507d3beea2/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 751/1495] 10.0.0.163 () {34 vars in 747 bytes} [Thu Apr 16 04:37:23 2026] PUT /v2.0/ports/956009a9-ab9f-4555-b48f-4ce8fb1e8696/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 745/1496] 10.0.0.163 () {32 vars in 660 bytes} [Thu Apr 16 04:37:23 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 752/1497] 10.0.0.163 () {32 vars in 674 bytes} [Thu Apr 16 04:37:24 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1498] 10.0.0.163 () {32 vars in 670 bytes} [Thu Apr 16 04:37:24 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1499] 10.0.0.163 () {32 vars in 682 bytes} [Thu Apr 16 04:37:24 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1500] 10.0.0.163 () {32 vars in 668 bytes} [Thu Apr 16 04:37:24 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1501] 10.0.0.163 () {32 vars in 682 bytes} [Thu Apr 16 04:37:24 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1502] 10.0.0.163 () {32 vars in 678 bytes} [Thu Apr 16 04:37:24 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1503] 10.0.0.163 () {32 vars in 690 bytes} [Thu Apr 16 04:37:24 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:24.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-a815668f-c1af-4100-8033-313c813b8b2a 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] TaaS: Handle Delete Port: c94f74e5-087e-4dd8-8f51-5a1af9b792e3 2026-04-16 04:37:24.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a815668f-c1af-4100-8033-313c813b8b2a 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] Tap Mirror: Handle Delete Port: c94f74e5-087e-4dd8-8f51-5a1af9b792e3 2026-04-16 04:37:24.612 7 INFO neutron.db.segments_db [None req-69b9840c-d76c-4c97-bab1-1cb9c52a27e2 2abab0f2278d4c188d1222660142cc33 fd2df629aea74d579a1568446db9b7a8 - - default default] Added segment d8c2b1bd-d0cb-42df-86d1-77b09037af3c of type vxlan for network e257ec36-55c3-409e-a469-ca7b95c28bc2 [pid: 8|app: 0|req: 758/1504] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:37:24 2026] DELETE /v2.0/ports/c94f74e5-087e-4dd8-8f51-5a1af9b792e3 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1505] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:24 2026] POST /v2.0/networks => generated 612 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:24.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5020262-66c3-4a55-8054-9e57122eb9f6 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] TaaS: Handle Delete Port: 88f4c0cb-f274-4709-b319-298d2f230534 2026-04-16 04:37:24.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5020262-66c3-4a55-8054-9e57122eb9f6 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] Tap Mirror: Handle Delete Port: 88f4c0cb-f274-4709-b319-298d2f230534 [pid: 8|app: 0|req: 759/1506] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:37:24 2026] DELETE /v2.0/ports/88f4c0cb-f274-4709-b319-298d2f230534 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1507] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:24 2026] POST /v2.0/subnets => generated 626 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:24.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-6640dc69-e1ba-4602-a780-36d9fc739a49 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] TaaS: Handle Delete Port: 5e3fc7eb-e830-41a1-9c32-cb507d3beea2 2026-04-16 04:37:24.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6640dc69-e1ba-4602-a780-36d9fc739a49 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] Tap Mirror: Handle Delete Port: 5e3fc7eb-e830-41a1-9c32-cb507d3beea2 [pid: 7|app: 0|req: 749/1508] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:37:24 2026] PUT /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1509] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:37:24 2026] GET /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1510] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:37:24 2026] DELETE /v2.0/ports/5e3fc7eb-e830-41a1-9c32-cb507d3beea2 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:25.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-11434de2-a4c5-41a1-beff-894a24ce59a5 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] TaaS: Handle Delete Port: 956009a9-ab9f-4555-b48f-4ce8fb1e8696 2026-04-16 04:37:25.145 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11434de2-a4c5-41a1-beff-894a24ce59a5 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] Tap Mirror: Handle Delete Port: 956009a9-ab9f-4555-b48f-4ce8fb1e8696 [pid: 8|app: 0|req: 761/1511] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:37:25 2026] DELETE /v2.0/ports/956009a9-ab9f-4555-b48f-4ce8fb1e8696 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:25.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-16b049c0-23bd-4f83-b1e3-8ed2073f703f 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] TaaS: Handle Delete Port: 7e73b5a5-ca65-46e2-a2f5-0cd1a9e9e2a4 2026-04-16 04:37:25.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16b049c0-23bd-4f83-b1e3-8ed2073f703f 65cc73a96eaf462ba7714f41c412266d 6ae6ce2abd2040b59f8d82c648bbbf22 - - default default] Tap Mirror: Handle Delete Port: 7e73b5a5-ca65-46e2-a2f5-0cd1a9e9e2a4 [pid: 7|app: 0|req: 751/1512] 10.0.0.163 () {34 vars in 762 bytes} [Thu Apr 16 04:37:25 2026] PUT /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags/green => generated 4 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1513] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:37:25 2026] DELETE /v2.0/ports/7e73b5a5-ca65-46e2-a2f5-0cd1a9e9e2a4 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1514] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:37:25 2026] GET /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:25.623 8 INFO neutron.services.segments.plugin [-] Segment bc46d692-b4e8-4bd1-b8e3-ce92666e02bb resource provider aggregate not found 2026-04-16 04:37:25.628 8 INFO neutron.services.segments.plugin [-] Segment bc46d692-b4e8-4bd1-b8e3-ce92666e02bb resource provider aggregate not found [pid: 8|app: 0|req: 764/1515] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:25 2026] DELETE /v2.0/networks/2daa2b92-9a50-436d-8818-70bd519064ec => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:25.650 8 INFO neutron.services.segments.plugin [-] Segment bc46d692-b4e8-4bd1-b8e3-ce92666e02bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc46d692-b4e8-4bd1-b8e3-ce92666e02bb found for delete ", "request_id": "req-2b377732-c9e4-43cb-9f30-a02a4a2d3673"}]} 2026-04-16 04:37:25.654 8 INFO neutron.services.segments.plugin [-] Segment bc46d692-b4e8-4bd1-b8e3-ce92666e02bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc46d692-b4e8-4bd1-b8e3-ce92666e02bb found for delete ", "request_id": "req-aba9456a-d05d-4b94-8bf2-5be3fc1fcbf3"}]} [pid: 7|app: 0|req: 752/1516] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:25 2026] GET /v2.0/security-groups?tenant_id=fa62172b9e194dc293a1b2c6ec28c381&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: 765/1517] 10.0.0.163 () {34 vars in 758 bytes} [Thu Apr 16 04:37:25 2026] PUT /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 04:37:25.779 7 INFO neutron.services.segments.plugin [-] Segment 9bdbeaa5-5e3a-47c0-873f-235623136ab3 resource provider aggregate not found 2026-04-16 04:37:25.779 7 INFO neutron.services.segments.plugin [-] Segment 9bdbeaa5-5e3a-47c0-873f-235623136ab3 resource provider aggregate not found 2026-04-16 04:37:25.800 7 INFO neutron.services.segments.plugin [-] Segment 9bdbeaa5-5e3a-47c0-873f-235623136ab3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bdbeaa5-5e3a-47c0-873f-235623136ab3 found for delete ", "request_id": "req-6605d32a-8ecd-4bcb-89b2-3c85381ec323"}]} 2026-04-16 04:37:25.809 7 INFO neutron.services.segments.plugin [-] Segment 9bdbeaa5-5e3a-47c0-873f-235623136ab3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bdbeaa5-5e3a-47c0-873f-235623136ab3 found for delete ", "request_id": "req-1a7027a9-24b0-40ae-bf9b-6628fac4c052"}]} [pid: 7|app: 0|req: 753/1518] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:25 2026] DELETE /v2.0/networks/1401c9b8-e8fe-4495-9c11-31fc6469b424 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1519] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:25 2026] DELETE /v2.0/security-groups/1758dd47-1e1d-43b2-a91a-27588cf894cd => 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: 754/1520] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:37:25 2026] GET /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1521] 10.0.0.163 () {34 vars in 780 bytes} [Thu Apr 16 04:37:25 2026] PUT /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1522] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:37:25 2026] GET /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1523] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:25 2026] DELETE /v2.0/networks/9af9ba87-bdc0-4600-889e-d3d21a33c839 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1524] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:37:25 2026] PUT /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1525] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:37:26 2026] GET /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1526] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:26 2026] DELETE /v2.0/networks/ed67e2a2-8d52-41cd-978f-35170dc7dfb2 => 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: 759/1527] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:37:26 2026] GET /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:26.209 7 INFO neutron.api.v2.resource [None req-fffb8f43-51d4-4fd5-96c5-b3db8d7770a8 2abab0f2278d4c188d1222660142cc33 fd2df629aea74d579a1568446db9b7a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 760/1528] 10.0.0.163 () {32 vars in 743 bytes} [Thu Apr 16 04:37:26 2026] GET /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1529] 10.0.0.163 () {32 vars in 742 bytes} [Thu Apr 16 04:37:26 2026] DELETE /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/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: 769/1530] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:26 2026] DELETE /v2.0/networks/d90b10be-8abb-4fd1-a005-71283d046871 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1531] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:37:26 2026] GET /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:26.344 8 INFO neutron.api.v2.resource [None req-000e5efe-6398-4fc8-9acd-4a41d8eb9951 2abab0f2278d4c188d1222660142cc33 fd2df629aea74d579a1568446db9b7a8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 770/1532] 10.0.0.163 () {32 vars in 746 bytes} [Thu Apr 16 04:37:26 2026] DELETE /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1533] 10.0.0.163 () {32 vars in 734 bytes} [Thu Apr 16 04:37:26 2026] DELETE /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1534] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:37:26 2026] GET /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1535] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:26 2026] DELETE /v2.0/subnets/8eea37a7-b36f-4efa-9ecf-4b5ba9f36f4b => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:26.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-c53bba42-b85f-40f0-ab29-9d62400300a7 2abab0f2278d4c188d1222660142cc33 fd2df629aea74d579a1568446db9b7a8 - - default default] TaaS: Handle Delete Port: a911aab8-3474-43da-9f81-6a0e160e7fa1 2026-04-16 04:37:26.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c53bba42-b85f-40f0-ab29-9d62400300a7 2abab0f2278d4c188d1222660142cc33 fd2df629aea74d579a1568446db9b7a8 - - default default] Tap Mirror: Handle Delete Port: a911aab8-3474-43da-9f81-6a0e160e7fa1 [pid: 8|app: 0|req: 772/1536] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:26 2026] DELETE /v2.0/networks/e257ec36-55c3-409e-a469-ca7b95c28bc2 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1537] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:27 2026] GET /v2.0/security-groups?tenant_id=6ae6ce2abd2040b59f8d82c648bbbf22&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1538] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:27 2026] DELETE /v2.0/security-groups/cf949eed-a995-4020-8083-2f158bc31a52 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1539] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:27 2026] GET /v2.0/security-groups?tenant_id=042c89d067ab4aa180b1e1b093d6302e&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:27.689 8 INFO neutron.services.segments.plugin [-] Segment 830b3d8f-3719-4740-996a-801f64b00952 resource provider aggregate not found 2026-04-16 04:37:27.697 8 INFO neutron.services.segments.plugin [-] Segment 830b3d8f-3719-4740-996a-801f64b00952 resource provider aggregate not found 2026-04-16 04:37:27.720 8 INFO neutron.services.segments.plugin [-] Segment 830b3d8f-3719-4740-996a-801f64b00952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 830b3d8f-3719-4740-996a-801f64b00952 found for delete ", "request_id": "req-0980303b-fbc1-49a8-a32c-b5c94d0e1ad9"}]} 2026-04-16 04:37:27.728 8 INFO neutron.services.segments.plugin [-] Segment 830b3d8f-3719-4740-996a-801f64b00952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 830b3d8f-3719-4740-996a-801f64b00952 found for delete ", "request_id": "req-49514bca-93a1-462d-ae5e-a65ab1eb9a03"}]} [pid: 7|app: 0|req: 766/1540] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:27 2026] GET /v2.0/security-groups?tenant_id=fd2df629aea74d579a1568446db9b7a8&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:27.750 8 INFO neutron.services.segments.plugin [-] Segment 14d462d4-bf9f-496c-b1da-f2937c566702 resource provider aggregate not found 2026-04-16 04:37:27.759 8 INFO neutron.services.segments.plugin [-] Segment 14d462d4-bf9f-496c-b1da-f2937c566702 resource provider aggregate not found 2026-04-16 04:37:27.772 8 INFO neutron.services.segments.plugin [-] Segment 14d462d4-bf9f-496c-b1da-f2937c566702 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14d462d4-bf9f-496c-b1da-f2937c566702 found for delete ", "request_id": "req-f5b0f742-875c-4fb2-9ca3-31ddd5fa307c"}]} [pid: 7|app: 0|req: 767/1541] 10.0.0.163 () {32 vars in 653 bytes} [Thu Apr 16 04:37:27 2026] GET /v2.0/extensions => generated 21537 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-16 04:37:27.784 8 INFO neutron.services.segments.plugin [-] Segment 14d462d4-bf9f-496c-b1da-f2937c566702 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14d462d4-bf9f-496c-b1da-f2937c566702 found for delete ", "request_id": "req-408f1300-8d2d-4c33-a19e-f2b5bac7764e"}]} 2026-04-16 04:37:27.796 8 INFO neutron.services.segments.plugin [-] Segment dafc74b1-6b95-40c4-8b61-e0be55b0cf80 resource provider aggregate not found 2026-04-16 04:37:27.806 8 INFO neutron.services.segments.plugin [-] Segment dafc74b1-6b95-40c4-8b61-e0be55b0cf80 resource provider aggregate not found 2026-04-16 04:37:27.815 8 INFO neutron.services.segments.plugin [-] Segment dafc74b1-6b95-40c4-8b61-e0be55b0cf80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dafc74b1-6b95-40c4-8b61-e0be55b0cf80 found for delete ", "request_id": "req-1bcd6827-9f61-4d34-9ece-225244f27695"}]} 2026-04-16 04:37:27.834 8 INFO neutron.services.segments.plugin [-] Segment dafc74b1-6b95-40c4-8b61-e0be55b0cf80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dafc74b1-6b95-40c4-8b61-e0be55b0cf80 found for delete ", "request_id": "req-6e5bff5b-580f-4da9-a330-15a0ddd95974"}]} 2026-04-16 04:37:27.838 8 INFO neutron.services.segments.plugin [-] Segment d8c2b1bd-d0cb-42df-86d1-77b09037af3c resource provider aggregate not found 2026-04-16 04:37:27.854 8 INFO neutron.services.segments.plugin [-] Segment d8c2b1bd-d0cb-42df-86d1-77b09037af3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8c2b1bd-d0cb-42df-86d1-77b09037af3c found for delete ", "request_id": "req-03bc8946-08f9-4e68-9df6-a23231f5345b"}]} [pid: 7|app: 0|req: 768/1542] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:27 2026] DELETE /v2.0/security-groups/09e6f1bb-f557-45a4-86ff-a840bc1a7315 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:27.859 8 INFO neutron.services.segments.plugin [-] Segment d8c2b1bd-d0cb-42df-86d1-77b09037af3c resource provider aggregate not found [pid: 8|app: 0|req: 775/1543] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:27 2026] DELETE /v2.0/security-groups/fc5494ba-e71b-434c-9280-1cd1d4bae7de => generated 0 bytes in 203 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:27.884 8 INFO neutron.services.segments.plugin [-] Segment d8c2b1bd-d0cb-42df-86d1-77b09037af3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8c2b1bd-d0cb-42df-86d1-77b09037af3c found for delete ", "request_id": "req-1304b2ae-e842-4f46-b971-873d88cbe5df"}]} [pid: 8|app: 0|req: 776/1544] 10.0.0.163 () {32 vars in 681 bytes} [Thu Apr 16 04:37:27 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1545] 10.0.0.163 () {32 vars in 681 bytes} [Thu Apr 16 04:37:27 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: 778/1546] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:37:27 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: 8|app: 0|req: 779/1547] 10.0.0.163 () {32 vars in 665 bytes} [Thu Apr 16 04:37:27 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: 8|app: 0|req: 780/1548] 10.0.0.163 () {32 vars in 699 bytes} [Thu Apr 16 04:37:27 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1549] 10.0.0.163 () {32 vars in 697 bytes} [Thu Apr 16 04:37:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1550] 10.0.0.163 () {32 vars in 701 bytes} [Thu Apr 16 04:37:27 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1551] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:27 2026] GET /v2.0/security-groups?tenant_id=72fa1e1604f942a991aacdf993605d77&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1552] 10.0.0.163 () {32 vars in 689 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1553] 10.0.0.163 () {34 vars in 684 bytes} [Thu Apr 16 04:37:27 2026] POST /v2.0/security-groups => generated 1601 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1554] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/security-groups?tenant_id=3859ee7498134634ad97d0609421ced2&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1555] 10.0.0.163 () {32 vars in 703 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1556] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:28 2026] DELETE /v2.0/security-groups/c346d600-bb61-4483-9876-cecc6eb1957a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1557] 10.0.0.163 () {34 vars in 684 bytes} [Thu Apr 16 04:37:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1558] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:28 2026] DELETE /v2.0/security-groups/bb2c01ba-2da0-4757-98b2-534a9fe41f47 => 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: 788/1559] 10.0.0.163 () {32 vars in 693 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1560] 10.0.0.163 () {32 vars in 695 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1561] 10.0.0.163 () {32 vars in 685 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1562] 10.0.0.163 () {32 vars in 687 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1563] 10.0.0.163 () {32 vars in 661 bytes} [Thu Apr 16 04:37:28 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: 793/1564] 10.0.0.163 () {32 vars in 699 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1565] 10.0.0.163 () {32 vars in 679 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1566] 10.0.0.163 () {32 vars in 683 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1567] 10.0.0.163 () {32 vars in 675 bytes} [Thu Apr 16 04:37:28 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: 797/1568] 10.0.0.163 () {32 vars in 689 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1569] 10.0.0.163 () {32 vars in 723 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1570] 10.0.0.163 () {32 vars in 687 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1571] 10.0.0.163 () {32 vars in 669 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1572] 10.0.0.163 () {32 vars in 687 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1573] 10.0.0.163 () {34 vars in 684 bytes} [Thu Apr 16 04:37:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1574] 10.0.0.163 () {32 vars in 681 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1575] 10.0.0.163 () {32 vars in 699 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1576] 10.0.0.163 () {32 vars in 679 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1577] 10.0.0.163 () {32 vars in 667 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1578] 10.0.0.163 () {32 vars in 677 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1579] 10.0.0.163 () {32 vars in 665 bytes} [Thu Apr 16 04:37:28 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: 8|app: 0|req: 808/1580] 10.0.0.163 () {32 vars in 675 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/l3-flavors => 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: 809/1581] 10.0.0.163 () {32 vars in 713 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1582] 10.0.0.163 () {32 vars in 691 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1583] 10.0.0.163 () {32 vars in 683 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1584] 10.0.0.163 () {32 vars in 669 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1585] 10.0.0.163 () {32 vars in 687 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1586] 10.0.0.163 () {32 vars in 705 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/network_availability_zone => 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: 815/1587] 10.0.0.163 () {32 vars in 675 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1588] 10.0.0.163 () {32 vars in 701 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1589] 10.0.0.163 () {32 vars in 675 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1590] 10.0.0.163 () {32 vars in 693 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1591] 10.0.0.163 () {32 vars in 689 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1592] 10.0.0.163 () {32 vars in 709 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1593] 10.0.0.163 () {32 vars in 705 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1594] 10.0.0.163 () {32 vars in 719 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1595] 10.0.0.163 () {32 vars in 697 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1596] 10.0.0.163 () {34 vars in 684 bytes} [Thu Apr 16 04:37:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1597] 10.0.0.163 () {32 vars in 711 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1598] 10.0.0.163 () {32 vars in 669 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1599] 10.0.0.163 () {32 vars in 687 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1600] 10.0.0.163 () {32 vars in 681 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1601] 10.0.0.163 () {32 vars in 675 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1602] 10.0.0.163 () {32 vars in 671 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1603] 10.0.0.163 () {32 vars in 661 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1604] 10.0.0.163 () {32 vars in 699 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1605] 10.0.0.163 () {32 vars in 699 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => 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: 833/1606] 10.0.0.163 () {32 vars in 677 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1607] 10.0.0.163 () {32 vars in 669 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/qos-fip => 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: 835/1608] 10.0.0.163 () {32 vars in 683 bytes} [Thu Apr 16 04:37:28 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: 8|app: 0|req: 836/1609] 10.0.0.163 () {32 vars in 701 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1610] 10.0.0.163 () {32 vars in 685 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1611] 10.0.0.163 () {32 vars in 707 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1612] 10.0.0.163 () {32 vars in 669 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1613] 10.0.0.163 () {32 vars in 697 bytes} [Thu Apr 16 04:37:28 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: 841/1614] 10.0.0.163 () {32 vars in 695 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1615] 10.0.0.163 () {32 vars in 685 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1616] 10.0.0.163 () {34 vars in 684 bytes} [Thu Apr 16 04:37:28 2026] POST /v2.0/security-groups => generated 1601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1617] 10.0.0.163 () {32 vars in 689 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1618] 10.0.0.163 () {32 vars in 705 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1619] 10.0.0.163 () {32 vars in 667 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1620] 10.0.0.163 () {32 vars in 681 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1621] 10.0.0.163 () {32 vars in 681 bytes} [Thu Apr 16 04:37:28 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: 848/1622] 10.0.0.163 () {32 vars in 691 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1623] 10.0.0.163 () {32 vars in 691 bytes} [Thu Apr 16 04:37:28 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: 8|app: 0|req: 850/1624] 10.0.0.163 () {32 vars in 695 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1625] 10.0.0.163 () {34 vars in 767 bytes} [Thu Apr 16 04:37:28 2026] PUT /v2.0/security-groups/be92c726-238a-4725-8834-745961d550d7/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1626] 10.0.0.163 () {32 vars in 685 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1627] 10.0.0.163 () {32 vars in 689 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1628] 10.0.0.163 () {32 vars in 701 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1629] 10.0.0.163 () {32 vars in 703 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1630] 10.0.0.163 () {32 vars in 713 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1631] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1632] 10.0.0.163 () {32 vars in 715 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1633] 10.0.0.163 () {32 vars in 727 bytes} [Thu Apr 16 04:37:28 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: 783/1634] 10.0.0.163 () {32 vars in 741 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1635] 10.0.0.163 () {32 vars in 719 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1636] 10.0.0.163 () {32 vars in 683 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1637] 10.0.0.163 () {32 vars in 669 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1638] 10.0.0.163 () {34 vars in 767 bytes} [Thu Apr 16 04:37:28 2026] PUT /v2.0/security-groups/8698c259-9df5-448e-a259-edeb05c7c3ee/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1639] 10.0.0.163 () {32 vars in 719 bytes} [Thu Apr 16 04:37:28 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: 7|app: 0|req: 788/1640] 10.0.0.163 () {32 vars in 679 bytes} [Thu Apr 16 04:37:28 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: 789/1641] 10.0.0.163 () {32 vars in 669 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1642] 10.0.0.163 () {32 vars in 697 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1643] 10.0.0.163 () {32 vars in 705 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1644] 10.0.0.163 () {32 vars in 701 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1645] 10.0.0.163 () {32 vars in 701 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1646] 10.0.0.163 () {32 vars in 683 bytes} [Thu Apr 16 04:37:28 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1647] 10.0.0.163 () {34 vars in 767 bytes} [Thu Apr 16 04:37:28 2026] PUT /v2.0/security-groups/1e758adf-5323-45c7-b7a4-164962a1e6cc/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1648] 10.0.0.163 () {32 vars in 705 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1649] 10.0.0.163 () {32 vars in 695 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1650] 10.0.0.163 () {32 vars in 689 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1651] 10.0.0.163 () {32 vars in 697 bytes} [Thu Apr 16 04:37:29 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: 799/1652] 10.0.0.163 () {32 vars in 679 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1653] 10.0.0.163 () {32 vars in 689 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1654] 10.0.0.163 () {34 vars in 767 bytes} [Thu Apr 16 04:37:29 2026] PUT /v2.0/security-groups/cab7bf01-d10c-4761-b415-9d2b14de1fd9/tags => generated 19 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1655] 10.0.0.163 () {32 vars in 701 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1656] 10.0.0.163 () {32 vars in 665 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1659] 10.0.0.163 () {32 vars in 681 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1660] 10.0.0.163 () {32 vars in 677 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1661] 10.0.0.163 () {32 vars in 693 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1662] 10.0.0.163 () {32 vars in 677 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1663] 10.0.0.163 () {32 vars in 667 bytes} [Thu Apr 16 04:37:29 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: 863/1664] 10.0.0.163 () {32 vars in 663 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1665] 10.0.0.163 () {32 vars in 675 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1666] 10.0.0.163 () {32 vars in 680 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1667] 10.0.0.163 () {32 vars in 687 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1668] 10.0.0.163 () {32 vars in 694 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1669] 10.0.0.163 () {32 vars in 690 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1670] 10.0.0.163 () {32 vars in 702 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1671] 10.0.0.163 () {32 vars in 688 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1672] 10.0.0.163 () {32 vars in 702 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1673] 10.0.0.163 () {32 vars in 698 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1674] 10.0.0.163 () {32 vars in 710 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1675] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:29 2026] DELETE /v2.0/security-groups/be92c726-238a-4725-8834-745961d550d7 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1676] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:29 2026] DELETE /v2.0/security-groups/8698c259-9df5-448e-a259-edeb05c7c3ee => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1677] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:29 2026] DELETE /v2.0/security-groups/1e758adf-5323-45c7-b7a4-164962a1e6cc => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1678] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:29 2026] DELETE /v2.0/security-groups/cab7bf01-d10c-4761-b415-9d2b14de1fd9 => 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: 870/1679] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:29 2026] GET /v2.0/security-groups?tenant_id=9bd5581b32654b968f56ee04ce4690ba&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1680] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:29 2026] DELETE /v2.0/security-groups/42502690-f58f-4fbe-a287-446cd714d784 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1681] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:29 2026] DELETE /v2.0/security-groups/5dc64247-3880-4e31-8a4f-7fb197c29012 => 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: 811/1682] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:30 2026] GET /v2.0/security-groups?tenant_id=40422ad2c54b47bfa617c7d359719d04&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1683] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:30 2026] DELETE /v2.0/security-groups/673584ad-3745-44a1-8b70-67559ba0ced0 => 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: 812/1684] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:31 2026] GET /v2.0/security-groups?tenant_id=cb6ed061f58c46a392ec4674f1d262c3&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1685] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:31 2026] DELETE /v2.0/security-groups/37b63daa-7ae2-470c-86f2-4b960faa4da6 => 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: 813/1686] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:31 2026] GET /v2.0/security-groups?tenant_id=b9f97f5c2ab6432d9219521ed7f833fc&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: 814/1687] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:31 2026] DELETE /v2.0/security-groups/729dd75b-c73d-4409-aaa6-b371fd241c4d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:31.937 8 INFO neutron.db.segments_db [None req-48cf6b25-8b8c-45f1-8bf4-6155b30b0507 ec67b8f8d0814d758d0c67c2d6cafe3c 43b62afaeabf4882b95b2bdf062bcd69 - - default default] Added segment 111050d6-3c34-4338-be10-01bd10ae8e8b of type vxlan for network 4c12c7c3-c285-4c32-a502-f5ff8ed3015f [pid: 8|app: 0|req: 874/1688] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:31 2026] POST /v2.0/networks => generated 611 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:32.066 7 INFO neutron.db.segments_db [None req-d20a6f08-bc4b-42ec-b57d-01242ebd2ce8 5992af4b4567425797888256717686d3 63d3ae0e616c44b58a75629e304e4a00 - - default default] Added segment a14c3d75-26e8-437e-88e5-47d35571a7d5 of type vxlan for network 9c883536-a670-4e87-b47b-0a1e3b15eca0 2026-04-16 04:37:32.108 7 INFO neutron.db.segments_db [None req-d20a6f08-bc4b-42ec-b57d-01242ebd2ce8 5992af4b4567425797888256717686d3 63d3ae0e616c44b58a75629e304e4a00 - - default default] Added segment b24950d9-6150-4982-8e9f-31bc6e0992d4 of type vxlan for network 80fc2fcf-df7b-4108-aeab-4a016250b403 [pid: 7|app: 0|req: 815/1689] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:31 2026] POST /v2.0/networks => generated 1207 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1690] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:37:32 2026] GET /v2.0/networks => generated 1844 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:32.408 7 INFO neutron.services.segments.plugin [-] Segment a14c3d75-26e8-437e-88e5-47d35571a7d5 resource provider aggregate not found 2026-04-16 04:37:32.409 7 INFO neutron.services.segments.plugin [-] Segment a14c3d75-26e8-437e-88e5-47d35571a7d5 resource provider aggregate not found 2026-04-16 04:37:32.426 7 INFO neutron.services.segments.plugin [-] Segment a14c3d75-26e8-437e-88e5-47d35571a7d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a14c3d75-26e8-437e-88e5-47d35571a7d5 found for delete ", "request_id": "req-cf51ca1f-2a8e-44f3-871b-2c62b7588a60"}]} 2026-04-16 04:37:32.429 7 INFO neutron.services.segments.plugin [-] Segment a14c3d75-26e8-437e-88e5-47d35571a7d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a14c3d75-26e8-437e-88e5-47d35571a7d5 found for delete ", "request_id": "req-1f3eced6-d53b-431b-87a0-366f8db43b5c"}]} [pid: 8|app: 0|req: 875/1691] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:37:32 2026] POST /v2.0/ports => generated 743 bytes in 395 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: 817/1692] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:32 2026] DELETE /v2.0/networks/9c883536-a670-4e87-b47b-0a1e3b15eca0 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1693] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:32 2026] DELETE /v2.0/networks/80fc2fcf-df7b-4108-aeab-4a016250b403 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1694] 10.0.0.163 () {34 vars in 678 bytes} [Thu Apr 16 04:37:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1695] 10.0.0.163 () {34 vars in 666 bytes} [Thu Apr 16 04:37:32 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) [pid: 7|app: 0|req: 820/1696] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:37:32 2026] GET /v2.0/networks => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1697] 10.0.0.163 () {34 vars in 678 bytes} [Thu Apr 16 04:37:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1698] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:37:32 2026] PUT /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1699] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:37:32 2026] GET /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:32.760 8 INFO neutron.db.segments_db [None req-62a9eaa2-270c-445d-9b95-435beef4f415 5992af4b4567425797888256717686d3 63d3ae0e616c44b58a75629e304e4a00 - - default default] Added segment a1c0328a-5917-4158-ab82-304e78e1eac0 of type vxlan for network fb5c1284-e704-4353-93b9-b9244dbefbd4 [pid: 7|app: 0|req: 823/1700] 10.0.0.163 () {34 vars in 678 bytes} [Thu Apr 16 04:37:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1701] 10.0.0.163 () {34 vars in 760 bytes} [Thu Apr 16 04:37:32 2026] PUT /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1702] 10.0.0.163 () {34 vars in 678 bytes} [Thu Apr 16 04:37:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1703] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:37:32 2026] GET /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1704] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:32 2026] POST /v2.0/networks => generated 630 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1705] 10.0.0.163 () {34 vars in 678 bytes} [Thu Apr 16 04:37:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1706] 10.0.0.163 () {34 vars in 756 bytes} [Thu Apr 16 04:37:32 2026] PUT /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1707] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:32 2026] PUT /v2.0/policies/efa47a26-76ac-486e-acce-a06b037d8968/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:32.952 7 INFO neutron.db.segments_db [None req-b8ddd682-4d6f-451d-8f47-52772d7cf379 5992af4b4567425797888256717686d3 63d3ae0e616c44b58a75629e304e4a00 - - default default] Added segment ffb44b9e-f046-4d62-a9c0-454fb185a8cd of type vxlan for network 32632ffd-ad17-4b36-a803-664ff82bec50 [pid: 8|app: 0|req: 881/1708] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:37:32 2026] GET /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1709] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:32 2026] PUT /v2.0/policies/b63fd59a-db54-4090-b1c9-168afe490726/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1710] 10.0.0.163 () {34 vars in 778 bytes} [Thu Apr 16 04:37:32 2026] PUT /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags/black.or.white => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1711] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:32 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1712] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:33 2026] PUT /v2.0/policies/d375c9d8-7df7-4d7b-ae99-a85c60e7c1f2/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: 829/1713] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:37:33 2026] GET /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1714] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:37:33 2026] PUT /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1715] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:33 2026] PUT /v2.0/policies/1cf40028-9b2f-4914-bd9b-ffc74e6d6ad3/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1716] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:37:33 2026] GET /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/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: 833/1717] 10.0.0.163 () {32 vars in 737 bytes} [Thu Apr 16 04:37:33 2026] GET /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:33.241 7 INFO neutron.api.v2.resource [None req-a3b4dbdb-68b7-4245-85eb-670a0668edb9 ec67b8f8d0814d758d0c67c2d6cafe3c 43b62afaeabf4882b95b2bdf062bcd69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 834/1718] 10.0.0.163 () {32 vars in 741 bytes} [Thu Apr 16 04:37:33 2026] GET /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1719] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:33 2026] DELETE /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1720] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:37:33 2026] GET /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags => generated 30 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:33.336 7 INFO neutron.api.v2.resource [None req-8e876ee2-899d-4c9f-905b-c909bc58b09d ec67b8f8d0814d758d0c67c2d6cafe3c 43b62afaeabf4882b95b2bdf062bcd69 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 837/1721] 10.0.0.163 () {32 vars in 744 bytes} [Thu Apr 16 04:37:33 2026] DELETE /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1722] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:37:33 2026] DELETE /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags => 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: 839/1723] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:37:33 2026] GET /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644/tags => 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: 840/1724] 10.0.0.163 () {32 vars in 719 bytes} [Thu Apr 16 04:37:33 2026] GET /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1725] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:37:33 2026] GET /v2.0/ports/52b7c7c9-f119-4344-8c6d-e2498814bc08 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1726] 10.0.0.163 () {32 vars in 722 bytes} [Thu Apr 16 04:37:33 2026] DELETE /v2.0/trunks/c94f43a1-8237-491a-85d1-686c44f47644 => 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: 885/1727] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:37:33 2026] POST /v2.0/ports => generated 1505 bytes in 597 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-04-16 04:37:33.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-8192c5da-d882-485c-a26b-e3158b3937cb ec67b8f8d0814d758d0c67c2d6cafe3c 43b62afaeabf4882b95b2bdf062bcd69 - - default default] TaaS: Handle Delete Port: 52b7c7c9-f119-4344-8c6d-e2498814bc08 2026-04-16 04:37:33.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8192c5da-d882-485c-a26b-e3158b3937cb ec67b8f8d0814d758d0c67c2d6cafe3c 43b62afaeabf4882b95b2bdf062bcd69 - - default default] Tap Mirror: Handle Delete Port: 52b7c7c9-f119-4344-8c6d-e2498814bc08 [pid: 7|app: 0|req: 843/1728] 10.0.0.163 () {32 vars in 674 bytes} [Thu Apr 16 04:37:33 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1729] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:37:33 2026] DELETE /v2.0/ports/52b7c7c9-f119-4344-8c6d-e2498814bc08 => 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: 844/1730] 10.0.0.163 () {32 vars in 643 bytes} [Thu Apr 16 04:37:33 2026] GET /v2.0/ports => generated 1505 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1731] 10.0.0.163 () {32 vars in 688 bytes} [Thu Apr 16 04:37:33 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:33.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0357fc3-64d0-4f6b-8a00-28111d411907 5992af4b4567425797888256717686d3 63d3ae0e616c44b58a75629e304e4a00 - - default default] TaaS: Handle Delete Port: cfbe9e2a-8986-4f0a-b8e2-cdcfb6fa13fa 2026-04-16 04:37:33.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0357fc3-64d0-4f6b-8a00-28111d411907 5992af4b4567425797888256717686d3 63d3ae0e616c44b58a75629e304e4a00 - - default default] Tap Mirror: Handle Delete Port: cfbe9e2a-8986-4f0a-b8e2-cdcfb6fa13fa [pid: 7|app: 0|req: 845/1732] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:33 2026] DELETE /v2.0/networks/4c12c7c3-c285-4c32-a502-f5ff8ed3015f => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1733] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:37:33 2026] DELETE /v2.0/ports/cfbe9e2a-8986-4f0a-b8e2-cdcfb6fa13fa => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1734] 10.0.0.163 () {32 vars in 684 bytes} [Thu Apr 16 04:37:34 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1735] 10.0.0.163 () {32 vars in 696 bytes} [Thu Apr 16 04:37:34 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:34.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-4203e013-df6b-474d-8d7c-bf464f08d508 5992af4b4567425797888256717686d3 63d3ae0e616c44b58a75629e304e4a00 - - default default] TaaS: Handle Delete Port: 7a287ca6-3c8b-49b9-80ca-15972c79efb3 2026-04-16 04:37:34.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4203e013-df6b-474d-8d7c-bf464f08d508 5992af4b4567425797888256717686d3 63d3ae0e616c44b58a75629e304e4a00 - - default default] Tap Mirror: Handle Delete Port: 7a287ca6-3c8b-49b9-80ca-15972c79efb3 [pid: 7|app: 0|req: 848/1736] 10.0.0.163 () {32 vars in 682 bytes} [Thu Apr 16 04:37:34 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1737] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:37:34 2026] DELETE /v2.0/ports/7a287ca6-3c8b-49b9-80ca-15972c79efb3 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1738] 10.0.0.163 () {32 vars in 643 bytes} [Thu Apr 16 04:37:34 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1739] 10.0.0.163 () {32 vars in 696 bytes} [Thu Apr 16 04:37:34 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:34.309 8 INFO neutron.db.segments_db [None req-3b041166-af14-4f5c-8dfc-9c315d96983d 5992af4b4567425797888256717686d3 63d3ae0e616c44b58a75629e304e4a00 - - default default] Added segment 8dd2d8c3-b684-4132-a9d7-cca7ecdbfa0a of type vxlan for network 492d0e8f-625a-4fe1-b076-e4ad9086dff0 [pid: 7|app: 0|req: 850/1740] 10.0.0.163 () {32 vars in 692 bytes} [Thu Apr 16 04:37:34 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1741] 10.0.0.163 () {32 vars in 704 bytes} [Thu Apr 16 04:37:34 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1742] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:34 2026] POST /v2.0/networks => generated 630 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1743] 10.0.0.163 () {32 vars in 734 bytes} [Thu Apr 16 04:37:34 2026] DELETE /v2.0/qos/policies/efa47a26-76ac-486e-acce-a06b037d8968 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:34.447 8 INFO neutron.db.segments_db [None req-d1cdadc5-e29b-4154-a909-f2f66b38209b 5992af4b4567425797888256717686d3 63d3ae0e616c44b58a75629e304e4a00 - - default default] Added segment a31c1a64-ef25-443e-862c-cb713ba24475 of type vxlan for network f415d8e5-4e87-426a-9ea9-c93203e6b902 2026-04-16 04:37:34.457 7 INFO neutron.services.segments.plugin [-] Segment b24950d9-6150-4982-8e9f-31bc6e0992d4 resource provider aggregate not found 2026-04-16 04:37:34.462 7 INFO neutron.services.segments.plugin [-] Segment b24950d9-6150-4982-8e9f-31bc6e0992d4 resource provider aggregate not found 2026-04-16 04:37:34.474 7 INFO neutron.services.segments.plugin [-] Segment b24950d9-6150-4982-8e9f-31bc6e0992d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b24950d9-6150-4982-8e9f-31bc6e0992d4 found for delete ", "request_id": "req-8a1a24e1-49ed-462e-88b0-87c004e89c14"}]} 2026-04-16 04:37:34.479 7 INFO neutron.services.segments.plugin [-] Segment b24950d9-6150-4982-8e9f-31bc6e0992d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b24950d9-6150-4982-8e9f-31bc6e0992d4 found for delete ", "request_id": "req-8b6fc946-9fda-4cf4-b551-ecd953f9bb20"}]} 2026-04-16 04:37:34.485 7 INFO neutron.services.segments.plugin [-] Segment 111050d6-3c34-4338-be10-01bd10ae8e8b resource provider aggregate not found 2026-04-16 04:37:34.497 7 INFO neutron.services.segments.plugin [-] Segment 111050d6-3c34-4338-be10-01bd10ae8e8b resource provider aggregate not found 2026-04-16 04:37:34.500 7 INFO neutron.services.segments.plugin [-] Segment 111050d6-3c34-4338-be10-01bd10ae8e8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 111050d6-3c34-4338-be10-01bd10ae8e8b found for delete ", "request_id": "req-14f07de3-50b1-469b-a7cb-2a106e1df956"}]} 2026-04-16 04:37:34.516 7 INFO neutron.services.segments.plugin [-] Segment 111050d6-3c34-4338-be10-01bd10ae8e8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 111050d6-3c34-4338-be10-01bd10ae8e8b found for delete ", "request_id": "req-2c66e270-2c30-4bd2-b388-3cbe09a45e23"}]} [pid: 8|app: 0|req: 892/1744] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:34 2026] POST /v2.0/networks => generated 631 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1745] 10.0.0.163 () {32 vars in 734 bytes} [Thu Apr 16 04:37:34 2026] DELETE /v2.0/qos/policies/b63fd59a-db54-4090-b1c9-168afe490726 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1746] 10.0.0.163 () {32 vars in 734 bytes} [Thu Apr 16 04:37:34 2026] DELETE /v2.0/qos/policies/d375c9d8-7df7-4d7b-ae99-a85c60e7c1f2 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1747] 10.0.0.163 () {32 vars in 734 bytes} [Thu Apr 16 04:37:34 2026] DELETE /v2.0/qos/policies/1cf40028-9b2f-4914-bd9b-ffc74e6d6ad3 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1748] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:34 2026] GET /v2.0/security-groups?tenant_id=43b62afaeabf4882b95b2bdf062bcd69&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1749] 10.0.0.163 () {32 vars in 734 bytes} [Thu Apr 16 04:37:34 2026] DELETE /v2.0/qos/policies/08f2a12d-dc9b-4dc0-a63c-026ba318aeff => 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: 854/1750] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:34 2026] POST /v2.0/subnets => generated 1274 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1751] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:34 2026] DELETE /v2.0/security-groups/9f5cd09e-061b-4cc6-9812-8a024b767925 => 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: 855/1752] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:37:34 2026] GET /v2.0/subnets => generated 1910 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1753] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:35 2026] DELETE /v2.0/subnets/09f62abc-739a-4706-bdc7-73be6897cb60 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1754] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:35 2026] GET /v2.0/security-groups?tenant_id=f6cb088a62d8448a83044fa0d730a458&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1755] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:35 2026] DELETE /v2.0/subnets/1aa6fa1c-c814-41ce-850a-558fc5c50ba9 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:35.384 7 INFO neutron.db.segments_db [None req-9c913388-da60-4d0b-afe3-32f02a26971c 871c388d873a41adbdb09f7d7ef9e315 a5d2e7fe1d434d6183db1cc88f6d280f - - default default] Added segment 6a0cec58-c440-4671-a7e9-7ca3428833c8 of type vxlan for network 7a7f79c2-0e5f-48a2-a814-13c602b0d3bf [pid: 7|app: 0|req: 856/1756] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:35 2026] POST /v2.0/networks => generated 612 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1757] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:35 2026] DELETE /v2.0/security-groups/c81aebb3-6260-4eef-b449-54424ece346f => 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: 857/1758] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:37:35 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: 902/1759] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:35 2026] PUT /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1760] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:35 2026] GET /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1761] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:35 2026] DELETE /v2.0/networks/f415d8e5-4e87-426a-9ea9-c93203e6b902 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1762] 10.0.0.163 () {34 vars in 764 bytes} [Thu Apr 16 04:37:35 2026] PUT /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 04:37:35.749 8 INFO neutron.services.segments.plugin [-] Segment 8dd2d8c3-b684-4132-a9d7-cca7ecdbfa0a resource provider aggregate not found 2026-04-16 04:37:35.755 8 INFO neutron.services.segments.plugin [-] Segment 8dd2d8c3-b684-4132-a9d7-cca7ecdbfa0a resource provider aggregate not found [pid: 8|app: 0|req: 905/1763] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:35 2026] DELETE /v2.0/networks/492d0e8f-625a-4fe1-b076-e4ad9086dff0 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:35.779 8 INFO neutron.services.segments.plugin [-] Segment 8dd2d8c3-b684-4132-a9d7-cca7ecdbfa0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd2d8c3-b684-4132-a9d7-cca7ecdbfa0a found for delete ", "request_id": "req-1ff64a9a-fbc4-4762-a007-c6d26a2c6e37"}]} 2026-04-16 04:37:35.799 8 INFO neutron.services.segments.plugin [-] Segment 8dd2d8c3-b684-4132-a9d7-cca7ecdbfa0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd2d8c3-b684-4132-a9d7-cca7ecdbfa0a found for delete ", "request_id": "req-925705db-ab3b-43e8-93d0-cafeb99e68b2"}]} [pid: 8|app: 0|req: 906/1764] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:35 2026] GET /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1765] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:35 2026] GET /v2.0/security-groups?tenant_id=0c0139320131493d9a9e3d2626ecaf8a&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1766] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:35 2026] DELETE /v2.0/networks/32632ffd-ad17-4b36-a803-664ff82bec50 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1767] 10.0.0.163 () {34 vars in 760 bytes} [Thu Apr 16 04:37:35 2026] PUT /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1768] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:35 2026] DELETE /v2.0/security-groups/c47b0f31-ca41-4cf1-ae4b-ded23a86a446 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1769] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:36 2026] GET /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/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: 861/1770] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:35 2026] DELETE /v2.0/networks/fb5c1284-e704-4353-93b9-b9244dbefbd4 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1771] 10.0.0.163 () {34 vars in 782 bytes} [Thu Apr 16 04:37:36 2026] PUT /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1772] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:36 2026] GET /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1773] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:37:36 2026] PUT /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1774] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:36 2026] GET /v2.0/security-groups?tenant_id=d7e636a7975d49b7b9617185a822563d&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1775] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:36 2026] GET /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1776] 10.0.0.163 () {32 vars in 741 bytes} [Thu Apr 16 04:37:36 2026] GET /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:36.363 8 INFO neutron.api.v2.resource [None req-8dd0546b-28b1-41ac-9815-5fecdcd1c0c4 871c388d873a41adbdb09f7d7ef9e315 a5d2e7fe1d434d6183db1cc88f6d280f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 915/1777] 10.0.0.163 () {32 vars in 745 bytes} [Thu Apr 16 04:37:36 2026] GET /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/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: 863/1778] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:36 2026] DELETE /v2.0/security-groups/60b5a60d-e86a-4ba2-981a-abfc72a576d8 => 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: 916/1779] 10.0.0.163 () {32 vars in 744 bytes} [Thu Apr 16 04:37:36 2026] DELETE /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1780] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:36 2026] GET /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:36.516 7 INFO neutron.services.segments.plugin [-] Segment a31c1a64-ef25-443e-862c-cb713ba24475 resource provider aggregate not found 2026-04-16 04:37:36.523 8 INFO neutron.api.v2.resource [None req-b72a288d-b0a2-4fe2-bb33-4e5ff04ec29f 871c388d873a41adbdb09f7d7ef9e315 a5d2e7fe1d434d6183db1cc88f6d280f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 917/1781] 10.0.0.163 () {32 vars in 748 bytes} [Thu Apr 16 04:37:36 2026] DELETE /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 04:37:36.537 7 INFO neutron.services.segments.plugin [-] Segment a31c1a64-ef25-443e-862c-cb713ba24475 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a31c1a64-ef25-443e-862c-cb713ba24475 found for delete ", "request_id": "req-94f9de07-fa8c-4830-89b0-1cc0d7b2469e"}]} 2026-04-16 04:37:36.544 7 INFO neutron.services.segments.plugin [-] Segment a31c1a64-ef25-443e-862c-cb713ba24475 resource provider aggregate not found 2026-04-16 04:37:36.557 7 INFO neutron.services.segments.plugin [-] Segment a1c0328a-5917-4158-ab82-304e78e1eac0 resource provider aggregate not found 2026-04-16 04:37:36.560 7 INFO neutron.services.segments.plugin [-] Segment a31c1a64-ef25-443e-862c-cb713ba24475 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a31c1a64-ef25-443e-862c-cb713ba24475 found for delete ", "request_id": "req-079fd8a9-2ee7-47d4-aed3-331f3d89ffe1"}]} 2026-04-16 04:37:36.570 7 INFO neutron.services.segments.plugin [-] Segment a1c0328a-5917-4158-ab82-304e78e1eac0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1c0328a-5917-4158-ab82-304e78e1eac0 found for delete ", "request_id": "req-a0e5dc85-b7a6-414e-9313-55ea84079ad8"}]} 2026-04-16 04:37:36.583 7 INFO neutron.services.segments.plugin [-] Segment a1c0328a-5917-4158-ab82-304e78e1eac0 resource provider aggregate not found [pid: 8|app: 0|req: 918/1782] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:37:36 2026] DELETE /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:36.598 7 INFO neutron.services.segments.plugin [-] Segment a1c0328a-5917-4158-ab82-304e78e1eac0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1c0328a-5917-4158-ab82-304e78e1eac0 found for delete ", "request_id": "req-c0f6624a-03cb-4127-8dc8-a8bfd53df19a"}]} [pid: 8|app: 0|req: 919/1783] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:37:36 2026] GET /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1784] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:36 2026] GET /v2.0/security-groups?tenant_id=3ed76a5e70ae40bdaaba35efbac6f121&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1785] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:36 2026] DELETE /v2.0/networks/7a7f79c2-0e5f-48a2-a814-13c602b0d3bf => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1786] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:36 2026] GET /v2.0/security-groups?tenant_id=63d3ae0e616c44b58a75629e304e4a00&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1787] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:36 2026] DELETE /v2.0/security-groups/d5cfe7ce-3221-4176-b62f-2a691d7054dc => 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: 921/1788] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:36 2026] DELETE /v2.0/security-groups/0fb5992e-1f5f-4a3c-a96f-84d75994cd7c => 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: 868/1789] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:37 2026] GET /v2.0/security-groups?tenant_id=a5d2e7fe1d434d6183db1cc88f6d280f&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1790] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:37 2026] DELETE /v2.0/security-groups/ecfb25a8-1c4c-4aa3-a8fd-3a5efe8eebd7 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:37.796 8 INFO neutron.services.segments.plugin [-] Segment ffb44b9e-f046-4d62-a9c0-454fb185a8cd resource provider aggregate not found 2026-04-16 04:37:37.812 8 INFO neutron.services.segments.plugin [-] Segment ffb44b9e-f046-4d62-a9c0-454fb185a8cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffb44b9e-f046-4d62-a9c0-454fb185a8cd found for delete ", "request_id": "req-7de993b2-5b00-4943-931d-8655d696ba76"}]} 2026-04-16 04:37:37.817 8 INFO neutron.services.segments.plugin [-] Segment ffb44b9e-f046-4d62-a9c0-454fb185a8cd resource provider aggregate not found 2026-04-16 04:37:37.837 8 INFO neutron.services.segments.plugin [-] Segment ffb44b9e-f046-4d62-a9c0-454fb185a8cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffb44b9e-f046-4d62-a9c0-454fb185a8cd found for delete ", "request_id": "req-b3e7e971-6c3e-4ee2-84a9-17e1002c679d"}]} [pid: 7|app: 0|req: 869/1791] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:37 2026] GET /v2.0/security-groups?tenant_id=d8f3e4012f1642888c550c5b5ede19e1&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1792] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:37 2026] DELETE /v2.0/security-groups/b2cb0a56-e63a-4ee5-bb3a-682a67185b14 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:38.588 7 INFO neutron.services.segments.plugin [-] Segment 6a0cec58-c440-4671-a7e9-7ca3428833c8 resource provider aggregate not found 2026-04-16 04:37:38.609 7 INFO neutron.services.segments.plugin [-] Segment 6a0cec58-c440-4671-a7e9-7ca3428833c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a0cec58-c440-4671-a7e9-7ca3428833c8 found for delete ", "request_id": "req-c185b9ec-39c3-47a3-9672-972fc36f9956"}]} 2026-04-16 04:37:38.621 7 INFO neutron.services.segments.plugin [-] Segment 6a0cec58-c440-4671-a7e9-7ca3428833c8 resource provider aggregate not found 2026-04-16 04:37:38.640 7 INFO neutron.services.segments.plugin [-] Segment 6a0cec58-c440-4671-a7e9-7ca3428833c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a0cec58-c440-4671-a7e9-7ca3428833c8 found for delete ", "request_id": "req-c51c0d56-43da-4504-a6c1-a73f9ec08dcf"}]} 2026-04-16 04:37:39.081 7 INFO neutron.db.segments_db [None req-23ba1eaf-5590-4096-8a2f-678309c19e5a 263f93755d6b4750af083c3714f08399 e1b1b7700f5643949d6820ac7c5d1674 - - default default] Added segment ebee8f12-dc89-4bf8-9858-011e2880f9e1 of type vxlan for network 07f5266c-a4b1-46ee-a391-26609119eeae [pid: 7|app: 0|req: 870/1793] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:38 2026] POST /v2.0/networks => generated 629 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1794] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:39 2026] POST /v2.0/subnets => generated 673 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:39.913 7 INFO neutron.db.segments_db [None req-ae2c144f-92c2-41e1-b15f-cbe0b9cdb73f 263f93755d6b4750af083c3714f08399 e1b1b7700f5643949d6820ac7c5d1674 - - default default] Added segment 405901e6-8384-4aa4-8497-58b7b74dc4bf of type vxlan for network 95ecd97c-7b1e-43c9-897b-e982cce2c676 [pid: 7|app: 0|req: 871/1795] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:39 2026] POST /v2.0/networks => generated 629 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1796] 10.0.0.163 () {34 vars in 743 bytes} [Thu Apr 16 04:37:39 2026] PUT /v2.0/networks/95ecd97c-7b1e-43c9-897b-e982cce2c676 => generated 592 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1797] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:40 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1798] 10.0.0.163 () {34 vars in 741 bytes} [Thu Apr 16 04:37:40 2026] PUT /v2.0/subnets/71f49d21-64a1-420b-bdbc-22751cd5643e => generated 656 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1799] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:40 2026] DELETE /v2.0/networks/95ecd97c-7b1e-43c9-897b-e982cce2c676 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:40.628 7 INFO neutron.services.segments.plugin [-] Segment 405901e6-8384-4aa4-8497-58b7b74dc4bf resource provider aggregate not found 2026-04-16 04:37:40.634 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82cfcf91-92bb-4d42-a263-4fa7d1cae063 263f93755d6b4750af083c3714f08399 e1b1b7700f5643949d6820ac7c5d1674 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 927/1800] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:40 2026] DELETE /v2.0/networks/95ecd97c-7b1e-43c9-897b-e982cce2c676 => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:37:40.646 7 INFO neutron.services.segments.plugin [-] Segment 405901e6-8384-4aa4-8497-58b7b74dc4bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 405901e6-8384-4aa4-8497-58b7b74dc4bf found for delete ", "request_id": "req-17315d35-b28b-4cd6-9dfa-5b571bce9aa0"}]} 2026-04-16 04:37:40.655 7 INFO neutron.services.segments.plugin [-] Segment 405901e6-8384-4aa4-8497-58b7b74dc4bf resource provider aggregate not found 2026-04-16 04:37:40.681 7 INFO neutron.services.segments.plugin [-] Segment 405901e6-8384-4aa4-8497-58b7b74dc4bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 405901e6-8384-4aa4-8497-58b7b74dc4bf found for delete ", "request_id": "req-d3abb52a-fcad-43a7-aca7-bc3fa3e1567d"}]} [pid: 7|app: 0|req: 874/1801] 10.0.0.163 () {32 vars in 694 bytes} [Thu Apr 16 04:37:40 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1802] 10.0.0.163 () {32 vars in 742 bytes} [Thu Apr 16 04:37:40 2026] GET /v2.0/subnets?network_id=7d5d7088-7ed6-4128-8f7d-f9daa1cc9441 => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1803] 10.0.0.163 () {32 vars in 653 bytes} [Thu Apr 16 04:37:40 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: 929/1804] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:37:40 2026] GET /v2.0/networks => generated 1313 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1805] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:37:40 2026] GET /v2.0/subnets => generated 1312 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1806] 10.0.0.163 () {32 vars in 723 bytes} [Thu Apr 16 04:37:40 2026] GET /v2.0/networks/07f5266c-a4b1-46ee-a391-26609119eeae => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1807] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:37:40 2026] GET /v2.0/subnets/d7f6bc1b-c8d7-4282-b8d2-e38158883161 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:40.991 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4dd7bf92-faf0-4999-9dfb-26c6d7141368 263f93755d6b4750af083c3714f08399 e1b1b7700f5643949d6820ac7c5d1674 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 931/1808] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:40 2026] DELETE /v2.0/subnets/71f49d21-64a1-420b-bdbc-22751cd5643e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:37:41.010 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e1c6d69-0dad-4866-ba66-2e1b12c8054f 263f93755d6b4750af083c3714f08399 e1b1b7700f5643949d6820ac7c5d1674 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 878/1809] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:40 2026] DELETE /v2.0/networks/95ecd97c-7b1e-43c9-897b-e982cce2c676 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:37:41.163 8 INFO neutron.db.segments_db [None req-5a83e186-af76-4d9e-baf8-372aa26806db 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Added segment b6f44690-8c90-4d56-98f7-a3abda6c8f0f of type vxlan for network 47082885-6b22-40ab-878a-1fdac560bd93 [pid: 7|app: 0|req: 879/1810] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:41 2026] DELETE /v2.0/subnets/d7f6bc1b-c8d7-4282-b8d2-e38158883161 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1811] 10.0.0.163 () {34 vars in 684 bytes} [Thu Apr 16 04:37:41 2026] POST /v2.0/security-groups => generated 1601 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 04:37:41.425 8 INFO neutron.db.l3_hamode_db [None req-5a83e186-af76-4d9e-baf8-372aa26806db 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:37:41.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1d9751a-a8fd-4645-93a2-e0e74516d29e 263f93755d6b4750af083c3714f08399 e1b1b7700f5643949d6820ac7c5d1674 - - default default] TaaS: Handle Delete Port: f13663af-2d66-40e6-a1c8-5d042d71d6f7 2026-04-16 04:37:41.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1d9751a-a8fd-4645-93a2-e0e74516d29e 263f93755d6b4750af083c3714f08399 e1b1b7700f5643949d6820ac7c5d1674 - - default default] Tap Mirror: Handle Delete Port: f13663af-2d66-40e6-a1c8-5d042d71d6f7 2026-04-16 04:37:41.529 8 INFO neutron.db.l3_hamode_db [None req-5a83e186-af76-4d9e-baf8-372aa26806db 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 881/1812] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:41 2026] DELETE /v2.0/networks/07f5266c-a4b1-46ee-a391-26609119eeae => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1813] 10.0.0.163 () {34 vars in 767 bytes} [Thu Apr 16 04:37:41 2026] PUT /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/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: 883/1814] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:37:41 2026] GET /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1815] 10.0.0.163 () {34 vars in 778 bytes} [Thu Apr 16 04:37:41 2026] PUT /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1816] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:37:41 2026] GET /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1817] 10.0.0.163 () {34 vars in 774 bytes} [Thu Apr 16 04:37:41 2026] PUT /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1818] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:37:41 2026] GET /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1819] 10.0.0.163 () {34 vars in 796 bytes} [Thu Apr 16 04:37:41 2026] PUT /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1820] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:37:41 2026] GET /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1821] 10.0.0.163 () {34 vars in 668 bytes} [Thu Apr 16 04:37:41 2026] POST /v2.0/routers => generated 474 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1822] 10.0.0.163 () {34 vars in 767 bytes} [Thu Apr 16 04:37:42 2026] PUT /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1823] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:37:42 2026] GET /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:42.118 8 INFO neutron.db.l3_hamode_db [None req-ceded1cf-eb6c-49f1-bed5-add29c707308 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 892/1824] 10.0.0.163 () {32 vars in 755 bytes} [Thu Apr 16 04:37:42 2026] GET /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:42.185 7 INFO neutron.api.v2.resource [None req-b9bbe10c-ec4b-4812-9600-cf2a82c8f809 f387837e063a4156bc40cf15ee4b7bae 94d871c62d7647e4af8d365e6eaafb6a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 893/1825] 10.0.0.163 () {32 vars in 759 bytes} [Thu Apr 16 04:37:42 2026] GET /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1826] 10.0.0.163 () {32 vars in 758 bytes} [Thu Apr 16 04:37:42 2026] DELETE /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags/red => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1827] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:42 2026] GET /v2.0/security-groups?tenant_id=e1b1b7700f5643949d6820ac7c5d1674&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1828] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:37:42 2026] GET /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1829] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:42 2026] DELETE /v2.0/security-groups/14a40fa2-3888-46ae-b7e5-410c77ceb0c8 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:42.551 7 INFO neutron.api.v2.resource [None req-7501334c-8e13-4da8-b1f6-e2d8c97d4006 f387837e063a4156bc40cf15ee4b7bae 94d871c62d7647e4af8d365e6eaafb6a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 898/1830] 10.0.0.163 () {32 vars in 762 bytes} [Thu Apr 16 04:37:42 2026] DELETE /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/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: 899/1831] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:37:42 2026] DELETE /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:42.650 8 INFO neutron.db.l3_hamode_db [None req-ceded1cf-eb6c-49f1-bed5-add29c707308 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:37:42.667 7 INFO neutron.services.segments.plugin [-] Segment ebee8f12-dc89-4bf8-9858-011e2880f9e1 resource provider aggregate not found [pid: 7|app: 0|req: 900/1832] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:37:42 2026] GET /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:42.690 7 INFO neutron.services.segments.plugin [-] Segment ebee8f12-dc89-4bf8-9858-011e2880f9e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebee8f12-dc89-4bf8-9858-011e2880f9e1 found for delete ", "request_id": "req-cc2cf2cd-fb85-4d86-976f-eecc06020611"}]} 2026-04-16 04:37:42.705 7 INFO neutron.services.segments.plugin [-] Segment ebee8f12-dc89-4bf8-9858-011e2880f9e1 resource provider aggregate not found 2026-04-16 04:37:42.724 7 INFO neutron.services.segments.plugin [-] Segment ebee8f12-dc89-4bf8-9858-011e2880f9e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebee8f12-dc89-4bf8-9858-011e2880f9e1 found for delete ", "request_id": "req-efef041a-abaa-4937-967c-ea5cb562b4a5"}]} [pid: 7|app: 0|req: 901/1833] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:42 2026] DELETE /v2.0/security-groups/fb6e150e-8f64-47af-b117-713fc9b33e0f => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1834] 10.0.0.163 () {34 vars in 668 bytes} [Thu Apr 16 04:37:42 2026] POST /v2.0/routers => generated 474 bytes in 1099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:43.234 7 INFO neutron.db.l3_hamode_db [None req-b3d7f64a-bbf7-4eb7-9c3c-067094a52475 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:37:43.357 7 INFO neutron.db.l3_hamode_db [None req-b3d7f64a-bbf7-4eb7-9c3c-067094a52475 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 934/1835] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:43 2026] GET /v2.0/security-groups?tenant_id=94d871c62d7647e4af8d365e6eaafb6a&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1836] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:43 2026] DELETE /v2.0/security-groups/e8488ff9-e294-4a1e-842b-e16f1b392c8b => 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: 936/1837] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:43 2026] GET /v2.0/security-groups?tenant_id=ae0ca11295ad4128a8951a55982bd8cf&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1838] 10.0.0.163 () {34 vars in 668 bytes} [Thu Apr 16 04:37:43 2026] POST /v2.0/routers => generated 474 bytes in 707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1839] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:43 2026] DELETE /v2.0/security-groups/9e88232c-0908-4bf8-9c8b-6dc3e069d2f4 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:43.946 7 INFO neutron.db.l3_hamode_db [None req-06b0b36b-f559-44d2-aa2d-8ccd674590f4 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:37:44.038 7 INFO neutron.db.l3_hamode_db [None req-06b0b36b-f559-44d2-aa2d-8ccd674590f4 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 903/1842] 10.0.0.163 () {34 vars in 668 bytes} [Thu Apr 16 04:37:43 2026] POST /v2.0/routers => generated 474 bytes in 858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:44.760 8 INFO neutron.db.segments_db [None req-6ba25d6d-ab8d-43a4-a1f0-b17729d980e6 3cfabd84cf3d496aafefa20f82b4c8b9 2c04609aeb0c481a90c376c30ded9788 - - default default] Added segment 294c341f-16b3-49eb-b07c-ede772248be3 of type vxlan for network 42c19d53-9b4a-4667-8c31-9198461f6015 2026-04-16 04:37:44.800 7 INFO neutron.db.l3_hamode_db [None req-2fbba61a-81d4-426d-8f08-dd1c93895478 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 940/1843] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:44 2026] POST /v2.0/networks => generated 625 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:44.936 7 INFO neutron.db.l3_hamode_db [None req-2fbba61a-81d4-426d-8f08-dd1c93895478 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 941/1844] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:44 2026] POST /v2.0/subnets => generated 641 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:45.163 8 INFO neutron.db.segments_db [None req-5b4e7437-4502-432f-83cd-47c3d1d6ff79 3cfabd84cf3d496aafefa20f82b4c8b9 2c04609aeb0c481a90c376c30ded9788 - - default default] Added segment f51bcff1-6ece-4f8d-a1ca-f0757fc7cc9e of type vxlan for network 81cc7902-0b0d-4fd2-b0a5-5ff0fd9a275d [pid: 8|app: 0|req: 942/1845] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:45 2026] POST /v2.0/networks => generated 624 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1846] 10.0.0.163 () {34 vars in 743 bytes} [Thu Apr 16 04:37:45 2026] PUT /v2.0/networks/81cc7902-0b0d-4fd2-b0a5-5ff0fd9a275d => generated 592 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1847] 10.0.0.163 () {34 vars in 668 bytes} [Thu Apr 16 04:37:44 2026] POST /v2.0/routers => generated 474 bytes in 802 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1848] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:45 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1849] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:37:45 2026] PUT /v2.0/routers/40af8639-099c-40d3-8bd7-b40e6402ddda/tags => generated 17 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1850] 10.0.0.163 () {34 vars in 741 bytes} [Thu Apr 16 04:37:45 2026] PUT /v2.0/subnets/26ebddaa-068b-4cab-84da-6627cb0338ff => generated 636 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1851] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:37:45 2026] PUT /v2.0/routers/5269ce49-d54c-410b-88ad-b93993970e55/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:45.903 8 INFO neutron.services.segments.plugin [-] Segment f51bcff1-6ece-4f8d-a1ca-f0757fc7cc9e resource provider aggregate not found 2026-04-16 04:37:45.903 8 INFO neutron.services.segments.plugin [-] Segment f51bcff1-6ece-4f8d-a1ca-f0757fc7cc9e resource provider aggregate not found 2026-04-16 04:37:45.925 8 INFO neutron.services.segments.plugin [-] Segment f51bcff1-6ece-4f8d-a1ca-f0757fc7cc9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f51bcff1-6ece-4f8d-a1ca-f0757fc7cc9e found for delete ", "request_id": "req-603efe5b-c1a5-458c-9e58-4a27764edbef"}]} [pid: 7|app: 0|req: 907/1852] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:37:45 2026] PUT /v2.0/routers/e2d149d5-02aa-48ab-8fae-e7fc01ab9958/tags => generated 34 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:45.944 8 INFO neutron.services.segments.plugin [-] Segment f51bcff1-6ece-4f8d-a1ca-f0757fc7cc9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f51bcff1-6ece-4f8d-a1ca-f0757fc7cc9e found for delete ", "request_id": "req-d2c86a9e-a591-485c-b53c-8b0c8d1d5e92"}]} [pid: 8|app: 0|req: 946/1853] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:45 2026] DELETE /v2.0/networks/81cc7902-0b0d-4fd2-b0a5-5ff0fd9a275d => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:45.956 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0121928-4f41-419e-abfb-e5ee0705c92f 3cfabd84cf3d496aafefa20f82b4c8b9 2c04609aeb0c481a90c376c30ded9788 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 947/1854] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:45 2026] DELETE /v2.0/networks/81cc7902-0b0d-4fd2-b0a5-5ff0fd9a275d => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1855] 10.0.0.163 () {32 vars in 694 bytes} [Thu Apr 16 04:37:45 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1856] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:37:45 2026] PUT /v2.0/routers/302a7d55-98b8-4903-8115-b65af883bcd2/tags => generated 19 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1857] 10.0.0.163 () {32 vars in 742 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/subnets?network_id=7d5d7088-7ed6-4128-8f7d-f9daa1cc9441 => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1858] 10.0.0.163 () {32 vars in 653 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1859] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/networks => generated 1309 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1860] 10.0.0.163 () {32 vars in 664 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1861] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/subnets => generated 1280 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1862] 10.0.0.163 () {32 vars in 723 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/networks/42c19d53-9b4a-4667-8c31-9198461f6015 => generated 669 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1863] 10.0.0.163 () {32 vars in 678 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1864] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/subnets/f3b5a969-617c-43fe-ad47-88ec217f0afd => generated 641 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:46.267 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b7dfbee-fac7-47d2-8086-d47924724406 3cfabd84cf3d496aafefa20f82b4c8b9 2c04609aeb0c481a90c376c30ded9788 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 955/1865] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:46 2026] DELETE /v2.0/subnets/26ebddaa-068b-4cab-84da-6627cb0338ff => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:37:46.280 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d01d99ba-d7b2-4a09-a887-4d73a8568ded 3cfabd84cf3d496aafefa20f82b4c8b9 2c04609aeb0c481a90c376c30ded9788 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/1866] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:46 2026] DELETE /v2.0/networks/81cc7902-0b0d-4fd2-b0a5-5ff0fd9a275d => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1867] 10.0.0.163 () {32 vars in 674 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1868] 10.0.0.163 () {32 vars in 686 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1869] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:46 2026] DELETE /v2.0/subnets/f3b5a969-617c-43fe-ad47-88ec217f0afd => 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: 913/1870] 10.0.0.163 () {32 vars in 672 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1871] 10.0.0.163 () {32 vars in 686 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1872] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:46 2026] DELETE /v2.0/networks/42c19d53-9b4a-4667-8c31-9198461f6015 => 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: 915/1873] 10.0.0.163 () {32 vars in 682 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1874] 10.0.0.163 () {32 vars in 694 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1875] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:37:46 2026] GET /v2.0/routers/40af8639-099c-40d3-8bd7-b40e6402ddda => generated 485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1876] 10.0.0.163 () {34 vars in 742 bytes} [Thu Apr 16 04:37:46 2026] PUT /v2.0/routers/40af8639-099c-40d3-8bd7-b40e6402ddda => generated 485 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1877] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:37:47 2026] GET /v2.0/ports?device_id=40af8639-099c-40d3-8bd7-b40e6402ddda => 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: 917/1878] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:47 2026] GET /v2.0/security-groups?tenant_id=2c04609aeb0c481a90c376c30ded9788&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1879] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:47 2026] DELETE /v2.0/security-groups/6fa41a73-bf45-4e12-831b-06d9292aaced => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:47.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-c70e1504-f13b-4a8e-98c5-c1a43b552b93 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] TaaS: Handle Delete Port: 7fbeae7e-c326-4ec2-a4ff-c4b81cfbddb1 2026-04-16 04:37:47.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c70e1504-f13b-4a8e-98c5-c1a43b552b93 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Tap Mirror: Handle Delete Port: 7fbeae7e-c326-4ec2-a4ff-c4b81cfbddb1 [pid: 7|app: 0|req: 919/1880] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:47 2026] GET /v2.0/security-groups?tenant_id=7fc5e5ab4c4c4037971416dc1ce68fa3&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1881] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:47 2026] DELETE /v2.0/security-groups/6b291bf1-3583-4d2b-9c18-a4fc22ae12b8 => 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: 962/1882] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:47 2026] DELETE /v2.0/routers/40af8639-099c-40d3-8bd7-b40e6402ddda => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1883] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:37:47 2026] GET /v2.0/routers/5269ce49-d54c-410b-88ad-b93993970e55 => generated 493 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1884] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:47 2026] GET /v2.0/security-groups?tenant_id=fb4ed0ef09524653a99a7dfdfff1cf7c&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:47.958 8 INFO neutron.services.segments.plugin [-] Segment 294c341f-16b3-49eb-b07c-ede772248be3 resource provider aggregate not found 2026-04-16 04:37:47.973 8 INFO neutron.services.segments.plugin [-] Segment 294c341f-16b3-49eb-b07c-ede772248be3 resource provider aggregate not found 2026-04-16 04:37:47.977 8 INFO neutron.services.segments.plugin [-] Segment 294c341f-16b3-49eb-b07c-ede772248be3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 294c341f-16b3-49eb-b07c-ede772248be3 found for delete ", "request_id": "req-64b25aaf-4527-4cfc-9a5a-a99cc7af47dc"}]} [pid: 7|app: 0|req: 923/1885] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:47 2026] DELETE /v2.0/security-groups/7eacda05-9b9f-484c-865e-68c4a576e280 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:47.995 8 INFO neutron.services.segments.plugin [-] Segment 294c341f-16b3-49eb-b07c-ede772248be3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 294c341f-16b3-49eb-b07c-ede772248be3 found for delete ", "request_id": "req-c39d40e1-939a-406e-86e6-9d44fcbc3b6c"}]} [pid: 8|app: 0|req: 963/1886] 10.0.0.163 () {34 vars in 742 bytes} [Thu Apr 16 04:37:47 2026] PUT /v2.0/routers/5269ce49-d54c-410b-88ad-b93993970e55 => generated 493 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1887] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:37:48 2026] GET /v2.0/ports?device_id=5269ce49-d54c-410b-88ad-b93993970e55 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:48.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ce3145c-d10a-4287-bf04-0fd8593054e6 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] TaaS: Handle Delete Port: 8f587aa0-003b-4817-8586-11d13ae8c9da 2026-04-16 04:37:48.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ce3145c-d10a-4287-bf04-0fd8593054e6 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Tap Mirror: Handle Delete Port: 8f587aa0-003b-4817-8586-11d13ae8c9da [pid: 8|app: 0|req: 964/1888] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:48 2026] DELETE /v2.0/routers/5269ce49-d54c-410b-88ad-b93993970e55 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1889] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:37:48 2026] GET /v2.0/routers/e2d149d5-02aa-48ab-8fae-e7fc01ab9958 => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1890] 10.0.0.163 () {34 vars in 742 bytes} [Thu Apr 16 04:37:48 2026] PUT /v2.0/routers/e2d149d5-02aa-48ab-8fae-e7fc01ab9958 => generated 502 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1891] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:37:49 2026] GET /v2.0/ports?device_id=e2d149d5-02aa-48ab-8fae-e7fc01ab9958 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:49.252 7 INFO neutron_taas.services.taas.taas_plugin [None req-14c93954-1944-455b-a565-483b34fdb653 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] TaaS: Handle Delete Port: 78845fb5-9e85-4ebb-b998-ef8ab3387e38 2026-04-16 04:37:49.255 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14c93954-1944-455b-a565-483b34fdb653 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Tap Mirror: Handle Delete Port: 78845fb5-9e85-4ebb-b998-ef8ab3387e38 2026-04-16 04:37:49.381 8 INFO neutron.db.segments_db [None req-9a179a14-46da-4200-a436-294fd5121361 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Added segment 4d0767e6-997d-4d95-ab25-859960661cbe of type vxlan for network 1419b329-c998-462a-8aed-172f95ed7ade [pid: 7|app: 0|req: 927/1892] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:49 2026] DELETE /v2.0/routers/e2d149d5-02aa-48ab-8fae-e7fc01ab9958 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1893] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:49 2026] POST /v2.0/networks => generated 615 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1894] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:37:49 2026] GET /v2.0/routers/302a7d55-98b8-4903-8115-b65af883bcd2 => generated 487 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:49.530 8 INFO neutron.db.segments_db [None req-75dc6f9c-bb41-4903-a6a1-ed552bf1ed7b e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Added segment 4ae5f5f9-6761-4797-a2e5-2bb48983885a of type vxlan for network 6ee064a4-0b15-448c-8e72-1a7d76b5a1c6 [pid: 8|app: 0|req: 967/1895] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:49 2026] POST /v2.0/networks => generated 615 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1896] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:49 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: 7|app: 0|req: 929/1897] 10.0.0.163 () {34 vars in 742 bytes} [Thu Apr 16 04:37:49 2026] PUT /v2.0/routers/302a7d55-98b8-4903-8115-b65af883bcd2 => generated 487 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1898] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:37:50 2026] GET /v2.0/ports?device_id=302a7d55-98b8-4903-8115-b65af883bcd2 => 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: 969/1899] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:49 2026] POST /v2.0/subnets => generated 655 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:50.116 8 INFO neutron.db.segments_db [None req-a47088ef-16cf-4ee3-8936-1cb94c3445c6 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Added segment 91b6a79e-2c07-4da6-9640-58654a038039 of type vxlan for network 091a3957-e1c5-458e-8358-fa6ed8eb1f78 2026-04-16 04:37:50.171 7 INFO neutron_taas.services.taas.taas_plugin [None req-ede96a24-cf15-4b6f-891b-be8932bfa832 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] TaaS: Handle Delete Port: 24d6f227-7baa-4d03-adb9-323f1edb7e18 2026-04-16 04:37:50.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ede96a24-cf15-4b6f-891b-be8932bfa832 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Tap Mirror: Handle Delete Port: 24d6f227-7baa-4d03-adb9-323f1edb7e18 2026-04-16 04:37:50.347 8 INFO neutron.db.l3_hamode_db [None req-a47088ef-16cf-4ee3-8936-1cb94c3445c6 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 931/1900] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:50 2026] DELETE /v2.0/routers/302a7d55-98b8-4903-8115-b65af883bcd2 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1901] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:37:50 2026] GET /v2.0/routers/fa9fa7a3-a01c-4ca9-8ad7-f3e14aacc4f2 => generated 480 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:50.465 8 INFO neutron.db.l3_hamode_db [None req-a47088ef-16cf-4ee3-8936-1cb94c3445c6 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 970/1902] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:50 2026] POST /v2.0/routers => generated 511 bytes in 944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1903] 10.0.0.163 () {34 vars in 742 bytes} [Thu Apr 16 04:37:50 2026] PUT /v2.0/routers/fa9fa7a3-a01c-4ca9-8ad7-f3e14aacc4f2 => generated 480 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1904] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:37:51 2026] GET /v2.0/ports?device_id=fa9fa7a3-a01c-4ca9-8ad7-f3e14aacc4f2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:51.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-9618413a-ff1e-4294-b358-4b5b63ef004c 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] TaaS: Handle Delete Port: e0e8816c-ece3-4b7a-83cb-cf930c7e601e 2026-04-16 04:37:51.546 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9618413a-ff1e-4294-b358-4b5b63ef004c 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] Tap Mirror: Handle Delete Port: e0e8816c-ece3-4b7a-83cb-cf930c7e601e 2026-04-16 04:37:51.869 7 INFO neutron.services.segments.plugin [-] Segment b6f44690-8c90-4d56-98f7-a3abda6c8f0f resource provider aggregate not found 2026-04-16 04:37:51.874 7 INFO neutron.services.segments.plugin [-] Segment b6f44690-8c90-4d56-98f7-a3abda6c8f0f resource provider aggregate not found 2026-04-16 04:37:51.881 7 INFO neutron.services.segments.plugin [-] Segment b6f44690-8c90-4d56-98f7-a3abda6c8f0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6f44690-8c90-4d56-98f7-a3abda6c8f0f found for delete ", "request_id": "req-bda8ead1-e276-43e2-82aa-0853e27cc287"}]} 2026-04-16 04:37:51.894 7 INFO neutron.services.segments.plugin [-] Segment b6f44690-8c90-4d56-98f7-a3abda6c8f0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6f44690-8c90-4d56-98f7-a3abda6c8f0f found for delete ", "request_id": "req-eb2296db-4485-44d8-bc18-6a2710c7ccf8"}]} 2026-04-16 04:37:51.903 7 INFO neutron.db.l3_hamode_db [None req-9618413a-ff1e-4294-b358-4b5b63ef004c 018bdb12d97644ba9addc4748dbfc784 2344d5c1df34438c891940551f1eb1c9 - - default default] HA network 47082885-6b22-40ab-878a-1fdac560bd93 was deleted as no HA routers are present in tenant 2344d5c1df34438c891940551f1eb1c9. [pid: 7|app: 0|req: 935/1905] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:51 2026] DELETE /v2.0/routers/fa9fa7a3-a01c-4ca9-8ad7-f3e14aacc4f2 => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1906] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:37:51 2026] PUT /v2.0/routers/b124cb4e-3cac-452d-8533-54c384bd45e9/add_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1907] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:37:51 2026] GET /v2.0/ports/2fd8bf2c-e674-4964-9c7c-d32065253da5 => generated 959 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1908] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:52 2026] GET /v2.0/security-groups?tenant_id=1e23928eac384d7d87453c27425993d7&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1909] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:52 2026] DELETE /v2.0/security-groups/7e1a082b-96ce-4b71-b5a2-eaaefea02bfe => 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: 972/1910] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:37:52 2026] PUT /v2.0/routers/b124cb4e-3cac-452d-8533-54c384bd45e9/add_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1911] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:37:53 2026] GET /v2.0/ports/8c2164f3-4961-4111-b0ec-54af33858b0d => generated 967 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1912] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:53 2026] GET /v2.0/security-groups?tenant_id=20572317dccc4b15baea1606ddffa197&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1913] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:53 2026] DELETE /v2.0/security-groups/cfb039d6-af31-484b-b747-c524bc60d1e2 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:37:53.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-46f0dae4-ca67-4a3e-ac4d-db8d83aa410b e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] TaaS: Handle Delete Port: 8c2164f3-4961-4111-b0ec-54af33858b0d 2026-04-16 04:37:53.420 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46f0dae4-ca67-4a3e-ac4d-db8d83aa410b e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Tap Mirror: Handle Delete Port: 8c2164f3-4961-4111-b0ec-54af33858b0d [pid: 7|app: 0|req: 941/1914] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:37:53 2026] GET /v2.0/security-groups?tenant_id=2344d5c1df34438c891940551f1eb1c9&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1915] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:37:53 2026] DELETE /v2.0/security-groups/891c897d-a7d0-4a65-a54d-90158b27de83 => 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: 974/1916] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:37:53 2026] PUT /v2.0/routers/b124cb4e-3cac-452d-8533-54c384bd45e9/remove_router_interface => generated 309 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:37:54.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-1127e99d-1224-4c7d-8ce4-e80f4967b347 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] TaaS: Handle Delete Port: 2fd8bf2c-e674-4964-9c7c-d32065253da5 2026-04-16 04:37:54.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1127e99d-1224-4c7d-8ce4-e80f4967b347 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Tap Mirror: Handle Delete Port: 2fd8bf2c-e674-4964-9c7c-d32065253da5 [pid: 7|app: 0|req: 943/1917] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:37:53 2026] PUT /v2.0/routers/b124cb4e-3cac-452d-8533-54c384bd45e9/remove_router_interface => generated 309 bytes in 676 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1918] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:37:54 2026] GET /v2.0/ports?device_id=b124cb4e-3cac-452d-8533-54c384bd45e9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:37:54.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-715c4dc3-5189-4ff4-b980-384a0ec2c8e0 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] TaaS: Handle Delete Port: 9d13ab03-8916-4eb9-9157-2f1358b43130 2026-04-16 04:37:54.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-715c4dc3-5189-4ff4-b980-384a0ec2c8e0 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Tap Mirror: Handle Delete Port: 9d13ab03-8916-4eb9-9157-2f1358b43130 2026-04-16 04:37:55.084 7 INFO neutron.services.segments.plugin [-] Segment 91b6a79e-2c07-4da6-9640-58654a038039 resource provider aggregate not found 2026-04-16 04:37:55.089 7 INFO neutron.services.segments.plugin [-] Segment 91b6a79e-2c07-4da6-9640-58654a038039 resource provider aggregate not found 2026-04-16 04:37:55.110 7 INFO neutron.services.segments.plugin [-] Segment 91b6a79e-2c07-4da6-9640-58654a038039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91b6a79e-2c07-4da6-9640-58654a038039 found for delete ", "request_id": "req-f19af1fa-4784-42b0-8324-f30dfd36c3b4"}]} 2026-04-16 04:37:55.112 7 INFO neutron.services.segments.plugin [-] Segment 91b6a79e-2c07-4da6-9640-58654a038039 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91b6a79e-2c07-4da6-9640-58654a038039 found for delete ", "request_id": "req-617679dd-5761-4c11-98a0-ea850d46f344"}]} 2026-04-16 04:37:55.126 7 INFO neutron.db.l3_hamode_db [None req-715c4dc3-5189-4ff4-b980-384a0ec2c8e0 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] HA network 091a3957-e1c5-458e-8358-fa6ed8eb1f78 was deleted as no HA routers are present in tenant 75e80023b251408a866c38519c73cd2d. [pid: 7|app: 0|req: 944/1919] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:54 2026] DELETE /v2.0/routers/b124cb4e-3cac-452d-8533-54c384bd45e9 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1920] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:55 2026] DELETE /v2.0/subnets/9a1b588d-185b-496d-b4df-531030494ea9 => 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: 945/1921] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:55 2026] DELETE /v2.0/subnets/ebc76578-363b-41bc-b502-15e4e6bf6624 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:55.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-67427c24-80cb-4933-b6da-b98fc8ac0334 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] TaaS: Handle Delete Port: 5c3067df-d75d-4580-a16f-193de69d8a56 2026-04-16 04:37:55.559 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67427c24-80cb-4933-b6da-b98fc8ac0334 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Tap Mirror: Handle Delete Port: 5c3067df-d75d-4580-a16f-193de69d8a56 2026-04-16 04:37:55.728 8 INFO neutron.services.segments.plugin [-] Segment 4ae5f5f9-6761-4797-a2e5-2bb48983885a resource provider aggregate not found 2026-04-16 04:37:55.731 8 INFO neutron.services.segments.plugin [-] Segment 4ae5f5f9-6761-4797-a2e5-2bb48983885a resource provider aggregate not found 2026-04-16 04:37:55.741 8 INFO neutron.services.segments.plugin [-] Segment 4ae5f5f9-6761-4797-a2e5-2bb48983885a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae5f5f9-6761-4797-a2e5-2bb48983885a found for delete ", "request_id": "req-3887eed5-a7a5-4e6c-9a6f-70511571d6af"}]} 2026-04-16 04:37:55.745 8 INFO neutron.services.segments.plugin [-] Segment 4ae5f5f9-6761-4797-a2e5-2bb48983885a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ae5f5f9-6761-4797-a2e5-2bb48983885a found for delete ", "request_id": "req-d005fe32-f3e6-4769-937e-bfb5dd901d6a"}]} [pid: 8|app: 0|req: 977/1922] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:55 2026] DELETE /v2.0/networks/6ee064a4-0b15-448c-8e72-1a7d76b5a1c6 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:55.886 7 INFO neutron_taas.services.taas.taas_plugin [None req-78ce8e33-4e7e-4545-bac3-f28840773406 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] TaaS: Handle Delete Port: f2e44cdf-c7ca-414d-8745-29acf756e435 2026-04-16 04:37:55.889 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78ce8e33-4e7e-4545-bac3-f28840773406 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Tap Mirror: Handle Delete Port: f2e44cdf-c7ca-414d-8745-29acf756e435 [pid: 7|app: 0|req: 946/1923] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:37:55 2026] DELETE /v2.0/networks/1419b329-c998-462a-8aed-172f95ed7ade => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:37:56.138 8 INFO neutron.db.segments_db [None req-c01ad35b-05b2-4fcd-9e8e-faf86e3480bd e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Added segment 285fd9a9-ae32-4532-886e-33696de244f8 of type vxlan for network eff83c2d-466c-4795-9dbf-a9a05189973c [pid: 8|app: 0|req: 978/1924] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:56 2026] POST /v2.0/networks => generated 614 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1925] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:56 2026] POST /v2.0/subnets => generated 646 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:56.453 8 INFO neutron.db.segments_db [None req-6ff54d4f-3163-47c6-877e-1759eee5c015 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Added segment 407348fb-e43f-40c2-9d5e-417784331756 of type vxlan for network 1ebfcbac-16f6-4ad0-9ec1-a688b350ad94 2026-04-16 04:37:56.675 8 INFO neutron.db.l3_hamode_db [None req-6ff54d4f-3163-47c6-877e-1759eee5c015 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:37:56.786 8 INFO neutron.db.l3_hamode_db [None req-6ff54d4f-3163-47c6-877e-1759eee5c015 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:37:57.131 7 INFO neutron.services.segments.plugin [-] Segment 4d0767e6-997d-4d95-ab25-859960661cbe resource provider aggregate not found 2026-04-16 04:37:57.135 7 INFO neutron.services.segments.plugin [-] Segment 4d0767e6-997d-4d95-ab25-859960661cbe resource provider aggregate not found 2026-04-16 04:37:57.146 7 INFO neutron.services.segments.plugin [-] Segment 4d0767e6-997d-4d95-ab25-859960661cbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d0767e6-997d-4d95-ab25-859960661cbe found for delete ", "request_id": "req-e1e412b8-758b-4515-8448-5f9522fd2b0a"}]} 2026-04-16 04:37:57.148 7 INFO neutron.services.segments.plugin [-] Segment 4d0767e6-997d-4d95-ab25-859960661cbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d0767e6-997d-4d95-ab25-859960661cbe found for delete ", "request_id": "req-791bcafe-eec0-4d07-a680-e3d2545be873"}]} [pid: 8|app: 0|req: 979/1926] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:56 2026] POST /v2.0/routers => generated 511 bytes in 939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1927] 10.0.0.163 () {34 vars in 665 bytes} [Thu Apr 16 04:37:57 2026] POST /v2.0/ports => generated 960 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:37:57.924 8 INFO neutron.db.segments_db [None req-406cdda7-c23a-4ce7-9fee-7d237f4b5efb 69435496e60447f7953b8e5980e8cffe 93a0d246e8c340059edf013162f00b66 - - default default] Added segment bf7aec15-1a7e-4592-a60d-a91aa357e111 of type vxlan for network 81380b8d-f77d-4e73-9811-31abb6fb0cc2 [pid: 8|app: 0|req: 980/1928] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:57 2026] POST /v2.0/networks => generated 613 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1929] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:58 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:58.305 8 INFO neutron.db.segments_db [None req-bd578b2c-5aa9-470c-afaf-fb7ac37f6ee1 69435496e60447f7953b8e5980e8cffe 93a0d246e8c340059edf013162f00b66 - - default default] Added segment 1001d860-7439-406c-846c-b73c1ad1adb5 of type vxlan for network 986cd8f1-8429-4506-bd18-80bb42ec7381 [pid: 8|app: 0|req: 982/1930] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:58 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1931] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:58 2026] POST /v2.0/subnets => generated 629 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:58.671 8 INFO neutron.db.segments_db [None req-026f0b64-f009-4354-b9ec-16c2d5268c47 69435496e60447f7953b8e5980e8cffe 93a0d246e8c340059edf013162f00b66 - - default default] Added segment c9162c93-7b4a-44ab-8ac9-6b70fd1af10a of type vxlan for network 3f755898-848d-47fc-b71d-b3a88d819d27 [pid: 7|app: 0|req: 949/1932] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:37:57 2026] PUT /v2.0/routers/1f8e68e9-f64b-42ae-8fc1-559efbcafaa0/add_router_interface => generated 309 bytes in 1016 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: 950/1933] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:37:58 2026] GET /v2.0/ports/aa9cfd0d-6c0e-4142-a2be-26cbda3421ae => generated 1034 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1934] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:58 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1935] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:58 2026] POST /v2.0/subnets => generated 629 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:59.018 8 INFO neutron.db.segments_db [None req-00bfcb63-38d0-45a3-b8d8-84695c34f587 69435496e60447f7953b8e5980e8cffe 93a0d246e8c340059edf013162f00b66 - - default default] Added segment 36d46916-f9b7-4b08-8a00-7f515881f0d2 of type vxlan for network 687fe0cb-102f-4af6-97fb-95e84dc265df 2026-04-16 04:37:59.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-c7a6f53a-300a-4cae-85c8-353e82bd8a79 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] TaaS: Handle Delete Port: aa9cfd0d-6c0e-4142-a2be-26cbda3421ae 2026-04-16 04:37:59.041 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7a6f53a-300a-4cae-85c8-353e82bd8a79 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Tap Mirror: Handle Delete Port: aa9cfd0d-6c0e-4142-a2be-26cbda3421ae [pid: 8|app: 0|req: 986/1936] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:58 2026] POST /v2.0/networks => generated 613 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1937] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:59 2026] POST /v2.0/subnets => generated 629 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:59.357 8 INFO neutron.db.segments_db [None req-3e943db3-946d-4efd-aee0-55506facb129 69435496e60447f7953b8e5980e8cffe 93a0d246e8c340059edf013162f00b66 - - default default] Added segment f71eddcc-df93-4758-a52f-14c2a66d405d of type vxlan for network f0049d1b-8470-4041-9a07-8d4bf0d53ca6 [pid: 7|app: 0|req: 951/1940] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:37:58 2026] PUT /v2.0/routers/1f8e68e9-f64b-42ae-8fc1-559efbcafaa0/remove_router_interface => generated 309 bytes in 691 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: 990/1941] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:37:59 2026] POST /v2.0/networks => generated 611 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:59.532 7 INFO neutron.api.v2.resource [None req-f7c2ff86-f30e-47c1-8207-ff4be628f017 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 952/1942] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:37:59 2026] PUT /v2.0/routers/1f8e68e9-f64b-42ae-8fc1-559efbcafaa0/remove_router_interface => generated 197 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1943] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:37:59 2026] GET /v2.0/ports?device_id=1f8e68e9-f64b-42ae-8fc1-559efbcafaa0 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1944] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:37:59 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:37:59.683 7 INFO neutron_taas.services.taas.taas_plugin [None req-9492c53a-ea0b-4101-9a73-84a36b67e9bf e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] TaaS: Handle Delete Port: d6401347-208e-4523-b2b2-94d705c02f16 2026-04-16 04:37:59.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9492c53a-ea0b-4101-9a73-84a36b67e9bf e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Tap Mirror: Handle Delete Port: d6401347-208e-4523-b2b2-94d705c02f16 [pid: 8|app: 0|req: 992/1945] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:37:59 2026] PUT /v2.0/subnets/5d27e5d7-b4ca-4633-b85f-950e8f29a8b2/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1946] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:37:59 2026] PUT /v2.0/subnets/9e8ebfe9-be65-4ea6-8983-65c18aea57f1/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: 994/1947] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:37:59 2026] PUT /v2.0/subnets/c877d54f-c531-4292-bf23-d20bf073598e/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1948] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:37:59 2026] PUT /v2.0/subnets/a759a965-c135-46ed-955d-a0d257d17a8a/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1949] 10.0.0.163 () {32 vars in 664 bytes} [Thu Apr 16 04:37:59 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1950] 10.0.0.163 () {32 vars in 678 bytes} [Thu Apr 16 04:37:59 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:37:59.987 7 INFO neutron.services.segments.plugin [-] Segment 407348fb-e43f-40c2-9d5e-417784331756 resource provider aggregate not found 2026-04-16 04:37:59.991 7 INFO neutron.services.segments.plugin [-] Segment 407348fb-e43f-40c2-9d5e-417784331756 resource provider aggregate not found [pid: 8|app: 0|req: 998/1951] 10.0.0.163 () {32 vars in 674 bytes} [Thu Apr 16 04:37:59 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:38:00.011 7 INFO neutron.services.segments.plugin [-] Segment 407348fb-e43f-40c2-9d5e-417784331756 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 407348fb-e43f-40c2-9d5e-417784331756 found for delete ", "request_id": "req-046bcab9-a621-47ea-a75b-131f9eac6608"}]} 2026-04-16 04:38:00.013 7 INFO neutron.services.segments.plugin [-] Segment 407348fb-e43f-40c2-9d5e-417784331756 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 407348fb-e43f-40c2-9d5e-417784331756 found for delete ", "request_id": "req-0ae9b894-1b4b-4ec5-bf68-2442663aa273"}]} 2026-04-16 04:38:00.020 7 INFO neutron.db.l3_hamode_db [None req-9492c53a-ea0b-4101-9a73-84a36b67e9bf e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] HA network 1ebfcbac-16f6-4ad0-9ec1-a688b350ad94 was deleted as no HA routers are present in tenant 75e80023b251408a866c38519c73cd2d. [pid: 8|app: 0|req: 999/1952] 10.0.0.163 () {32 vars in 686 bytes} [Thu Apr 16 04:37:59 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1953] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:37:59 2026] DELETE /v2.0/routers/1f8e68e9-f64b-42ae-8fc1-559efbcafaa0 => generated 0 bytes in 471 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1954] 10.0.0.163 () {32 vars in 672 bytes} [Thu Apr 16 04:38:00 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1955] 10.0.0.163 () {32 vars in 686 bytes} [Thu Apr 16 04:38:00 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: 7|app: 0|req: 955/1956] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:00 2026] DELETE /v2.0/subnets/ed7fb082-af4d-4053-957d-5a1e58b20d78 => 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: 1002/1957] 10.0.0.163 () {32 vars in 682 bytes} [Thu Apr 16 04:38:00 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1958] 10.0.0.163 () {32 vars in 694 bytes} [Thu Apr 16 04:38:00 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1959] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:38:00 2026] DELETE /v2.0/networks/eff83c2d-466c-4795-9dbf-a9a05189973c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:38:00.319 7 INFO neutron.db.segments_db [None req-4b7fa9b4-c487-4531-a677-92acc63a0773 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Added segment 9d5a96b2-447f-4a8b-919a-4771dab9e138 of type vxlan for network b7a846ac-3b9d-4d89-b0ba-1d5cad5371ee [pid: 8|app: 0|req: 1004/1960] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:00 2026] DELETE /v2.0/subnets/5d27e5d7-b4ca-4633-b85f-950e8f29a8b2 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1961] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:38:00 2026] POST /v2.0/networks => generated 614 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1962] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:00 2026] DELETE /v2.0/subnets/9e8ebfe9-be65-4ea6-8983-65c18aea57f1 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1963] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:00 2026] DELETE /v2.0/subnets/c877d54f-c531-4292-bf23-d20bf073598e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1964] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:38:00 2026] POST /v2.0/subnets => generated 646 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:38:00.667 7 INFO neutron.db.segments_db [None req-8e281eb1-54df-47ff-b907-60878345fe62 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Added segment e52b65f3-ead0-4e0f-8b49-254c6616f775 of type vxlan for network ff712ffd-02b8-42ad-9d7c-fc0a7e5faaf0 [pid: 8|app: 0|req: 1007/1965] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:00 2026] DELETE /v2.0/subnets/a759a965-c135-46ed-955d-a0d257d17a8a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1966] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:00 2026] DELETE /v2.0/subnets/464422a3-d845-4074-bb3f-b1591905430e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:38:00.893 7 INFO neutron.db.l3_hamode_db [None req-8e281eb1-54df-47ff-b907-60878345fe62 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:38:00.918 8 INFO neutron.services.segments.plugin [-] Segment bf7aec15-1a7e-4592-a60d-a91aa357e111 resource provider aggregate not found 2026-04-16 04:38:00.922 8 INFO neutron.services.segments.plugin [-] Segment bf7aec15-1a7e-4592-a60d-a91aa357e111 resource provider aggregate not found 2026-04-16 04:38:00.936 8 INFO neutron.services.segments.plugin [-] Segment bf7aec15-1a7e-4592-a60d-a91aa357e111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf7aec15-1a7e-4592-a60d-a91aa357e111 found for delete ", "request_id": "req-015e8460-d660-482b-9915-34e4ab0d8dbc"}]} 2026-04-16 04:38:00.939 8 INFO neutron.services.segments.plugin [-] Segment bf7aec15-1a7e-4592-a60d-a91aa357e111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf7aec15-1a7e-4592-a60d-a91aa357e111 found for delete ", "request_id": "req-223546a5-ae70-481e-b6da-6e1870f49bb4"}]} [pid: 8|app: 0|req: 1009/1967] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:38:00 2026] DELETE /v2.0/networks/81380b8d-f77d-4e73-9811-31abb6fb0cc2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:38:01.006 7 INFO neutron.db.l3_hamode_db [None req-8e281eb1-54df-47ff-b907-60878345fe62 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1010/1968] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:38:00 2026] DELETE /v2.0/networks/986cd8f1-8429-4506-bd18-80bb42ec7381 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1969] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:38:01 2026] DELETE /v2.0/networks/3f755898-848d-47fc-b71d-b3a88d819d27 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1970] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:38:01 2026] DELETE /v2.0/networks/687fe0cb-102f-4af6-97fb-95e84dc265df => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1971] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:38:01 2026] DELETE /v2.0/networks/f0049d1b-8470-4041-9a07-8d4bf0d53ca6 => 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: 959/1972] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:38:00 2026] POST /v2.0/routers => generated 510 bytes in 968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:38:02.029 7 INFO neutron.services.segments.plugin [-] Segment 285fd9a9-ae32-4532-886e-33696de244f8 resource provider aggregate not found 2026-04-16 04:38:02.034 7 INFO neutron.services.segments.plugin [-] Segment 285fd9a9-ae32-4532-886e-33696de244f8 resource provider aggregate not found 2026-04-16 04:38:02.041 7 INFO neutron.services.segments.plugin [-] Segment 285fd9a9-ae32-4532-886e-33696de244f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 285fd9a9-ae32-4532-886e-33696de244f8 found for delete ", "request_id": "req-c3dc9605-1255-48e0-b9b5-caf1c3c72aaa"}]} 2026-04-16 04:38:02.053 7 INFO neutron.services.segments.plugin [-] Segment 285fd9a9-ae32-4532-886e-33696de244f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 285fd9a9-ae32-4532-886e-33696de244f8 found for delete ", "request_id": "req-c3f145b5-a07c-48bf-8ace-a585a00ab1d8"}]} [pid: 7|app: 0|req: 960/1973] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:38:02 2026] GET /v2.0/security-groups?tenant_id=aaf46b6ddfa54ea1ad8d4ff846b9e6b1&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: 961/1974] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:02 2026] DELETE /v2.0/security-groups/eada8053-665e-4726-b827-5352f6451269 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1975] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:38:01 2026] PUT /v2.0/routers/597bfb8b-359c-4b81-8e57-4ce4e75927f3/add_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1976] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:38:02 2026] GET /v2.0/ports/183f8912-9c0d-4cce-9928-e6b13cb322bb => generated 959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1977] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:38:02 2026] GET /v2.0/security-groups?tenant_id=70bb9c6bc8f3485e98c987c562c19004&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1978] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:02 2026] DELETE /v2.0/security-groups/cdfbbf40-c0f3-4289-8f75-895a918a2909 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:38:02.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-70efea3d-6f4f-4709-a612-fc8e2b6a3408 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] TaaS: Handle Delete Port: 183f8912-9c0d-4cce-9928-e6b13cb322bb 2026-04-16 04:38:02.913 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70efea3d-6f4f-4709-a612-fc8e2b6a3408 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Tap Mirror: Handle Delete Port: 183f8912-9c0d-4cce-9928-e6b13cb322bb 2026-04-16 04:38:02.954 8 INFO neutron.services.segments.plugin [-] Segment 1001d860-7439-406c-846c-b73c1ad1adb5 resource provider aggregate not found 2026-04-16 04:38:02.958 8 INFO neutron.services.segments.plugin [-] Segment 1001d860-7439-406c-846c-b73c1ad1adb5 resource provider aggregate not found 2026-04-16 04:38:02.973 8 INFO neutron.services.segments.plugin [-] Segment 1001d860-7439-406c-846c-b73c1ad1adb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1001d860-7439-406c-846c-b73c1ad1adb5 found for delete ", "request_id": "req-36f0e61c-971c-4e1b-b903-279c20e03395"}]} 2026-04-16 04:38:02.976 8 INFO neutron.services.segments.plugin [-] Segment 1001d860-7439-406c-846c-b73c1ad1adb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1001d860-7439-406c-846c-b73c1ad1adb5 found for delete ", "request_id": "req-c84fb2b2-f802-4599-9343-2e6fe9146420"}]} 2026-04-16 04:38:02.993 8 INFO neutron.services.segments.plugin [-] Segment c9162c93-7b4a-44ab-8ac9-6b70fd1af10a resource provider aggregate not found 2026-04-16 04:38:03.002 8 INFO neutron.services.segments.plugin [-] Segment c9162c93-7b4a-44ab-8ac9-6b70fd1af10a resource provider aggregate not found 2026-04-16 04:38:03.020 8 INFO neutron.services.segments.plugin [-] Segment c9162c93-7b4a-44ab-8ac9-6b70fd1af10a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9162c93-7b4a-44ab-8ac9-6b70fd1af10a found for delete ", "request_id": "req-7f95abda-2f87-43db-9007-80edf6a0727c"}]} 2026-04-16 04:38:03.024 8 INFO neutron.services.segments.plugin [-] Segment c9162c93-7b4a-44ab-8ac9-6b70fd1af10a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9162c93-7b4a-44ab-8ac9-6b70fd1af10a found for delete ", "request_id": "req-82e574fe-7cfc-4eaa-af1b-605a03cd7a07"}]} [pid: 8|app: 0|req: 1017/1979] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:38:02 2026] GET /v2.0/security-groups?tenant_id=93a0d246e8c340059edf013162f00b66&name=default => generated 2929 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:38:03.039 8 INFO neutron.services.segments.plugin [-] Segment 36d46916-f9b7-4b08-8a00-7f515881f0d2 resource provider aggregate not found 2026-04-16 04:38:03.043 8 INFO neutron.services.segments.plugin [-] Segment 36d46916-f9b7-4b08-8a00-7f515881f0d2 resource provider aggregate not found 2026-04-16 04:38:03.062 8 INFO neutron.services.segments.plugin [-] Segment 36d46916-f9b7-4b08-8a00-7f515881f0d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36d46916-f9b7-4b08-8a00-7f515881f0d2 found for delete ", "request_id": "req-7e484267-6c16-4954-a6a0-a9e9943a1a30"}]} 2026-04-16 04:38:03.068 8 INFO neutron.services.segments.plugin [-] Segment 36d46916-f9b7-4b08-8a00-7f515881f0d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36d46916-f9b7-4b08-8a00-7f515881f0d2 found for delete ", "request_id": "req-93921478-83ca-4078-aa48-b96cf1382a02"}]} 2026-04-16 04:38:03.084 8 INFO neutron.services.segments.plugin [-] Segment f71eddcc-df93-4758-a52f-14c2a66d405d resource provider aggregate not found 2026-04-16 04:38:03.093 8 INFO neutron.services.segments.plugin [-] Segment f71eddcc-df93-4758-a52f-14c2a66d405d resource provider aggregate not found 2026-04-16 04:38:03.111 8 INFO neutron.services.segments.plugin [-] Segment f71eddcc-df93-4758-a52f-14c2a66d405d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f71eddcc-df93-4758-a52f-14c2a66d405d found for delete ", "request_id": "req-c7a46582-1851-44f8-8c99-b3e9755d60fb"}]} 2026-04-16 04:38:03.120 8 INFO neutron.services.segments.plugin [-] Segment f71eddcc-df93-4758-a52f-14c2a66d405d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f71eddcc-df93-4758-a52f-14c2a66d405d found for delete ", "request_id": "req-21312e75-6755-49a0-b55c-455eae26a75c"}]} [pid: 8|app: 0|req: 1018/1980] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:03 2026] DELETE /v2.0/security-groups/f2422542-b5f5-476d-b290-4727522b8066 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1981] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:38:02 2026] PUT /v2.0/routers/597bfb8b-359c-4b81-8e57-4ce4e75927f3/remove_router_interface => generated 309 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1982] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:38:03 2026] GET /v2.0/ports?device_id=597bfb8b-359c-4b81-8e57-4ce4e75927f3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:38:03.547 7 INFO neutron_taas.services.taas.taas_plugin [None req-5749deed-20c6-4f76-b003-fc581857bb52 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] TaaS: Handle Delete Port: 736d254b-83a4-430d-8ea7-32be9ac49a17 2026-04-16 04:38:03.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5749deed-20c6-4f76-b003-fc581857bb52 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Tap Mirror: Handle Delete Port: 736d254b-83a4-430d-8ea7-32be9ac49a17 2026-04-16 04:38:03.936 7 INFO neutron.db.l3_hamode_db [None req-5749deed-20c6-4f76-b003-fc581857bb52 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] HA network ff712ffd-02b8-42ad-9d7c-fc0a7e5faaf0 was deleted as no HA routers are present in tenant 75e80023b251408a866c38519c73cd2d. [pid: 7|app: 0|req: 964/1983] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:03 2026] DELETE /v2.0/routers/597bfb8b-359c-4b81-8e57-4ce4e75927f3 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:38:04.063 7 INFO neutron.services.segments.plugin [-] Segment e52b65f3-ead0-4e0f-8b49-254c6616f775 resource provider aggregate not found 2026-04-16 04:38:04.081 7 INFO neutron.services.segments.plugin [-] Segment e52b65f3-ead0-4e0f-8b49-254c6616f775 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e52b65f3-ead0-4e0f-8b49-254c6616f775 found for delete ", "request_id": "req-11ba1d9b-2587-4fe1-b174-85ce2a751543"}]} 2026-04-16 04:38:04.081 7 INFO neutron.services.segments.plugin [-] Segment e52b65f3-ead0-4e0f-8b49-254c6616f775 resource provider aggregate not found 2026-04-16 04:38:04.095 7 INFO neutron.services.segments.plugin [-] Segment e52b65f3-ead0-4e0f-8b49-254c6616f775 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e52b65f3-ead0-4e0f-8b49-254c6616f775 found for delete ", "request_id": "req-4d50f034-4f94-43a5-979e-1e501020d202"}]} [pid: 8|app: 0|req: 1020/1984] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:03 2026] DELETE /v2.0/subnets/619ac5df-09b5-4b97-995c-e0ccbcf6470f => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1985] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:38:04 2026] DELETE /v2.0/networks/b7a846ac-3b9d-4d89-b0ba-1d5cad5371ee => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:38:04.344 8 INFO neutron.db.segments_db [None req-25bcc68c-ce0d-445c-98be-d83f6948c622 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Added segment ea64a947-9ffc-4994-9e3d-9a598fc90c77 of type vxlan for network 54524b84-753d-45b4-8f62-8042b79907ed 2026-04-16 04:38:04.601 8 INFO neutron.db.l3_hamode_db [None req-25bcc68c-ce0d-445c-98be-d83f6948c622 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:38:05.329 8 INFO neutron.db.l3_hamode_db [None req-25bcc68c-ce0d-445c-98be-d83f6948c622 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:38:06.104 7 INFO neutron.services.segments.plugin [-] Segment 9d5a96b2-447f-4a8b-919a-4771dab9e138 resource provider aggregate not found 2026-04-16 04:38:06.122 7 INFO neutron.services.segments.plugin [-] Segment 9d5a96b2-447f-4a8b-919a-4771dab9e138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d5a96b2-447f-4a8b-919a-4771dab9e138 found for delete ", "request_id": "req-9137f3a9-a231-4aa4-a8f1-cf93077257c3"}]} 2026-04-16 04:38:06.122 7 INFO neutron.services.segments.plugin [-] Segment 9d5a96b2-447f-4a8b-919a-4771dab9e138 resource provider aggregate not found 2026-04-16 04:38:06.138 7 INFO neutron.services.segments.plugin [-] Segment 9d5a96b2-447f-4a8b-919a-4771dab9e138 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d5a96b2-447f-4a8b-919a-4771dab9e138 found for delete ", "request_id": "req-bf724c3f-22c6-4a1d-9225-71e663aa270b"}]} [pid: 8|app: 0|req: 1021/1986] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:38:04 2026] POST /v2.0/routers => generated 692 bytes in 1927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1987] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:38:06 2026] GET /v2.0/routers/2ed60839-40a8-4c87-bbcb-34984b30e23b => generated 698 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1988] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:38:06 2026] GET /v2.0/routers => generated 701 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:38:06.522 7 INFO neutron.db.segments_db [None req-c7684b97-da0e-42c5-9065-566bec750f12 1f8941921a314d4fa43deced4bff3fad c99f2cedfe3c4208b831f5f12d7c8fc2 - - default default] Added segment 8f0989e7-1652-417b-b04c-a69ef103b48e of type vxlan for network b63fdf42-54df-4026-a03b-dfff7985e7be [pid: 8|app: 0|req: 1023/1989] 10.0.0.163 () {34 vars in 741 bytes} [Thu Apr 16 04:38:06 2026] PUT /v2.0/routers/2ed60839-40a8-4c87-bbcb-34984b30e23b => generated 705 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:38:06.753 7 INFO neutron.db.l3_hamode_db [None req-c7684b97-da0e-42c5-9065-566bec750f12 1f8941921a314d4fa43deced4bff3fad c99f2cedfe3c4208b831f5f12d7c8fc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1024/1990] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:38:06 2026] GET /v2.0/routers/2ed60839-40a8-4c87-bbcb-34984b30e23b => generated 705 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:38:06.874 7 INFO neutron.db.l3_hamode_db [None req-c7684b97-da0e-42c5-9065-566bec750f12 1f8941921a314d4fa43deced4bff3fad c99f2cedfe3c4208b831f5f12d7c8fc2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1025/1991] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:38:06 2026] GET /v2.0/ports?device_id=2ed60839-40a8-4c87-bbcb-34984b30e23b => generated 12 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1992] 10.0.0.163 () {34 vars in 668 bytes} [Thu Apr 16 04:38:06 2026] POST /v2.0/routers => generated 474 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:38:07.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-20d63a8c-3518-44d1-bd0c-03a556590d34 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] TaaS: Handle Delete Port: 20c3ed3a-a697-4b93-8a74-2fa6ea425a5f 2026-04-16 04:38:07.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20d63a8c-3518-44d1-bd0c-03a556590d34 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Tap Mirror: Handle Delete Port: 20c3ed3a-a697-4b93-8a74-2fa6ea425a5f [pid: 7|app: 0|req: 968/1993] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:38:07 2026] PUT /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1994] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:38:07 2026] GET /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:38:07.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-20d63a8c-3518-44d1-bd0c-03a556590d34 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] TaaS: Handle Delete Port: 37fbcece-84b3-4324-90ea-09897e2e4143 2026-04-16 04:38:07.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20d63a8c-3518-44d1-bd0c-03a556590d34 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] Tap Mirror: Handle Delete Port: 37fbcece-84b3-4324-90ea-09897e2e4143 [pid: 7|app: 0|req: 970/1995] 10.0.0.163 () {34 vars in 762 bytes} [Thu Apr 16 04:38:07 2026] PUT /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags/green => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1996] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:38:07 2026] GET /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1997] 10.0.0.163 () {34 vars in 758 bytes} [Thu Apr 16 04:38:07 2026] PUT /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags/red => generated 4 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1998] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:38:08 2026] GET /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:38:08.175 8 INFO neutron.services.segments.plugin [-] Segment ea64a947-9ffc-4994-9e3d-9a598fc90c77 resource provider aggregate not found 2026-04-16 04:38:08.191 8 INFO neutron.services.segments.plugin [-] Segment ea64a947-9ffc-4994-9e3d-9a598fc90c77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea64a947-9ffc-4994-9e3d-9a598fc90c77 found for delete ", "request_id": "req-30769da7-c0b5-4a70-986a-f2b92a9ff87d"}]} 2026-04-16 04:38:08.192 8 INFO neutron.services.segments.plugin [-] Segment ea64a947-9ffc-4994-9e3d-9a598fc90c77 resource provider aggregate not found 2026-04-16 04:38:08.203 8 INFO neutron.services.segments.plugin [-] Segment ea64a947-9ffc-4994-9e3d-9a598fc90c77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea64a947-9ffc-4994-9e3d-9a598fc90c77 found for delete ", "request_id": "req-6e618448-f41f-4f67-8da8-8e92c3e64e22"}]} 2026-04-16 04:38:08.221 8 INFO neutron.db.l3_hamode_db [None req-20d63a8c-3518-44d1-bd0c-03a556590d34 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] HA network 54524b84-753d-45b4-8f62-8042b79907ed was deleted as no HA routers are present in tenant 75e80023b251408a866c38519c73cd2d. [pid: 8|app: 0|req: 1026/1999] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:07 2026] DELETE /v2.0/routers/2ed60839-40a8-4c87-bbcb-34984b30e23b => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2000] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:38:08 2026] GET /v2.0/ports?device_id=2ed60839-40a8-4c87-bbcb-34984b30e23b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:38:08.270 8 INFO neutron.api.v2.resource [None req-455ca2ac-64fa-4a09-9fe3-5dc7c201c9f1 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1028/2001] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:08 2026] DELETE /v2.0/routers/2ed60839-40a8-4c87-bbcb-34984b30e23b => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2002] 10.0.0.163 () {34 vars in 780 bytes} [Thu Apr 16 04:38:08 2026] PUT /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags/black.or.white => generated 4 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2003] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:38:08 2026] GET /v2.0/ports?device_id=597bfb8b-359c-4b81-8e57-4ce4e75927f3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:38:08.317 8 INFO neutron.api.v2.resource [None req-bcb3e17c-62bf-499f-a2d8-8b712e44765d e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1030/2004] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:08 2026] DELETE /v2.0/routers/597bfb8b-359c-4b81-8e57-4ce4e75927f3 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:38:08.331 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f463596-ecfa-48c0-82ae-037e6f919021 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1031/2005] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:08 2026] DELETE /v2.0/subnets/619ac5df-09b5-4b97-995c-e0ccbcf6470f => 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: 1032/2006] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:38:08 2026] GET /v2.0/ports?device_id=1f8e68e9-f64b-42ae-8fc1-559efbcafaa0 => 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: 975/2007] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:38:08 2026] GET /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags => generated 52 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:38:08.386 8 INFO neutron.api.v2.resource [None req-e6a2d800-5ef4-44c1-a1e0-e9542df5f7e6 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1033/2008] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:08 2026] DELETE /v2.0/routers/1f8e68e9-f64b-42ae-8fc1-559efbcafaa0 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:38:08.403 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd31ff3c-9396-4b73-b3bc-d80b54a99c9e e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1034/2009] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:08 2026] DELETE /v2.0/subnets/ed7fb082-af4d-4053-957d-5a1e58b20d78 => 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: 1035/2010] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:38:08 2026] GET /v2.0/ports?device_id=b124cb4e-3cac-452d-8533-54c384bd45e9 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:38:08.460 8 INFO neutron.api.v2.resource [None req-ce681797-ab7b-4bae-8f98-8792d4d79e4f e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1036/2011] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:08 2026] DELETE /v2.0/routers/b124cb4e-3cac-452d-8533-54c384bd45e9 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:38:08.480 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90c926dc-7c0f-4edf-968b-a1e66dee4128 e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1037/2012] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:08 2026] DELETE /v2.0/subnets/9a1b588d-185b-496d-b4df-531030494ea9 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:38:08.505 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab5c926e-68a4-4db0-b661-d874bc2db34e e98c46a58f664a268901ef5666eb288b 75e80023b251408a866c38519c73cd2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1038/2013] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:08 2026] DELETE /v2.0/subnets/ebc76578-363b-41bc-b502-15e4e6bf6624 => 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: 976/2014] 10.0.0.163 () {34 vars in 751 bytes} [Thu Apr 16 04:38:08 2026] PUT /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags => generated 37 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2015] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:38:08 2026] GET /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags => generated 37 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2016] 10.0.0.163 () {32 vars in 739 bytes} [Thu Apr 16 04:38:08 2026] GET /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:38:08.823 8 INFO neutron.api.v2.resource [None req-370192c0-9d66-434a-b196-1dfd8a785127 1f8941921a314d4fa43deced4bff3fad c99f2cedfe3c4208b831f5f12d7c8fc2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/2017] 10.0.0.163 () {32 vars in 743 bytes} [Thu Apr 16 04:38:08 2026] GET /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags/green => generated 99 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2018] 10.0.0.163 () {32 vars in 742 bytes} [Thu Apr 16 04:38:08 2026] DELETE /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags/red => 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: 1041/2019] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:38:08 2026] GET /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags => generated 30 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:38:09.099 7 INFO neutron.api.v2.resource [None req-57ec59c4-b0c2-4c06-ad2b-6fc697cafed7 1f8941921a314d4fa43deced4bff3fad c99f2cedfe3c4208b831f5f12d7c8fc2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 979/2020] 10.0.0.163 () {32 vars in 746 bytes} [Thu Apr 16 04:38:09 2026] DELETE /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags/green => generated 99 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2021] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:38:09 2026] GET /v2.0/security-groups?tenant_id=75e80023b251408a866c38519c73cd2d&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: 980/2022] 10.0.0.163 () {32 vars in 734 bytes} [Thu Apr 16 04:38:09 2026] DELETE /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags => 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: 1043/2023] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:09 2026] DELETE /v2.0/security-groups/b7bf2611-d0ee-4a71-ac3e-fddb4ab7285f => 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: 981/2024] 10.0.0.163 () {32 vars in 731 bytes} [Thu Apr 16 04:38:09 2026] GET /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423/tags => generated 12 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2025] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:38:09 2026] GET /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423 => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2026] 10.0.0.163 () {34 vars in 742 bytes} [Thu Apr 16 04:38:09 2026] PUT /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423 => generated 480 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2027] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:38:09 2026] GET /v2.0/ports?device_id=01ffcce7-5187-4709-9ec6-7feec7fb3423 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:38:09.914 7 INFO neutron_taas.services.taas.taas_plugin [None req-23628e52-7346-4b42-aeea-277e17560b48 1f8941921a314d4fa43deced4bff3fad c99f2cedfe3c4208b831f5f12d7c8fc2 - - default default] TaaS: Handle Delete Port: 12d77c3c-a575-4f3a-9253-0c7f454bbccc 2026-04-16 04:38:09.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23628e52-7346-4b42-aeea-277e17560b48 1f8941921a314d4fa43deced4bff3fad c99f2cedfe3c4208b831f5f12d7c8fc2 - - default default] Tap Mirror: Handle Delete Port: 12d77c3c-a575-4f3a-9253-0c7f454bbccc 2026-04-16 04:38:10.205 7 INFO neutron.services.segments.plugin [-] Segment 8f0989e7-1652-417b-b04c-a69ef103b48e resource provider aggregate not found 2026-04-16 04:38:10.212 7 INFO neutron.services.segments.plugin [-] Segment 8f0989e7-1652-417b-b04c-a69ef103b48e resource provider aggregate not found 2026-04-16 04:38:10.228 7 INFO neutron.services.segments.plugin [-] Segment 8f0989e7-1652-417b-b04c-a69ef103b48e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f0989e7-1652-417b-b04c-a69ef103b48e found for delete ", "request_id": "req-fabc0659-f05a-468b-9078-4eaab74a35fc"}]} 2026-04-16 04:38:10.229 7 INFO neutron.services.segments.plugin [-] Segment 8f0989e7-1652-417b-b04c-a69ef103b48e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f0989e7-1652-417b-b04c-a69ef103b48e found for delete ", "request_id": "req-50c20b8f-b60c-4338-bd0a-91cdf3b3ca61"}]} 2026-04-16 04:38:10.239 7 INFO neutron.db.l3_hamode_db [None req-23628e52-7346-4b42-aeea-277e17560b48 1f8941921a314d4fa43deced4bff3fad c99f2cedfe3c4208b831f5f12d7c8fc2 - - default default] HA network b63fdf42-54df-4026-a03b-dfff7985e7be was deleted as no HA routers are present in tenant c99f2cedfe3c4208b831f5f12d7c8fc2. [pid: 7|app: 0|req: 983/2028] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:38:09 2026] DELETE /v2.0/routers/01ffcce7-5187-4709-9ec6-7feec7fb3423 => generated 0 bytes in 497 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2029] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:38:10 2026] GET /v2.0/security-groups?tenant_id=c99f2cedfe3c4208b831f5f12d7c8fc2&name=default => generated 2929 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2030] 10.0.0.163 () {34 vars in 684 bytes} [Thu Apr 16 04:38:10 2026] POST /v2.0/security-groups => generated 1627 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2031] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:11 2026] DELETE /v2.0/security-groups/b8524bbb-fea2-4c7f-8901-7c45ff1e2f5d => 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: 985/2032] 10.0.0.163 () {32 vars in 663 bytes} [Thu Apr 16 04:38:11 2026] GET /v2.0/security-groups => generated 4536 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2033] 10.0.0.163 () {34 vars in 758 bytes} [Thu Apr 16 04:38:11 2026] PUT /v2.0/security-groups/7d33c0f2-e63a-43c4-8d09-f0cd8d57e276 => generated 1666 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2034] 10.0.0.163 () {32 vars in 737 bytes} [Thu Apr 16 04:38:11 2026] GET /v2.0/security-groups/7d33c0f2-e63a-43c4-8d09-f0cd8d57e276 => generated 1666 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2035] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:38:11 2026] GET /v2.0/security-groups?tenant_id=b723db65439c4dd7beaa06472b7ad6ca&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2036] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:11 2026] DELETE /v2.0/security-groups/7d33c0f2-e63a-43c4-8d09-f0cd8d57e276 => 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: 1051/2037] 10.0.0.163 () {32 vars in 663 bytes} [Thu Apr 16 04:38:11 2026] GET /v2.0/security-groups => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:38:11.437 8 INFO neutron.api.v2.resource [None req-c3225454-039a-45b5-9761-09e54dc0f78a 3e31937335be4a75b1a3eac42281dd8d 72f8538e817f430a81bc5703e1a759b2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1052/2038] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:11 2026] DELETE /v2.0/security-groups/7d33c0f2-e63a-43c4-8d09-f0cd8d57e276 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2039] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:11 2026] DELETE /v2.0/security-groups/61cc4db4-2cd3-493c-9ad3-0d98b6d185c4 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2040] 10.0.0.163 () {34 vars in 684 bytes} [Thu Apr 16 04:38:11 2026] POST /v2.0/security-groups => generated 1627 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2041] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:38:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2042] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:38:11 2026] GET /v2.0/security-group-rules/bc107a95-f8a7-4498-b1dc-3d50211f1e85 => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2043] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:38:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2044] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:38:11 2026] DELETE /v2.0/security-group-rules/bc107a95-f8a7-4498-b1dc-3d50211f1e85 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2045] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:38:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2046] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:38:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2047] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:38:11 2026] GET /v2.0/security-group-rules/4a21c2c1-78b7-4ee9-9866-238913d637e1 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2048] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:38:12 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2049] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:38:12 2026] DELETE /v2.0/security-group-rules/4a21c2c1-78b7-4ee9-9866-238913d637e1 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2050] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:38:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2051] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:38:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2052] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:38:12 2026] GET /v2.0/security-group-rules/2b030329-f0ee-4887-8dda-f0520c309d0e => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2053] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:38:12 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2054] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:38:12 2026] DELETE /v2.0/security-group-rules/2b030329-f0ee-4887-8dda-f0520c309d0e => 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: 995/2055] 10.0.0.163 () {32 vars in 673 bytes} [Thu Apr 16 04:38:12 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2056] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:12 2026] DELETE /v2.0/security-groups/e489804e-1851-468b-91c4-998e6b6795b2 => 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: 996/2057] 10.0.0.163 () {32 vars in 663 bytes} [Thu Apr 16 04:38:12 2026] GET /v2.0/security-groups => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2058] 10.0.0.163 () {32 vars in 663 bytes} [Thu Apr 16 04:38:12 2026] GET /v2.0/security-groups => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2059] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:38:13 2026] GET /v2.0/security-groups?tenant_id=72f8538e817f430a81bc5703e1a759b2&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: 1063/2060] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:13 2026] DELETE /v2.0/security-groups/0f443456-0029-4fde-83cc-d95076f91238 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:38:14.842 8 INFO neutron.db.segments_db [None req-1f59c144-51de-49cc-8f27-6402d67ff601 1c268fa7248846b7aeeaf5bca8fe74c8 9f5b6beba3724d90ad54e09c291fd28e - - default default] Added segment 233d25d4-4f38-4eaf-a7c1-cf772b16fb9c of type vxlan for network 2bc456c1-c8f0-42ed-b82c-184f50868f6f [pid: 8|app: 0|req: 1065/2063] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:38:14 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) 2026-04-16 04:38:14.998 7 INFO neutron.db.segments_db [None req-8025a4af-3d86-4f21-81cd-dede53713bc4 1c268fa7248846b7aeeaf5bca8fe74c8 9f5b6beba3724d90ad54e09c291fd28e - - default default] Added segment 84a5f3b6-4a85-496d-86c0-26ac357ffcaa of type vxlan for network bf53f041-1ab5-4a99-b044-e923e01f67cd [pid: 7|app: 0|req: 999/2064] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:38:14 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2065] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:38:15 2026] PUT /v2.0/networks/2bc456c1-c8f0-42ed-b82c-184f50868f6f/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2066] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:38:15 2026] GET /v2.0/networks/2bc456c1-c8f0-42ed-b82c-184f50868f6f/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: 1066/2067] 10.0.0.163 () {34 vars in 676 bytes} [Thu Apr 16 04:38:15 2026] POST /v2.0/subnetpools => generated 547 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2068] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:38:15 2026] GET /v2.0/subnetpools/e6eb70f3-3d2f-4be8-af63-8f4305d085bf => generated 547 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2069] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:38:15 2026] PUT /v2.0/networks/bf53f041-1ab5-4a99-b044-e923e01f67cd/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2070] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:38:15 2026] GET /v2.0/networks/bf53f041-1ab5-4a99-b044-e923e01f67cd/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: 1068/2071] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:38:15 2026] PUT /v2.0/subnetpools/e6eb70f3-3d2f-4be8-af63-8f4305d085bf => generated 500 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2072] 10.0.0.163 () {34 vars in 753 bytes} [Thu Apr 16 04:38:15 2026] PUT /v2.0/networks/bf53f041-1ab5-4a99-b044-e923e01f67cd/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2073] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:38:15 2026] DELETE /v2.0/subnetpools/e6eb70f3-3d2f-4be8-af63-8f4305d085bf => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:38:15.342 8 INFO neutron.api.v2.resource [None req-a4636044-500e-47a8-a657-f4c74c09049b 7d6caf668dfe4e1d97b88ee989a6485d ef642eb3de51443aba39da8ae50a2c0b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1070/2074] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:38:15 2026] GET /v2.0/subnetpools/e6eb70f3-3d2f-4be8-af63-8f4305d085bf => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:38:15.357 8 INFO neutron.api.v2.resource [None req-607a15df-4af7-4970-a433-d1bf8f1f951b 7d6caf668dfe4e1d97b88ee989a6485d ef642eb3de51443aba39da8ae50a2c0b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1071/2075] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:38:15 2026] DELETE /v2.0/subnetpools/e6eb70f3-3d2f-4be8-af63-8f4305d085bf => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2076] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:38:15 2026] GET /v2.0/networks/bf53f041-1ab5-4a99-b044-e923e01f67cd/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2077] 10.0.0.163 () {32 vars in 733 bytes} [Thu Apr 16 04:38:15 2026] GET /v2.0/networks/2bc456c1-c8f0-42ed-b82c-184f50868f6f/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:38:15.589 7 INFO neutron.services.segments.plugin [-] Segment 233d25d4-4f38-4eaf-a7c1-cf772b16fb9c resource provider aggregate not found 2026-04-16 04:38:15.610 7 INFO neutron.services.segments.plugin [-] Segment 233d25d4-4f38-4eaf-a7c1-cf772b16fb9c resource provider aggregate not found 2026-04-16 04:38:15.617 7 INFO neutron.services.segments.plugin [-] Segment 233d25d4-4f38-4eaf-a7c1-cf772b16fb9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 233d25d4-4f38-4eaf-a7c1-cf772b16fb9c found for delete ", "request_id": "req-41dfe26c-5b5e-4f61-a623-d8a16ec9b4cc"}]} [pid: 7|app: 0|req: 1006/2078] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:38:15 2026] DELETE /v2.0/networks/2bc456c1-c8f0-42ed-b82c-184f50868f6f => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:38:15.628 7 INFO neutron.services.segments.plugin [-] Segment 233d25d4-4f38-4eaf-a7c1-cf772b16fb9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 233d25d4-4f38-4eaf-a7c1-cf772b16fb9c found for delete ", "request_id": "req-38608d80-9daf-418c-b779-30f2cec54277"}]} 2026-04-16 04:38:15.749 8 INFO neutron.services.segments.plugin [-] Segment 84a5f3b6-4a85-496d-86c0-26ac357ffcaa resource provider aggregate not found 2026-04-16 04:38:15.754 8 INFO neutron.services.segments.plugin [-] Segment 84a5f3b6-4a85-496d-86c0-26ac357ffcaa resource provider aggregate not found 2026-04-16 04:38:15.769 8 INFO neutron.services.segments.plugin [-] Segment 84a5f3b6-4a85-496d-86c0-26ac357ffcaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84a5f3b6-4a85-496d-86c0-26ac357ffcaa found for delete ", "request_id": "req-39062192-b81f-4c44-ae7b-0d7fa9f966bc"}]} 2026-04-16 04:38:15.769 8 INFO neutron.services.segments.plugin [-] Segment 84a5f3b6-4a85-496d-86c0-26ac357ffcaa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84a5f3b6-4a85-496d-86c0-26ac357ffcaa found for delete ", "request_id": "req-2b671c5a-32a8-4197-aabb-e6623252477d"}]} [pid: 8|app: 0|req: 1073/2079] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:38:15 2026] DELETE /v2.0/networks/bf53f041-1ab5-4a99-b044-e923e01f67cd => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2080] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:38:15 2026] GET /v2.0/security-groups?tenant_id=ef642eb3de51443aba39da8ae50a2c0b&name=default => generated 2929 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2081] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:16 2026] DELETE /v2.0/security-groups/3d35699c-c984-47ba-a975-ec72f846c746 => 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: 1008/2082] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:38:16 2026] GET /v2.0/security-groups?tenant_id=9f5b6beba3724d90ad54e09c291fd28e&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2083] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:16 2026] DELETE /v2.0/security-groups/2bc02785-62f1-4cd8-a4de-b99725ca77e7 => 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: 1009/2084] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:38:16 2026] GET /v2.0/security-groups?tenant_id=c472d5d76af547ea894cb72dfe3b07de&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2085] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:16 2026] DELETE /v2.0/security-groups/54431886-d419-4ade-91e7-426e2614693d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2088] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:38:29 2026] GET /v2.0/security-groups?tenant_id=a95d4d7bee214568a6ceeefbd8b7ad68&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2089] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:38:29 2026] DELETE /v2.0/security-groups/0279f4a8-7aef-4667-89f6-215f38238f1f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:38:32.447 7 INFO neutron.db.segments_db [None req-5fdd1c6c-3059-4842-8916-94e60df0ca13 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Added segment 6326f085-4c79-4a05-899d-aba54a6370af of type vxlan for network f24162b3-9c43-4bba-afa5-25a602c23a04 [pid: 7|app: 0|req: 1012/2090] 10.0.0.163 () {34 vars in 671 bytes} [Thu Apr 16 04:38:32 2026] POST /v2.0/networks => generated 614 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:38:32.573 8 INFO neutron.db.segments_db [None req-e9d8a932-c4df-4f08-80da-d20552dd7f08 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Added segment e0ca5212-a0cd-4953-ad3a-074e95d26a06 of type vxlan for network 127138ee-1947-443c-b96a-ed5549c8caa0 2026-04-16 04:38:32.868 8 INFO neutron.db.l3_hamode_db [None req-e9d8a932-c4df-4f08-80da-d20552dd7f08 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:38:33.697 8 INFO neutron.db.l3_hamode_db [None req-e9d8a932-c4df-4f08-80da-d20552dd7f08 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1079/2091] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:38:32 2026] POST /v2.0/routers => generated 694 bytes in 2056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2092] 10.0.0.163 () {32 vars in 776 bytes} [Thu Apr 16 04:38:34 2026] GET /v2.0/subnets?project_id=d20bf04758094afca8fc4ffc0663e80a&cidr=10.100.0.0%2F28 => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2093] 10.0.0.163 () {32 vars in 694 bytes} [Thu Apr 16 04:38:34 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2094] 10.0.0.163 () {32 vars in 784 bytes} [Thu Apr 16 04:38:34 2026] GET /v2.0/subnets?network_id=7d5d7088-7ed6-4128-8f7d-f9daa1cc9441&cidr=10.100.0.0%2F28 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2095] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:38:34 2026] POST /v2.0/subnets => generated 656 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2096] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:38:34 2026] PUT /v2.0/routers/b06ee275-5871-440a-a02e-73923926f018/add_router_interface => generated 309 bytes in 1473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2097] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:38:36 2026] GET /v2.0/networks => generated 3607 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2098] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:38:36 2026] GET /v2.0/subnets => generated 2594 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2099] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:38:36 2026] GET /v2.0/routers => generated 737 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2100] 10.0.0.163 () {34 vars in 685 bytes} [Thu Apr 16 04:38:36 2026] POST /v2.0/security-groups => generated 1677 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2101] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:38:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2102] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:38:37 2026] POST /v2.0/security-group-rules => generated 596 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2103] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:38:37 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: 7|app: 0|req: 1019/2104] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:38:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:38:37.454 8 INFO neutron.db.securitygroups_db [None req-e8c162ed-3fda-41c6-a3c7-0f33d70b9d3a cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Project d20bf04758094afca8fc4ffc0663e80a 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: 1086/2105] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:38:37 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:38:37.601 7 INFO neutron.db.securitygroups_db [None req-aa3d4e3f-c133-4111-a749-6deca577a7ae cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Project d20bf04758094afca8fc4ffc0663e80a 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: 1020/2106] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:38:37 2026] POST /v2.0/security-group-rules => generated 606 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2107] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:38:37 2026] GET /v2.0/networks => generated 1298 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2108] 10.0.0.68 () {34 vars in 1099 bytes} [Thu Apr 16 04:38:38 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1660150948&fields=id&tenant_id=d20bf04758094afca8fc4ffc0663e80a => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2109] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:38:38 2026] GET /v2.0/networks?id=f24162b3-9c43-4bba-afa5-25a602c23a04 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2110] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:38:38 2026] GET /v2.0/quotas/d20bf04758094afca8fc4ffc0663e80a => 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: 1089/2111] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:38:38 2026] GET /v2.0/ports?tenant_id=d20bf04758094afca8fc4ffc0663e80a&fields=id => generated 103 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2112] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:38:38 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?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: 1090/2113] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:38:38 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?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: 1024/2114] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:38 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => 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: 1091/2115] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:39 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => 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: 1025/2116] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:40 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => 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: 1092/2117] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:41 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2118] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:38:42 2026] GET /v2.0/networks?id=f24162b3-9c43-4bba-afa5-25a602c23a04 => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2119] 199.204.45.78 () {34 vars in 1049 bytes} [Thu Apr 16 04:38:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d20bf04758094afca8fc4ffc0663e80a => generated 181 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2120] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:42 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => 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: 1094/2121] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:38:42 2026] POST /v2.0/ports => generated 954 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2122] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:38:43 2026] PUT /v2.0/ports/b27c39a6-3c1b-4598-8e23-69b28e9f2a04 => generated 1235 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:38:43.710 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1362c60c-503f-4778-a236-40a5e8e0bf33'] response: {'name': 'network-changed', 'server_uuid': 'd4fb7151-9cd9-4256-b4d0-12bbee826f8a', 'tag': 'b27c39a6-3c1b-4598-8e23-69b28e9f2a04', '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: 1095/2123] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:44 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1029/2124] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:38:44 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&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: 1097/2127] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:38:44 2026] GET /v2.0/ports?tenant_id=d20bf04758094afca8fc4ffc0663e80a&device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2128] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:38:44 2026] GET /v2.0/networks?tenant_id=d20bf04758094afca8fc4ffc0663e80a&shared=False => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2129] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:38: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) [pid: 7|app: 0|req: 1032/2130] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:45 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2131] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:38:45 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2132] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:38:45 2026] GET /v2.0/ports?tenant_id=d20bf04758094afca8fc4ffc0663e80a&device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2133] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:38:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b27c39a6-3c1b-4598-8e23-69b28e9f2a04 => 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: 1034/2134] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:38:45 2026] GET /v2.0/subnets?id=2d4e3869-7908-4a42-9908-667a6fce28d2 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2135] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:38:45 2026] GET /v2.0/ports?network_id=f24162b3-9c43-4bba-afa5-25a602c23a04&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2136] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:38:45 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?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: 1102/2137] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:38:45 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2138] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:46 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2139] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:38:46 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2140] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:47 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => 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: 1104/2141] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:38:47 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2142] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:48 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2143] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:38:48 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2144] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:49 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => 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: 1106/2145] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:38:49 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&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: 1040/2146] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:50 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2147] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:38:51 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2148] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:38:51 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2149] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:38:51 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2150] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:38:51 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:38:51.979 8 INFO neutron.db.l3_db [None req-66c9589d-b6ed-47d1-86c1-f3adc8b9894e cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Floating IP 32fe96f2-e98f-434b-bd9c-c236baddce24 associated. External IP: 10.96.250.212, port: b27c39a6-3c1b-4598-8e23-69b28e9f2a04. [pid: 8|app: 0|req: 1109/2151] 10.0.0.163 () {34 vars in 677 bytes} [Thu Apr 16 04:38:51 2026] POST /v2.0/floatingips => generated 855 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:38:52.298 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a35dc15c-0159-4c56-a2dc-a208996d9ea7'] response: {'name': 'network-changed', 'server_uuid': 'd4fb7151-9cd9-4256-b4d0-12bbee826f8a', 'tag': 'b27c39a6-3c1b-4598-8e23-69b28e9f2a04', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1043/2152] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:38:52 2026] GET /v2.0/floatingips/32fe96f2-e98f-434b-bd9c-c236baddce24 => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2153] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:38:52 2026] GET /v2.0/ports?tenant_id=d20bf04758094afca8fc4ffc0663e80a&device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2154] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:38:52 2026] GET /v2.0/networks?id=f24162b3-9c43-4bba-afa5-25a602c23a04 => generated 757 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2155] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:38:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b27c39a6-3c1b-4598-8e23-69b28e9f2a04 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2156] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:38:52 2026] GET /v2.0/subnets?id=2d4e3869-7908-4a42-9908-667a6fce28d2 => generated 677 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2157] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:38:52 2026] GET /v2.0/ports?network_id=f24162b3-9c43-4bba-afa5-25a602c23a04&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: 1046/2158] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:38:53 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?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: 1113/2159] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:38:53 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?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: 1047/2160] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:38:53 2026] GET /v2.0/floatingips/32fe96f2-e98f-434b-bd9c-c236baddce24 => generated 855 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2161] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:38:54 2026] GET /v2.0/floatingips/32fe96f2-e98f-434b-bd9c-c236baddce24 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2164] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 04:39:01 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2165] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 04:39:01 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2166] 10.0.0.163 () {32 vars in 826 bytes} [Thu Apr 16 04:39:11 2026] GET /v2.0/ports?project_id=d20bf04758094afca8fc4ffc0663e80a&network_id=f24162b3-9c43-4bba-afa5-25a602c23a04 => generated 3691 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2167] 10.0.0.163 () {32 vars in 742 bytes} [Thu Apr 16 04:39:12 2026] GET /v2.0/subnets?network_id=7d5d7088-7ed6-4128-8f7d-f9daa1cc9441 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:39:12.332 8 INFO neutron.db.l3_db [None req-52382c64-7761-41c8-92a9-e5c4ac1f3d44 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Floating IP 32fe96f2-e98f-434b-bd9c-c236baddce24 disassociated. External IP: 10.96.250.212, port: b27c39a6-3c1b-4598-8e23-69b28e9f2a04. [pid: 8|app: 0|req: 1118/2168] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:39:12 2026] PUT /v2.0/floatingips/32fe96f2-e98f-434b-bd9c-c236baddce24 => generated 554 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2169] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:39:12 2026] GET /v2.0/floatingips/32fe96f2-e98f-434b-bd9c-c236baddce24 => generated 554 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:39:12.624 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f097fec2-d685-4bd8-a26d-4e82cc709d8b'] response: {'name': 'network-changed', 'server_uuid': 'd4fb7151-9cd9-4256-b4d0-12bbee826f8a', 'tag': 'b27c39a6-3c1b-4598-8e23-69b28e9f2a04', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1119/2170] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:39:13 2026] GET /v2.0/ports?tenant_id=d20bf04758094afca8fc4ffc0663e80a&device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2171] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:39:13 2026] GET /v2.0/networks?id=f24162b3-9c43-4bba-afa5-25a602c23a04 => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2172] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:39:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b27c39a6-3c1b-4598-8e23-69b28e9f2a04 => 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: 1053/2173] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:39:13 2026] GET /v2.0/subnets?id=2d4e3869-7908-4a42-9908-667a6fce28d2 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2174] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:39:13 2026] GET /v2.0/ports?network_id=f24162b3-9c43-4bba-afa5-25a602c23a04&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2175] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:39:13 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?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: 1122/2176] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:39:13 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?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: 1055/2177] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:39:13 2026] GET /v2.0/floatingips/32fe96f2-e98f-434b-bd9c-c236baddce24 => generated 552 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2180] 10.0.0.163 () {34 vars in 685 bytes} [Thu Apr 16 04:39:14 2026] POST /v2.0/security-groups => generated 1675 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2181] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:39:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2182] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:39:14 2026] POST /v2.0/security-group-rules => generated 596 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2183] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:39:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2184] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:39:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:39:15.349 7 INFO neutron.db.securitygroups_db [None req-540331bc-81b3-4be4-9aca-bac277a2d665 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Project d20bf04758094afca8fc4ffc0663e80a 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: 1059/2185] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:39:15 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:39:15.484 8 INFO neutron.db.securitygroups_db [None req-f229b094-cfe5-4628-8b20-45bb3c523d03 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Project d20bf04758094afca8fc4ffc0663e80a 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: 1127/2186] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:39:15 2026] POST /v2.0/security-group-rules => generated 606 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2187] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:39:15 2026] GET /v2.0/networks => generated 1298 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2188] 10.0.0.68 () {34 vars in 1097 bytes} [Thu Apr 16 04:39:16 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-887760701&fields=id&tenant_id=d20bf04758094afca8fc4ffc0663e80a => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2189] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:39:16 2026] GET /v2.0/networks?id=f24162b3-9c43-4bba-afa5-25a602c23a04 => generated 661 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2190] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:39:16 2026] GET /v2.0/quotas/d20bf04758094afca8fc4ffc0663e80a => 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: 1062/2191] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:39:16 2026] GET /v2.0/ports?tenant_id=d20bf04758094afca8fc4ffc0663e80a&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2192] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:39:16 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?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: 1063/2193] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:39:16 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?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: 1131/2194] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:16 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2195] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:17 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1132/2196] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:18 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1065/2197] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:19 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1133/2198] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:39:20 2026] GET /v2.0/networks?id=f24162b3-9c43-4bba-afa5-25a602c23a04 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2199] 199.204.45.78 () {34 vars in 1049 bytes} [Thu Apr 16 04:39:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d20bf04758094afca8fc4ffc0663e80a => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2200] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:20 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1134/2201] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:39:20 2026] POST /v2.0/ports => generated 958 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2202] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:39:21 2026] PUT /v2.0/ports/4de36861-50d1-4d50-82ef-b209024ad0ab => generated 1239 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:39:21.692 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b206d821-0e12-4f6b-8410-f4798f34e0ca'] response: {'name': 'network-changed', 'server_uuid': '48361cb7-1854-441d-b0bb-e30abd3a00a8', 'tag': '4de36861-50d1-4d50-82ef-b209024ad0ab', '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: 1135/2203] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:21 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 973 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: 1069/2204] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:21 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2205] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:39:22 2026] GET /v2.0/ports?tenant_id=d20bf04758094afca8fc4ffc0663e80a&device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1070/2206] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:39:22 2026] GET /v2.0/networks?tenant_id=d20bf04758094afca8fc4ffc0663e80a&shared=False => generated 757 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2207] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:39:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2208] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:23 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2209] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:23 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&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: 1072/2210] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:39:23 2026] GET /v2.0/ports?tenant_id=d20bf04758094afca8fc4ffc0663e80a&device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2211] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:39:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4de36861-50d1-4d50-82ef-b209024ad0ab => 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: 1073/2212] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:39:23 2026] GET /v2.0/subnets?id=2d4e3869-7908-4a42-9908-667a6fce28d2 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2213] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:39:23 2026] GET /v2.0/ports?network_id=f24162b3-9c43-4bba-afa5-25a602c23a04&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: 1074/2214] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:39:23 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2215] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:39:23 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?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: 1075/2216] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:24 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2217] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:24 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2218] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:25 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 973 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2219] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:25 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&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: 1077/2220] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:26 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2221] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:26 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&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: 1078/2222] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:27 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1145/2223] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:27 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&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: 1079/2224] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:28 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2225] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:29 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2228] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:29 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2229] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:29 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2230] 10.0.0.163 () {32 vars in 736 bytes} [Thu Apr 16 04:39:29 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:39:29.551 8 INFO neutron.db.l3_db [None req-ec83bafa-f47e-4e1c-a620-24d9ca8917a3 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Floating IP 32fe96f2-e98f-434b-bd9c-c236baddce24 associated. External IP: 10.96.250.212, port: 4de36861-50d1-4d50-82ef-b209024ad0ab. [pid: 8|app: 0|req: 1150/2231] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:39:29 2026] PUT /v2.0/floatingips/32fe96f2-e98f-434b-bd9c-c236baddce24 => generated 856 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:39:29.832 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e83084f-2d05-4f65-8d39-10f9a5937afd'] response: {'name': 'network-changed', 'server_uuid': '48361cb7-1854-441d-b0bb-e30abd3a00a8', 'tag': '4de36861-50d1-4d50-82ef-b209024ad0ab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1082/2232] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:39:29 2026] GET /v2.0/floatingips/32fe96f2-e98f-434b-bd9c-c236baddce24 => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2233] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:39:30 2026] GET /v2.0/ports?tenant_id=d20bf04758094afca8fc4ffc0663e80a&device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1083/2234] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:39:30 2026] GET /v2.0/networks?id=f24162b3-9c43-4bba-afa5-25a602c23a04 => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2235] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:39:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=4de36861-50d1-4d50-82ef-b209024ad0ab => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2236] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:39:30 2026] GET /v2.0/subnets?id=2d4e3869-7908-4a42-9908-667a6fce28d2 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2237] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:39:30 2026] GET /v2.0/ports?network_id=f24162b3-9c43-4bba-afa5-25a602c23a04&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2238] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:39:30 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2239] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:39:30 2026] GET /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04?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: 1086/2240] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:39:30 2026] GET /v2.0/floatingips/32fe96f2-e98f-434b-bd9c-c236baddce24 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2241] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:39:31 2026] GET /v2.0/floatingips/32fe96f2-e98f-434b-bd9c-c236baddce24 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2242] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 04:39:39 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2243] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 04:39:39 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2246] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:50 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1158/2247] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:50 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&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: 1090/2248] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:51 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1159/2249] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:51 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&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: 1091/2250] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:52 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1160/2251] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:52 2026] GET /v2.0/security-groups?id=97d63a40-50eb-4b96-bcd8-4e8ce6225922&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: 1092/2252] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:39:52 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:39:52.794 8 INFO neutron_taas.services.taas.taas_plugin [req-776e22fd-f4f2-4057-8c57-647de111bbd7 req-fa340c6e-fdcf-4a49-ba61-83dccea80eb6 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] TaaS: Handle Delete Port: 4de36861-50d1-4d50-82ef-b209024ad0ab 2026-04-16 04:39:52.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-776e22fd-f4f2-4057-8c57-647de111bbd7 req-fa340c6e-fdcf-4a49-ba61-83dccea80eb6 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Tap Mirror: Handle Delete Port: 4de36861-50d1-4d50-82ef-b209024ad0ab 2026-04-16 04:39:52.909 8 INFO neutron.db.l3_db [req-776e22fd-f4f2-4057-8c57-647de111bbd7 req-fa340c6e-fdcf-4a49-ba61-83dccea80eb6 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Floating IP 32fe96f2-e98f-434b-bd9c-c236baddce24 disassociated. External IP: 10.96.250.212, port: 4de36861-50d1-4d50-82ef-b209024ad0ab. [pid: 8|app: 0|req: 1161/2253] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:39:52 2026] DELETE /v2.0/ports/4de36861-50d1-4d50-82ef-b209024ad0ab => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:39:53.344 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d047c16-8344-4875-b866-677bf1f3384d'] response: {'server_uuid': '48361cb7-1854-441d-b0bb-e30abd3a00a8', 'name': 'network-vif-deleted', 'tag': '4de36861-50d1-4d50-82ef-b209024ad0ab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1093/2254] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:53 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1162/2255] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:54 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => 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: 1094/2256] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:55 2026] GET /v2.0/ports?device_id=48361cb7-1854-441d-b0bb-e30abd3a00a8 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2257] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:39:56 2026] DELETE /v2.0/security-groups/97d63a40-50eb-4b96-bcd8-4e8ce6225922 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:39:57.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4d39159-677c-4f80-ac74-c56c71aa89a7 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] TaaS: Handle Delete Port: 88bc4afe-ddd1-4288-917d-f3d26bd87f68 2026-04-16 04:39:57.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4d39159-677c-4f80-ac74-c56c71aa89a7 cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Tap Mirror: Handle Delete Port: 88bc4afe-ddd1-4288-917d-f3d26bd87f68 [pid: 7|app: 0|req: 1095/2258] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:39:57 2026] DELETE /v2.0/floatingips/32fe96f2-e98f-434b-bd9c-c236baddce24 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2259] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:57 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2260] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:57 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2261] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:39:59 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2264] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:39:59 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2265] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:40:00 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => 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: 1098/2266] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:40:00 2026] GET /v2.0/security-groups?id=7d5704e3-abe6-4450-85a6-f59b072f0ecc&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: 1169/2267] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:40:00 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:40:00.587 7 INFO neutron_taas.services.taas.taas_plugin [req-61e3d8f1-5377-4053-9ed7-a9efbe0152ac req-a13adccc-bca7-46a4-a6b3-4a62201201ac cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] TaaS: Handle Delete Port: b27c39a6-3c1b-4598-8e23-69b28e9f2a04 2026-04-16 04:40:00.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-61e3d8f1-5377-4053-9ed7-a9efbe0152ac req-a13adccc-bca7-46a4-a6b3-4a62201201ac cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Tap Mirror: Handle Delete Port: b27c39a6-3c1b-4598-8e23-69b28e9f2a04 [pid: 7|app: 0|req: 1099/2268] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:40:00 2026] DELETE /v2.0/ports/b27c39a6-3c1b-4598-8e23-69b28e9f2a04 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:40:00.798 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbe53329-510b-4c70-9d42-727332495bd5'] response: {'server_uuid': 'd4fb7151-9cd9-4256-b4d0-12bbee826f8a', 'name': 'network-vif-deleted', 'tag': 'b27c39a6-3c1b-4598-8e23-69b28e9f2a04', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1170/2269] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:40:01 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2270] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:40:02 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => 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: 1171/2271] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:40:03 2026] GET /v2.0/ports?device_id=d4fb7151-9cd9-4256-b4d0-12bbee826f8a => 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: 1101/2272] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:40:04 2026] DELETE /v2.0/security-groups/7d5704e3-abe6-4450-85a6-f59b072f0ecc => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:40:05.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d8e65d8-11ad-4bb6-a978-846897df95bf cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] TaaS: Handle Delete Port: 0815ffc3-e13f-4688-a01e-596e000ee0c3 2026-04-16 04:40:05.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d8e65d8-11ad-4bb6-a978-846897df95bf cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Tap Mirror: Handle Delete Port: 0815ffc3-e13f-4688-a01e-596e000ee0c3 [pid: 8|app: 0|req: 1172/2273] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:40:04 2026] PUT /v2.0/routers/b06ee275-5871-440a-a02e-73923926f018/remove_router_interface => generated 309 bytes in 835 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2274] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:40:05 2026] DELETE /v2.0/subnets/2d4e3869-7908-4a42-9908-667a6fce28d2 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:40:06.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-271df551-70ed-45fd-bac2-cb249e8a9b7f cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] TaaS: Handle Delete Port: a075e145-e2a6-4506-8de1-27466fb7b216 2026-04-16 04:40:06.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-271df551-70ed-45fd-bac2-cb249e8a9b7f cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Tap Mirror: Handle Delete Port: a075e145-e2a6-4506-8de1-27466fb7b216 2026-04-16 04:40:06.380 8 INFO neutron_taas.services.taas.taas_plugin [None req-271df551-70ed-45fd-bac2-cb249e8a9b7f cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] TaaS: Handle Delete Port: 9995caae-5c00-4850-ada7-77fc39f621e2 2026-04-16 04:40:06.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-271df551-70ed-45fd-bac2-cb249e8a9b7f cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] Tap Mirror: Handle Delete Port: 9995caae-5c00-4850-ada7-77fc39f621e2 2026-04-16 04:40:06.810 8 INFO neutron.services.segments.plugin [-] Segment e0ca5212-a0cd-4953-ad3a-074e95d26a06 resource provider aggregate not found 2026-04-16 04:40:06.829 8 INFO neutron.services.segments.plugin [-] Segment e0ca5212-a0cd-4953-ad3a-074e95d26a06 resource provider aggregate not found 2026-04-16 04:40:06.832 8 INFO neutron.services.segments.plugin [-] Segment e0ca5212-a0cd-4953-ad3a-074e95d26a06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0ca5212-a0cd-4953-ad3a-074e95d26a06 found for delete ", "request_id": "req-a3942bfb-43d2-478c-bcb4-7d575d35c641"}]} 2026-04-16 04:40:06.836 8 INFO neutron.db.l3_hamode_db [None req-271df551-70ed-45fd-bac2-cb249e8a9b7f cb54a35903984d6dba75e0c0653bec9b d20bf04758094afca8fc4ffc0663e80a - - default default] HA network 127138ee-1947-443c-b96a-ed5549c8caa0 was deleted as no HA routers are present in tenant d20bf04758094afca8fc4ffc0663e80a. [pid: 8|app: 0|req: 1173/2275] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:40:05 2026] DELETE /v2.0/routers/b06ee275-5871-440a-a02e-73923926f018 => generated 0 bytes in 999 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:40:06.851 8 INFO neutron.services.segments.plugin [-] Segment e0ca5212-a0cd-4953-ad3a-074e95d26a06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0ca5212-a0cd-4953-ad3a-074e95d26a06 found for delete ", "request_id": "req-aa3d3dee-cda1-4894-9e7f-f994cc8714d3"}]} 2026-04-16 04:40:06.997 7 INFO neutron.services.segments.plugin [-] Segment 6326f085-4c79-4a05-899d-aba54a6370af resource provider aggregate not found [pid: 7|app: 0|req: 1103/2276] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:40:06 2026] DELETE /v2.0/networks/f24162b3-9c43-4bba-afa5-25a602c23a04 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:40:07.016 7 INFO neutron.services.segments.plugin [-] Segment 6326f085-4c79-4a05-899d-aba54a6370af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6326f085-4c79-4a05-899d-aba54a6370af found for delete ", "request_id": "req-20e01c27-2d67-4df7-9af5-7e446384d23e"}]} 2026-04-16 04:40:07.017 7 INFO neutron.services.segments.plugin [-] Segment 6326f085-4c79-4a05-899d-aba54a6370af resource provider aggregate not found 2026-04-16 04:40:07.031 7 INFO neutron.services.segments.plugin [-] Segment 6326f085-4c79-4a05-899d-aba54a6370af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6326f085-4c79-4a05-899d-aba54a6370af found for delete ", "request_id": "req-cf1cf38d-d551-4b48-8f6d-c75801782807"}]} [pid: 8|app: 0|req: 1174/2277] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:40:07 2026] GET /v2.0/security-groups?tenant_id=9b23811eaeb64cbe946e5d66d4c378cb&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2278] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:40:07 2026] DELETE /v2.0/security-groups/46baf2a0-3fe1-4435-bacd-399c9c77cd81 => 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: 1175/2279] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:40:08 2026] GET /v2.0/security-groups?tenant_id=d20bf04758094afca8fc4ffc0663e80a&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2280] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:40:08 2026] DELETE /v2.0/security-groups/a05e67a4-72a7-40a8-aef9-392b342dbacb => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:40:13.013 8 INFO neutron.db.segments_db [None req-f59b1f4f-e5d6-479e-8a73-a05bf6c6d208 f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] Added segment 9ca743ad-45ae-4825-ac7c-33b84a86cca8 of type vxlan for network 7625175a-8086-4f78-a9fd-25fa0fde658f [pid: 8|app: 0|req: 1176/2281] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:40:12 2026] POST /v2.0/networks => generated 613 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2282] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:40:13 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2283] 10.0.0.163 () {34 vars in 666 bytes} [Thu Apr 16 04:40:13 2026] POST /v2.0/trunks => generated 407 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:40:13.591 7 INFO neutron.db.segments_db [None req-ed49bff9-50a1-4dfd-baa0-7bb75b24bba9 f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] Added segment 0456f591-f243-401d-ac94-2ec1320e5fac of type vxlan for network bfb0433d-2d65-4c97-ac24-02cfe71a4318 [pid: 7|app: 0|req: 1107/2284] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:40:13 2026] POST /v2.0/networks => generated 613 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2285] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:40:13 2026] POST /v2.0/ports => generated 743 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2288] 10.0.0.163 () {34 vars in 666 bytes} [Thu Apr 16 04:40:13 2026] POST /v2.0/trunks => generated 407 bytes in 636 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-04-16 04:40:14.643 8 INFO neutron.db.segments_db [None req-9a0d8fa5-1a9c-41da-80b1-a345b83c1a2a f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] Added segment 4b3dd66a-0a9b-4424-ae9f-1f967b432e0c of type vxlan for network 132c66f2-2ac0-42cb-9879-cd4674f8fd12 [pid: 8|app: 0|req: 1181/2289] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:40:14 2026] POST /v2.0/networks => generated 613 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2290] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:40:14 2026] POST /v2.0/ports => generated 743 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2291] 10.0.0.163 () {34 vars in 666 bytes} [Thu Apr 16 04:40:15 2026] POST /v2.0/trunks => generated 407 bytes in 229 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-04-16 04:40:15.308 7 INFO neutron.db.segments_db [None req-0d334061-cfab-49ab-aabf-15fd4f2ce665 f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] Added segment 909f8b69-b835-48c3-bd4f-5fecf96644eb of type vxlan for network 6d74fc2d-1d0b-4818-b6ec-a03dd2c9e602 [pid: 7|app: 0|req: 1110/2292] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:40:15 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: 8|app: 0|req: 1183/2293] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:40:15 2026] POST /v2.0/ports => generated 743 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2294] 10.0.0.163 () {34 vars in 666 bytes} [Thu Apr 16 04:40:15 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:40:15.932 8 INFO neutron.db.segments_db [None req-ea2bc9cd-39fc-44be-bb54-df860110750b f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] Added segment 7d72185a-e50d-40b3-9e41-e0ee69f7151a of type vxlan for network d2c95458-cc5f-43d9-a4fa-bcc178f62193 [pid: 8|app: 0|req: 1184/2295] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:40:15 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2296] 10.0.0.163 () {34 vars in 664 bytes} [Thu Apr 16 04:40:16 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2297] 10.0.0.163 () {34 vars in 666 bytes} [Thu Apr 16 04:40:16 2026] POST /v2.0/trunks => generated 407 bytes in 140 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: 1113/2298] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:40:16 2026] PUT /v2.0/trunks/1b60aa1c-b40e-48dd-8c41-386eca02aa20/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2299] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:40:16 2026] PUT /v2.0/trunks/45483fb8-d4c1-4dc4-a377-d838516c3086/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2300] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:40:16 2026] PUT /v2.0/trunks/34ff97e8-fb0a-47e5-9f56-ef6b621db4c1/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: 1187/2301] 10.0.0.163 () {34 vars in 749 bytes} [Thu Apr 16 04:40:16 2026] PUT /v2.0/trunks/b4aaeb0f-a045-4fd1-996f-acfe511ec1ba/tags => 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: 1115/2302] 10.0.0.163 () {32 vars in 662 bytes} [Thu Apr 16 04:40:16 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2303] 10.0.0.163 () {32 vars in 676 bytes} [Thu Apr 16 04:40:16 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2304] 10.0.0.163 () {32 vars in 672 bytes} [Thu Apr 16 04:40:16 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2305] 10.0.0.163 () {32 vars in 684 bytes} [Thu Apr 16 04:40:16 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: 1117/2306] 10.0.0.163 () {32 vars in 670 bytes} [Thu Apr 16 04:40:16 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) [pid: 8|app: 0|req: 1190/2307] 10.0.0.163 () {32 vars in 684 bytes} [Thu Apr 16 04:40:16 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2308] 10.0.0.163 () {32 vars in 680 bytes} [Thu Apr 16 04:40:16 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2309] 10.0.0.163 () {32 vars in 692 bytes} [Thu Apr 16 04:40:16 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: 7|app: 0|req: 1119/2310] 10.0.0.163 () {32 vars in 719 bytes} [Thu Apr 16 04:40:16 2026] GET /v2.0/trunks/1b60aa1c-b40e-48dd-8c41-386eca02aa20 => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2311] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:40:16 2026] GET /v2.0/ports/16457e95-b249-446f-bf05-422c460a07fb => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2312] 10.0.0.163 () {32 vars in 722 bytes} [Thu Apr 16 04:40:16 2026] DELETE /v2.0/trunks/1b60aa1c-b40e-48dd-8c41-386eca02aa20 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2313] 10.0.0.163 () {32 vars in 719 bytes} [Thu Apr 16 04:40:16 2026] GET /v2.0/trunks/45483fb8-d4c1-4dc4-a377-d838516c3086 => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2314] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:40:17 2026] GET /v2.0/ports/fc37ede5-3d93-4eef-bd98-7aa367fae880 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2315] 10.0.0.163 () {32 vars in 722 bytes} [Thu Apr 16 04:40:17 2026] DELETE /v2.0/trunks/45483fb8-d4c1-4dc4-a377-d838516c3086 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2316] 10.0.0.163 () {32 vars in 719 bytes} [Thu Apr 16 04:40:17 2026] GET /v2.0/trunks/34ff97e8-fb0a-47e5-9f56-ef6b621db4c1 => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2317] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:40:17 2026] GET /v2.0/ports/e1ba85b0-71e7-4820-8a91-ca8f6e2ad0c4 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2318] 10.0.0.163 () {32 vars in 722 bytes} [Thu Apr 16 04:40:17 2026] DELETE /v2.0/trunks/34ff97e8-fb0a-47e5-9f56-ef6b621db4c1 => 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: 1196/2319] 10.0.0.163 () {32 vars in 719 bytes} [Thu Apr 16 04:40:17 2026] GET /v2.0/trunks/b4aaeb0f-a045-4fd1-996f-acfe511ec1ba => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2320] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:40:17 2026] GET /v2.0/ports/6526690d-99a5-451d-a746-233a9493cce5 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2321] 10.0.0.163 () {32 vars in 722 bytes} [Thu Apr 16 04:40:17 2026] DELETE /v2.0/trunks/b4aaeb0f-a045-4fd1-996f-acfe511ec1ba => 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: 1125/2322] 10.0.0.163 () {32 vars in 719 bytes} [Thu Apr 16 04:40:17 2026] GET /v2.0/trunks/0028c0f7-4151-4b07-9c30-12f8c6979c92 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2323] 10.0.0.163 () {32 vars in 717 bytes} [Thu Apr 16 04:40:17 2026] GET /v2.0/ports/683d2f58-e8f7-47b6-8a43-8126bde6b9db => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2324] 10.0.0.163 () {32 vars in 722 bytes} [Thu Apr 16 04:40:17 2026] DELETE /v2.0/trunks/0028c0f7-4151-4b07-9c30-12f8c6979c92 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:40:17.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-d87e3eda-a193-4cfb-a64e-e4c27a4950f5 f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] TaaS: Handle Delete Port: 16457e95-b249-446f-bf05-422c460a07fb 2026-04-16 04:40:17.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d87e3eda-a193-4cfb-a64e-e4c27a4950f5 f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] Tap Mirror: Handle Delete Port: 16457e95-b249-446f-bf05-422c460a07fb [pid: 8|app: 0|req: 1199/2325] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:40:17 2026] DELETE /v2.0/ports/16457e95-b249-446f-bf05-422c460a07fb => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:40:17.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-77d00f02-e23e-40fe-8eea-b28db6535953 f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] TaaS: Handle Delete Port: fc37ede5-3d93-4eef-bd98-7aa367fae880 2026-04-16 04:40:17.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77d00f02-e23e-40fe-8eea-b28db6535953 f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] Tap Mirror: Handle Delete Port: fc37ede5-3d93-4eef-bd98-7aa367fae880 [pid: 7|app: 0|req: 1127/2326] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:40:17 2026] DELETE /v2.0/ports/fc37ede5-3d93-4eef-bd98-7aa367fae880 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:40:18.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bee4ba4-1e2d-4669-962a-1bf806aaebdc f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] TaaS: Handle Delete Port: e1ba85b0-71e7-4820-8a91-ca8f6e2ad0c4 2026-04-16 04:40:18.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bee4ba4-1e2d-4669-962a-1bf806aaebdc f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] Tap Mirror: Handle Delete Port: e1ba85b0-71e7-4820-8a91-ca8f6e2ad0c4 [pid: 8|app: 0|req: 1200/2327] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:40:18 2026] DELETE /v2.0/ports/e1ba85b0-71e7-4820-8a91-ca8f6e2ad0c4 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:40:18.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-32edd314-1275-41bf-98de-4d0eb3571cd6 f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] TaaS: Handle Delete Port: 6526690d-99a5-451d-a746-233a9493cce5 2026-04-16 04:40:18.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32edd314-1275-41bf-98de-4d0eb3571cd6 f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] Tap Mirror: Handle Delete Port: 6526690d-99a5-451d-a746-233a9493cce5 [pid: 7|app: 0|req: 1128/2328] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:40:18 2026] DELETE /v2.0/ports/6526690d-99a5-451d-a746-233a9493cce5 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:40:18.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-540d772f-45cc-4ee1-bcfa-f5c88b398e71 f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] TaaS: Handle Delete Port: 683d2f58-e8f7-47b6-8a43-8126bde6b9db 2026-04-16 04:40:18.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-540d772f-45cc-4ee1-bcfa-f5c88b398e71 f95a25d7055140c591e9b3d32906b524 814cc0f0caeb486785c8c19bfe053e7d - - default default] Tap Mirror: Handle Delete Port: 683d2f58-e8f7-47b6-8a43-8126bde6b9db [pid: 8|app: 0|req: 1201/2329] 10.0.0.163 () {32 vars in 720 bytes} [Thu Apr 16 04:40:18 2026] DELETE /v2.0/ports/683d2f58-e8f7-47b6-8a43-8126bde6b9db => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:40:18.807 7 INFO neutron.services.segments.plugin [-] Segment 9ca743ad-45ae-4825-ac7c-33b84a86cca8 resource provider aggregate not found 2026-04-16 04:40:18.811 7 INFO neutron.services.segments.plugin [-] Segment 9ca743ad-45ae-4825-ac7c-33b84a86cca8 resource provider aggregate not found 2026-04-16 04:40:18.821 7 INFO neutron.services.segments.plugin [-] Segment 9ca743ad-45ae-4825-ac7c-33b84a86cca8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ca743ad-45ae-4825-ac7c-33b84a86cca8 found for delete ", "request_id": "req-1751f640-b30e-4a8b-9514-9396cb574fcd"}]} 2026-04-16 04:40:18.827 7 INFO neutron.services.segments.plugin [-] Segment 9ca743ad-45ae-4825-ac7c-33b84a86cca8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ca743ad-45ae-4825-ac7c-33b84a86cca8 found for delete ", "request_id": "req-8109da3b-7edc-4e11-847a-ffb1110ad1a0"}]} [pid: 7|app: 0|req: 1129/2330] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:40:18 2026] DELETE /v2.0/networks/7625175a-8086-4f78-a9fd-25fa0fde658f => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:40:18.991 8 INFO neutron.services.segments.plugin [-] Segment 0456f591-f243-401d-ac94-2ec1320e5fac resource provider aggregate not found 2026-04-16 04:40:18.995 8 INFO neutron.services.segments.plugin [-] Segment 0456f591-f243-401d-ac94-2ec1320e5fac resource provider aggregate not found 2026-04-16 04:40:19.008 8 INFO neutron.services.segments.plugin [-] Segment 0456f591-f243-401d-ac94-2ec1320e5fac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0456f591-f243-401d-ac94-2ec1320e5fac found for delete ", "request_id": "req-2a6eee8e-31fa-4c0e-80e4-9e588f8a8f86"}]} 2026-04-16 04:40:19.012 8 INFO neutron.services.segments.plugin [-] Segment 0456f591-f243-401d-ac94-2ec1320e5fac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0456f591-f243-401d-ac94-2ec1320e5fac found for delete ", "request_id": "req-487f89c5-48e1-4c4b-9bc5-365d1a85b572"}]} [pid: 8|app: 0|req: 1202/2331] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:40:18 2026] DELETE /v2.0/networks/bfb0433d-2d65-4c97-ac24-02cfe71a4318 => 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: 1130/2332] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:40:19 2026] DELETE /v2.0/networks/132c66f2-2ac0-42cb-9879-cd4674f8fd12 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2333] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:40:19 2026] DELETE /v2.0/networks/6d74fc2d-1d0b-4818-b6ec-a03dd2c9e602 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2334] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:40:19 2026] DELETE /v2.0/networks/d2c95458-cc5f-43d9-a4fa-bcc178f62193 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:40:20.844 7 INFO neutron.services.segments.plugin [-] Segment 4b3dd66a-0a9b-4424-ae9f-1f967b432e0c resource provider aggregate not found 2026-04-16 04:40:20.857 7 INFO neutron.services.segments.plugin [-] Segment 4b3dd66a-0a9b-4424-ae9f-1f967b432e0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b3dd66a-0a9b-4424-ae9f-1f967b432e0c found for delete ", "request_id": "req-fe14713c-5dba-441e-a7cb-8f702ffdce44"}]} 2026-04-16 04:40:20.870 7 INFO neutron.services.segments.plugin [-] Segment 4b3dd66a-0a9b-4424-ae9f-1f967b432e0c resource provider aggregate not found 2026-04-16 04:40:20.876 7 INFO neutron.services.segments.plugin [-] Segment 7d72185a-e50d-40b3-9e41-e0ee69f7151a resource provider aggregate not found 2026-04-16 04:40:20.889 7 INFO neutron.services.segments.plugin [-] Segment 7d72185a-e50d-40b3-9e41-e0ee69f7151a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d72185a-e50d-40b3-9e41-e0ee69f7151a found for delete ", "request_id": "req-8fb9c86e-8bf0-4e06-abc6-316bfbefc563"}]} 2026-04-16 04:40:20.891 7 INFO neutron.services.segments.plugin [-] Segment 4b3dd66a-0a9b-4424-ae9f-1f967b432e0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b3dd66a-0a9b-4424-ae9f-1f967b432e0c found for delete ", "request_id": "req-98bbce62-30e0-4e3a-b90d-bdb636181400"}]} 2026-04-16 04:40:20.905 7 INFO neutron.services.segments.plugin [-] Segment 7d72185a-e50d-40b3-9e41-e0ee69f7151a resource provider aggregate not found 2026-04-16 04:40:20.923 7 INFO neutron.services.segments.plugin [-] Segment 7d72185a-e50d-40b3-9e41-e0ee69f7151a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d72185a-e50d-40b3-9e41-e0ee69f7151a found for delete ", "request_id": "req-0c3df0e7-b55e-4ba9-a8b0-8da291d50b65"}]} 2026-04-16 04:40:21.028 8 INFO neutron.services.segments.plugin [-] Segment 909f8b69-b835-48c3-bd4f-5fecf96644eb resource provider aggregate not found 2026-04-16 04:40:21.032 8 INFO neutron.services.segments.plugin [-] Segment 909f8b69-b835-48c3-bd4f-5fecf96644eb resource provider aggregate not found 2026-04-16 04:40:21.049 8 INFO neutron.services.segments.plugin [-] Segment 909f8b69-b835-48c3-bd4f-5fecf96644eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 909f8b69-b835-48c3-bd4f-5fecf96644eb found for delete ", "request_id": "req-50db05c4-b0ba-4a2c-a10f-b97ea4cdeb07"}]} 2026-04-16 04:40:21.054 8 INFO neutron.services.segments.plugin [-] Segment 909f8b69-b835-48c3-bd4f-5fecf96644eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 909f8b69-b835-48c3-bd4f-5fecf96644eb found for delete ", "request_id": "req-ba6eb7bc-edf6-455b-9939-2f8b8d16cf6f"}]} [pid: 8|app: 0|req: 1204/2335] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:40:20 2026] GET /v2.0/security-groups?tenant_id=2c517fcac1ab4733b54fd8ee61e8ebc6&name=default => generated 2929 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2336] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:40:21 2026] DELETE /v2.0/security-groups/8e95db10-58ae-40ff-a431-c2184f635a49 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2337] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:40:21 2026] GET /v2.0/security-groups?tenant_id=814cc0f0caeb486785c8c19bfe053e7d&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2338] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:40:21 2026] DELETE /v2.0/security-groups/9bc5e51d-b379-4777-bab4-2c3f339c3f48 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2339] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:40:21 2026] GET /v2.0/security-groups?tenant_id=f30262d989c447dca45bda0703f8cac0&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2340] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:40:21 2026] DELETE /v2.0/security-groups/55b27079-41d8-4ca5-af50-5207fb78641c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:40:31.569 8 INFO neutron.db.segments_db [None req-500af054-c7b6-49cb-9696-d65b28603b07 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Added segment 86f7220c-af5f-4771-a6c9-de90e8ee5a62 of type vxlan for network ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da [pid: 8|app: 0|req: 1208/2343] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:40:31 2026] POST /v2.0/networks => generated 621 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2344] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:40:31 2026] POST /v2.0/subnets => generated 658 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2345] 10.0.0.163 () {32 vars in 722 bytes} [Thu Apr 16 04:40:32 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2346] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:40:32 2026] POST /v2.0/subnets => generated 732 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:40:32.361 8 INFO neutron.db.segments_db [None req-85b01966-a118-4497-b858-003c4a8d9d74 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Added segment 54641983-2502-49f2-852f-22c6db2eb108 of type vxlan for network 93e94a33-4bb5-42ad-bc48-05755acf2038 [pid: 8|app: 0|req: 1210/2347] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:40:32 2026] POST /v2.0/networks => generated 619 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2348] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:40:32 2026] POST /v2.0/subnets => generated 656 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2349] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:40:32 2026] POST /v2.0/subnets => generated 726 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:40:33.130 7 INFO neutron.db.segments_db [None req-68d255a9-ed52-47b8-bbef-686511f202e4 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Added segment c262bab5-8125-41a1-a18b-70984bcf5c82 of type vxlan for network 47fe2879-9341-4d83-864b-afe7eb3e554b [pid: 7|app: 0|req: 1139/2350] 10.0.0.163 () {34 vars in 670 bytes} [Thu Apr 16 04:40:33 2026] POST /v2.0/networks => generated 619 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2351] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:40:33 2026] POST /v2.0/subnets => generated 655 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2352] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:40:33 2026] POST /v2.0/subnets => generated 728 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:40:33.875 8 INFO neutron.db.segments_db [None req-f54fe036-4796-4ea2-82dd-1551ac7d5e6e fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Added segment a69bbdf1-a23a-4913-a11f-91a9f57c0e60 of type vxlan for network 2c8a31cd-a8ce-4fd4-a050-4cac72ad4b74 2026-04-16 04:40:34.153 8 INFO neutron.db.l3_hamode_db [None req-f54fe036-4796-4ea2-82dd-1551ac7d5e6e fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:40:34.934 8 INFO neutron.db.l3_hamode_db [None req-f54fe036-4796-4ea2-82dd-1551ac7d5e6e fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1213/2353] 10.0.0.163 () {34 vars in 669 bytes} [Thu Apr 16 04:40:33 2026] POST /v2.0/routers => generated 685 bytes in 1947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2354] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:40:35 2026] PUT /v2.0/routers/83853f6b-bd7d-43ac-bd0b-d7eb1bbbf44f/add_router_interface => generated 309 bytes in 1373 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2355] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:40:37 2026] PUT /v2.0/routers/83853f6b-bd7d-43ac-bd0b-d7eb1bbbf44f/add_router_interface => generated 309 bytes in 1198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2356] 10.0.0.163 () {34 vars in 783 bytes} [Thu Apr 16 04:40:38 2026] PUT /v2.0/routers/83853f6b-bd7d-43ac-bd0b-d7eb1bbbf44f/add_router_interface => generated 309 bytes in 1359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2357] 10.0.0.163 () {34 vars in 684 bytes} [Thu Apr 16 04:40:39 2026] POST /v2.0/security-groups => generated 1630 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2358] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:40:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2359] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:40:39 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: 7|app: 0|req: 1144/2360] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:40:40 2026] POST /v2.0/security-group-rules => generated 599 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2361] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:40:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2362] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:40:40 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: 1218/2363] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:40:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2364] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:40:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2365] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:40:40 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: 7|app: 0|req: 1147/2366] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:40:40 2026] POST /v2.0/security-group-rules => generated 599 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2367] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:40:41 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: 7|app: 0|req: 1148/2368] 10.0.0.163 () {34 vars in 695 bytes} [Thu Apr 16 04:40:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2369] 10.0.0.68 () {34 vars in 1095 bytes} [Thu Apr 16 04:40:41 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2145486077&fields=id&tenant_id=56fa08e9462b4cbb9069b5329d392209 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2370] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:40:41 2026] GET /v2.0/networks?id=93e94a33-4bb5-42ad-bc48-05755acf2038 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2371] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:40:41 2026] GET /v2.0/quotas/56fa08e9462b4cbb9069b5329d392209 => 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: 1150/2372] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:40:41 2026] GET /v2.0/ports?tenant_id=56fa08e9462b4cbb9069b5329d392209&fields=id => generated 287 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2373] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:40:41 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2374] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:40:42 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1224/2375] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:40:42 2026] GET /v2.0/ports?device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => 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: 1226/2378] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:40:46 2026] GET /v2.0/networks?id=93e94a33-4bb5-42ad-bc48-05755acf2038 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2379] 199.204.45.78 () {34 vars in 1049 bytes} [Thu Apr 16 04:40:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=56fa08e9462b4cbb9069b5329d392209 => generated 179 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2380] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:40:46 2026] POST /v2.0/ports => generated 1183 bytes in 384 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: 1228/2381] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:40:47 2026] GET /v2.0/ports?device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => 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: 1229/2382] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:40:47 2026] GET /v2.0/security-groups?id=186e691e-41c8-4035-924d-87554ee62b84&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2383] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:40:46 2026] PUT /v2.0/ports/2b31b7e6-7c93-4d7b-89ef-5b36df5c744f => generated 1464 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:40:47.439 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b64b286-e07e-44ba-95ff-d1bc5b8fa6b3'] response: {'name': 'network-changed', 'server_uuid': 'a031a5b8-0ad9-41be-ad6f-ff786a6e188c', 'tag': '2b31b7e6-7c93-4d7b-89ef-5b36df5c744f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1230/2384] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:40:47 2026] GET /v2.0/ports?tenant_id=56fa08e9462b4cbb9069b5329d392209&device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1155/2385] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:40:47 2026] GET /v2.0/networks?tenant_id=56fa08e9462b4cbb9069b5329d392209&shared=False => generated 2377 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2386] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:40:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2387] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:40:49 2026] GET /v2.0/ports?tenant_id=56fa08e9462b4cbb9069b5329d392209&device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2388] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:40:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.126&port_id=2b31b7e6-7c93-4d7b-89ef-5b36df5c744f => 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: 1157/2389] 199.204.45.78 () {34 vars in 1103 bytes} [Thu Apr 16 04:40:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A379&port_id=2b31b7e6-7c93-4d7b-89ef-5b36df5c744f => 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: 1233/2390] 199.204.45.78 () {34 vars in 1063 bytes} [Thu Apr 16 04:40:49 2026] GET /v2.0/subnets?id=c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5&id=d12854bd-87f6-48d3-b0c3-39988e3bf44b => generated 1411 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2391] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:40:49 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&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: 8|app: 0|req: 1234/2392] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:40:49 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&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: 1159/2393] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:40:49 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1235/2394] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:40:49 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1160/2395] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:40:52 2026] GET /v2.0/ports?device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => generated 1198 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2396] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:40:52 2026] GET /v2.0/security-groups?id=186e691e-41c8-4035-924d-87554ee62b84&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2397] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:40:57 2026] GET /v2.0/ports?device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2398] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:40:57 2026] GET /v2.0/security-groups?id=186e691e-41c8-4035-924d-87554ee62b84&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2399] 10.0.0.163 () {32 vars in 818 bytes} [Thu Apr 16 04:40:57 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&mac_address=fa%3A16%3A3e%3Ae2%3A2b%3A3c => generated 1200 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:40:58.518 8 INFO neutron.db.l3_db [None req-ba26a288-7bad-4f4d-868a-e01ebd64d527 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Floating IP 8d44ecdc-ee91-49a1-9e8a-cb3e25e7d85b associated. External IP: 10.96.250.216, port: 2b31b7e6-7c93-4d7b-89ef-5b36df5c744f. [pid: 8|app: 0|req: 1238/2402] 10.0.0.163 () {34 vars in 677 bytes} [Thu Apr 16 04:40:57 2026] POST /v2.0/floatingips => generated 855 bytes in 1422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:40:59.281 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-810a449c-e9d4-47b4-89e3-29dc904a4ac6'] response: {'name': 'network-changed', 'server_uuid': 'a031a5b8-0ad9-41be-ad6f-ff786a6e188c', 'tag': '2b31b7e6-7c93-4d7b-89ef-5b36df5c744f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1165/2403] 10.0.0.68 () {34 vars in 1095 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2145486077&fields=id&tenant_id=56fa08e9462b4cbb9069b5329d392209 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2404] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/networks?id=47fe2879-9341-4d83-864b-afe7eb3e554b => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2405] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/quotas/56fa08e9462b4cbb9069b5329d392209 => 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: 1240/2406] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/ports?tenant_id=56fa08e9462b4cbb9069b5329d392209&fields=id => generated 333 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2407] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?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: 1241/2408] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?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: 1168/2409] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/ports?device_id=21374bcd-e37c-469c-800e-978222962864 => 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: 1242/2410] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/ports?tenant_id=56fa08e9462b4cbb9069b5329d392209&device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2411] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/networks?id=93e94a33-4bb5-42ad-bc48-05755acf2038 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2412] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.126&port_id=2b31b7e6-7c93-4d7b-89ef-5b36df5c744f => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2413] 199.204.45.78 () {34 vars in 1103 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A379&port_id=2b31b7e6-7c93-4d7b-89ef-5b36df5c744f => 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: 1244/2414] 199.204.45.78 () {34 vars in 1063 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/subnets?id=c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5&id=d12854bd-87f6-48d3-b0c3-39988e3bf44b => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2415] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:40:59 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2416] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:41:00 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2417] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:41:00 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1246/2418] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:41:00 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1173/2419] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 04:41:03 2026] GET /v2.0/ports?device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2420] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 04:41:03 2026] GET /v2.0/security-groups?id=186e691e-41c8-4035-924d-87554ee62b84&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2421] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:41:04 2026] GET /v2.0/networks?id=47fe2879-9341-4d83-864b-afe7eb3e554b => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2422] 199.204.45.78 () {34 vars in 1049 bytes} [Thu Apr 16 04:41:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=56fa08e9462b4cbb9069b5329d392209 => generated 179 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2423] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:41:04 2026] POST /v2.0/ports => generated 1187 bytes in 390 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: 1176/2424] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:04 2026] GET /v2.0/ports?device_id=21374bcd-e37c-469c-800e-978222962864 => generated 1202 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2425] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:41:04 2026] PUT /v2.0/ports/ab52999c-4477-475d-b761-bf9d748c2436 => generated 1468 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2426] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:41:04 2026] GET /v2.0/security-groups?id=186e691e-41c8-4035-924d-87554ee62b84&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:41:04.956 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e44db079-8a02-4445-8538-0645847bbbb7'] response: {'name': 'network-changed', 'server_uuid': '21374bcd-e37c-469c-800e-978222962864', 'tag': 'ab52999c-4477-475d-b761-bf9d748c2436', '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: 1250/2427] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:41:05 2026] GET /v2.0/ports?tenant_id=56fa08e9462b4cbb9069b5329d392209&device_id=21374bcd-e37c-469c-800e-978222962864 => generated 1471 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2428] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:41:05 2026] GET /v2.0/networks?tenant_id=56fa08e9462b4cbb9069b5329d392209&shared=False => generated 2377 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2429] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:41:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2430] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:41:06 2026] GET /v2.0/ports?tenant_id=56fa08e9462b4cbb9069b5329d392209&device_id=21374bcd-e37c-469c-800e-978222962864 => generated 1471 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2431] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:41:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.168&port_id=ab52999c-4477-475d-b761-bf9d748c2436 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2432] 199.204.45.78 () {34 vars in 1105 bytes} [Thu Apr 16 04:41:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A245&port_id=ab52999c-4477-475d-b761-bf9d748c2436 => 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: 1253/2433] 199.204.45.78 () {34 vars in 1063 bytes} [Thu Apr 16 04:41:06 2026] GET /v2.0/subnets?id=1db7949c-115c-4c03-8523-10b67635eb36&id=7e337109-48e8-4cc7-ac33-0bbc3cd9af1a => generated 1412 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2434] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:41:06 2026] GET /v2.0/ports?network_id=47fe2879-9341-4d83-864b-afe7eb3e554b&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: 1254/2435] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:41:06 2026] GET /v2.0/ports?network_id=47fe2879-9341-4d83-864b-afe7eb3e554b&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2436] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:41:06 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2437] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:41:06 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?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: 1183/2438] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:09 2026] GET /v2.0/ports?device_id=21374bcd-e37c-469c-800e-978222962864 => generated 1204 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2439] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:41:10 2026] GET /v2.0/security-groups?id=186e691e-41c8-4035-924d-87554ee62b84&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2442] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:15 2026] GET /v2.0/ports?device_id=21374bcd-e37c-469c-800e-978222962864 => generated 1204 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2443] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:41:15 2026] GET /v2.0/security-groups?id=186e691e-41c8-4035-924d-87554ee62b84&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2444] 10.0.0.163 () {32 vars in 818 bytes} [Thu Apr 16 04:41:15 2026] GET /v2.0/ports?network_id=47fe2879-9341-4d83-864b-afe7eb3e554b&mac_address=fa%3A16%3A3e%3Ac8%3A32%3Ae5 => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:41:16.066 7 INFO neutron.db.l3_db [None req-08295d01-e973-479a-beb7-ea8aab99f3b9 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Floating IP efe47382-e945-4a61-a77b-f9361de3bdeb associated. External IP: 10.96.250.210, port: ab52999c-4477-475d-b761-bf9d748c2436. [pid: 7|app: 0|req: 1186/2445] 10.0.0.163 () {34 vars in 677 bytes} [Thu Apr 16 04:41:15 2026] POST /v2.0/floatingips => generated 855 bytes in 994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:41:16.422 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e801845c-f83f-41c3-9e78-566d06251a52'] response: {'name': 'network-changed', 'server_uuid': '21374bcd-e37c-469c-800e-978222962864', 'tag': 'ab52999c-4477-475d-b761-bf9d748c2436', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1260/2446] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:41:16 2026] GET /v2.0/ports?tenant_id=56fa08e9462b4cbb9069b5329d392209&device_id=21374bcd-e37c-469c-800e-978222962864 => generated 1473 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2447] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:41:16 2026] GET /v2.0/networks?id=47fe2879-9341-4d83-864b-afe7eb3e554b => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2448] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:41:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.168&port_id=ab52999c-4477-475d-b761-bf9d748c2436 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2449] 199.204.45.78 () {34 vars in 1105 bytes} [Thu Apr 16 04:41:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A245&port_id=ab52999c-4477-475d-b761-bf9d748c2436 => 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: 1262/2450] 199.204.45.78 () {34 vars in 1063 bytes} [Thu Apr 16 04:41:17 2026] GET /v2.0/subnets?id=1db7949c-115c-4c03-8523-10b67635eb36&id=7e337109-48e8-4cc7-ac33-0bbc3cd9af1a => generated 1412 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2451] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:41:17 2026] GET /v2.0/ports?network_id=47fe2879-9341-4d83-864b-afe7eb3e554b&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: 1263/2452] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:41:17 2026] GET /v2.0/ports?network_id=47fe2879-9341-4d83-864b-afe7eb3e554b&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2453] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:41:17 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2454] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:41:17 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2455] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 04:41:22 2026] GET /v2.0/ports?device_id=21374bcd-e37c-469c-800e-978222962864 => generated 1473 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2456] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 04:41:22 2026] GET /v2.0/security-groups?id=186e691e-41c8-4035-924d-87554ee62b84&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2459] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:41:33 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2460] 10.0.0.155 () {30 vars in 690 bytes} [Thu Apr 16 04:41:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2461] 10.0.0.155 () {30 vars in 692 bytes} [Thu Apr 16 04:41:34 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: 1268/2462] 10.0.0.155 () {30 vars in 668 bytes} [Thu Apr 16 04:41:34 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: 1195/2463] 10.0.0.155 () {30 vars in 704 bytes} [Thu Apr 16 04:41:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2464] 10.0.0.155 () {28 vars in 439 bytes} [Thu Apr 16 04:41:35 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: 1196/2465] 10.0.0.155 () {30 vars in 728 bytes} [Thu Apr 16 04:41:35 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 658 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2466] 10.0.0.155 () {30 vars in 690 bytes} [Thu Apr 16 04:41:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2467] 10.0.0.155 () {30 vars in 692 bytes} [Thu Apr 16 04:41:35 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: 1271/2468] 10.0.0.155 () {30 vars in 668 bytes} [Thu Apr 16 04:41:35 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: 1198/2469] 10.0.0.155 () {30 vars in 704 bytes} [Thu Apr 16 04:41:35 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: 1272/2470] 10.0.0.155 () {30 vars in 728 bytes} [Thu Apr 16 04:41:35 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2471] 10.0.0.155 () {30 vars in 690 bytes} [Thu Apr 16 04:41:35 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: 1273/2472] 10.0.0.155 () {30 vars in 692 bytes} [Thu Apr 16 04:41:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2473] 10.0.0.155 () {30 vars in 668 bytes} [Thu Apr 16 04:41:35 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: 1274/2474] 10.0.0.155 () {30 vars in 704 bytes} [Thu Apr 16 04:41:35 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: 1201/2475] 10.0.0.155 () {30 vars in 730 bytes} [Thu Apr 16 04:41:35 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2476] 10.0.0.155 () {30 vars in 682 bytes} [Thu Apr 16 04:41:35 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2477] 10.0.0.155 () {34 vars in 704 bytes} [Thu Apr 16 04:41:35 2026] POST /v2.0/ports => generated 1132 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2478] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:41:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1203/2479] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:41:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2480] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:41:38 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: 1204/2481] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:41:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2482] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:41:38 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => 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: 1205/2483] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:41: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: 8|app: 0|req: 1279/2484] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:41: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: 7|app: 0|req: 1206/2485] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:41:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2486] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:41: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-04-16 04:41:38.764 7 INFO neutron.api.v2.resource [None req-375f09a0-e928-4484-8a32-49e8d5ac0a03 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1207/2487] 199.204.45.78 () {30 vars in 762 bytes} [Thu Apr 16 04:41:38 2026] GET /v2.0/security-groups/lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2488] 199.204.45.78 () {30 vars in 784 bytes} [Thu Apr 16 04:41:38 2026] GET /v2.0/security-groups?name=lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2489] 199.204.45.78 () {34 vars in 735 bytes} [Thu Apr 16 04:41:38 2026] POST /v2.0/security-groups => generated 1638 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2490] 199.204.45.78 () {30 vars in 814 bytes} [Thu Apr 16 04:41:38 2026] GET /v2.0/security-group-rules?security_group_id=3417b9b2-bbad-49d0-b3af-b7b5da421e58 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2491] 199.204.45.78 () {34 vars in 788 bytes} [Thu Apr 16 04:41:39 2026] PUT /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2492] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:41:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1210/2493] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:41:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2494] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:41:39 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: 1211/2495] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:41:39 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: 1285/2496] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:41:39 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2499] 10.0.0.68 () {34 vars in 1015 bytes} [Thu Apr 16 04:41:46 2026] GET /v2.0/security-groups?id=04f33e92-9533-4f94-b068-d2dc8b5d1382&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2500] 10.0.0.68 () {34 vars in 981 bytes} [Thu Apr 16 04:41:46 2026] GET /v2.0/networks?id=514eaf9d-bd10-4089-a576-4679e0b567d1 => generated 735 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2501] 10.0.0.68 () {34 vars in 964 bytes} [Thu Apr 16 04:41:46 2026] GET /v2.0/quotas/b2a3f702f5464317b6f37f0f3a051d13 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2502] 10.0.0.68 () {34 vars in 1001 bytes} [Thu Apr 16 04:41:46 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&fields=id => generated 149 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2503] 10.0.0.68 () {34 vars in 1007 bytes} [Thu Apr 16 04:41:46 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?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: 1215/2504] 10.0.0.68 () {34 vars in 1107 bytes} [Thu Apr 16 04:41:46 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2505] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:47 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => 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: 1216/2506] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:47 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2507] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:50 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => 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: 1217/2508] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:50 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => 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: 1292/2509] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:41:51 2026] GET /v2.0/networks?id=514eaf9d-bd10-4089-a576-4679e0b567d1 => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2510] 199.204.45.78 () {34 vars in 1049 bytes} [Thu Apr 16 04:41:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b2a3f702f5464317b6f37f0f3a051d13 => generated 343 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2511] 199.204.45.78 () {38 vars in 954 bytes} [Thu Apr 16 04:41:51 2026] POST /v2.0/ports => generated 1082 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2512] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:41:51 2026] PUT /v2.0/ports/2be091ac-f54c-49e1-9042-cb482d77841b => generated 1243 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:41:52.183 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d87d866-d80c-49f3-9f64-c4a7a954cf0c'] response: {'name': 'network-changed', 'server_uuid': '1c7aa34e-158d-4e84-a960-2b00a581c3d6', 'tag': '2be091ac-f54c-49e1-9042-cb482d77841b', '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: 1294/2513] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:41:52 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1220/2514] 199.204.45.78 () {34 vars in 1017 bytes} [Thu Apr 16 04:41:52 2026] GET /v2.0/networks?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&shared=False => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2515] 199.204.45.78 () {34 vars in 929 bytes} [Thu Apr 16 04:41:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2516] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:53 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2517] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:41:53 2026] GET /v2.0/security-groups?id=04f33e92-9533-4f94-b068-d2dc8b5d1382&fields=id&fields=name => generated 96 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2518] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:53 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2519] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:41:53 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2520] 199.204.45.78 () {34 vars in 1061 bytes} [Thu Apr 16 04:41:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.147&port_id=2be091ac-f54c-49e1-9042-cb482d77841b => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2521] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:41:53 2026] GET /v2.0/subnets?id=1040a515-a443-467e-8b90-fdbfc9cbc9bc => generated 654 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2522] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:41:54 2026] GET /v2.0/ports?network_id=514eaf9d-bd10-4089-a576-4679e0b567d1&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: 1299/2523] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:41:54 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?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: 1225/2524] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:41:54 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?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: 1300/2525] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:56 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2526] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:41:56 2026] GET /v2.0/security-groups?id=04f33e92-9533-4f94-b068-d2dc8b5d1382&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2527] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:56 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2528] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:41:57 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2529] 199.204.45.78 () {34 vars in 1043 bytes} [Thu Apr 16 04:41:57 2026] GET /v2.0/security-groups?id=04f33e92-9533-4f94-b068-d2dc8b5d1382&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2532] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:59 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2533] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:41:59 2026] GET /v2.0/security-groups?id=04f33e92-9533-4f94-b068-d2dc8b5d1382&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2534] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:41:59 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2535] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:42:02 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2536] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:42:02 2026] GET /v2.0/security-groups?id=04f33e92-9533-4f94-b068-d2dc8b5d1382&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2537] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:42:02 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2542] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:42:32 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: 1309/2543] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:42:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2544] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:42:32 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: 1310/2545] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:42:32 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: 1236/2546] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:42:32 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2547] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:42:32 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1248 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2548] 199.204.45.78 () {34 vars in 716 bytes} [Thu Apr 16 04:42:32 2026] POST /v2.0/ports => generated 1059 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2549] 10.0.0.68 () {34 vars in 970 bytes} [Thu Apr 16 04:42:32 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2550] 10.0.0.68 () {34 vars in 906 bytes} [Thu Apr 16 04:42:32 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2551] 199.204.45.78 () {34 vars in 1261 bytes} [Thu Apr 16 04:42:33 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2552] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:42:33 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2553] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:42:33 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1240/2554] 199.204.45.78 () {34 vars in 974 bytes} [Thu Apr 16 04:42:34 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1059 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2555] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:42:34 2026] GET /v2.0/networks?id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2556] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:42:34 2026] PUT /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1249 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:42:35.038 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c481225-fb3d-4a74-9164-953bb5909032'] response: {'name': 'network-changed', 'server_uuid': '1c7aa34e-158d-4e84-a960-2b00a581c3d6', 'tag': '9a0d7330-b76a-4af9-9b0a-2bfcc873ba62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1316/2557] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:42:35 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2489 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2558] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:42:35 2026] GET /v2.0/networks?id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2559] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:42:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => 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: 1243/2560] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:42:35 2026] GET /v2.0/subnets?id=e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 679 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2561] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:42:35 2026] GET /v2.0/ports?network_id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2562] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:42:35 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1319/2563] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:42:35 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1245/2564] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:42:36 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2489 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2565] 199.204.45.78 () {34 vars in 1061 bytes} [Thu Apr 16 04:42:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.147&port_id=2be091ac-f54c-49e1-9042-cb482d77841b => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2566] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:42:36 2026] GET /v2.0/subnets?id=1040a515-a443-467e-8b90-fdbfc9cbc9bc => 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: 1321/2567] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:42:36 2026] GET /v2.0/ports?network_id=514eaf9d-bd10-4089-a576-4679e0b567d1&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2568] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:42:37 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2569] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:42:37 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?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: 1248/2570] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:42:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => 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: 1323/2571] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:42:37 2026] GET /v2.0/subnets?id=e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2572] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:42:37 2026] GET /v2.0/ports?network_id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2573] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:42:37 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1250/2574] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:42:37 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2575] 10.0.0.68 () {34 vars in 970 bytes} [Thu Apr 16 04:42:41 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1251 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2576] 199.204.45.78 () {34 vars in 788 bytes} [Thu Apr 16 04:42:41 2026] PUT /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1276 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:42:41.626 8 INFO neutron.api.v2.resource [None req-b42b4f63-197e-46fc-b5b5-3d9b9f8dd459 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1326/2577] 199.204.45.78 () {30 vars in 762 bytes} [Thu Apr 16 04:42:41 2026] GET /v2.0/security-groups/lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:42:41.644 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d29508a6-6bb7-46cd-ad49-2b4561b636bb'] response: {'name': 'network-changed', 'server_uuid': '1c7aa34e-158d-4e84-a960-2b00a581c3d6', 'tag': '9a0d7330-b76a-4af9-9b0a-2bfcc873ba62', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1252/2578] 199.204.45.78 () {30 vars in 784 bytes} [Thu Apr 16 04:42:41 2026] GET /v2.0/security-groups?name=lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2579] 199.204.45.78 () {34 vars in 788 bytes} [Thu Apr 16 04:42:41 2026] PUT /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1314 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:42:41.898 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b044f3a-ccf3-45fb-9a9a-15d2bfed076c'] response: {'name': 'network-changed', 'server_uuid': '1c7aa34e-158d-4e84-a960-2b00a581c3d6', 'tag': '9a0d7330-b76a-4af9-9b0a-2bfcc873ba62', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1253/2580] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1328/2581] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/networks?id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 803 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2582] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => 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: 1329/2583] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/subnets?id=e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2584] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/ports?network_id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2585] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1256/2586] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1331/2587] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2588] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2589] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2590] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:42:42 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: 1333/2591] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2592] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2593] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2594] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2595] 199.204.45.78 () {30 vars in 742 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2596] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2597] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:42:42 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2598] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:42:43 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2599] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:42:43 2026] GET /v2.0/networks?id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 803 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2600] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:42:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => 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: 1338/2601] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:42:43 2026] GET /v2.0/subnets?id=e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2602] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:42:43 2026] GET /v2.0/ports?network_id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2603] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:42:43 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1265/2604] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:42:43 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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-04-16 04:42:47.106 8 INFO neutron.db.l3_db [None req-b98c5043-9689-41df-8e13-0b403917f1d4 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Floating IP b983534d-7db0-4872-9166-1c8e0457c53e associated. External IP: 10.96.250.207, port: 66f91d1a-c446-42da-8fe7-d69906ddfc51. [pid: 8|app: 0|req: 1341/2607] 10.0.0.163 () {34 vars in 677 bytes} [Thu Apr 16 04:42:46 2026] POST /v2.0/floatingips => generated 899 bytes in 1029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2608] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:42:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2609] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:42:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2610] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:42:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2611] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:42:52 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-04-16 04:42:52.492 7 INFO neutron.api.v2.resource [None req-2b1bd1fb-a483-4383-a7f4-615d5b4f834f 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1269/2612] 199.204.45.78 () {30 vars in 762 bytes} [Thu Apr 16 04:42:52 2026] GET /v2.0/security-groups/lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2613] 199.204.45.78 () {30 vars in 784 bytes} [Thu Apr 16 04:42:52 2026] GET /v2.0/security-groups?name=lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2614] 199.204.45.78 () {30 vars in 814 bytes} [Thu Apr 16 04:42:52 2026] GET /v2.0/security-group-rules?security_group_id=3417b9b2-bbad-49d0-b3af-b7b5da421e58 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2615] 199.204.45.78 () {34 vars in 746 bytes} [Thu Apr 16 04:42:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2616] 199.204.45.78 () {34 vars in 746 bytes} [Thu Apr 16 04:42:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2619] 10.0.0.155 () {30 vars in 690 bytes} [Thu Apr 16 04:43:04 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: 1273/2620] 10.0.0.155 () {30 vars in 692 bytes} [Thu Apr 16 04:43:04 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: 1348/2621] 10.0.0.155 () {30 vars in 668 bytes} [Thu Apr 16 04:43:04 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: 1274/2622] 10.0.0.155 () {30 vars in 704 bytes} [Thu Apr 16 04:43:04 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: 1349/2623] 10.0.0.155 () {28 vars in 439 bytes} [Thu Apr 16 04:43:04 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2624] 10.0.0.155 () {30 vars in 728 bytes} [Thu Apr 16 04:43:04 2026] GET /v2.0/subnets/c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2625] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:43:05 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: 1276/2626] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:43:05 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: 1351/2627] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:43:05 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: 1277/2628] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:43:05 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: 1352/2629] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:05 2026] GET /v2.0/subnets/c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5 => generated 674 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2630] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:05 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2631] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:43:05 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: 1279/2632] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:43:05 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: 1354/2633] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:43:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2634] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:43:05 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: 1355/2635] 199.204.45.78 () {34 vars in 716 bytes} [Thu Apr 16 04:43:05 2026] POST /v2.0/ports => generated 1328 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2636] 10.0.0.68 () {34 vars in 970 bytes} [Thu Apr 16 04:43:06 2026] GET /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 1328 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: 8|app: 0|req: 1356/2637] 199.204.45.78 () {34 vars in 1261 bytes} [Thu Apr 16 04:43:07 2026] GET /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2638] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:07 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1357/2639] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:07 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1283/2640] 199.204.45.78 () {34 vars in 974 bytes} [Thu Apr 16 04:43:07 2026] GET /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2641] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:43:07 2026] GET /v2.0/networks?id=93e94a33-4bb5-42ad-bc48-05755acf2038 => 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: 1284/2642] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:43:08 2026] PUT /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 1518 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:43:08.509 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac8e3d0b-dc14-4e1b-97f0-d2368c744959'] response: {'name': 'network-changed', 'server_uuid': '1c7aa34e-158d-4e84-a960-2b00a581c3d6', 'tag': '574bb208-9cf7-4834-a97e-6f56b6234b1b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1359/2643] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:43:09 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 4100 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1285/2644] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:43:09 2026] GET /v2.0/networks?id=93e94a33-4bb5-42ad-bc48-05755acf2038 => 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: 1360/2645] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:43:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.202&port_id=574bb208-9cf7-4834-a97e-6f56b6234b1b => 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: 1286/2646] 199.204.45.78 () {34 vars in 1103 bytes} [Thu Apr 16 04:43:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33c&port_id=574bb208-9cf7-4834-a97e-6f56b6234b1b => 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: 1361/2647] 199.204.45.78 () {34 vars in 1063 bytes} [Thu Apr 16 04:43:09 2026] GET /v2.0/subnets?id=c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5&id=d12854bd-87f6-48d3-b0c3-39988e3bf44b => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2648] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:09 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2649] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:09 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2650] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:09 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1363/2651] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:09 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1289/2652] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 4100 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2653] 199.204.45.78 () {34 vars in 1061 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.147&port_id=2be091ac-f54c-49e1-9042-cb482d77841b => 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: 1290/2654] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/subnets?id=1040a515-a443-467e-8b90-fdbfc9cbc9bc => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2655] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/ports?network_id=514eaf9d-bd10-4089-a576-4679e0b567d1&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: 1291/2656] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?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: 1366/2657] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2658] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => 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: 1367/2659] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/subnets?id=e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2660] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/ports?network_id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2661] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1294/2662] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2663] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.202&port_id=574bb208-9cf7-4834-a97e-6f56b6234b1b => 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: 1295/2664] 199.204.45.78 () {34 vars in 1103 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33c&port_id=574bb208-9cf7-4834-a97e-6f56b6234b1b => 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: 1370/2665] 199.204.45.78 () {34 vars in 1063 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/subnets?id=c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5&id=d12854bd-87f6-48d3-b0c3-39988e3bf44b => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2666] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:10 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2667] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:11 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2668] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:11 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1372/2669] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:11 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1374/2672] 10.0.0.68 () {34 vars in 970 bytes} [Thu Apr 16 04:43:15 2026] GET /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 1520 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2673] 199.204.45.78 () {30 vars in 742 bytes} [Thu Apr 16 04:43:15 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2674] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:15 2026] GET /v2.0/subnets/c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2675] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:15 2026] GET /v2.0/subnets/d12854bd-87f6-48d3-b0c3-39988e3bf44b => generated 744 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2676] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:43:15 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: 1301/2677] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:43: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: 1377/2678] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:43:15 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: 1302/2679] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:43:15 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: 1378/2680] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:15 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2681] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:15 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2682] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:15 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2683] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:15 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2684] 199.204.45.78 () {30 vars in 742 bytes} [Thu Apr 16 04:43:15 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2685] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:15 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2686] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:15 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2687] 10.0.0.155 () {30 vars in 690 bytes} [Thu Apr 16 04:43:20 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: 1382/2688] 10.0.0.155 () {30 vars in 692 bytes} [Thu Apr 16 04:43:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2689] 10.0.0.155 () {30 vars in 668 bytes} [Thu Apr 16 04:43:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2690] 10.0.0.155 () {30 vars in 704 bytes} [Thu Apr 16 04:43:20 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: 1308/2691] 10.0.0.155 () {28 vars in 439 bytes} [Thu Apr 16 04:43:20 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2692] 10.0.0.155 () {30 vars in 728 bytes} [Thu Apr 16 04:43:20 2026] GET /v2.0/subnets/7e337109-48e8-4cc7-ac33-0bbc3cd9af1a => generated 655 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2693] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:43:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2694] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:43:21 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: 1310/2695] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:43:21 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: 1386/2696] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:43:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2697] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:21 2026] GET /v2.0/subnets/c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2698] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:21 2026] GET /v2.0/subnets/7e337109-48e8-4cc7-ac33-0bbc3cd9af1a => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2699] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:21 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 4102 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2700] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:43:22 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: 1313/2701] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:43:22 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: 1389/2702] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:43:22 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: 1314/2703] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:43:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2704] 199.204.45.78 () {34 vars in 716 bytes} [Thu Apr 16 04:43:22 2026] POST /v2.0/ports => generated 1328 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2705] 10.0.0.68 () {34 vars in 970 bytes} [Thu Apr 16 04:43:22 2026] GET /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1391/2706] 10.0.0.68 () {34 vars in 906 bytes} [Thu Apr 16 04:43:23 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: 1316/2707] 199.204.45.78 () {34 vars in 1261 bytes} [Thu Apr 16 04:43:24 2026] GET /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2708] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:24 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?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: 1317/2709] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:24 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?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: 1393/2710] 199.204.45.78 () {34 vars in 974 bytes} [Thu Apr 16 04:43:24 2026] GET /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2711] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:43:24 2026] GET /v2.0/networks?id=47fe2879-9341-4d83-864b-afe7eb3e554b => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2712] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:43:24 2026] PUT /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d => generated 1518 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:43:25.210 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2eceb351-e392-4cf6-ab1f-cabf9bb92f90'] response: {'name': 'network-changed', 'server_uuid': '1c7aa34e-158d-4e84-a960-2b00a581c3d6', 'tag': 'e1f540df-cece-4cc0-a851-e11afa1c332d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1319/2713] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:43:25 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 5612 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1395/2714] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:43:25 2026] GET /v2.0/networks?id=47fe2879-9341-4d83-864b-afe7eb3e554b => generated 801 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2715] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:43:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.109&port_id=e1f540df-cece-4cc0-a851-e11afa1c332d => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2716] 199.204.45.78 () {34 vars in 1103 bytes} [Thu Apr 16 04:43:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A23&port_id=e1f540df-cece-4cc0-a851-e11afa1c332d => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2717] 199.204.45.78 () {34 vars in 1063 bytes} [Thu Apr 16 04:43:25 2026] GET /v2.0/subnets?id=1db7949c-115c-4c03-8523-10b67635eb36&id=7e337109-48e8-4cc7-ac33-0bbc3cd9af1a => generated 1412 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2718] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:25 2026] GET /v2.0/ports?network_id=47fe2879-9341-4d83-864b-afe7eb3e554b&device_owner=network%3Adhcp => generated 1461 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2719] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:26 2026] GET /v2.0/ports?network_id=47fe2879-9341-4d83-864b-afe7eb3e554b&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: 8|app: 0|req: 1398/2720] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:26 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2721] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:26 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2722] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 5612 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2723] 199.204.45.78 () {34 vars in 1061 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.147&port_id=2be091ac-f54c-49e1-9042-cb482d77841b => 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: 1400/2724] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/subnets?id=1040a515-a443-467e-8b90-fdbfc9cbc9bc => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2725] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/ports?network_id=514eaf9d-bd10-4089-a576-4679e0b567d1&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2726] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?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: 1326/2727] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2728] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => 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: 1327/2729] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/subnets?id=e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2730] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/ports?network_id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2731] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1404/2732] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1329/2733] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.202&port_id=574bb208-9cf7-4834-a97e-6f56b6234b1b => 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: 1405/2734] 199.204.45.78 () {34 vars in 1103 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A33c&port_id=574bb208-9cf7-4834-a97e-6f56b6234b1b => 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: 1330/2735] 199.204.45.78 () {34 vars in 1063 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/subnets?id=c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5&id=d12854bd-87f6-48d3-b0c3-39988e3bf44b => generated 1411 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2736] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2737] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2738] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1332/2739] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1408/2740] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.109&port_id=e1f540df-cece-4cc0-a851-e11afa1c332d => 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: 1333/2741] 199.204.45.78 () {34 vars in 1103 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A23&port_id=e1f540df-cece-4cc0-a851-e11afa1c332d => 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: 1409/2742] 199.204.45.78 () {34 vars in 1063 bytes} [Thu Apr 16 04:43:27 2026] GET /v2.0/subnets?id=1db7949c-115c-4c03-8523-10b67635eb36&id=7e337109-48e8-4cc7-ac33-0bbc3cd9af1a => generated 1412 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2743] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:28 2026] GET /v2.0/ports?network_id=47fe2879-9341-4d83-864b-afe7eb3e554b&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: 1410/2744] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:28 2026] GET /v2.0/ports?network_id=47fe2879-9341-4d83-864b-afe7eb3e554b&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2745] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:28 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?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: 1411/2746] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:28 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?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: 1413/2749] 10.0.0.68 () {34 vars in 970 bytes} [Thu Apr 16 04:43:32 2026] GET /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d => generated 1520 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2750] 199.204.45.78 () {30 vars in 742 bytes} [Thu Apr 16 04:43:32 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b => generated 798 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2751] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:32 2026] GET /v2.0/subnets/7e337109-48e8-4cc7-ac33-0bbc3cd9af1a => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2752] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:32 2026] GET /v2.0/subnets/1db7949c-115c-4c03-8523-10b67635eb36 => generated 746 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2753] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:32 2026] GET /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 1520 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2754] 199.204.45.78 () {34 vars in 789 bytes} [Thu Apr 16 04:43:32 2026] PUT /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 1255 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:43:32.893 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b18c050-c99e-4306-9963-1d1a795e529b'] response: {'name': 'network-changed', 'server_uuid': '1c7aa34e-158d-4e84-a960-2b00a581c3d6', 'tag': '574bb208-9cf7-4834-a97e-6f56b6234b1b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1416/2755] 199.204.45.78 () {30 vars in 742 bytes} [Thu Apr 16 04:43:32 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038 => 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: 1340/2756] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:32 2026] GET /v2.0/subnets/c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2757] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:43:33 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: 1341/2758] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2759] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:43:33 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: 1342/2760] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2761] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2762] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2763] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1350 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2764] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2765] 199.204.45.78 () {30 vars in 742 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2766] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2767] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2768] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 5385 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2769] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/networks?id=93e94a33-4bb5-42ad-bc48-05755acf2038 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2770] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.202&port_id=574bb208-9cf7-4834-a97e-6f56b6234b1b => 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: 1424/2771] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/subnets?id=c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5 => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2772] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&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: 8|app: 0|req: 1425/2773] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1349/2774] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:33 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1351/2777] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:43:45 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: 1427/2778] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:43:45 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: 1352/2779] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:43:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2780] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:43:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2781] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:45 2026] GET /v2.0/subnets/c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2782] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:45 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 5385 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2783] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:43:45 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: 1430/2784] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:43: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: 1355/2785] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:43:45 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: 1431/2786] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:43:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2787] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:45 2026] GET /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2788] 199.204.45.78 () {34 vars in 789 bytes} [Thu Apr 16 04:43:45 2026] PUT /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d => generated 1307 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:43:46.290 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-54d331f2-f18e-4549-8876-7559af35dca8'] response: {'name': 'network-changed', 'server_uuid': '1c7aa34e-158d-4e84-a960-2b00a581c3d6', 'tag': 'e1f540df-cece-4cc0-a851-e11afa1c332d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1357/2789] 199.204.45.78 () {30 vars in 742 bytes} [Thu Apr 16 04:43:46 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b => generated 798 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1433/2790] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:46 2026] GET /v2.0/subnets/1db7949c-115c-4c03-8523-10b67635eb36 => generated 746 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2791] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:46 2026] GET /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d => generated 1343 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2792] 199.204.45.78 () {34 vars in 788 bytes} [Thu Apr 16 04:43:46 2026] PUT /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d => generated 1080 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2793] 199.204.45.78 () {30 vars in 742 bytes} [Thu Apr 16 04:43:46 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b => generated 798 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1435/2794] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:46 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 4981 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2795] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:43:46 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 4981 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2796] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:43:46 2026] GET /v2.0/networks?id=47fe2879-9341-4d83-864b-afe7eb3e554b => generated 801 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2797] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:46 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2798] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:46 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2799] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:47 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 4981 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:43:48.331 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee2197e1-df54-452e-b52d-439ea6679f61'] response: {'name': 'network-changed', 'server_uuid': '1c7aa34e-158d-4e84-a960-2b00a581c3d6', 'tag': 'e1f540df-cece-4cc0-a851-e11afa1c332d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1438/2800] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:48 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2801] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:43:48 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 4981 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2802] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:43:48 2026] GET /v2.0/networks?id=47fe2879-9341-4d83-864b-afe7eb3e554b => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2803] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:48 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?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: 1440/2804] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:49 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?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: 1365/2805] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:49 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 4981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2806] 199.204.45.78 () {34 vars in 974 bytes} [Thu Apr 16 04:43:49 2026] GET /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d => generated 1116 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2807] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:43:49 2026] GET /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2808] 199.204.45.78 () {34 vars in 1015 bytes} [Thu Apr 16 04:43:50 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2809] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:43:50 2026] PUT /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d => generated 917 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2810] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:50 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 3873 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-04-16 04:43:50.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4a06281-36b8-4b53-946b-e49304debd2b 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: e1f540df-cece-4cc0-a851-e11afa1c332d 2026-04-16 04:43:50.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4a06281-36b8-4b53-946b-e49304debd2b 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: e1f540df-cece-4cc0-a851-e11afa1c332d [pid: 7|app: 0|req: 1368/2811] 199.204.45.78 () {32 vars in 758 bytes} [Thu Apr 16 04:43:50 2026] DELETE /v2.0/ports/e1f540df-cece-4cc0-a851-e11afa1c332d => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2812] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:43:50 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: 1369/2813] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:43:50 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: 1445/2814] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:43:50 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: 1370/2815] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:43:50 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: 1446/2816] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:50 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2817] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:51 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => 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: 1447/2818] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:51 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2819] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:51 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2820] 199.204.45.78 () {30 vars in 742 bytes} [Thu Apr 16 04:43:51 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => 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: 1373/2821] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:51 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2822] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:43:51 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2823] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:43:51 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 3873 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2824] 199.204.45.78 () {34 vars in 1225 bytes} [Thu Apr 16 04:43:51 2026] GET /v2.0/networks?id=514eaf9d-bd10-4089-a576-4679e0b567d1&id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da&id=93e94a33-4bb5-42ad-bc48-05755acf2038&id=47fe2879-9341-4d83-864b-afe7eb3e554b => generated 3098 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2825] 199.204.45.78 () {34 vars in 1061 bytes} [Thu Apr 16 04:43:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.147&port_id=2be091ac-f54c-49e1-9042-cb482d77841b => 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: 1451/2826] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:43:51 2026] GET /v2.0/subnets?id=1040a515-a443-467e-8b90-fdbfc9cbc9bc => 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: 1376/2827] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/ports?network_id=514eaf9d-bd10-4089-a576-4679e0b567d1&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: 1452/2828] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2829] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?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: 1453/2830] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => 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: 1378/2831] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/subnets?id=e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2832] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/ports?network_id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da&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: 1379/2833] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1455/2834] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1380/2835] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.202&port_id=574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2836] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/subnets?id=c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2837] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&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: 8|app: 0|req: 1457/2838] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1382/2839] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:52 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2840] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:43:55 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: 1383/2841] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:43:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2842] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:43:55 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: 1384/2843] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:43:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2844] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:55 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 3873 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2845] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:43:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2846] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:43:56 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: 1386/2847] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:43:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2848] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:43:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2849] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:43:56 2026] GET /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 1291 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2850] 199.204.45.78 () {34 vars in 788 bytes} [Thu Apr 16 04:43:56 2026] PUT /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 1080 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:43:56.685 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32f0a6ef-12e7-41d9-9267-24bd0eee63a8'] response: {'name': 'network-changed', 'server_uuid': '1c7aa34e-158d-4e84-a960-2b00a581c3d6', 'tag': '574bb208-9cf7-4834-a97e-6f56b6234b1b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1388/2851] 199.204.45.78 () {30 vars in 742 bytes} [Thu Apr 16 04:43:56 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1464/2852] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:56 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 3698 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2853] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:56 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 3698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2854] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:43:57 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 3698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2855] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:43:57 2026] GET /v2.0/networks?id=93e94a33-4bb5-42ad-bc48-05755acf2038 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2856] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:43:57 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1391/2857] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:43:57 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1467/2858] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:57 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 3698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2859] 199.204.45.78 () {34 vars in 974 bytes} [Thu Apr 16 04:43:58 2026] GET /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 1116 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2860] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:43:58 2026] GET /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2861] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:43:58 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 3698 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2862] 199.204.45.78 () {34 vars in 1015 bytes} [Thu Apr 16 04:43:58 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2865] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:43:59 2026] PUT /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 917 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2866] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:44:00.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c97a935-9b2b-4980-9eb9-ffe98e58006a 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 574bb208-9cf7-4834-a97e-6f56b6234b1b 2026-04-16 04:44:00.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c97a935-9b2b-4980-9eb9-ffe98e58006a 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 574bb208-9cf7-4834-a97e-6f56b6234b1b [pid: 8|app: 0|req: 1471/2867] 199.204.45.78 () {32 vars in 758 bytes} [Thu Apr 16 04:44:00 2026] DELETE /v2.0/ports/574bb208-9cf7-4834-a97e-6f56b6234b1b => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2868] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2869] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2870] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:44:00 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: 1473/2871] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2872] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2873] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2874] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2875] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2876] 199.204.45.78 () {30 vars in 742 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 800 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2877] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2878] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2879] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2880] 199.204.45.78 () {34 vars in 1145 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/networks?id=514eaf9d-bd10-4089-a576-4679e0b567d1&id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da&id=93e94a33-4bb5-42ad-bc48-05755acf2038 => generated 2311 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2881] 199.204.45.78 () {34 vars in 1061 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.147&port_id=2be091ac-f54c-49e1-9042-cb482d77841b => 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: 1478/2882] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/subnets?id=1040a515-a443-467e-8b90-fdbfc9cbc9bc => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2883] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:44:00 2026] GET /v2.0/ports?network_id=514eaf9d-bd10-4089-a576-4679e0b567d1&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2884] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:44:01 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?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: 1406/2885] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:44:01 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?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: 8|app: 0|req: 1480/2886] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.133&port_id=9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2887] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:44:01 2026] GET /v2.0/subnets?id=e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 679 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2888] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:44:01 2026] GET /v2.0/ports?network_id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2889] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:44:01 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1482/2890] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:44:01 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?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: 1409/2891] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:44:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2892] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:44:13 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: 1410/2893] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:44:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2894] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:44:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:44:13.211 7 INFO neutron.api.v2.resource [None req-87df3f20-1662-4363-82cd-1be47e2b2cba 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1411/2895] 199.204.45.78 () {30 vars in 762 bytes} [Thu Apr 16 04:44:13 2026] GET /v2.0/security-groups/lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2896] 199.204.45.78 () {30 vars in 784 bytes} [Thu Apr 16 04:44:13 2026] GET /v2.0/security-groups?name=lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => 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: 1412/2897] 199.204.45.78 () {30 vars in 814 bytes} [Thu Apr 16 04:44:13 2026] GET /v2.0/security-group-rules?security_group_id=3417b9b2-bbad-49d0-b3af-b7b5da421e58 => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2898] 199.204.45.78 () {32 vars in 788 bytes} [Thu Apr 16 04:44:13 2026] DELETE /v2.0/security-group-rules/140a87d0-6a32-43b8-b8c9-634e1df71202 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2899] 199.204.45.78 () {32 vars in 788 bytes} [Thu Apr 16 04:44:13 2026] DELETE /v2.0/security-group-rules/8c7d5f29-bc34-463b-90fd-6d53bf743e4f => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:16.040 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7c16ec3-36e4-4e30-a56a-485a78326fe0 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: 609bdca7-ca7a-4678-96f8-6335b3e29a75 2026-04-16 04:44:16.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7c16ec3-36e4-4e30-a56a-485a78326fe0 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: 609bdca7-ca7a-4678-96f8-6335b3e29a75 2026-04-16 04:44:16.234 8 INFO neutron.db.l3_db [None req-f7c16ec3-36e4-4e30-a56a-485a78326fe0 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Floating IP b983534d-7db0-4872-9166-1c8e0457c53e disassociated (deleted). External IP: 10.96.250.207, port: 66f91d1a-c446-42da-8fe7-d69906ddfc51. [pid: 8|app: 0|req: 1488/2902] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:44:15 2026] DELETE /v2.0/floatingips/b983534d-7db0-4872-9166-1c8e0457c53e => generated 0 bytes in 609 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:16.550 7 INFO neutron.api.v2.resource [None req-15ce1c81-376a-4c1d-abfb-79354d44cff6 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1415/2903] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:44:16 2026] GET /v2.0/floatingips/b983534d-7db0-4872-9166-1c8e0457c53e => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2904] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:44:17 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: 1416/2905] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:44:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2906] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:44:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2907] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:44:17 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-04-16 04:44:17.245 8 INFO neutron.api.v2.resource [None req-a4d9d0e9-b98d-4180-84a1-a9790d020825 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1491/2908] 199.204.45.78 () {30 vars in 762 bytes} [Thu Apr 16 04:44:17 2026] GET /v2.0/security-groups/lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => generated 149 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2909] 199.204.45.78 () {30 vars in 784 bytes} [Thu Apr 16 04:44:17 2026] GET /v2.0/security-groups?name=lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => 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: 1492/2910] 199.204.45.78 () {30 vars in 814 bytes} [Thu Apr 16 04:44:17 2026] GET /v2.0/security-group-rules?security_group_id=3417b9b2-bbad-49d0-b3af-b7b5da421e58 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2911] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:44:17 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: 1493/2912] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:44:17 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: 1420/2913] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:44:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2914] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:44:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2915] 199.204.45.78 () {30 vars in 740 bytes} [Thu Apr 16 04:44:17 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2916] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:44:17 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2917] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:44:17 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2918] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:44:17 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2919] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:44:18 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2920] 199.204.45.78 () {34 vars in 974 bytes} [Thu Apr 16 04:44:19 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2921] 199.204.45.78 () {34 vars in 1059 bytes} [Thu Apr 16 04:44:19 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2922] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:44:19 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 2590 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2923] 199.204.45.78 () {34 vars in 1015 bytes} [Thu Apr 16 04:44:19 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2924] 199.204.45.78 () {38 vars in 1027 bytes} [Thu Apr 16 04:44:19 2026] PUT /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1151 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2925] 199.204.45.78 () {30 vars in 768 bytes} [Thu Apr 16 04:44:20 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1500/2926] 199.204.45.78 () {34 vars in 788 bytes} [Thu Apr 16 04:44:20 2026] PUT /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1090 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2927] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 1090 bytes in 30 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-04-16 04:44:21.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-23ffa424-78c6-4cc4-889d-084df5a38328 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 2026-04-16 04:44:21.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23ffa424-78c6-4cc4-889d-084df5a38328 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 [pid: 8|app: 0|req: 1501/2928] 199.204.45.78 () {32 vars in 758 bytes} [Thu Apr 16 04:44:21 2026] DELETE /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2929] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/ports?tenant_id=b2a3f702f5464317b6f37f0f3a051d13&device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2930] 199.204.45.78 () {30 vars in 702 bytes} [Thu Apr 16 04:44:21 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: 1430/2931] 199.204.45.78 () {30 vars in 704 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2932] 199.204.45.78 () {34 vars in 1065 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/networks?id=514eaf9d-bd10-4089-a576-4679e0b567d1&id=ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 1524 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2933] 199.204.45.78 () {30 vars in 680 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2934] 199.204.45.78 () {30 vars in 716 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:44:21.779 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f554e0b-8315-4ee6-8f5e-60d22853224d 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1503/2935] 199.204.45.78 () {34 vars in 1061 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.147&port_id=2be091ac-f54c-49e1-9042-cb482d77841b => 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: 1433/2936] 199.204.45.78 () {32 vars in 758 bytes} [Thu Apr 16 04:44:21 2026] DELETE /v2.0/ports/9a0d7330-b76a-4af9-9b0a-2bfcc873ba62 => 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: 1504/2937] 199.204.45.78 () {34 vars in 983 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/subnets?id=1040a515-a443-467e-8b90-fdbfc9cbc9bc => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2938] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:44:21.850 7 INFO neutron.api.v2.resource [None req-caf05bb0-ea36-4887-ad39-4a5d98b01d59 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1435/2939] 199.204.45.78 () {30 vars in 762 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/security-groups/lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => 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: 1505/2940] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/ports?network_id=514eaf9d-bd10-4089-a576-4679e0b567d1&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: 1436/2941] 199.204.45.78 () {30 vars in 784 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/security-groups?name=lb-31b3d975-dc2b-4d23-8158-8b1a07171ffe => generated 1639 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2942] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2943] 199.204.45.78 () {30 vars in 736 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2944] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:44:21 2026] GET /v2.0/networks/514eaf9d-bd10-4089-a576-4679e0b567d1?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: 1438/2945] 199.204.45.78 () {34 vars in 788 bytes} [Thu Apr 16 04:44:21 2026] PUT /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 1094 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2946] 199.204.45.78 () {32 vars in 778 bytes} [Thu Apr 16 04:44:22 2026] DELETE /v2.0/security-groups/3417b9b2-bbad-49d0-b3af-b7b5da421e58 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:22.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-ecd6e105-a44b-4ba0-94dd-3d47e2ff41d9 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 66f91d1a-c446-42da-8fe7-d69906ddfc51 2026-04-16 04:44:22.329 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecd6e105-a44b-4ba0-94dd-3d47e2ff41d9 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 66f91d1a-c446-42da-8fe7-d69906ddfc51 [pid: 7|app: 0|req: 1439/2947] 199.204.45.78 () {32 vars in 758 bytes} [Thu Apr 16 04:44:22 2026] DELETE /v2.0/ports/66f91d1a-c446-42da-8fe7-d69906ddfc51 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2948] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:44:25 2026] GET /v2.0/ports?device_id=1c7aa34e-158d-4e84-a960-2b00a581c3d6 => generated 1248 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:44:25.546 7 INFO neutron_taas.services.taas.taas_plugin [req-4794d814-8f33-42e5-8c40-f5bc759317ce req-d094676c-866f-4626-b936-87999f85e7d6 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] TaaS: Handle Delete Port: 2be091ac-f54c-49e1-9042-cb482d77841b 2026-04-16 04:44:25.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4794d814-8f33-42e5-8c40-f5bc759317ce req-d094676c-866f-4626-b936-87999f85e7d6 351e1eff148048eea74ba75d223a0b9a b2a3f702f5464317b6f37f0f3a051d13 - - default default] Tap Mirror: Handle Delete Port: 2be091ac-f54c-49e1-9042-cb482d77841b [pid: 7|app: 0|req: 1440/2949] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:44:25 2026] DELETE /v2.0/ports/2be091ac-f54c-49e1-9042-cb482d77841b => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:25.759 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9196d6a3-5cf7-4375-827c-90b4a3680fd0'] response: {'server_uuid': '1c7aa34e-158d-4e84-a960-2b00a581c3d6', 'name': 'network-vif-deleted', 'tag': '2be091ac-f54c-49e1-9042-cb482d77841b', 'status': 'completed', 'code': 200} 2026-04-16 04:44:26.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-98b3764f-537a-461f-a065-71f88d6827d5 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: 8be56e02-1cb7-45a9-9728-5105e3fc36d6 2026-04-16 04:44:26.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98b3764f-537a-461f-a065-71f88d6827d5 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: 8be56e02-1cb7-45a9-9728-5105e3fc36d6 2026-04-16 04:44:27.047 8 INFO neutron.db.l3_db [None req-98b3764f-537a-461f-a065-71f88d6827d5 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Floating IP efe47382-e945-4a61-a77b-f9361de3bdeb disassociated (deleted). External IP: 10.96.250.210, port: ab52999c-4477-475d-b761-bf9d748c2436. [pid: 8|app: 0|req: 1510/2950] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:44:26 2026] DELETE /v2.0/floatingips/efe47382-e945-4a61-a77b-f9361de3bdeb => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:27.446 7 INFO neutron.api.v2.resource [None req-9f752421-aab9-4911-8a8e-40d4b0114568 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1441/2951] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:44:27 2026] GET /v2.0/floatingips/efe47382-e945-4a61-a77b-f9361de3bdeb => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:44:27.464 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-614e6ca1-ec75-4043-9bbc-ea438c6a3a3f'] response: {'name': 'network-changed', 'server_uuid': '21374bcd-e37c-469c-800e-978222962864', 'tag': 'ab52999c-4477-475d-b761-bf9d748c2436', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1511/2952] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:44:27 2026] GET /v2.0/ports?device_id=21374bcd-e37c-469c-800e-978222962864 => generated 1204 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2953] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:44:27 2026] GET /v2.0/security-groups?id=186e691e-41c8-4035-924d-87554ee62b84&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2954] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:44:27 2026] GET /v2.0/ports?tenant_id=56fa08e9462b4cbb9069b5329d392209&device_id=21374bcd-e37c-469c-800e-978222962864 => generated 1473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2955] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:44:28 2026] GET /v2.0/networks?id=47fe2879-9341-4d83-864b-afe7eb3e554b => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2956] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:44:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.168&port_id=ab52999c-4477-475d-b761-bf9d748c2436 => 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: 1444/2957] 199.204.45.78 () {34 vars in 1105 bytes} [Thu Apr 16 04:44:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A245&port_id=ab52999c-4477-475d-b761-bf9d748c2436 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2958] 199.204.45.78 () {34 vars in 1063 bytes} [Thu Apr 16 04:44:28 2026] GET /v2.0/subnets?id=1db7949c-115c-4c03-8523-10b67635eb36&id=7e337109-48e8-4cc7-ac33-0bbc3cd9af1a => generated 1412 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2959] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:44:28 2026] GET /v2.0/ports?network_id=47fe2879-9341-4d83-864b-afe7eb3e554b&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2960] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:44:28 2026] GET /v2.0/ports?network_id=47fe2879-9341-4d83-864b-afe7eb3e554b&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2961] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:44:28 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?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: 1516/2962] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:44:28 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b?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: 1518/2965] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:44:29 2026] GET /v2.0/ports?device_id=21374bcd-e37c-469c-800e-978222962864 => generated 1204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:44:30.166 7 INFO neutron_taas.services.taas.taas_plugin [req-083aadec-84d1-4b66-b646-03545653ff97 req-01ce0998-a922-4f03-a1c8-7bcae2e91e65 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: ab52999c-4477-475d-b761-bf9d748c2436 2026-04-16 04:44:30.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-083aadec-84d1-4b66-b646-03545653ff97 req-01ce0998-a922-4f03-a1c8-7bcae2e91e65 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: ab52999c-4477-475d-b761-bf9d748c2436 [pid: 7|app: 0|req: 1448/2966] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:44:30 2026] DELETE /v2.0/ports/ab52999c-4477-475d-b761-bf9d748c2436 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:30.387 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df4dadd6-d9e7-4ee2-8875-ba10710f39f4'] response: {'server_uuid': '21374bcd-e37c-469c-800e-978222962864', 'name': 'network-vif-deleted', 'tag': 'ab52999c-4477-475d-b761-bf9d748c2436', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1519/2967] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:44:32 2026] GET /v2.0/ports?device_id=21374bcd-e37c-469c-800e-978222962864 => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:44:38.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-1972ebb9-d351-48ee-bd81-886429cd3a9c fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: 0b47e276-e62a-4a88-85a5-4ff760531d2d 2026-04-16 04:44:38.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1972ebb9-d351-48ee-bd81-886429cd3a9c fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: 0b47e276-e62a-4a88-85a5-4ff760531d2d 2026-04-16 04:44:38.328 7 INFO neutron.db.l3_db [None req-1972ebb9-d351-48ee-bd81-886429cd3a9c fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Floating IP 8d44ecdc-ee91-49a1-9e8a-cb3e25e7d85b disassociated (deleted). External IP: 10.96.250.216, port: 2b31b7e6-7c93-4d7b-89ef-5b36df5c744f. [pid: 7|app: 0|req: 1449/2968] 10.0.0.163 () {32 vars in 732 bytes} [Thu Apr 16 04:44:37 2026] DELETE /v2.0/floatingips/8d44ecdc-ee91-49a1-9e8a-cb3e25e7d85b => generated 0 bytes in 696 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:38.704 8 INFO neutron.api.v2.resource [None req-7b02043e-7171-4993-a7af-3072fbeebd29 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/2969] 10.0.0.163 () {32 vars in 729 bytes} [Thu Apr 16 04:44:38 2026] GET /v2.0/floatingips/8d44ecdc-ee91-49a1-9e8a-cb3e25e7d85b => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:44:38.706 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-54611cd1-d9b9-47a3-acd1-03f31c73ae45'] response: {'name': 'network-changed', 'server_uuid': 'a031a5b8-0ad9-41be-ad6f-ff786a6e188c', 'tag': '2b31b7e6-7c93-4d7b-89ef-5b36df5c744f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1450/2970] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:44:38 2026] GET /v2.0/ports?device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2971] 10.0.0.68 () {34 vars in 1039 bytes} [Thu Apr 16 04:44:38 2026] GET /v2.0/security-groups?id=186e691e-41c8-4035-924d-87554ee62b84&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2972] 199.204.45.78 () {34 vars in 1079 bytes} [Thu Apr 16 04:44:39 2026] GET /v2.0/ports?tenant_id=56fa08e9462b4cbb9069b5329d392209&device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => generated 1469 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2973] 199.204.45.78 () {34 vars in 985 bytes} [Thu Apr 16 04:44:39 2026] GET /v2.0/networks?id=93e94a33-4bb5-42ad-bc48-05755acf2038 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2974] 199.204.45.78 () {34 vars in 1057 bytes} [Thu Apr 16 04:44:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.126&port_id=2b31b7e6-7c93-4d7b-89ef-5b36df5c744f => 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: 1523/2975] 199.204.45.78 () {34 vars in 1103 bytes} [Thu Apr 16 04:44:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A379&port_id=2b31b7e6-7c93-4d7b-89ef-5b36df5c744f => 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: 1453/2976] 199.204.45.78 () {34 vars in 1063 bytes} [Thu Apr 16 04:44:39 2026] GET /v2.0/subnets?id=c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5&id=d12854bd-87f6-48d3-b0c3-39988e3bf44b => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2977] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:44:39 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&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: 7|app: 0|req: 1454/2978] 199.204.45.78 () {34 vars in 1051 bytes} [Thu Apr 16 04:44:39 2026] GET /v2.0/ports?network_id=93e94a33-4bb5-42ad-bc48-05755acf2038&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2979] 199.204.45.78 () {34 vars in 910 bytes} [Thu Apr 16 04:44:39 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2980] 199.204.45.78 () {34 vars in 1011 bytes} [Thu Apr 16 04:44:39 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1526/2981] 199.204.45.78 () {34 vars in 1111 bytes} [Thu Apr 16 04:44:39 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038?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: 1456/2982] 199.204.45.78 () {34 vars in 993 bytes} [Thu Apr 16 04:44:41 2026] GET /v2.0/ports?device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => generated 1200 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:44:41.459 8 INFO neutron_taas.services.taas.taas_plugin [req-ff4013e3-a4da-4eb1-b0d5-ab04feaa255e req-93303a90-a5d6-4c26-9969-1f10691d7df9 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: 2b31b7e6-7c93-4d7b-89ef-5b36df5c744f 2026-04-16 04:44:41.463 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ff4013e3-a4da-4eb1-b0d5-ab04feaa255e req-93303a90-a5d6-4c26-9969-1f10691d7df9 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: 2b31b7e6-7c93-4d7b-89ef-5b36df5c744f [pid: 8|app: 0|req: 1527/2983] 199.204.45.78 () {36 vars in 996 bytes} [Thu Apr 16 04:44:41 2026] DELETE /v2.0/ports/2b31b7e6-7c93-4d7b-89ef-5b36df5c744f => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:41.668 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea21a539-4219-4be8-a59a-ce0d774c6a48'] response: {'server_uuid': 'a031a5b8-0ad9-41be-ad6f-ff786a6e188c', 'name': 'network-vif-deleted', 'tag': '2b31b7e6-7c93-4d7b-89ef-5b36df5c744f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1457/2984] 10.0.0.68 () {34 vars in 989 bytes} [Thu Apr 16 04:44:44 2026] GET /v2.0/ports?device_id=a031a5b8-0ad9-41be-ad6f-ff786a6e188c => 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: 1459/2987] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:44:49 2026] DELETE /v2.0/security-group-rules/d5fa9451-1f84-4278-9635-a7b9798b4713 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:49.240 8 INFO neutron.api.v2.resource [None req-8f4148fd-b224-4bf2-8add-505b37233dda fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/2988] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:44:49 2026] GET /v2.0/security-group-rules/d5fa9451-1f84-4278-9635-a7b9798b4713 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2989] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:44:49 2026] DELETE /v2.0/security-group-rules/e4cbcc27-cad0-4c16-ac0d-cd7e17b7dac2 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:49.330 8 INFO neutron.api.v2.resource [None req-9c301659-50f7-48fd-ae7f-1b6913b11ffc fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/2990] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:44:49 2026] GET /v2.0/security-group-rules/e4cbcc27-cad0-4c16-ac0d-cd7e17b7dac2 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2991] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:44:49 2026] DELETE /v2.0/security-group-rules/8a2901fa-d58d-4b71-9ab8-1576bfa1d060 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:49.418 8 INFO neutron.api.v2.resource [None req-6b6d4993-8f56-48d5-98a9-46e686503424 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/2992] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:44:49 2026] GET /v2.0/security-group-rules/8a2901fa-d58d-4b71-9ab8-1576bfa1d060 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2993] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:44:49 2026] DELETE /v2.0/security-group-rules/9704885a-0bae-4bfd-bbfe-7460992026a2 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:49.492 8 INFO neutron.api.v2.resource [None req-eb5752eb-d6bc-4956-9c8d-c9a0a6005443 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/2994] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:44:49 2026] GET /v2.0/security-group-rules/9704885a-0bae-4bfd-bbfe-7460992026a2 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2995] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:44:49 2026] DELETE /v2.0/security-group-rules/e78ee4ae-77ca-4281-bf83-1176853ca724 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:49.571 8 INFO neutron.api.v2.resource [None req-26685c03-01b5-4f19-904d-6ed2841acdbb fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/2996] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:44:49 2026] GET /v2.0/security-group-rules/e78ee4ae-77ca-4281-bf83-1176853ca724 => 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: 1464/2997] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:44:49 2026] DELETE /v2.0/security-group-rules/f27d10bb-88f3-4585-9406-1a309565974e => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:49.645 8 INFO neutron.api.v2.resource [None req-81b8a274-9397-4a69-8ac6-fc5c7c8b8797 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/2998] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:44:49 2026] GET /v2.0/security-group-rules/f27d10bb-88f3-4585-9406-1a309565974e => 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: 1465/2999] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:44:49 2026] DELETE /v2.0/security-group-rules/ce7085cc-ecae-4484-95c6-a38b47f1e25d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:49.724 8 INFO neutron.api.v2.resource [None req-01dc2a68-04e6-42b1-ad12-3bebc87c337f fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3000] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:44:49 2026] GET /v2.0/security-group-rules/ce7085cc-ecae-4484-95c6-a38b47f1e25d => 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: 1466/3001] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:44:49 2026] DELETE /v2.0/security-group-rules/3d0cf751-e389-40ee-9b4d-eac232aa824a => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:49.808 8 INFO neutron.api.v2.resource [None req-fca4b420-1ede-483a-b61b-51ad9a6f9752 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3002] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:44:49 2026] GET /v2.0/security-group-rules/3d0cf751-e389-40ee-9b4d-eac232aa824a => 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: 1467/3003] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:44:49 2026] DELETE /v2.0/security-group-rules/5c6966a0-c6a3-47b9-b9fd-e22774a435ba => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:49.895 8 INFO neutron.api.v2.resource [None req-d105287b-d604-49e2-9726-07f132e6d8d4 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3004] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:44:49 2026] GET /v2.0/security-group-rules/5c6966a0-c6a3-47b9-b9fd-e22774a435ba => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3005] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:44:49 2026] DELETE /v2.0/security-group-rules/3ee862a3-a292-4084-a4aa-2c20d3bfe5bc => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:49.973 8 INFO neutron.api.v2.resource [None req-69057adf-adbc-45b8-a513-588d73323119 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3006] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:44:49 2026] GET /v2.0/security-group-rules/3ee862a3-a292-4084-a4aa-2c20d3bfe5bc => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3007] 10.0.0.163 () {32 vars in 750 bytes} [Thu Apr 16 04:44:49 2026] DELETE /v2.0/security-group-rules/086e3fd4-48b0-4b78-ac72-4aeccb6d542d => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:50.047 8 INFO neutron.api.v2.resource [None req-e3e207a8-e346-4b60-8343-fc44a3273834 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3008] 10.0.0.163 () {32 vars in 747 bytes} [Thu Apr 16 04:44:50 2026] GET /v2.0/security-group-rules/086e3fd4-48b0-4b78-ac72-4aeccb6d542d => 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: 1470/3009] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:44:50 2026] DELETE /v2.0/security-groups/186e691e-41c8-4035-924d-87554ee62b84 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:50.145 8 INFO neutron.api.v2.resource [None req-d65d140f-4ae3-41ae-8075-2bbe6831fc0c fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1540/3010] 10.0.0.163 () {32 vars in 737 bytes} [Thu Apr 16 04:44:50 2026] GET /v2.0/security-groups/186e691e-41c8-4035-924d-87554ee62b84 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:44:50.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ac580d6-b95c-4136-9b4d-7cb6fe99652f fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: dc32f467-45fc-4efe-9e62-776e3db47133 2026-04-16 04:44:50.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ac580d6-b95c-4136-9b4d-7cb6fe99652f fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: dc32f467-45fc-4efe-9e62-776e3db47133 [pid: 7|app: 0|req: 1471/3011] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:44:50 2026] PUT /v2.0/routers/83853f6b-bd7d-43ac-bd0b-d7eb1bbbf44f/remove_router_interface => generated 309 bytes in 828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:44:51.170 8 INFO neutron.api.v2.resource [None req-7bd514c0-8afb-40b3-8bc1-4c2be7eb6fd4 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1541/3012] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:44:51 2026] PUT /v2.0/routers/83853f6b-bd7d-43ac-bd0b-d7eb1bbbf44f/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:44:51.513 7 INFO neutron_taas.services.taas.taas_plugin [None req-b46abac5-a845-4712-bd75-86e55876b29e fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: 3f200f70-aaae-44f1-8e92-ea6fd0786cd2 2026-04-16 04:44:51.516 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b46abac5-a845-4712-bd75-86e55876b29e fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: 3f200f70-aaae-44f1-8e92-ea6fd0786cd2 [pid: 7|app: 0|req: 1472/3013] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:44:51 2026] PUT /v2.0/routers/83853f6b-bd7d-43ac-bd0b-d7eb1bbbf44f/remove_router_interface => generated 309 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:44:52.172 8 INFO neutron.api.v2.resource [None req-ee2c1cf9-c8de-4111-a23e-7eb212d7df58 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3014] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:44:52 2026] PUT /v2.0/routers/83853f6b-bd7d-43ac-bd0b-d7eb1bbbf44f/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:44:52.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d56d4a5-e8ad-4a61-8cbc-21a76c0c30b0 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: effc6e4c-1fc7-4363-8836-6edcd6fdb9bf 2026-04-16 04:44:52.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d56d4a5-e8ad-4a61-8cbc-21a76c0c30b0 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: effc6e4c-1fc7-4363-8836-6edcd6fdb9bf [pid: 7|app: 0|req: 1473/3015] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:44:52 2026] PUT /v2.0/routers/83853f6b-bd7d-43ac-bd0b-d7eb1bbbf44f/remove_router_interface => generated 309 bytes in 1399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:44:53.747 8 INFO neutron.api.v2.resource [None req-987e4441-568d-4b0f-8431-1eaeb3daa9ee fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3016] 10.0.0.163 () {34 vars in 789 bytes} [Thu Apr 16 04:44:53 2026] PUT /v2.0/routers/83853f6b-bd7d-43ac-bd0b-d7eb1bbbf44f/remove_router_interface => generated 198 bytes in 169 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:44:53.953 7 INFO neutron_taas.services.taas.taas_plugin [None req-57067ad5-4b45-4091-a432-4aefe9a0a53d fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: df08a6e3-9130-4237-aad2-ece3795ff9e0 2026-04-16 04:44:53.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57067ad5-4b45-4091-a432-4aefe9a0a53d fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: df08a6e3-9130-4237-aad2-ece3795ff9e0 2026-04-16 04:44:54.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-57067ad5-4b45-4091-a432-4aefe9a0a53d fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: 31fcdaf2-64ea-4fea-a55c-c6b73be97532 2026-04-16 04:44:54.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57067ad5-4b45-4091-a432-4aefe9a0a53d fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: 31fcdaf2-64ea-4fea-a55c-c6b73be97532 2026-04-16 04:44:54.545 7 INFO neutron.services.segments.plugin [-] Segment a69bbdf1-a23a-4913-a11f-91a9f57c0e60 resource provider aggregate not found 2026-04-16 04:44:54.552 7 INFO neutron.services.segments.plugin [-] Segment a69bbdf1-a23a-4913-a11f-91a9f57c0e60 resource provider aggregate not found 2026-04-16 04:44:54.557 7 INFO neutron.services.segments.plugin [-] Segment a69bbdf1-a23a-4913-a11f-91a9f57c0e60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a69bbdf1-a23a-4913-a11f-91a9f57c0e60 found for delete ", "request_id": "req-83997e47-744d-4126-bcb2-19d525f0a3d2"}]} 2026-04-16 04:44:54.566 7 INFO neutron.db.l3_hamode_db [None req-57067ad5-4b45-4091-a432-4aefe9a0a53d fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] HA network 2c8a31cd-a8ce-4fd4-a050-4cac72ad4b74 was deleted as no HA routers are present in tenant 56fa08e9462b4cbb9069b5329d392209. 2026-04-16 04:44:54.567 7 INFO neutron.services.segments.plugin [-] Segment a69bbdf1-a23a-4913-a11f-91a9f57c0e60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a69bbdf1-a23a-4913-a11f-91a9f57c0e60 found for delete ", "request_id": "req-2826e9ee-e580-420e-97c1-2ba561527319"}]} [pid: 7|app: 0|req: 1474/3017] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:44:53 2026] DELETE /v2.0/routers/83853f6b-bd7d-43ac-bd0b-d7eb1bbbf44f => generated 0 bytes in 814 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:44:54.602 8 INFO neutron.api.v2.resource [None req-0f821115-1878-48b0-a120-0700b856998a fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3018] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:44:54 2026] GET /v2.0/routers/83853f6b-bd7d-43ac-bd0b-d7eb1bbbf44f => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3019] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:44:54 2026] DELETE /v2.0/subnets/1db7949c-115c-4c03-8523-10b67635eb36 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:54.775 8 INFO neutron.pecan_wsgi.hooks.translation [None req-862ac9f5-d9e0-4f38-bd59-0e79c61ac0c9 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3020] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:44:54 2026] GET /v2.0/subnets/1db7949c-115c-4c03-8523-10b67635eb36 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3021] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:44:54 2026] DELETE /v2.0/subnets/7e337109-48e8-4cc7-ac33-0bbc3cd9af1a => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:54.937 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84d56ac6-3acb-49bc-9699-0627e928edfe fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3022] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:44:54 2026] GET /v2.0/subnets/7e337109-48e8-4cc7-ac33-0bbc3cd9af1a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:44:55.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-1da9005e-9f42-48a0-83f5-bc7796555b34 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: 69fc620a-ae6b-4aba-9047-bd090f5cb238 2026-04-16 04:44:55.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1da9005e-9f42-48a0-83f5-bc7796555b34 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: 69fc620a-ae6b-4aba-9047-bd090f5cb238 [pid: 7|app: 0|req: 1477/3023] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:44:54 2026] DELETE /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:55.263 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c71578a8-5246-4f2f-9def-2c810e6988ae fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3024] 10.0.0.163 () {32 vars in 723 bytes} [Thu Apr 16 04:44:55 2026] GET /v2.0/networks/47fe2879-9341-4d83-864b-afe7eb3e554b => 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: 1478/3025] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:44:55 2026] DELETE /v2.0/subnets/d12854bd-87f6-48d3-b0c3-39988e3bf44b => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:55.520 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0a68444-43ca-4080-804b-a90c8c6e0ffb fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3026] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:44:55 2026] GET /v2.0/subnets/d12854bd-87f6-48d3-b0c3-39988e3bf44b => generated 136 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3027] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:44:55 2026] DELETE /v2.0/subnets/c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:55.773 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79650297-eb89-48b3-bd2c-6943e8e91959 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3028] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:44:55 2026] GET /v2.0/subnets/c2a0eebf-d05e-4a6d-a1e0-441ff542e1b5 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:44:55.879 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e043dc8-ac6a-4d85-ae89-f5b595c71f5c fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: 62d78fb2-d32c-44b1-afdd-10286a364374 2026-04-16 04:44:55.882 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e043dc8-ac6a-4d85-ae89-f5b595c71f5c fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: 62d78fb2-d32c-44b1-afdd-10286a364374 [pid: 7|app: 0|req: 1480/3029] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:44:55 2026] DELETE /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:56.124 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e969c113-0dca-45f7-b900-9bd06834b25d fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3030] 10.0.0.163 () {32 vars in 723 bytes} [Thu Apr 16 04:44:56 2026] GET /v2.0/networks/93e94a33-4bb5-42ad-bc48-05755acf2038 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3031] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:44:56 2026] DELETE /v2.0/subnets/21787c77-42ad-4681-879e-a658dc76071e => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:56.314 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae853862-4e5e-4729-8797-f06ade43a0ae fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3032] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:44:56 2026] GET /v2.0/subnets/21787c77-42ad-4681-879e-a658dc76071e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3033] 10.0.0.163 () {32 vars in 724 bytes} [Thu Apr 16 04:44:56 2026] DELETE /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:56.487 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d2338beb-a898-4c70-b9a1-3465d124815c fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3034] 10.0.0.163 () {32 vars in 721 bytes} [Thu Apr 16 04:44:56 2026] GET /v2.0/subnets/e5e2cd45-c30e-4bff-8c36-cd3b400c2566 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:44:56.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9ddec7b-9cdc-4e11-a0d3-f01019860d4a fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] TaaS: Handle Delete Port: 0e3a1edb-7e7a-4462-b211-f50012096df3 2026-04-16 04:44:56.589 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9ddec7b-9cdc-4e11-a0d3-f01019860d4a fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] Tap Mirror: Handle Delete Port: 0e3a1edb-7e7a-4462-b211-f50012096df3 2026-04-16 04:44:56.594 7 INFO neutron.services.segments.plugin [-] Segment c262bab5-8125-41a1-a18b-70984bcf5c82 resource provider aggregate not found 2026-04-16 04:44:56.599 7 INFO neutron.services.segments.plugin [-] Segment c262bab5-8125-41a1-a18b-70984bcf5c82 resource provider aggregate not found 2026-04-16 04:44:56.617 7 INFO neutron.services.segments.plugin [-] Segment c262bab5-8125-41a1-a18b-70984bcf5c82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c262bab5-8125-41a1-a18b-70984bcf5c82 found for delete ", "request_id": "req-6a61ffed-f2c6-40d1-b7b9-9c0ec334ea0b"}]} 2026-04-16 04:44:56.626 7 INFO neutron.services.segments.plugin [-] Segment c262bab5-8125-41a1-a18b-70984bcf5c82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c262bab5-8125-41a1-a18b-70984bcf5c82 found for delete ", "request_id": "req-b3d42e00-9347-4471-ade1-d84a1d818551"}]} 2026-04-16 04:44:56.638 7 INFO neutron.services.segments.plugin [-] Segment 54641983-2502-49f2-852f-22c6db2eb108 resource provider aggregate not found 2026-04-16 04:44:56.654 7 INFO neutron.services.segments.plugin [-] Segment 54641983-2502-49f2-852f-22c6db2eb108 resource provider aggregate not found 2026-04-16 04:44:56.662 7 INFO neutron.services.segments.plugin [-] Segment 54641983-2502-49f2-852f-22c6db2eb108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54641983-2502-49f2-852f-22c6db2eb108 found for delete ", "request_id": "req-6fbc57af-578f-4687-ad47-3908995d1758"}]} 2026-04-16 04:44:56.670 7 INFO neutron.services.segments.plugin [-] Segment 54641983-2502-49f2-852f-22c6db2eb108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54641983-2502-49f2-852f-22c6db2eb108 found for delete ", "request_id": "req-c6617deb-ae52-4a02-bb90-0bd20641b1bb"}]} [pid: 7|app: 0|req: 1483/3035] 10.0.0.163 () {32 vars in 726 bytes} [Thu Apr 16 04:44:56 2026] DELETE /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:44:56.819 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c706bcef-2df7-4c7a-8833-8b186910d480 fabce2ef3c54471eaa490629a5fda95a 56fa08e9462b4cbb9069b5329d392209 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3036] 10.0.0.163 () {32 vars in 723 bytes} [Thu Apr 16 04:44:56 2026] GET /v2.0/networks/ce77c0cc-3421-4b1c-a7ca-b5a10b0e65da => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:44:58.686 7 INFO neutron.services.segments.plugin [-] Segment 86f7220c-af5f-4771-a6c9-de90e8ee5a62 resource provider aggregate not found 2026-04-16 04:44:58.693 7 INFO neutron.services.segments.plugin [-] Segment 86f7220c-af5f-4771-a6c9-de90e8ee5a62 resource provider aggregate not found 2026-04-16 04:44:58.706 7 INFO neutron.services.segments.plugin [-] Segment 86f7220c-af5f-4771-a6c9-de90e8ee5a62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86f7220c-af5f-4771-a6c9-de90e8ee5a62 found for delete ", "request_id": "req-ca31b4dd-7cb9-4c62-bcdc-f711200d3ccc"}]} 2026-04-16 04:44:58.710 7 INFO neutron.services.segments.plugin [-] Segment 86f7220c-af5f-4771-a6c9-de90e8ee5a62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86f7220c-af5f-4771-a6c9-de90e8ee5a62 found for delete ", "request_id": "req-f8478766-7434-406a-ad61-c4611c13546f"}]} [pid: 7|app: 0|req: 1484/3037] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:44:58 2026] GET /v2.0/security-groups?tenant_id=30b2d6ab9c10421d801474f722e3c1b3&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3038] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:44:58 2026] DELETE /v2.0/security-groups/ffe11eea-2f18-41b3-a08e-e0bf95d03bea => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3041] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:44:59 2026] GET /v2.0/security-groups?tenant_id=777ffe3596f84f7194425a2d604e97b3&name=default => generated 2929 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3042] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:44:59 2026] DELETE /v2.0/security-groups/a947be1d-2395-48cb-9e1c-8f40fc66ad28 => 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: 1486/3043] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:44:59 2026] GET /v2.0/security-groups?tenant_id=faddb31cd04b4004bbb32c42166d0e71&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3044] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:44:59 2026] DELETE /v2.0/security-groups/ac340bd0-e035-4746-bd55-4bc00a626862 => 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: 1487/3045] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:44:59 2026] GET /v2.0/security-groups?tenant_id=155d7ca80fbf48e99ed72104eb5d7e49&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: 1559/3046] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:45:00 2026] DELETE /v2.0/security-groups/7112c826-aaf3-48c7-a7f5-135c0b851ab0 => 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: 1488/3047] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:45:00 2026] GET /v2.0/security-groups?tenant_id=79708a83cfa84ca5879aef119fc07b4b&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: 1560/3048] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:45:00 2026] DELETE /v2.0/security-groups/e37254e5-3b17-4fe1-9dc4-c8569e7c168b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3049] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:45:00 2026] GET /v2.0/security-groups?tenant_id=56fa08e9462b4cbb9069b5329d392209&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3050] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:45:00 2026] DELETE /v2.0/security-groups/81ea5060-64c7-4a02-9be2-7bd56b0dd42e => 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: 1490/3051] 10.0.0.163 () {32 vars in 774 bytes} [Thu Apr 16 04:45:00 2026] GET /v2.0/security-groups?tenant_id=868fceabd98c44f78ee07405841f7884&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3052] 10.0.0.163 () {32 vars in 740 bytes} [Thu Apr 16 04:45:00 2026] DELETE /v2.0/security-groups/8f155c8e-6651-4101-8ca3-4da1b6d8d854 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3053] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:45:03 2026] GET /v2.0/networks => generated 2168 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3054] 10.0.0.163 () {32 vars in 655 bytes} [Thu Apr 16 04:45:04 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3055] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:45:04 2026] GET /v2.0/routers => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3056] 10.0.0.163 () {32 vars in 643 bytes} [Thu Apr 16 04:45:04 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3057] 10.0.0.163 () {32 vars in 647 bytes} [Thu Apr 16 04:45:04 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3058] 10.0.0.163 () {32 vars in 649 bytes} [Thu Apr 16 04:45:04 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3059] 10.0.0.163 () {32 vars in 663 bytes} [Thu Apr 16 04:45:04 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3060] 10.0.0.163 () {32 vars in 655 bytes} [Thu Apr 16 04:45:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)