+ 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 [Fri Apr 17 04:59:18 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-58f8c6ccdb-42wrv 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 0x7f9178523668 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: 8, cores: 1) spawned uWSGI worker 2 (pid: 9, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-17 04:59:23.024 8 INFO neutron.common.config [-] Logging enabled! 2026-04-17 04:59:23.024 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-17 04:59:23.031 9 INFO neutron.common.config [-] Logging enabled! 2026-04-17 04:59:23.032 9 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-17 04:59:24.107 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-17 04:59:24.163 9 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-17 04:59:25.663 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 04:59:25.666 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-17 04:59:25.670 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-17 04:59:25.671 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 04:59:25.671 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-17 04:59:25.671 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-17 04:59:25.671 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 04:59:25.679 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 04:59:25.679 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 04:59:25.679 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 04:59:25.702 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-17 04:59:25.703 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 04:59:25.703 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-17 04:59:25.729 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-17 04:59:25.729 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-17 04:59:25.729 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-17 04:59:25.729 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-17 04:59:25.854 9 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 04:59:25.857 9 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-17 04:59:25.862 9 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-17 04:59:25.863 9 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 04:59:25.863 9 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-17 04:59:25.863 9 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-17 04:59:25.864 9 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 04:59:25.873 9 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 04:59:25.873 9 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 04:59:25.873 9 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 04:59:25.910 9 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-17 04:59:25.912 9 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 04:59:25.912 9 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-17 04:59:25.947 9 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-17 04:59:25.948 9 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-17 04:59:25.948 9 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-17 04:59:25.948 9 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-17 04:59:26.017 8 INFO neutron.plugins.ml2.managers [None req-a667205f-de6d-404b-8b0b-f5251bcc77fc - - - - - -] Initializing driver for type 'vlan' 2026-04-17 04:59:26.263 9 INFO neutron.plugins.ml2.managers [None req-618f0d94-9763-41e3-887a-1da5decafab4 - - - - - -] Initializing driver for type 'vlan' 2026-04-17 04:59:26.360 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a667205f-de6d-404b-8b0b-f5251bcc77fc - - - - - -] VlanTypeDriver initialization complete 2026-04-17 04:59:26.361 8 INFO neutron.plugins.ml2.managers [None req-a667205f-de6d-404b-8b0b-f5251bcc77fc - - - - - -] Initializing driver for type 'vxlan' 2026-04-17 04:59:26.361 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a667205f-de6d-404b-8b0b-f5251bcc77fc - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-17 04:59:26.377 8 INFO neutron.plugins.ml2.managers [None req-a667205f-de6d-404b-8b0b-f5251bcc77fc - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-17 04:59:26.377 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a667205f-de6d-404b-8b0b-f5251bcc77fc - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-17 04:59:26.377 8 INFO neutron.plugins.ml2.managers [None req-a667205f-de6d-404b-8b0b-f5251bcc77fc - - - - - -] Initializing extension driver 'port_security' 2026-04-17 04:59:26.378 8 INFO neutron.plugins.ml2.extensions.port_security [None req-a667205f-de6d-404b-8b0b-f5251bcc77fc - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-17 04:59:26.378 8 INFO neutron.plugins.ml2.managers [None req-a667205f-de6d-404b-8b0b-f5251bcc77fc - - - - - -] Initializing extension driver 'qos' 2026-04-17 04:59:26.378 8 INFO neutron.plugins.ml2.managers [None req-a667205f-de6d-404b-8b0b-f5251bcc77fc - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-17 04:59:26.378 8 INFO neutron.plugins.ml2.managers [None req-a667205f-de6d-404b-8b0b-f5251bcc77fc - - - - - -] Initializing mechanism driver 'l2population' 2026-04-17 04:59:26.395 8 INFO neutron.quota [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded quota_driver: . 2026-04-17 04:59:26.395 8 INFO neutron.plugins.ml2.plugin [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Modular L2 Plugin initialization complete 2026-04-17 04:59:26.396 8 INFO neutron.plugins.ml2.managers [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-17 04:59:26.396 8 INFO neutron.plugins.ml2.managers [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-17 04:59:26.396 8 INFO neutron.plugins.ml2.managers [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-17 04:59:26.396 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: qos 2026-04-17 04:59:26.409 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: router 2026-04-17 04:59:26.455 8 INFO neutron.services.service_base [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-17 04:59:26.455 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: segments 2026-04-17 04:59:26.555 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: trunk 2026-04-17 04:59:26.566 9 INFO neutron.plugins.ml2.drivers.type_vlan [None req-618f0d94-9763-41e3-887a-1da5decafab4 - - - - - -] VlanTypeDriver initialization complete 2026-04-17 04:59:26.567 9 INFO neutron.plugins.ml2.managers [None req-618f0d94-9763-41e3-887a-1da5decafab4 - - - - - -] Initializing driver for type 'vxlan' 2026-04-17 04:59:26.567 9 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-618f0d94-9763-41e3-887a-1da5decafab4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-17 04:59:26.570 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: vpnaas 2026-04-17 04:59:26.579 9 INFO neutron.plugins.ml2.managers [None req-618f0d94-9763-41e3-887a-1da5decafab4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-17 04:59:26.579 9 INFO neutron.plugins.ml2.extensions.dns_integration [None req-618f0d94-9763-41e3-887a-1da5decafab4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-17 04:59:26.579 9 INFO neutron.plugins.ml2.managers [None req-618f0d94-9763-41e3-887a-1da5decafab4 - - - - - -] Initializing extension driver 'port_security' 2026-04-17 04:59:26.579 9 INFO neutron.plugins.ml2.extensions.port_security [None req-618f0d94-9763-41e3-887a-1da5decafab4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-17 04:59:26.579 9 INFO neutron.plugins.ml2.managers [None req-618f0d94-9763-41e3-887a-1da5decafab4 - - - - - -] Initializing extension driver 'qos' 2026-04-17 04:59:26.580 9 INFO neutron.plugins.ml2.managers [None req-618f0d94-9763-41e3-887a-1da5decafab4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-17 04:59:26.580 9 INFO neutron.plugins.ml2.managers [None req-618f0d94-9763-41e3-887a-1da5decafab4 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-17 04:59:26.595 9 INFO neutron.quota [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded quota_driver: . 2026-04-17 04:59:26.596 9 INFO neutron.plugins.ml2.plugin [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Modular L2 Plugin initialization complete 2026-04-17 04:59:26.596 9 INFO neutron.plugins.ml2.managers [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-17 04:59:26.596 9 INFO neutron.plugins.ml2.managers [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-17 04:59:26.596 9 INFO neutron.plugins.ml2.managers [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Got port-security extension from driver 'port_security' 2026-04-17 04:59:26.596 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: qos 2026-04-17 04:59:26.609 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: router 2026-04-17 04:59:26.611 8 WARNING stevedore.named [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 04:59:26.655 9 INFO neutron.services.service_base [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-17 04:59:26.655 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: segments 2026-04-17 04:59:26.689 8 INFO neutron_vpnaas.services.vpn.plugin [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-17 04:59:26.689 8 INFO neutron.common.utils [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-17 04:59:26.689 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: taas 2026-04-17 04:59:26.718 8 WARNING stevedore.named [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 04:59:26.718 8 WARNING stevedore.named [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 04:59:26.741 8 INFO neutron_taas.services.taas.taas_plugin [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-17 04:59:26.742 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: tapmirror 2026-04-17 04:59:26.751 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: trunk 2026-04-17 04:59:26.755 8 WARNING stevedore.named [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 04:59:26.755 8 WARNING stevedore.named [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 04:59:26.765 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: vpnaas 2026-04-17 04:59:26.771 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-17 04:59:26.772 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: auto_allocate 2026-04-17 04:59:26.782 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: tag 2026-04-17 04:59:26.790 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: timestamp 2026-04-17 04:59:26.794 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: network_ip_availability 2026-04-17 04:59:26.798 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: flavors 2026-04-17 04:59:26.801 8 INFO neutron.manager [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loading Plugin: revisions 2026-04-17 04:59:26.805 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Initializing extension manager. 2026-04-17 04:59:26.805 9 WARNING stevedore.named [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 04:59:26.806 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: address-group 2026-04-17 04:59:26.807 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: address-scope 2026-04-17 04:59:26.808 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-17 04:59:26.809 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: agent 2026-04-17 04:59:26.809 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: agent-resources-synced 2026-04-17 04:59:26.811 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-17 04:59:26.811 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-17 04:59:26.812 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: availability_zone 2026-04-17 04:59:26.813 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: availability_zone_filter 2026-04-17 04:59:26.813 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-17 04:59:26.814 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: default-subnetpools 2026-04-17 04:59:26.815 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-17 04:59:26.816 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: dns-integration 2026-04-17 04:59:26.816 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: dns-domain-ports 2026-04-17 04:59:26.817 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-17 04:59:26.817 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: dvr 2026-04-17 04:59:26.818 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-17 04:59:26.819 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: empty-string-filtering 2026-04-17 04:59:26.819 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 04:59:26.820 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-17 04:59:26.820 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: external-net 2026-04-17 04:59:26.821 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-17 04:59:26.821 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: extraroute 2026-04-17 04:59:26.822 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: extraroute-atomic 2026-04-17 04:59:26.823 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-17 04:59:26.823 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-17 04:59:26.824 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-17 04:59:26.824 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-17 04:59:26.825 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: fip-port-details 2026-04-17 04:59:26.826 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: flavors 2026-04-17 04:59:26.827 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-17 04:59:26.828 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: floatingip-pools 2026-04-17 04:59:26.829 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: ip_allocation 2026-04-17 04:59:26.829 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-17 04:59:26.830 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: l2_adjacency 2026-04-17 04:59:26.831 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: router 2026-04-17 04:59:26.832 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 04:59:26.833 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-17 04:59:26.834 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-17 04:59:26.834 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: ext-gw-mode 2026-04-17 04:59:26.835 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: l3-ha 2026-04-17 04:59:26.835 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-17 04:59:26.836 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-17 04:59:26.836 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: l3-flavors 2026-04-17 04:59:26.838 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-17 04:59:26.838 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-17 04:59:26.840 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-17 04:59:26.842 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-17 04:59:26.843 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-17 04:59:26.844 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-17 04:59:26.844 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-17 04:59:26.845 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: multi-provider 2026-04-17 04:59:26.846 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: net-mtu 2026-04-17 04:59:26.846 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: net-mtu-writable 2026-04-17 04:59:26.847 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: network_availability_zone 2026-04-17 04:59:26.847 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: network_ha 2026-04-17 04:59:26.848 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: network-ip-availability 2026-04-17 04:59:26.849 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-17 04:59:26.849 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: pagination 2026-04-17 04:59:26.850 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: port-device-profile 2026-04-17 04:59:26.850 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-17 04:59:26.851 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-17 04:59:26.852 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-17 04:59:26.852 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: port-mac-override 2026-04-17 04:59:26.853 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-17 04:59:26.853 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-17 04:59:26.854 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-17 04:59:26.854 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: port-resource-request 2026-04-17 04:59:26.855 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-17 04:59:26.855 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-17 04:59:26.856 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: binding 2026-04-17 04:59:26.857 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: binding-extended 2026-04-17 04:59:26.857 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: port-security 2026-04-17 04:59:26.858 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: project-id 2026-04-17 04:59:26.858 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: provider 2026-04-17 04:59:26.859 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-17 04:59:26.861 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos 2026-04-17 04:59:26.862 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-17 04:59:26.862 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-17 04:59:26.863 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-default 2026-04-17 04:59:26.863 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-fip 2026-04-17 04:59:26.864 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-17 04:59:26.864 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-17 04:59:26.865 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-17 04:59:26.865 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-17 04:59:26.866 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-17 04:59:26.867 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-pps 2026-04-17 04:59:26.867 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-17 04:59:26.868 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-17 04:59:26.868 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: qos-rules-alias 2026-04-17 04:59:26.869 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: quota-check-limit 2026-04-17 04:59:26.870 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-17 04:59:26.872 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: quotas 2026-04-17 04:59:26.873 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: quota_details 2026-04-17 04:59:26.874 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: rbac-policies 2026-04-17 04:59:26.875 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: rbac-address-group 2026-04-17 04:59:26.875 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: rbac-address-scope 2026-04-17 04:59:26.876 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: rbac-security-groups 2026-04-17 04:59:26.876 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-17 04:59:26.877 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: revision-if-match 2026-04-17 04:59:26.877 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-17 04:59:26.878 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: router_availability_zone 2026-04-17 04:59:26.878 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-17 04:59:26.880 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-17 04:59:26.881 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-17 04:59:26.881 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-17 04:59:26.882 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-17 04:59:26.882 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-17 04:59:26.883 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-17 04:59:26.887 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: security-group 2026-04-17 04:59:26.889 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: segment 2026-04-17 04:59:26.889 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-17 04:59:26.890 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: service-type 2026-04-17 04:59:26.890 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: sorting 2026-04-17 04:59:26.891 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: standard-attr-segment 2026-04-17 04:59:26.891 9 INFO neutron_vpnaas.services.vpn.plugin [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-17 04:59:26.891 9 INFO neutron.common.utils [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-17 04:59:26.892 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: standard-attr-description 2026-04-17 04:59:26.892 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: taas 2026-04-17 04:59:26.892 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: stateful-security-group 2026-04-17 04:59:26.893 8 WARNING neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-17 04:59:26.893 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-17 04:59:26.894 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: subnet-external-network 2026-04-17 04:59:26.894 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: subnet_onboard 2026-04-17 04:59:26.895 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-17 04:59:26.895 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: subnet-service-types 2026-04-17 04:59:26.896 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: subnet_allocation 2026-04-17 04:59:26.898 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-17 04:59:26.899 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: tag-creation 2026-04-17 04:59:26.899 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-17 04:59:26.903 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: standard-attr-tag 2026-04-17 04:59:26.904 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-17 04:59:26.905 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: trunk 2026-04-17 04:59:26.905 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: trunk-details 2026-04-17 04:59:26.906 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-17 04:59:26.906 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-17 04:59:26.907 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-17 04:59:26.908 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-17 04:59:26.910 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-17 04:59:26.910 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-17 04:59:26.911 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: vpn-flavors 2026-04-17 04:59:26.913 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: vpnaas 2026-04-17 04:59:26.914 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: taas 2026-04-17 04:59:26.915 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: tap-mirror 2026-04-17 04:59:26.916 8 INFO neutron.api.extensions [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-17 04:59:26.918 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-17 04:59:26.918 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-17 04:59:26.919 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 04:59:26.919 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-17 04:59:26.921 9 WARNING stevedore.named [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 04:59:26.921 9 WARNING stevedore.named [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 04:59:26.923 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 04:59:26.923 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 04:59:26.928 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 04:59:26.928 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 04:59:26.929 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 04:59:26.930 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 04:59:26.930 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] subnetpool is already registered 2026-04-17 04:59:26.930 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 04:59:26.931 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] subnetpool is already registered 2026-04-17 04:59:26.931 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 04:59:26.931 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 04:59:26.932 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 04:59:26.932 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 04:59:26.933 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 04:59:26.933 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 04:59:26.934 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 04:59:26.934 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] ipsecpolicy is already registered 2026-04-17 04:59:26.934 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 04:59:26.934 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] ikepolicy is already registered 2026-04-17 04:59:26.942 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 04:59:26.943 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] router is already registered 2026-04-17 04:59:26.943 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 04:59:26.943 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] floatingip is already registered 2026-04-17 04:59:26.946 9 INFO neutron_taas.services.taas.taas_plugin [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-17 04:59:26.947 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 04:59:26.947 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: tapmirror 2026-04-17 04:59:26.947 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] rbac_policy is already registered 2026-04-17 04:59:26.947 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 04:59:26.948 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] security_group is already registered 2026-04-17 04:59:26.948 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 04:59:26.948 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] security_group_rule is already registered 2026-04-17 04:59:26.949 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 04:59:26.949 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] subnetpool is already registered 2026-04-17 04:59:26.949 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 04:59:26.950 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] subnetpool is already registered 2026-04-17 04:59:26.950 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 04:59:26.950 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] trunk is already registered 2026-04-17 04:59:26.951 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 04:59:26.951 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] ikepolicy is already registered 2026-04-17 04:59:26.951 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 04:59:26.951 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] ipsecpolicy is already registered 2026-04-17 04:59:26.952 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 04:59:26.952 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] endpoint_group is already registered 2026-04-17 04:59:26.952 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 04:59:26.952 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] vpnservice is already registered 2026-04-17 04:59:26.953 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 04:59:26.953 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] ipsec_site_connection is already registered 2026-04-17 04:59:26.953 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 04:59:26.953 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] ipsecpolicy is already registered 2026-04-17 04:59:26.954 8 INFO neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 04:59:26.954 8 WARNING neutron.quota.resource_registry [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] ikepolicy is already registered 2026-04-17 04:59:26.960 9 WARNING stevedore.named [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 04:59:26.960 9 WARNING stevedore.named [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 04:59:26.977 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-17 04:59:26.977 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: auto_allocate 2026-04-17 04:59:26.988 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: tag 2026-04-17 04:59:26.991 8 WARNING keystonemiddleware._common.config [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-17 04:59:26.997 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: timestamp 2026-04-17 04:59:26.998 8 WARNING oslo_config.cfg [None req-90855b77-324d-47d8-b84c-75f9ef7b4952 - - - - - -] 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 0x7f9178523668 pid: 8 (default app) 2026-04-17 04:59:27.008 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: network_ip_availability 2026-04-17 04:59:27.016 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: flavors 2026-04-17 04:59:27.022 9 INFO neutron.manager [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loading Plugin: revisions 2026-04-17 04:59:27.026 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Initializing extension manager. 2026-04-17 04:59:27.027 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: address-group 2026-04-17 04:59:27.028 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: address-scope 2026-04-17 04:59:27.029 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-17 04:59:27.030 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: agent 2026-04-17 04:59:27.031 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: agent-resources-synced 2026-04-17 04:59:27.032 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: allowed-address-pairs 2026-04-17 04:59:27.033 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: auto-allocated-topology 2026-04-17 04:59:27.035 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: availability_zone 2026-04-17 04:59:27.035 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: availability_zone_filter 2026-04-17 04:59:27.036 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-17 04:59:27.037 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: default-subnetpools 2026-04-17 04:59:27.039 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-17 04:59:27.040 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: dns-integration 2026-04-17 04:59:27.041 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: dns-domain-ports 2026-04-17 04:59:27.041 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-17 04:59:27.042 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: dvr 2026-04-17 04:59:27.043 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-17 04:59:27.043 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: empty-string-filtering 2026-04-17 04:59:27.044 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 04:59:27.045 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-17 04:59:27.045 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: external-net 2026-04-17 04:59:27.046 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-17 04:59:27.047 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: extraroute 2026-04-17 04:59:27.048 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: extraroute-atomic 2026-04-17 04:59:27.048 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-17 04:59:27.049 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-17 04:59:27.050 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-17 04:59:27.050 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-17 04:59:27.051 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: fip-port-details 2026-04-17 04:59:27.052 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: flavors 2026-04-17 04:59:27.053 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-17 04:59:27.055 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: floatingip-pools 2026-04-17 04:59:27.055 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: ip_allocation 2026-04-17 04:59:27.056 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: ip-substring-filtering 2026-04-17 04:59:27.057 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: l2_adjacency 2026-04-17 04:59:27.058 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: router 2026-04-17 04:59:27.060 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 04:59:27.061 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-17 04:59:27.061 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-17 04:59:27.062 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: ext-gw-mode 2026-04-17 04:59:27.062 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: l3-ha 2026-04-17 04:59:27.063 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-17 04:59:27.063 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-17 04:59:27.064 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: l3-flavors 2026-04-17 04:59:27.065 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-17 04:59:27.065 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-17 04:59:27.068 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-17 04:59:27.069 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-17 04:59:27.070 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-17 04:59:27.071 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-17 04:59:27.072 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-17 04:59:27.073 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: multi-provider 2026-04-17 04:59:27.073 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: net-mtu 2026-04-17 04:59:27.074 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: net-mtu-writable 2026-04-17 04:59:27.075 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: network_availability_zone 2026-04-17 04:59:27.075 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: network_ha 2026-04-17 04:59:27.076 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: network-ip-availability 2026-04-17 04:59:27.077 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-17 04:59:27.077 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: pagination 2026-04-17 04:59:27.078 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: port-device-profile 2026-04-17 04:59:27.078 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-17 04:59:27.079 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-17 04:59:27.080 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-17 04:59:27.080 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: port-mac-override 2026-04-17 04:59:27.081 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-17 04:59:27.081 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-17 04:59:27.082 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-17 04:59:27.082 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: port-resource-request 2026-04-17 04:59:27.083 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: port-resource-request-groups 2026-04-17 04:59:27.083 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-17 04:59:27.084 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: binding 2026-04-17 04:59:27.085 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: binding-extended 2026-04-17 04:59:27.085 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: port-security 2026-04-17 04:59:27.086 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: project-id 2026-04-17 04:59:27.086 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: provider 2026-04-17 04:59:27.087 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-17 04:59:27.089 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos 2026-04-17 04:59:27.090 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-17 04:59:27.090 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-17 04:59:27.091 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-default 2026-04-17 04:59:27.091 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-fip 2026-04-17 04:59:27.092 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-17 04:59:27.092 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-gateway-ip 2026-04-17 04:59:27.093 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-port-network-policy 2026-04-17 04:59:27.093 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-pps-minimum 2026-04-17 04:59:27.094 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-17 04:59:27.095 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-pps 2026-04-17 04:59:27.095 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-rule-type-details 2026-04-17 04:59:27.096 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-17 04:59:27.096 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: qos-rules-alias 2026-04-17 04:59:27.097 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: quota-check-limit 2026-04-17 04:59:27.097 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: quota-check-limit-default 2026-04-17 04:59:27.100 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: quotas 2026-04-17 04:59:27.101 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: quota_details 2026-04-17 04:59:27.102 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: rbac-policies 2026-04-17 04:59:27.103 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: rbac-address-group 2026-04-17 04:59:27.104 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: rbac-address-scope 2026-04-17 04:59:27.105 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: rbac-security-groups 2026-04-17 04:59:27.105 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: rbac-subnetpool 2026-04-17 04:59:27.106 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: revision-if-match 2026-04-17 04:59:27.106 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: standard-attr-revisions 2026-04-17 04:59:27.107 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: router_availability_zone 2026-04-17 04:59:27.107 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-17 04:59:27.109 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: security-groups-default-rules 2026-04-17 04:59:27.110 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-17 04:59:27.111 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-17 04:59:27.112 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-17 04:59:27.113 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-17 04:59:27.113 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-17 04:59:27.120 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: security-group 2026-04-17 04:59:27.122 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: segment 2026-04-17 04:59:27.122 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-17 04:59:27.123 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: service-type 2026-04-17 04:59:27.123 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: sorting 2026-04-17 04:59:27.124 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: standard-attr-segment 2026-04-17 04:59:27.124 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: standard-attr-description 2026-04-17 04:59:27.125 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: stateful-security-group 2026-04-17 04:59:27.125 9 WARNING neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-17 04:59:27.126 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-17 04:59:27.126 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: subnet-external-network 2026-04-17 04:59:27.127 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: subnet_onboard 2026-04-17 04:59:27.128 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-17 04:59:27.128 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: subnet-service-types 2026-04-17 04:59:27.129 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: subnet_allocation 2026-04-17 04:59:27.129 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-17 04:59:27.130 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: tag-creation 2026-04-17 04:59:27.131 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-17 04:59:27.135 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: standard-attr-tag 2026-04-17 04:59:27.137 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-17 04:59:27.137 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: trunk 2026-04-17 04:59:27.138 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: trunk-details 2026-04-17 04:59:27.138 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-17 04:59:27.139 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-17 04:59:27.139 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-17 04:59:27.140 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-17 04:59:27.142 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-17 04:59:27.143 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-17 04:59:27.144 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: vpn-flavors 2026-04-17 04:59:27.145 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: vpnaas 2026-04-17 04:59:27.146 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: taas 2026-04-17 04:59:27.148 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: tap-mirror 2026-04-17 04:59:27.148 9 INFO neutron.api.extensions [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Loaded extension: taas-vlan-filter 2026-04-17 04:59:27.151 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-17 04:59:27.151 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-17 04:59:27.151 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 04:59:27.151 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-17 04:59:27.154 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 04:59:27.155 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 04:59:27.160 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 04:59:27.160 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 04:59:27.161 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 04:59:27.161 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 04:59:27.162 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] subnetpool is already registered 2026-04-17 04:59:27.162 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 04:59:27.162 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] subnetpool is already registered 2026-04-17 04:59:27.163 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 04:59:27.163 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 04:59:27.163 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 04:59:27.164 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 04:59:27.164 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 04:59:27.165 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 04:59:27.165 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 04:59:27.165 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] ipsecpolicy is already registered 2026-04-17 04:59:27.166 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 04:59:27.166 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] ikepolicy is already registered 2026-04-17 04:59:27.170 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 04:59:27.170 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] router is already registered 2026-04-17 04:59:27.171 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 04:59:27.171 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] floatingip is already registered 2026-04-17 04:59:27.174 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 04:59:27.175 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] rbac_policy is already registered 2026-04-17 04:59:27.175 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 04:59:27.175 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] security_group is already registered 2026-04-17 04:59:27.176 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 04:59:27.176 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] security_group_rule is already registered 2026-04-17 04:59:27.176 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 04:59:27.177 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] subnetpool is already registered 2026-04-17 04:59:27.177 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 04:59:27.177 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] subnetpool is already registered 2026-04-17 04:59:27.178 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 04:59:27.178 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] trunk is already registered 2026-04-17 04:59:27.178 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 04:59:27.178 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] ikepolicy is already registered 2026-04-17 04:59:27.179 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 04:59:27.179 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] ipsecpolicy is already registered 2026-04-17 04:59:27.179 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 04:59:27.179 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] endpoint_group is already registered 2026-04-17 04:59:27.180 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 04:59:27.180 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] vpnservice is already registered 2026-04-17 04:59:27.180 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 04:59:27.180 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] ipsec_site_connection is already registered 2026-04-17 04:59:27.181 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 04:59:27.181 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] ipsecpolicy is already registered 2026-04-17 04:59:27.181 9 INFO neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 04:59:27.181 9 WARNING neutron.quota.resource_registry [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] ikepolicy is already registered 2026-04-17 04:59:27.220 9 WARNING keystonemiddleware._common.config [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-17 04:59:27.227 9 WARNING oslo_config.cfg [None req-91f53492-abe2-44e4-b944-14727bfe92da - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7f9178523668 pid: 9 (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-17 04:59:30.883 9 INFO neutron.pecan_wsgi.hooks.translation [None req-16ac9c1b-75d2-44f0-8e3b-c453738e4210 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1/4] 199.204.45.113 () {44 vars in 928 bytes} [Fri Apr 17 04:59:29 2026] GET /v2.0/networks/public => generated 108 bytes in 895 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.204.45.113 () {44 vars in 950 bytes} [Fri Apr 17 04:59:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 04:59:31.708 9 WARNING neutron.services.revisions.revision_plugin [None req-ff10153f-c442-4ad1-b998-75c88008a39c 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Could not find related network for resource to bump revision. 2026-04-17 04:59:31.728 9 INFO neutron.db.segments_db [None req-ff10153f-c442-4ad1-b998-75c88008a39c 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 249f2e81-d22d-465b-954e-8a7592824630 of type flat for network c65ea768-8b99-4e40-94c6-cfd0f0956957 2026-04-17 04:59:31.771 9 INFO neutron.pecan_wsgi.hooks.translation [None req-ff10153f-c442-4ad1-b998-75c88008a39c 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] POST failed (client error): The resource could not be found. [pid: 9|app: 0|req: 2/6] 199.204.45.113 () {48 vars in 968 bytes} [Fri Apr 17 04:59:31 2026] POST /v2.0/networks => generated 124 bytes in 433 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 04:59:38.127 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4703a9e3-5ff5-433a-a238-e79ad584ce3c 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.113 () {44 vars in 928 bytes} [Fri Apr 17 04:59:37 2026] GET /v2.0/networks/public => generated 108 bytes in 382 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 3/8] 199.204.45.113 () {44 vars in 950 bytes} [Fri Apr 17 04:59:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 04:59:38.394 8 WARNING neutron.services.revisions.revision_plugin [None req-d8d89ad9-ce3e-492e-aec1-e22886534cb6 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Could not find related network for resource to bump revision. 2026-04-17 04:59:38.427 8 INFO neutron.db.segments_db [None req-d8d89ad9-ce3e-492e-aec1-e22886534cb6 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 951119b5-8cd1-4d68-b8c2-dee79fbf2533 of type flat for network 7867ddf4-46bd-4fee-a4c3-6e9f08c7ef2d 2026-04-17 04:59:38.507 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8d89ad9-ce3e-492e-aec1-e22886534cb6 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.113 () {48 vars in 968 bytes} [Fri Apr 17 04:59:38 2026] POST /v2.0/networks => generated 124 bytes in 360 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 04:59:44.544 8 INFO neutron.pecan_wsgi.hooks.translation [None req-afccd1cf-2d18-42b1-b57e-854dbcb3b324 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.113 () {44 vars in 928 bytes} [Fri Apr 17 04:59:44 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 5/12] 199.204.45.113 () {44 vars in 950 bytes} [Fri Apr 17 04:59:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 04:59:44.615 8 WARNING neutron.services.revisions.revision_plugin [None req-34957dbc-e45e-41e7-93d6-e63118d14d10 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Could not find related network for resource to bump revision. 2026-04-17 04:59:44.633 8 INFO neutron.db.segments_db [None req-34957dbc-e45e-41e7-93d6-e63118d14d10 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 7a6b837a-779d-4661-bbbe-2e750b8ef08f of type flat for network e9144013-eb2d-45d9-9230-8dc2357c7ccc 2026-04-17 04:59:44.662 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34957dbc-e45e-41e7-93d6-e63118d14d10 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.113 () {48 vars in 968 bytes} [Fri Apr 17 04:59:44 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-17 04:59:50.645 9 INFO neutron.pecan_wsgi.hooks.translation [None req-36fefde8-9ad9-42c9-b28d-f726d698068b 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 6/14] 199.204.45.113 () {44 vars in 928 bytes} [Fri Apr 17 04:59:50 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.113 () {44 vars in 950 bytes} [Fri Apr 17 04:59:50 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-17 04:59:50.730 9 WARNING neutron.services.revisions.revision_plugin [None req-c755842a-5a4a-4640-bb32-b9576ac1b5fc 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Could not find related network for resource to bump revision. 2026-04-17 04:59:50.751 9 INFO neutron.db.segments_db [None req-c755842a-5a4a-4640-bb32-b9576ac1b5fc 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment c48a8971-d97e-4ed2-8479-a695eb1244f7 of type flat for network 34e5f9de-7461-4d4c-bf61-61e1d959b763 2026-04-17 04:59:50.776 9 INFO neutron.pecan_wsgi.hooks.translation [None req-c755842a-5a4a-4640-bb32-b9576ac1b5fc 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] POST failed (client error): The resource could not be found. [pid: 9|app: 0|req: 7/16] 199.204.45.113 () {48 vars in 968 bytes} [Fri Apr 17 04:59:50 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 04:59:56.867 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c381a3ab-fbbd-4d04-bb91-1f20be561f80 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.113 () {44 vars in 928 bytes} [Fri Apr 17 04:59:56 2026] GET /v2.0/networks/public => generated 108 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 8/18] 199.204.45.113 () {44 vars in 950 bytes} [Fri Apr 17 04:59:56 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-17 04:59:56.950 8 WARNING neutron.services.revisions.revision_plugin [None req-d7e624db-0240-4d46-9d6b-5117bbbdc317 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Could not find related network for resource to bump revision. 2026-04-17 04:59:56.972 8 INFO neutron.db.segments_db [None req-d7e624db-0240-4d46-9d6b-5117bbbdc317 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 275d4810-1a50-4222-b964-aeffa8be7aaf of type flat for network 3888521a-c15c-4a72-a81b-95de3aa5feaf 2026-04-17 04:59:57.000 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7e624db-0240-4d46-9d6b-5117bbbdc317 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.113 () {48 vars in 968 bytes} [Fri Apr 17 04:59:56 2026] POST /v2.0/networks => generated 124 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:00:03.063 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02483af7-3f37-4622-81a8-5a73808a4cfe 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.113 () {44 vars in 928 bytes} [Fri Apr 17 05:00:03 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 10/22] 199.204.45.113 () {44 vars in 950 bytes} [Fri Apr 17 05:00:03 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-17 05:00:03.145 8 WARNING neutron.services.revisions.revision_plugin [None req-4a916e8b-0a10-4ebc-b7a6-5a7a09b76ea4 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Could not find related network for resource to bump revision. 2026-04-17 05:00:03.166 8 INFO neutron.db.segments_db [None req-4a916e8b-0a10-4ebc-b7a6-5a7a09b76ea4 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 26681b78-7fd3-4ccc-8cd3-cefe612bc53f of type flat for network a8affa4b-ed98-4e56-98c5-47dcb0a57cd9 [pid: 8|app: 0|req: 13/23] 199.204.45.113 () {48 vars in 968 bytes} [Fri Apr 17 05:00:03 2026] POST /v2.0/networks => generated 706 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:00:04.600 9 INFO neutron.pecan_wsgi.hooks.translation [None req-330e61a0-679b-4003-8b34-087a67f719a0 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 11/24] 199.204.45.113 () {44 vars in 928 bytes} [Fri Apr 17 05:00:04 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.113 () {44 vars in 950 bytes} [Fri Apr 17 05:00:04 2026] GET /v2.0/networks?name=public => generated 709 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:00:04.679 9 INFO neutron.pecan_wsgi.hooks.translation [None req-5cceaeb3-3d78-425d-a218-dcb919917d91 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 12/26] 199.204.45.113 () {44 vars in 1035 bytes} [Fri Apr 17 05:00:04 2026] GET /v2.0/subnets/public-subnet?network_id=a8affa4b-ed98-4e56-98c5-47dcb0a57cd9 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.113 () {44 vars in 1058 bytes} [Fri Apr 17 05:00:04 2026] GET /v2.0/subnets?name=public-subnet&network_id=a8affa4b-ed98-4e56-98c5-47dcb0a57cd9 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 13/28] 199.204.45.113 () {48 vars in 966 bytes} [Fri Apr 17 05:00:04 2026] POST /v2.0/subnets => generated 664 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:00:49.748 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ad22b8e-255d-4e3c-9759-dce290d820d0 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 19/34] 199.204.45.113 () {44 vars in 938 bytes} [Fri Apr 17 05:00:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 16/35] 199.204.45.113 () {44 vars in 960 bytes} [Fri Apr 17 05:00:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:00:49.829 8 INFO neutron.db.segments_db [None req-688699fd-583b-470e-8add-bd90e5a268e0 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 3c0b2148-e383-4de8-866a-4089e993a62a of type vxlan for network 62f166f4-684c-4fb3-a5b5-e85826dd0f3c [pid: 8|app: 0|req: 20/36] 199.204.45.113 () {48 vars in 967 bytes} [Fri Apr 17 05:00:49 2026] POST /v2.0/networks => generated 688 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:00:51.108 9 INFO neutron.pecan_wsgi.hooks.translation [None req-8be99a31-5e40-4d98-82d7-c36a6ebd32cb 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 17/37] 199.204.45.113 () {44 vars in 938 bytes} [Fri Apr 17 05:00:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/38] 199.204.45.113 () {44 vars in 960 bytes} [Fri Apr 17 05:00:51 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:00:51.179 9 INFO neutron.pecan_wsgi.hooks.translation [None req-b22c830b-c6b2-4770-82b0-d0c0dd251d6c 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 18/39] 199.204.45.113 () {44 vars in 1037 bytes} [Fri Apr 17 05:00:51 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/40] 199.204.45.113 () {44 vars in 1060 bytes} [Fri Apr 17 05:00:51 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 19/41] 199.204.45.113 () {48 vars in 966 bytes} [Fri Apr 17 05:00:51 2026] POST /v2.0/subnets => generated 651 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:00:52.696 8 INFO neutron.api.v2.resource [None req-e86505a5-8e2b-43a3-adc2-de624d50a376 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 23/42] 199.204.45.113 () {44 vars in 972 bytes} [Fri Apr 17 05:00:52 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 20/43] 199.204.45.113 () {44 vars in 994 bytes} [Fri Apr 17 05:00:52 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/44] 199.204.45.113 () {48 vars in 981 bytes} [Fri Apr 17 05:00:52 2026] POST /v2.0/security-groups => generated 1616 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 21/45] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:54 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 1616 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/46] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:54 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 22/47] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:54 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/48] 199.204.45.113 () {48 vars in 992 bytes} [Fri Apr 17 05:00:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 23/49] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:55 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 2230 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/50] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:55 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 24/51] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:55 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/52] 199.204.45.113 () {48 vars in 992 bytes} [Fri Apr 17 05:00:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 25/53] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:56 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/54] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:56 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 26/55] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:56 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/56] 199.204.45.113 () {48 vars in 992 bytes} [Fri Apr 17 05:00:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 27/57] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:57 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 3462 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/58] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:57 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 3462 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 28/59] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:58 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 3462 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/60] 199.204.45.113 () {48 vars in 992 bytes} [Fri Apr 17 05:00:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/63] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:59 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 4078 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 30/64] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:59 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/65] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:00:59 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 31/66] 199.204.45.113 () {48 vars in 992 bytes} [Fri Apr 17 05:00:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/67] 199.204.45.113 () {44 vars in 988 bytes} [Fri Apr 17 05:01:00 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c => generated 732 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:01:01.071 9 INFO neutron.pecan_wsgi.hooks.translation [None req-c3102930-418f-4fa8-95e8-a7242df8cd30 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 32/68] 199.204.45.113 () {44 vars in 1077 bytes} [Fri Apr 17 05:01:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/69] 199.204.45.113 () {44 vars in 1100 bytes} [Fri Apr 17 05:01:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 33/70] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:01 2026] GET /v2.0/security-groups/ddf92a1c-9e58-4fa3-a039-089a35493eea => generated 4694 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/71] 199.204.45.113 () {48 vars in 962 bytes} [Fri Apr 17 05:01:01 2026] POST /v2.0/ports => generated 1100 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 34/72] 199.204.45.113 () {44 vars in 976 bytes} [Fri Apr 17 05:01:04 2026] GET /v2.0/quotas/571436b44957485fb86e6d08562f66cc => generated 292 bytes in 21 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 39/73] 199.204.45.113 () {48 vars in 1028 bytes} [Fri Apr 17 05:01:04 2026] PUT /v2.0/quotas/571436b44957485fb86e6d08562f66cc => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:01:10.573 9 INFO neutron.pecan_wsgi.hooks.translation [None req-ec13e6e0-0024-46b4-8696-dbef74131638 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 35/74] 199.204.45.113 () {44 vars in 980 bytes} [Fri Apr 17 05:01:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/75] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 36/76] 199.204.45.113 () {48 vars in 1032 bytes} [Fri Apr 17 05:01:11 2026] PUT /v2.0/ports/c1628c18-9f09-42c2-b6dd-99d03689a04a => generated 1249 bytes in 956 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: 9|app: 0|req: 38/79] 199.204.45.113 () {44 vars in 921 bytes} [Fri Apr 17 05:01:13 2026] GET /v2.0/ports => generated 3730 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:01:15.259 8 INFO neutron.api.v2.resource [None req-a9283bd4-1595-4815-b08b-2ce293f7a40d 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 42/80] 199.204.45.113 () {44 vars in 960 bytes} [Fri Apr 17 05:01:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 39/81] 199.204.45.113 () {44 vars in 982 bytes} [Fri Apr 17 05:01:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.113 () {48 vars in 981 bytes} [Fri Apr 17 05:01:15 2026] POST /v2.0/security-groups => generated 1610 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 05:01:16.528 9 INFO neutron.api.v2.resource [None req-4015dffa-2d3a-40e3-9324-bd4fd80021e2 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 40/83] 199.204.45.113 () {44 vars in 1075 bytes} [Fri Apr 17 05:01:16 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=470dd198dbbe44beaee8c02bb726c302 => generated 139 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 41/84] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:16 2026] GET /v2.0/security-groups/f84b971e-76e5-4da9-b42b-67f7f3164110 => generated 1610 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 42/85] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:16 2026] GET /v2.0/security-groups/f84b971e-76e5-4da9-b42b-67f7f3164110 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 43/86] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:16 2026] GET /v2.0/security-groups/f84b971e-76e5-4da9-b42b-67f7f3164110 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.113 () {44 vars in 1098 bytes} [Fri Apr 17 05:01:16 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=470dd198dbbe44beaee8c02bb726c302 => generated 23 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 44/88] 199.204.45.113 () {48 vars in 992 bytes} [Fri Apr 17 05:01:16 2026] POST /v2.0/security-group-rules => generated 623 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.113 () {48 vars in 982 bytes} [Fri Apr 17 05:01:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 45/90] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:17 2026] GET /v2.0/security-groups/f84b971e-76e5-4da9-b42b-67f7f3164110 => generated 2246 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:17 2026] GET /v2.0/security-groups/f84b971e-76e5-4da9-b42b-67f7f3164110 => generated 2246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 46/92] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:17 2026] GET /v2.0/security-groups/f84b971e-76e5-4da9-b42b-67f7f3164110 => generated 2246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.113 () {48 vars in 992 bytes} [Fri Apr 17 05:01:17 2026] POST /v2.0/security-group-rules => generated 627 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 47/94] 199.204.45.113 () {44 vars in 1089 bytes} [Fri Apr 17 05:01:18 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170?project_id=470dd198dbbe44beaee8c02bb726c302 => generated 1624 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:18 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 48/96] 199.204.45.113 () {44 vars in 1089 bytes} [Fri Apr 17 05:01:18 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170?project_id=470dd198dbbe44beaee8c02bb726c302 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.113 () {48 vars in 992 bytes} [Fri Apr 17 05:01:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 49/98] 199.204.45.113 () {44 vars in 1089 bytes} [Fri Apr 17 05:01:19 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170?project_id=470dd198dbbe44beaee8c02bb726c302 => generated 2234 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:19 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 50/100] 199.204.45.113 () {44 vars in 1089 bytes} [Fri Apr 17 05:01:19 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170?project_id=470dd198dbbe44beaee8c02bb726c302 => generated 2234 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.113 () {48 vars in 992 bytes} [Fri Apr 17 05:01:19 2026] POST /v2.0/security-group-rules => generated 599 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 51/102] 199.204.45.113 () {44 vars in 1089 bytes} [Fri Apr 17 05:01:20 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170?project_id=470dd198dbbe44beaee8c02bb726c302 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/103] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:20 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 52/104] 199.204.45.113 () {44 vars in 1089 bytes} [Fri Apr 17 05:01:21 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170?project_id=470dd198dbbe44beaee8c02bb726c302 => generated 2846 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/105] 199.204.45.113 () {48 vars in 992 bytes} [Fri Apr 17 05:01:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 53/106] 199.204.45.113 () {44 vars in 1089 bytes} [Fri Apr 17 05:01:22 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170?project_id=470dd198dbbe44beaee8c02bb726c302 => generated 3460 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.113 () {44 vars in 1002 bytes} [Fri Apr 17 05:01:22 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 54/108] 199.204.45.113 () {44 vars in 1089 bytes} [Fri Apr 17 05:01:22 2026] GET /v2.0/security-groups/9fa97d57-4ccf-47a2-a0c5-c7da987cf170?project_id=470dd198dbbe44beaee8c02bb726c302 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.204.45.113 () {48 vars in 992 bytes} [Fri Apr 17 05:01:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 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: 65/128] 199.204.45.113 () {30 vars in 740 bytes} [Fri Apr 17 05:03:40 2026] GET /v2.0/networks?tenant_id=470dd198dbbe44beaee8c02bb726c302&shared=False => generated 15 bytes in 125 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-17 05:03:41.109 9 INFO neutron.db.segments_db [None req-87177d6d-e9a9-46bf-b85e-32cc0383b5c7 e2594746bcf24cdea1603f444c10f9b4 470dd198dbbe44beaee8c02bb726c302 - - a99ecf0e4e5c4f9aa75e800d84a62be6 a99ecf0e4e5c4f9aa75e800d84a62be6] Added segment 81a576e3-5c01-4cde-8f5c-06e642f2ff62 of type vxlan for network bc10d5db-e230-4aa3-bb68-7bf1fa003371 [pid: 9|app: 0|req: 64/129] 199.204.45.113 () {34 vars in 682 bytes} [Fri Apr 17 05:03:41 2026] POST /v2.0/networks => generated 698 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/130] 199.204.45.113 () {30 vars in 722 bytes} [Fri Apr 17 05:03:41 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 65/131] 199.204.45.113 () {30 vars in 633 bytes} [Fri Apr 17 05:03:41 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/132] 199.204.45.113 () {34 vars in 677 bytes} [Fri Apr 17 05:03:41 2026] POST /v2.0/ports => generated 999 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 66/133] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:03:41 2026] GET /v2.0/networks/bc10d5db-e230-4aa3-bb68-7bf1fa003371 => generated 704 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 68/136] 199.204.45.113 () {30 vars in 722 bytes} [Fri Apr 17 05:03:43 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/137] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:03:43 2026] GET /v2.0/networks/bc10d5db-e230-4aa3-bb68-7bf1fa003371 => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:04:13.275 9 WARNING keystonemiddleware.audit [None req-90dfbd89-4ebc-43fe-acbf-bcabe898c614 e2594746bcf24cdea1603f444c10f9b4 470dd198dbbe44beaee8c02bb726c302 - - a99ecf0e4e5c4f9aa75e800d84a62be6 a99ecf0e4e5c4f9aa75e800d84a62be6] Skipping service octavia as it have no endpoints. /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: 9|app: 0|req: 70/140] 199.204.45.113 () {48 vars in 1026 bytes} [Fri Apr 17 05:04:13 2026] PUT /v2.0/quotas/470dd198dbbe44beaee8c02bb726c302 => generated 291 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:05:14.242 8 INFO neutron.pecan_wsgi.hooks.translation [None req-06d52975-d4c7-4072-9818-52d3208260f9 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/151] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:05:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 76/152] 199.204.45.113 () {30 vars in 763 bytes} [Fri Apr 17 05:05:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:05:16.253 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b151b6d-d38f-4165-9a75-12cf15b9e499 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/153] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:05:16 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 77/154] 199.204.45.113 () {30 vars in 763 bytes} [Fri Apr 17 05:05:16 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 80/159] 199.204.45.113 () {44 vars in 950 bytes} [Fri Apr 17 05:05:55 2026] GET /v2.0/networks?name=public => generated 753 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 83/166] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:06:32 2026] GET /v2.0/networks => generated 2167 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 84/167] 10.0.0.197 () {32 vars in 655 bytes} [Fri Apr 17 05:06:33 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 84/168] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:06:33 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 85/169] 10.0.0.197 () {32 vars in 643 bytes} [Fri Apr 17 05:06:33 2026] GET /v2.0/ports => generated 4725 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 85/170] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:06:33 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 86/171] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:06:33 2026] GET /v2.0/networks => generated 2167 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 86/172] 10.0.0.197 () {32 vars in 663 bytes} [Fri Apr 17 05:06:33 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 87/173] 10.0.0.197 () {32 vars in 655 bytes} [Fri Apr 17 05:06:33 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:06:45.033 9 INFO neutron.db.segments_db [None req-de506486-028a-4ba5-bb8f-590d538e0e27 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 4f5e1942-e5c9-400b-81ab-d12b1783bef8 of type vxlan for network 7084241f-2103-4055-adb5-1e5ac7c12773 [pid: 9|app: 0|req: 88/176] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:06:44 2026] POST /v2.0/networks => generated 730 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:06:45.179 8 INFO neutron.db.segments_db [None req-4d1513fc-ac37-44dc-b111-713224dfb74f 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment b1152e4b-caa5-455c-b030-59aca0e04998 of type vxlan for network 46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 [pid: 8|app: 0|req: 89/177] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:06:44 2026] POST /v2.0/networks => generated 732 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 89/178] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:06:45 2026] POST /v2.0/subnets => generated 696 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:06:45.332 9 INFO neutron.db.segments_db [None req-d1240fb9-d815-4f5f-91c7-e022b8462e70 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment e1f8e7e1-1d65-4a29-bd8b-2d898bbf89ec of type vxlan for network 08ef82e0-94b0-41d3-bf2c-35f8d204bd24 [pid: 8|app: 0|req: 90/179] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:06:45 2026] POST /v2.0/subnets => generated 698 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:06:45.536 9 INFO neutron.db.l3_hamode_db [None req-d1240fb9-d815-4f5f-91c7-e022b8462e70 147a493ae8a840729697baa0fe58c898 9c8f37e1531f4d5a9fe051e8a72225a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:06:45.571 8 INFO neutron.db.segments_db [None req-b2647934-1788-4060-b325-bdcb04e8a81c 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment f92470d4-89fb-4901-96e3-1f3b7156b7a4 of type vxlan for network 97556822-1a9a-48fa-956d-8cececa96176 2026-04-17 05:06:45.846 8 INFO neutron.db.l3_hamode_db [None req-b2647934-1788-4060-b325-bdcb04e8a81c 147a493ae8a840729697baa0fe58c898 185fe372d6944ea0800706fbde1e1d2c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:06:46.449 9 INFO neutron.db.l3_hamode_db [None req-d1240fb9-d815-4f5f-91c7-e022b8462e70 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:06:46.838 8 INFO neutron.db.l3_hamode_db [None req-b2647934-1788-4060-b325-bdcb04e8a81c 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 90/180] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:06:45 2026] POST /v2.0/routers => generated 736 bytes in 2464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 91/181] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:06:47 2026] GET /v2.0/security-groups?tenant_id=fef874d6658f44e78139ebb738ce589e&name=default => generated 2921 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 91/182] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:06:45 2026] POST /v2.0/routers => generated 738 bytes in 2629 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 92/183] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:06:48 2026] GET /v2.0/security-groups?tenant_id=e96e5357c3c84cf0a590c229f2bf46e2&name=default => generated 2921 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 93/184] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:06:48 2026] DELETE /v2.0/security-groups/20775b0d-af0d-4d1f-a2fd-bdc338ba6d44 => 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: 92/185] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:06:48 2026] PUT /v2.0/routers/9db6f14f-2bf6-40ad-947b-957faf7b4065/add_router_interface => generated 309 bytes in 1233 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 93/186] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:06:49 2026] DELETE /v2.0/security-groups/22c143b7-eafb-4265-aac3-a7f2e073c107 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 94/187] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:06:48 2026] PUT /v2.0/routers/18ed0a31-ad5b-4fa1-bfa2-36c5b738d434/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 95/188] 10.0.0.197 () {34 vars in 685 bytes} [Fri Apr 17 05:06:50 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 96/189] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:06:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:06:50.447 8 INFO neutron.db.segments_db [None req-752b0e82-b25e-4038-97a2-31af095b0555 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 3f477687-8c25-4824-8bea-1f3161efea17 of type vxlan for network 4b0a41a8-33e4-4e14-9baf-7f3b78619fc7 [pid: 8|app: 0|req: 94/190] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:06:50 2026] POST /v2.0/networks => generated 729 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 97/191] 10.0.0.172 () {38 vars in 971 bytes} [Fri Apr 17 05:06:50 2026] POST /v2.0/security-groups => generated 1685 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/192] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:06:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 98/193] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:06:50 2026] POST /v2.0/subnets => generated 695 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:06:50.867 9 INFO neutron.db.segments_db [None req-9a27ca1a-4750-47fe-8cfd-7ba0c3de8631 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment f5e0a534-eba3-4a7e-912a-ac2b06ee8e66 of type vxlan for network 66f35e53-c049-439b-9a57-18801114ea00 2026-04-17 05:06:51.092 9 INFO neutron.db.l3_hamode_db [None req-9a27ca1a-4750-47fe-8cfd-7ba0c3de8631 147a493ae8a840729697baa0fe58c898 1556131e2626480eb08a559e581d576b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 96/194] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:06:50 2026] POST /v2.0/floatingips => generated 552 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/195] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:06:51 2026] GET /v2.0/security-groups/63208c33-4e0e-43e2-8317-87ca2fb41fc9 => generated 1685 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/196] 10.0.0.172 () {38 vars in 981 bytes} [Fri Apr 17 05:06:51 2026] POST /v2.0/security-group-rules => generated 614 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/197] 10.0.0.172 () {38 vars in 971 bytes} [Fri Apr 17 05:06:51 2026] POST /v2.0/security-groups => generated 1686 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 05:06:51.681 9 INFO neutron.db.l3_hamode_db [None req-9a27ca1a-4750-47fe-8cfd-7ba0c3de8631 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 100/198] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:06:51 2026] GET /v2.0/security-groups/6a26d9b4-9368-4d70-9cb5-efea78dc41fa => generated 1686 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/199] 10.0.0.172 () {38 vars in 981 bytes} [Fri Apr 17 05:06:51 2026] POST /v2.0/security-group-rules => generated 614 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/200] 10.0.0.172 () {34 vars in 1100 bytes} [Fri Apr 17 05:06:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1735494489&fields=id&tenant_id=185fe372d6944ea0800706fbde1e1d2c => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/201] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:06:51 2026] GET /v2.0/security-groups/6a26d9b4-9368-4d70-9cb5-efea78dc41fa => generated 2311 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/202] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:06:51 2026] GET /v2.0/networks?id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 => generated 683 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/203] 10.0.0.172 () {38 vars in 981 bytes} [Fri Apr 17 05:06:51 2026] POST /v2.0/security-group-rules => generated 619 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/204] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:06:52 2026] GET /v2.0/quotas/185fe372d6944ea0800706fbde1e1d2c => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/205] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:06:52 2026] GET /v2.0/ports?tenant_id=185fe372d6944ea0800706fbde1e1d2c&fields=id => generated 103 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/206] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:06:52 2026] GET /v2.0/security-groups/6a26d9b4-9368-4d70-9cb5-efea78dc41fa => generated 2941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/207] 10.0.0.172 () {34 vars in 1001 bytes} [Fri Apr 17 05:06:52 2026] GET /v2.0/security-group-rules/bd73c8c1-4e0c-474d-802e-f60d67f2f18b => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/208] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:06:52 2026] GET /v2.0/security-groups/6a26d9b4-9368-4d70-9cb5-efea78dc41fa => generated 2941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 99/209] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:06:50 2026] POST /v2.0/routers => generated 735 bytes in 1551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/210] 10.0.0.172 () {36 vars in 1023 bytes} [Fri Apr 17 05:06:52 2026] DELETE /v2.0/security-group-rules/bd73c8c1-4e0c-474d-802e-f60d67f2f18b => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/211] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:06:52 2026] GET /v2.0/security-groups/6a26d9b4-9368-4d70-9cb5-efea78dc41fa => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/212] 10.0.0.172 () {36 vars in 1013 bytes} [Fri Apr 17 05:06:52 2026] DELETE /v2.0/security-groups/6a26d9b4-9368-4d70-9cb5-efea78dc41fa => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/213] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:06:52 2026] GET /v2.0/security-groups/63208c33-4e0e-43e2-8317-87ca2fb41fc9 => generated 2310 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/214] 10.0.0.172 () {36 vars in 1013 bytes} [Fri Apr 17 05:06:52 2026] DELETE /v2.0/security-groups/63208c33-4e0e-43e2-8317-87ca2fb41fc9 => 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: 116/215] 10.0.0.172 () {34 vars in 907 bytes} [Fri Apr 17 05:06:52 2026] GET /v2.0/extensions => generated 21537 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 9|app: 0|req: 100/216] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:06:52 2026] PUT /v2.0/routers/f7848dda-3021-459e-91bf-47a0a900bdb5/add_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:06:53.331 8 INFO neutron_taas.services.taas.taas_plugin [None req-98332883-d7e6-4e6f-9365-76f21d64d1c9 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 80e7bfa1-d599-433c-bb92-fbbec2c3a3e4 2026-04-17 05:06:53.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98332883-d7e6-4e6f-9365-76f21d64d1c9 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 80e7bfa1-d599-433c-bb92-fbbec2c3a3e4 [pid: 9|app: 0|req: 101/217] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:06:53 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 102/218] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:06:53 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 103/219] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:06:53 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 104/220] 10.0.0.197 () {34 vars in 685 bytes} [Fri Apr 17 05:06:54 2026] POST /v2.0/security-groups => generated 1659 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/221] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:06:52 2026] PUT /v2.0/routers/9db6f14f-2bf6-40ad-947b-957faf7b4065/remove_router_interface => generated 309 bytes in 1406 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/222] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:06:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 105/223] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:06:54 2026] GET /v2.0/security-groups?tenant_id=5531e41f14634665bb66a3375a3d52cb&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:06:54.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f602599-3a23-42e0-ad66-9472749697ae 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: d5f37971-38e7-4330-91b7-935dffec904a 2026-04-17 05:06:54.512 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f602599-3a23-42e0-ad66-9472749697ae 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: d5f37971-38e7-4330-91b7-935dffec904a [pid: 9|app: 0|req: 106/224] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:06:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 107/225] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:06:54 2026] DELETE /v2.0/security-groups/b3cb895b-ae41-43e9-9253-2be2848712ab => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:06:54.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f602599-3a23-42e0-ad66-9472749697ae 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: d57c1547-c15f-4113-a94c-00817fb4bc26 2026-04-17 05:06:54.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f602599-3a23-42e0-ad66-9472749697ae 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: d57c1547-c15f-4113-a94c-00817fb4bc26 2026-04-17 05:06:54.831 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-4f602599-3a23-42e0-ad66-9472749697ae 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-04-17 05:06:55.200 8 INFO neutron.db.l3_hamode_db [None req-4f602599-3a23-42e0-ad66-9472749697ae 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] HA network 08ef82e0-94b0-41d3-bf2c-35f8d204bd24 was deleted as no HA routers are present in tenant 9c8f37e1531f4d5a9fe051e8a72225a8. [pid: 8|app: 0|req: 119/226] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:06:54 2026] DELETE /v2.0/routers/9db6f14f-2bf6-40ad-947b-957faf7b4065 => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/227] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:06:55 2026] GET /v2.0/security-groups?tenant_id=b1a0134be1b047fd93a51de98def0f88&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/228] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:06:55 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 108/229] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:06:54 2026] POST /v2.0/floatingips => generated 552 bytes in 865 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 109/230] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:06:55 2026] DELETE /v2.0/security-groups/2bc9ac8c-9889-43b5-a99a-95ea7d1d2a5e => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/231] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:06:55 2026] DELETE /v2.0/subnets/e4bdf3d0-b9c3-47d7-8ec2-73bc6e560f99 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:06:55.698 8 INFO neutron.services.segments.plugin [-] Segment e1f8e7e1-1d65-4a29-bd8b-2d898bbf89ec resource provider aggregate not found 2026-04-17 05:06:55.705 8 INFO neutron.services.segments.plugin [-] Segment e1f8e7e1-1d65-4a29-bd8b-2d898bbf89ec resource provider aggregate not found 2026-04-17 05:06:55.716 8 INFO neutron.services.segments.plugin [-] Segment e1f8e7e1-1d65-4a29-bd8b-2d898bbf89ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1f8e7e1-1d65-4a29-bd8b-2d898bbf89ec found for delete ", "request_id": "req-9650c1fd-201a-4cca-bff6-b53caa80919f"}]} 2026-04-17 05:06:55.722 8 INFO neutron.services.segments.plugin [-] Segment e1f8e7e1-1d65-4a29-bd8b-2d898bbf89ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1f8e7e1-1d65-4a29-bd8b-2d898bbf89ec found for delete ", "request_id": "req-4cc87463-c9d9-4c09-aa84-a4f13bed3786"}]} 2026-04-17 05:06:55.778 9 INFO neutron_taas.services.taas.taas_plugin [None req-e1b544ad-d8aa-4715-bef7-01d289dba7e1 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 1d221d4e-bab9-48e6-8a4b-c6914767c354 2026-04-17 05:06:55.785 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1b544ad-d8aa-4715-bef7-01d289dba7e1 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 1d221d4e-bab9-48e6-8a4b-c6914767c354 [pid: 9|app: 0|req: 110/232] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:06:55 2026] DELETE /v2.0/networks/7084241f-2103-4055-adb5-1e5ac7c12773 => generated 0 bytes in 413 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/233] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:06:56 2026] GET /v2.0/security-groups?tenant_id=9c8f37e1531f4d5a9fe051e8a72225a8&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 111/234] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:06:56 2026] DELETE /v2.0/security-groups/860c354c-0de4-4ed9-a32d-f82a20f99aeb => 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: 124/235] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:06:56 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:06:56.576 9 INFO neutron.services.segments.plugin [-] Segment 4f5e1942-e5c9-400b-81ab-d12b1783bef8 resource provider aggregate not found 2026-04-17 05:06:56.596 9 INFO neutron.services.segments.plugin [-] Segment 4f5e1942-e5c9-400b-81ab-d12b1783bef8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f5e1942-e5c9-400b-81ab-d12b1783bef8 found for delete ", "request_id": "req-e251c718-a984-4762-b8e9-11fde5237364"}]} 2026-04-17 05:06:56.795 9 INFO neutron.services.segments.plugin [-] Segment 4f5e1942-e5c9-400b-81ab-d12b1783bef8 resource provider aggregate not found 2026-04-17 05:06:56.821 9 INFO neutron.services.segments.plugin [-] Segment 4f5e1942-e5c9-400b-81ab-d12b1783bef8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f5e1942-e5c9-400b-81ab-d12b1783bef8 found for delete ", "request_id": "req-881f081a-233d-4cf4-a710-90c514496b82"}]} [pid: 9|app: 0|req: 112/236] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:06:57 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:06:58.648 8 INFO neutron.db.segments_db [None req-80b57551-c145-4578-9774-a445d86b29c0 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 9e2f9d3c-d553-4926-97a2-32becc982cc0 of type vxlan for network 37fef1c2-7d89-4d9f-8b97-35e6a3deca65 [pid: 8|app: 0|req: 125/239] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:06:58 2026] POST /v2.0/networks => generated 726 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/240] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:06:58 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 115/241] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:06:58 2026] POST /v2.0/subnets => generated 692 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:06:59.030 8 INFO neutron.db.segments_db [None req-10d89559-d524-45ac-8152-81ce62025a54 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 32d73fd7-0463-4fb1-a675-ca62395622b3 of type vxlan for network f58efa49-580e-4d48-b3a1-424b1da93e4a 2026-04-17 05:06:59.275 8 INFO neutron.db.l3_hamode_db [None req-10d89559-d524-45ac-8152-81ce62025a54 147a493ae8a840729697baa0fe58c898 36bd7c64e0ab4c7fa83bc127f11f2162 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 116/242] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:06:59 2026] GET /v2.0/networks?id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 => generated 683 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 117/243] 199.204.45.113 () {34 vars in 911 bytes} [Fri Apr 17 05:06:59 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 9|app: 0|req: 118/244] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:06:59 2026] GET /v2.0/security-groups?tenant_id=947696739fbe44ecb6f6bfb95e557324&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 119/245] 199.204.45.113 () {34 vars in 1050 bytes} [Fri Apr 17 05:06:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=185fe372d6944ea0800706fbde1e1d2c => generated 181 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 120/246] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:06:59 2026] DELETE /v2.0/security-groups/1046f0c6-a2fb-4a32-bc26-5c314fe26d19 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:07:00.067 8 INFO neutron.db.l3_hamode_db [None req-10d89559-d524-45ac-8152-81ce62025a54 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 121/247] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:06:59 2026] POST /v2.0/ports => generated 958 bytes in 427 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: 9|app: 0|req: 122/248] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:00 2026] GET /v2.0/security-groups?tenant_id=ba96c69878bd4587a1c21e678023aa84&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 123/249] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:00 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 961 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 124/250] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:00 2026] DELETE /v2.0/security-groups/ae7d9bb5-e5f1-4930-ba2e-987ad3caa796 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 125/251] 10.0.0.172 () {34 vars in 1100 bytes} [Fri Apr 17 05:07:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1295350921&fields=id&tenant_id=1556131e2626480eb08a559e581d576b => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 126/252] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:00 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&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: 9|app: 0|req: 127/253] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:07:00 2026] GET /v2.0/networks?id=4b0a41a8-33e4-4e14-9baf-7f3b78619fc7 => generated 680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/254] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:06:58 2026] POST /v2.0/routers => generated 732 bytes in 1982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/255] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:07:00 2026] GET /v2.0/quotas/1556131e2626480eb08a559e581d576b => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 128/256] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:07:00 2026] PUT /v2.0/ports/724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 1239 bytes in 473 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: 9|app: 0|req: 129/257] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:07:01 2026] GET /v2.0/ports?tenant_id=1556131e2626480eb08a559e581d576b&fields=id => generated 103 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 130/258] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:07:01 2026] GET /v2.0/networks/4b0a41a8-33e4-4e14-9baf-7f3b78619fc7?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 131/259] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:07:01 2026] GET /v2.0/networks/4b0a41a8-33e4-4e14-9baf-7f3b78619fc7?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: 9|app: 0|req: 132/260] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:01 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:01.778 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-36628f9c-8bf9-4ac6-a8d0-0d1ca6267731'] response: {'name': 'network-changed', 'server_uuid': 'ba82398f-7f98-4478-bbce-0b4dfabb1307', 'tag': '724d7411-902b-4e6f-b0e1-541a9f3bf895', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 133/261] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:01 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&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: 9|app: 0|req: 134/262] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:01 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 135/263] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:02 2026] GET /v2.0/ports?tenant_id=185fe372d6944ea0800706fbde1e1d2c&device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 136/264] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:07:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/265] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:07:00 2026] PUT /v2.0/routers/95d09e79-7c86-42ca-a07d-8d79e31a52dc/add_router_interface => generated 309 bytes in 1320 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 137/266] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:02 2026] GET /v2.0/subnets?id=60e00b6a-3ce1-4b8e-8ef8-9aa672f5a9cc => generated 701 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/267] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:02 2026] GET /v2.0/ports?network_id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9&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: 9|app: 0|req: 138/268] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:02 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/269] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:02 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/270] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:02 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 139/271] 10.0.0.172 () {38 vars in 971 bytes} [Fri Apr 17 05:07:02 2026] POST /v2.0/security-groups => generated 1682 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/272] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:02 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&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: 9|app: 0|req: 140/273] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => 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: 134/274] 10.0.0.172 () {38 vars in 971 bytes} [Fri Apr 17 05:07:03 2026] POST /v2.0/security-groups => generated 1681 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 141/275] 10.0.0.172 () {38 vars in 971 bytes} [Fri Apr 17 05:07:03 2026] POST /v2.0/security-groups => generated 1682 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/276] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/security-groups?tenant_id=36bd7c64e0ab4c7fa83bc127f11f2162 => generated 7910 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 142/277] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/security-groups/978b6d3a-a110-4ddd-befe-cde969cc3b8e => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/278] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/security-groups/978b6d3a-a110-4ddd-befe-cde969cc3b8e => generated 2922 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 143/279] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/security-groups/75a018dd-47c1-4881-bb71-05e6728b271e => generated 1682 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/280] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/ports?tenant_id=185fe372d6944ea0800706fbde1e1d2c&device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 1242 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 144/281] 10.0.0.172 () {36 vars in 1013 bytes} [Fri Apr 17 05:07:03 2026] DELETE /v2.0/security-groups/75a018dd-47c1-4881-bb71-05e6728b271e => 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: 138/282] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/networks?id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 => generated 779 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 145/283] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:03.717 8 INFO neutron.api.v2.resource [req-13e004b5-f7d6-4653-a90c-bf8057ee15b4 req-a4c00370-53ab-4ace-8728-cfc85c3184b2 f852c0f27ed5452eba99ed64f917f413 36bd7c64e0ab4c7fa83bc127f11f2162 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 139/284] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/security-groups/75a018dd-47c1-4881-bb71-05e6728b271e => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 146/285] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/subnets?id=60e00b6a-3ce1-4b8e-8ef8-9aa672f5a9cc => generated 701 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/286] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/security-groups/3a2e5ab7-b52f-4f2c-911c-76e631b3d4a9 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 147/287] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/ports?network_id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/288] 10.0.0.172 () {36 vars in 1013 bytes} [Fri Apr 17 05:07:03 2026] DELETE /v2.0/security-groups/3a2e5ab7-b52f-4f2c-911c-76e631b3d4a9 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:07:03.890 8 INFO neutron.api.v2.resource [req-5253a865-028b-49ff-b350-3055ee0e1bf8 req-4829ba89-c328-42aa-94f5-46f40a895b3c f852c0f27ed5452eba99ed64f917f413 36bd7c64e0ab4c7fa83bc127f11f2162 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 142/289] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/security-groups/3a2e5ab7-b52f-4f2c-911c-76e631b3d4a9 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 148/290] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 149/291] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/security-groups/7cb444e6-a59b-4b10-93c3-0858e5b69ba0 => generated 1682 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/292] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:03 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?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: 9|app: 0|req: 150/293] 10.0.0.172 () {36 vars in 1013 bytes} [Fri Apr 17 05:07:03 2026] DELETE /v2.0/security-groups/7cb444e6-a59b-4b10-93c3-0858e5b69ba0 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:07:04.098 8 INFO neutron.api.v2.resource [req-d34560ee-a53e-43da-bac2-924f498ad173 req-2564b4c2-3a6d-43de-a994-55bbc42fb20d f852c0f27ed5452eba99ed64f917f413 36bd7c64e0ab4c7fa83bc127f11f2162 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 144/294] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:04 2026] GET /v2.0/security-groups/7cb444e6-a59b-4b10-93c3-0858e5b69ba0 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 151/295] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:04 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/296] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:04 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&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: 9|app: 0|req: 152/297] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:04 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/298] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:07:04 2026] GET /v2.0/security-groups?tenant_id=36bd7c64e0ab4c7fa83bc127f11f2162 => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 153/299] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:04 2026] GET /v2.0/security-groups/978b6d3a-a110-4ddd-befe-cde969cc3b8e => generated 2922 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/300] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:04 2026] GET /v2.0/security-groups/978b6d3a-a110-4ddd-befe-cde969cc3b8e => generated 2922 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:07:04.450 9 INFO neutron.api.v2.resource [req-92efeb0c-cdb6-4905-a930-133a32f4ee75 req-e2ce30a4-028e-4063-a8b2-637b3929fc5d f852c0f27ed5452eba99ed64f917f413 36bd7c64e0ab4c7fa83bc127f11f2162 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 154/301] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:04 2026] GET /v2.0/security-groups/7cb444e6-a59b-4b10-93c3-0858e5b69ba0 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:07:04.500 8 INFO neutron.api.v2.resource [req-f037db32-d331-46a8-8f2e-686fd44ff48b req-e8a03bf4-589a-4cb8-9f55-7f3edaeb911c f852c0f27ed5452eba99ed64f917f413 36bd7c64e0ab4c7fa83bc127f11f2162 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 148/302] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:04 2026] GET /v2.0/security-groups/3a2e5ab7-b52f-4f2c-911c-76e631b3d4a9 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:07:04.556 9 INFO neutron.api.v2.resource [req-fa34f93e-133c-46f3-9654-29bd71f21c70 req-869a0d6e-2f01-4956-996c-94435014cf14 f852c0f27ed5452eba99ed64f917f413 36bd7c64e0ab4c7fa83bc127f11f2162 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 155/303] 10.0.0.172 () {34 vars in 991 bytes} [Fri Apr 17 05:07:04 2026] GET /v2.0/security-groups/75a018dd-47c1-4881-bb71-05e6728b271e => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:07:04.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-773eb661-7b31-42af-9af7-5a7919864f76 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 5bb457a0-adef-463b-a04d-663b139533b9 2026-04-17 05:07:04.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-773eb661-7b31-42af-9af7-5a7919864f76 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 5bb457a0-adef-463b-a04d-663b139533b9 [pid: 9|app: 0|req: 156/304] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:05 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 157/305] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:05 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 158/306] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:05 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/307] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:07:04 2026] PUT /v2.0/routers/95d09e79-7c86-42ca-a07d-8d79e31a52dc/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:05.796 9 INFO neutron_taas.services.taas.taas_plugin [None req-235fc3ce-0cd0-42b4-a03f-c10236c60c28 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: a0177ae1-ac86-4a65-b9f9-61b76705e689 2026-04-17 05:07:05.799 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-235fc3ce-0cd0-42b4-a03f-c10236c60c28 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: a0177ae1-ac86-4a65-b9f9-61b76705e689 2026-04-17 05:07:06.102 9 INFO neutron_taas.services.taas.taas_plugin [None req-235fc3ce-0cd0-42b4-a03f-c10236c60c28 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: b7313d22-a403-42b0-8355-20f16da1ac84 2026-04-17 05:07:06.106 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-235fc3ce-0cd0-42b4-a03f-c10236c60c28 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: b7313d22-a403-42b0-8355-20f16da1ac84 [pid: 8|app: 0|req: 150/308] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:06 2026] GET /v2.0/networks?id=4b0a41a8-33e4-4e14-9baf-7f3b78619fc7 => generated 680 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:06.224 9 WARNING neutron.plugins.ml2.ovo_rpc [None req-235fc3ce-0cd0-42b4-a03f-c10236c60c28 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - 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: 151/309] 199.204.45.113 () {34 vars in 1050 bytes} [Fri Apr 17 05:07:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1556131e2626480eb08a559e581d576b => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:06.652 9 INFO neutron.services.segments.plugin [-] Segment 32d73fd7-0463-4fb1-a675-ca62395622b3 resource provider aggregate not found 2026-04-17 05:07:06.658 9 INFO neutron.services.segments.plugin [-] Segment 32d73fd7-0463-4fb1-a675-ca62395622b3 resource provider aggregate not found 2026-04-17 05:07:06.675 9 INFO neutron.services.segments.plugin [-] Segment 32d73fd7-0463-4fb1-a675-ca62395622b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32d73fd7-0463-4fb1-a675-ca62395622b3 found for delete ", "request_id": "req-8843f36a-b367-4e08-97ff-52414aaeee24"}]} 2026-04-17 05:07:06.680 9 INFO neutron.services.segments.plugin [-] Segment 32d73fd7-0463-4fb1-a675-ca62395622b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32d73fd7-0463-4fb1-a675-ca62395622b3 found for delete ", "request_id": "req-8e584797-cb62-461c-bd45-0bd56496cca7"}]} 2026-04-17 05:07:06.692 9 INFO neutron.db.l3_hamode_db [None req-235fc3ce-0cd0-42b4-a03f-c10236c60c28 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] HA network f58efa49-580e-4d48-b3a1-424b1da93e4a was deleted as no HA routers are present in tenant 36bd7c64e0ab4c7fa83bc127f11f2162. [pid: 9|app: 0|req: 159/310] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:05 2026] DELETE /v2.0/routers/95d09e79-7c86-42ca-a07d-8d79e31a52dc => generated 0 bytes in 1160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 160/311] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:06 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 957 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/312] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:07:06 2026] POST /v2.0/ports => generated 954 bytes in 540 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: 9|app: 0|req: 161/313] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:06 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 162/314] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:06 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&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: 153/315] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:06 2026] DELETE /v2.0/subnets/19851b45-0224-43cb-887a-d3a3ea8d3068 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/316] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:06 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&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-17 05:07:07.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-6df0f54d-8f06-4fe2-bbcd-32755283908c 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: af6145e8-954f-42aa-a029-5f04bcaf2074 2026-04-17 05:07:07.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6df0f54d-8f06-4fe2-bbcd-32755283908c 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: af6145e8-954f-42aa-a029-5f04bcaf2074 2026-04-17 05:07:07.242 8 INFO neutron.services.segments.plugin [-] Segment 9e2f9d3c-d553-4926-97a2-32becc982cc0 resource provider aggregate not found 2026-04-17 05:07:07.254 8 INFO neutron.services.segments.plugin [-] Segment 9e2f9d3c-d553-4926-97a2-32becc982cc0 resource provider aggregate not found 2026-04-17 05:07:07.267 8 INFO neutron.services.segments.plugin [-] Segment 9e2f9d3c-d553-4926-97a2-32becc982cc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e2f9d3c-d553-4926-97a2-32becc982cc0 found for delete ", "request_id": "req-b7e66392-374f-43df-94f6-7f9d4f7d5b8c"}]} 2026-04-17 05:07:07.276 8 INFO neutron.services.segments.plugin [-] Segment 9e2f9d3c-d553-4926-97a2-32becc982cc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e2f9d3c-d553-4926-97a2-32becc982cc0 found for delete ", "request_id": "req-734f37ed-2786-46f9-8d39-e6fd72cc40b6"}]} [pid: 8|app: 0|req: 155/317] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:06 2026] DELETE /v2.0/networks/37fef1c2-7d89-4d9f-8b97-35e6a3deca65 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 163/318] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:07:06 2026] PUT /v2.0/ports/a71926bd-996f-4638-9ec6-eecd966b7e97 => generated 1235 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:07:07.418 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cbb25e2-a070-49ee-aa75-556455cec512'] response: {'name': 'network-changed', 'server_uuid': '87bdbec8-9a17-4af3-b83c-1c6c0fa6640f', 'tag': 'a71926bd-996f-4638-9ec6-eecd966b7e97', '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: 9|app: 0|req: 164/319] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:07 2026] GET /v2.0/security-groups?tenant_id=36bd7c64e0ab4c7fa83bc127f11f2162&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 165/320] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:07 2026] DELETE /v2.0/security-groups/978b6d3a-a110-4ddd-befe-cde969cc3b8e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/321] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:07 2026] GET /v2.0/security-groups?tenant_id=c8dd75bc96a9427cbe252da5a3589119&name=default => generated 2925 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 166/322] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:07 2026] DELETE /v2.0/security-groups/d6f1d85a-b05c-4724-9455-00aac5ed77b7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/323] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:07 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 167/324] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:07 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 168/325] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:08 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 169/326] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:08 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&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: 9|app: 0|req: 170/327] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:08 2026] GET /v2.0/ports?tenant_id=1556131e2626480eb08a559e581d576b&device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/328] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:08 2026] GET /v2.0/security-groups?tenant_id=29cc6decdcdc45e39e4b7681eb5cf2ac&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 171/329] 199.204.45.113 () {34 vars in 1018 bytes} [Fri Apr 17 05:07:08 2026] GET /v2.0/networks?tenant_id=1556131e2626480eb08a559e581d576b&shared=False => generated 776 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/330] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:08 2026] DELETE /v2.0/security-groups/e16b9cd6-70f4-4bb6-ba07-4d3fba8378bd => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 172/331] 199.204.45.113 () {34 vars in 930 bytes} [Fri Apr 17 05:07:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/332] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:09 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 173/333] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:09 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&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: 161/334] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:09 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 174/335] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:09 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&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: 162/336] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:09 2026] GET /v2.0/ports?tenant_id=1556131e2626480eb08a559e581d576b&device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 175/337] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:07:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a71926bd-996f-4638-9ec6-eecd966b7e97 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/338] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:09 2026] GET /v2.0/subnets?id=9458d0e4-b0b5-408d-aaaf-c6ac40d39396 => generated 698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 176/339] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:09 2026] GET /v2.0/ports?network_id=4b0a41a8-33e4-4e14-9baf-7f3b78619fc7&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: 164/340] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:09 2026] GET /v2.0/networks/4b0a41a8-33e4-4e14-9baf-7f3b78619fc7?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 177/341] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:09 2026] GET /v2.0/networks/4b0a41a8-33e4-4e14-9baf-7f3b78619fc7?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-17 05:07:10.010 8 INFO neutron.db.segments_db [None req-8e70b3a3-08d9-4ed0-860f-75e01acd3719 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment c284c78e-093a-467d-b2a5-09f029158df7 of type vxlan for network b7c4a874-c287-4d25-afd3-921b0d1a7f18 [pid: 8|app: 0|req: 165/342] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:07:09 2026] POST /v2.0/networks => generated 725 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/343] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:10 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/344] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:10 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&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: 168/345] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:10 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/346] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:10 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&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: 9|app: 0|req: 178/347] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:07:10 2026] POST /v2.0/subnets => generated 691 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:07:10.603 8 INFO neutron.db.segments_db [None req-a378e609-879b-47f8-b416-d704abf056fb 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 58eb8ce4-6582-4851-b608-598d3001c88f of type vxlan for network 48f70c4f-7805-4c29-b3b3-b0db2dde4aba [pid: 9|app: 0|req: 179/348] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:10 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:10.849 8 INFO neutron.db.l3_hamode_db [None req-a378e609-879b-47f8-b416-d704abf056fb 147a493ae8a840729697baa0fe58c898 fbae1d1327f4402dbf989ef5c432bfa4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:07:11.272 9 INFO neutron.db.l3_db [None req-9a9426b5-9e6f-4263-91d2-e63e560a6929 19c1dd7be39f454e9d014189c5f97c8a 185fe372d6944ea0800706fbde1e1d2c - - default default] Floating IP c671a6e8-8505-45f6-8e88-a29bbe68d8bf associated. External IP: 10.96.250.212, port: 724d7411-902b-4e6f-b0e1-541a9f3bf895. 2026-04-17 05:07:11.635 8 INFO neutron.db.l3_hamode_db [None req-a378e609-879b-47f8-b416-d704abf056fb 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 180/349] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:07:10 2026] PUT /v2.0/floatingips/c671a6e8-8505-45f6-8e88-a29bbe68d8bf => generated 856 bytes in 1299 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 181/350] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:12 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 182/351] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:12 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 183/352] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:12 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 184/353] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:12 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:12.260 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ecd530e-306d-4cd4-bb30-e518e242edc9'] response: {'name': 'network-changed', 'server_uuid': 'ba82398f-7f98-4478-bbce-0b4dfabb1307', 'tag': '724d7411-902b-4e6f-b0e1-541a9f3bf895', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 185/354] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:12 2026] GET /v2.0/ports?tenant_id=185fe372d6944ea0800706fbde1e1d2c&device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 186/355] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:12 2026] GET /v2.0/networks?id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 187/356] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:07:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 188/357] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:12 2026] GET /v2.0/subnets?id=60e00b6a-3ce1-4b8e-8ef8-9aa672f5a9cc => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 189/358] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:12 2026] GET /v2.0/ports?network_id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/359] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:07:10 2026] POST /v2.0/routers => generated 731 bytes in 2474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 190/360] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:12 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 191/361] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:13 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?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: 9|app: 0|req: 192/362] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:13 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 195/365] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:13 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&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: 171/366] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:07:12 2026] PUT /v2.0/routers/f9772fd3-fb3a-4507-a239-9de9ac6b8977/add_router_interface => generated 309 bytes in 1275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 196/367] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:14 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/368] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:14 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/369] 10.0.0.197 () {34 vars in 685 bytes} [Fri Apr 17 05:07:14 2026] POST /v2.0/security-groups => generated 1660 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 197/370] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:14 2026] GET /v2.0/security-groups?tenant_id=0d1f2c910d3949a1972573283456c582&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/371] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:07:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 198/372] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:15 2026] DELETE /v2.0/security-groups/3376ab51-845b-4507-bb07-ab24f5107f82 => 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: 175/373] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:07:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 199/374] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:15 2026] GET /v2.0/security-groups?tenant_id=220f1c5daebf464e8aaead7d34c39cb5&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 200/375] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:15 2026] DELETE /v2.0/security-groups/c56ed6f8-1b2e-440d-b50b-2ca62c870cb6 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 201/376] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:15 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 202/377] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:15 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/378] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:07:15 2026] POST /v2.0/floatingips => generated 552 bytes in 777 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 203/379] 10.0.0.172 () {34 vars in 1100 bytes} [Fri Apr 17 05:07:16 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2084424592&fields=id&tenant_id=fbae1d1327f4402dbf989ef5c432bfa4 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/380] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:07:16 2026] GET /v2.0/networks?id=b7c4a874-c287-4d25-afd3-921b0d1a7f18 => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 204/381] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:07:16 2026] GET /v2.0/quotas/fbae1d1327f4402dbf989ef5c432bfa4 => 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: 178/382] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:07:16 2026] GET /v2.0/ports?tenant_id=fbae1d1327f4402dbf989ef5c432bfa4&fields=id => generated 57 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 205/383] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:16 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 206/384] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:16 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/385] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:07:16 2026] GET /v2.0/networks/b7c4a874-c287-4d25-afd3-921b0d1a7f18?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 207/386] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:07:16 2026] GET /v2.0/networks/b7c4a874-c287-4d25-afd3-921b0d1a7f18?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: 180/387] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:17 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 208/388] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:17 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:17.727 8 INFO neutron.db.l3_db [None req-b347b4dd-2a26-47e4-87f9-e58a8e4ea27d 4188f06add454ffdb90ad2d988e74e1f 1556131e2626480eb08a559e581d576b - - default default] Floating IP 0ba81b92-2acf-46d1-9679-31ff094661ec associated. External IP: 10.96.250.203, port: a71926bd-996f-4638-9ec6-eecd966b7e97. [pid: 8|app: 0|req: 181/389] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:07:17 2026] PUT /v2.0/floatingips/0ba81b92-2acf-46d1-9679-31ff094661ec => generated 855 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 209/390] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:18 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 971 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/391] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:18 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 210/392] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:18 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:18.562 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db043953-a868-414e-8650-0022abdcc6b0'] response: {'name': 'network-changed', 'server_uuid': '87bdbec8-9a17-4af3-b83c-1c6c0fa6640f', 'tag': 'a71926bd-996f-4638-9ec6-eecd966b7e97', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 211/393] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:18 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 212/394] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:18 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&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: 183/395] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:18 2026] GET /v2.0/security-groups?tenant_id=dcd755d11d484c44a112e3fe620955c3&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 213/396] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:18 2026] DELETE /v2.0/security-groups/a526f1ba-d203-45ea-9b2b-6ca014aa0163 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/397] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:19 2026] GET /v2.0/ports?tenant_id=1556131e2626480eb08a559e581d576b&device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 214/398] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:19 2026] GET /v2.0/networks?id=4b0a41a8-33e4-4e14-9baf-7f3b78619fc7 => generated 776 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/399] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:07:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a71926bd-996f-4638-9ec6-eecd966b7e97 => generated 858 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 215/400] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:19 2026] GET /v2.0/subnets?id=9458d0e4-b0b5-408d-aaaf-c6ac40d39396 => generated 698 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/401] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:19 2026] GET /v2.0/ports?network_id=4b0a41a8-33e4-4e14-9baf-7f3b78619fc7&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 216/402] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:19 2026] GET /v2.0/networks/4b0a41a8-33e4-4e14-9baf-7f3b78619fc7?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 217/403] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:19 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => 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: 187/404] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:19 2026] GET /v2.0/networks/4b0a41a8-33e4-4e14-9baf-7f3b78619fc7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 218/405] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:19 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => 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: 188/406] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:19 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 219/407] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:20 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => 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: 189/408] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:20 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 220/409] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:20 2026] GET /v2.0/security-groups?id=9d83e014-d579-4799-bbbb-23cf6f6b2434&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: 190/410] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:07:21 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:21.289 9 INFO neutron_taas.services.taas.taas_plugin [req-4bb28b93-0cd6-4ace-98dd-254da7853ba1 req-54fca95d-312e-4178-b5c3-465d34162aad 4188f06add454ffdb90ad2d988e74e1f 1556131e2626480eb08a559e581d576b - - default default] TaaS: Handle Delete Port: a71926bd-996f-4638-9ec6-eecd966b7e97 2026-04-17 05:07:21.294 9 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4bb28b93-0cd6-4ace-98dd-254da7853ba1 req-54fca95d-312e-4178-b5c3-465d34162aad 4188f06add454ffdb90ad2d988e74e1f 1556131e2626480eb08a559e581d576b - - default default] Tap Mirror: Handle Delete Port: a71926bd-996f-4638-9ec6-eecd966b7e97 2026-04-17 05:07:21.467 9 INFO neutron.db.l3_db [req-4bb28b93-0cd6-4ace-98dd-254da7853ba1 req-54fca95d-312e-4178-b5c3-465d34162aad 4188f06add454ffdb90ad2d988e74e1f 1556131e2626480eb08a559e581d576b - - default default] Floating IP 0ba81b92-2acf-46d1-9679-31ff094661ec disassociated. External IP: 10.96.250.203, port: a71926bd-996f-4638-9ec6-eecd966b7e97. [pid: 8|app: 0|req: 191/411] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:21 2026] GET /v2.0/networks?id=b7c4a874-c287-4d25-afd3-921b0d1a7f18 => generated 676 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/412] 199.204.45.113 () {34 vars in 1050 bytes} [Fri Apr 17 05:07:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fbae1d1327f4402dbf989ef5c432bfa4 => generated 181 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/413] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:21 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 221/414] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:07:21 2026] DELETE /v2.0/ports/a71926bd-996f-4638-9ec6-eecd966b7e97 => generated 0 bytes in 839 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:07:21.970 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c421b099-e975-450e-bd92-417d99d59f0f'] response: {'server_uuid': '87bdbec8-9a17-4af3-b83c-1c6c0fa6640f', 'name': 'network-vif-deleted', 'tag': 'a71926bd-996f-4638-9ec6-eecd966b7e97', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 194/415] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:07:21 2026] POST /v2.0/ports => generated 954 bytes in 418 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: 195/416] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:22 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 222/417] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:07:22 2026] PUT /v2.0/ports/48f61920-733c-4311-b2ec-2e7d03fe0a2d => generated 1235 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/418] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:22 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 223/419] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:22 2026] GET /v2.0/security-groups?id=f5852e1c-fa48-493b-b840-925b0afe8649&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/420] 10.0.0.182 () {34 vars in 990 bytes} [Fri Apr 17 05:07:22 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 1244 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 224/421] 10.0.0.182 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:23 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/422] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:23 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => 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: 199/423] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:23 2026] GET /v2.0/ports?tenant_id=fbae1d1327f4402dbf989ef5c432bfa4&device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/424] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:07:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=48f61920-733c-4311-b2ec-2e7d03fe0a2d => 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: 201/425] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:23 2026] GET /v2.0/subnets?id=1f88d16e-22d5-4c4a-b56e-1841365fdf5a => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 225/426] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:23 2026] GET /v2.0/security-groups?tenant_id=84e1af98e29b4028ae7aef36ad32cb84&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/427] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:23 2026] GET /v2.0/ports?network_id=b7c4a874-c287-4d25-afd3-921b0d1a7f18&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: 203/428] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:23 2026] GET /v2.0/networks/b7c4a874-c287-4d25-afd3-921b0d1a7f18?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 226/429] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:23 2026] DELETE /v2.0/security-groups/b0f0ee16-cebd-4cb8-8dfb-20e4dc619bb8 => 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: 204/430] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:23 2026] GET /v2.0/networks/b7c4a874-c287-4d25-afd3-921b0d1a7f18?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:24.025 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-a89d306d-8f7b-48ed-80ce-e23c39367cbf'] response: {'name': 'network-changed', 'server_uuid': 'cf775c8c-f8ad-4261-9d32-796b4ea8bbe5', 'tag': '48f61920-733c-4311-b2ec-2e7d03fe0a2d', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 227/431] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:23 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/432] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:24 2026] GET /v2.0/security-groups?id=f5852e1c-fa48-493b-b840-925b0afe8649&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 228/433] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:24 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/434] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:24 2026] GET /v2.0/ports?tenant_id=fbae1d1327f4402dbf989ef5c432bfa4&device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 229/435] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:25 2026] GET /v2.0/networks?id=b7c4a874-c287-4d25-afd3-921b0d1a7f18 => generated 772 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/436] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:07:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=48f61920-733c-4311-b2ec-2e7d03fe0a2d => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 230/437] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:25 2026] GET /v2.0/subnets?id=1f88d16e-22d5-4c4a-b56e-1841365fdf5a => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/438] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:25 2026] GET /v2.0/ports?network_id=b7c4a874-c287-4d25-afd3-921b0d1a7f18&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: 9|app: 0|req: 231/439] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:25 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/440] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:25 2026] GET /v2.0/networks/b7c4a874-c287-4d25-afd3-921b0d1a7f18?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 232/441] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:25 2026] GET /v2.0/security-groups?id=f5852e1c-fa48-493b-b840-925b0afe8649&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: 210/442] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:25 2026] GET /v2.0/networks/b7c4a874-c287-4d25-afd3-921b0d1a7f18?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 233/443] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:25 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:26.155 8 INFO neutron.db.segments_db [None req-9934f565-1f4b-4474-9d96-e6b3421fb28a b3ca7d969d9f47dba9de743e1b35f581 15d338ed8db54d28945b5ff17d1a06c1 - - default default] Added segment f76ef9be-4d17-4b01-ba8b-04491e898f53 of type vxlan for network 0992692a-0090-418f-8603-bed0870ba63b 2026-04-17 05:07:26.245 8 INFO neutron.db.segments_db [None req-9934f565-1f4b-4474-9d96-e6b3421fb28a b3ca7d969d9f47dba9de743e1b35f581 15d338ed8db54d28945b5ff17d1a06c1 - - default default] Added segment a498ef27-8e47-41e9-aa3d-4bd595e18481 of type vxlan for network bd368167-4076-4add-bd9a-f8eb02c64e9f [pid: 8|app: 0|req: 211/444] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:07:25 2026] POST /v2.0/networks => generated 1206 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 234/445] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:26 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/446] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:07:26 2026] GET /v2.0/networks => generated 1843 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 235/447] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:26 2026] GET /v2.0/security-groups?id=f5852e1c-fa48-493b-b840-925b0afe8649&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: 9|app: 0|req: 236/448] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:26 2026] GET /v2.0/ports?device_id=87bdbec8-9a17-4af3-b83c-1c6c0fa6640f => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:26.625 8 INFO neutron.services.segments.plugin [-] Segment f76ef9be-4d17-4b01-ba8b-04491e898f53 resource provider aggregate not found 2026-04-17 05:07:26.634 8 INFO neutron.services.segments.plugin [-] Segment f76ef9be-4d17-4b01-ba8b-04491e898f53 resource provider aggregate not found 2026-04-17 05:07:26.660 8 INFO neutron.services.segments.plugin [-] Segment f76ef9be-4d17-4b01-ba8b-04491e898f53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f76ef9be-4d17-4b01-ba8b-04491e898f53 found for delete ", "request_id": "req-0a0ac51b-2820-412c-81bc-7e96897c82b5"}]} 2026-04-17 05:07:26.663 8 INFO neutron.services.segments.plugin [-] Segment f76ef9be-4d17-4b01-ba8b-04491e898f53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f76ef9be-4d17-4b01-ba8b-04491e898f53 found for delete ", "request_id": "req-bdcce79c-8999-43c3-a386-5eb9cd16ac37"}]} [pid: 8|app: 0|req: 213/449] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:26 2026] DELETE /v2.0/networks/0992692a-0090-418f-8603-bed0870ba63b => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:07:26.839 9 INFO neutron.services.segments.plugin [-] Segment a498ef27-8e47-41e9-aa3d-4bd595e18481 resource provider aggregate not found 2026-04-17 05:07:26.845 9 INFO neutron.services.segments.plugin [-] Segment a498ef27-8e47-41e9-aa3d-4bd595e18481 resource provider aggregate not found 2026-04-17 05:07:26.869 9 INFO neutron.services.segments.plugin [-] Segment a498ef27-8e47-41e9-aa3d-4bd595e18481 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a498ef27-8e47-41e9-aa3d-4bd595e18481 found for delete ", "request_id": "req-58e621fa-0ca4-48f7-ae1d-ad390e68c047"}]} 2026-04-17 05:07:26.873 9 INFO neutron.services.segments.plugin [-] Segment a498ef27-8e47-41e9-aa3d-4bd595e18481 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a498ef27-8e47-41e9-aa3d-4bd595e18481 found for delete ", "request_id": "req-40680dce-9148-478a-9256-2cd4f8fbfe4a"}]} [pid: 9|app: 0|req: 237/450] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:26 2026] DELETE /v2.0/networks/bd368167-4076-4add-bd9a-f8eb02c64e9f => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/451] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:07:26 2026] GET /v2.0/networks => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:27.016 9 INFO neutron.db.segments_db [None req-a22207db-acc0-4e45-bb74-ff139e55af98 b3ca7d969d9f47dba9de743e1b35f581 15d338ed8db54d28945b5ff17d1a06c1 - - default default] Added segment adb38e15-da18-4000-bf1e-d8a4e41546cb of type vxlan for network 605e7767-f752-4518-bfff-e0927ad69fe7 [pid: 9|app: 0|req: 238/452] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:07:26 2026] POST /v2.0/networks => generated 630 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:07:27.203 8 INFO neutron.db.segments_db [None req-ec181ce7-a6d6-4b4b-b74d-c1dfcb2d2dc7 b3ca7d969d9f47dba9de743e1b35f581 15d338ed8db54d28945b5ff17d1a06c1 - - default default] Added segment 566a0ffe-9c51-4ccb-93bc-d62e17023bb2 of type vxlan for network e4096f24-7e05-4ade-9e7a-029dd06a3645 [pid: 8|app: 0|req: 215/453] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:07:27 2026] POST /v2.0/networks => generated 630 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/454] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:27 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/455] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:27 2026] GET /v2.0/security-groups?id=f5852e1c-fa48-493b-b840-925b0afe8649&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: 218/456] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:27 2026] DELETE /v2.0/security-groups/9d83e014-d579-4799-bbbb-23cf6f6b2434 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:07:27.857 8 INFO neutron.api.v2.resource [None req-83d888c2-98aa-487b-8782-88c48f909141 4188f06add454ffdb90ad2d988e74e1f 1556131e2626480eb08a559e581d576b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 219/457] 10.0.0.197 () {32 vars in 737 bytes} [Fri Apr 17 05:07:27 2026] GET /v2.0/security-groups/9d83e014-d579-4799-bbbb-23cf6f6b2434 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:07:27.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-67870b25-3386-4ddf-9c90-4be7d21200dc 4188f06add454ffdb90ad2d988e74e1f 1556131e2626480eb08a559e581d576b - - default default] TaaS: Handle Delete Port: 331ac0f1-7e04-4a55-a620-60ec94396d6c 2026-04-17 05:07:27.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67870b25-3386-4ddf-9c90-4be7d21200dc 4188f06add454ffdb90ad2d988e74e1f 1556131e2626480eb08a559e581d576b - - default default] Tap Mirror: Handle Delete Port: 331ac0f1-7e04-4a55-a620-60ec94396d6c [pid: 9|app: 0|req: 239/458] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:07:27 2026] POST /v2.0/ports => generated 1504 bytes in 761 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: 9|app: 0|req: 240/459] 10.0.0.197 () {32 vars in 643 bytes} [Fri Apr 17 05:07:28 2026] GET /v2.0/ports => generated 1504 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/460] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:07:27 2026] DELETE /v2.0/floatingips/0ba81b92-2acf-46d1-9679-31ff094661ec => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:07:28.271 9 INFO neutron_taas.services.taas.taas_plugin [None req-ac534331-5deb-465f-ab17-406ab761d0d9 b3ca7d969d9f47dba9de743e1b35f581 15d338ed8db54d28945b5ff17d1a06c1 - - default default] TaaS: Handle Delete Port: 0dddfcb6-b8b0-4c7a-8e65-111a3165edcc 2026-04-17 05:07:28.279 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac534331-5deb-465f-ab17-406ab761d0d9 b3ca7d969d9f47dba9de743e1b35f581 15d338ed8db54d28945b5ff17d1a06c1 - - default default] Tap Mirror: Handle Delete Port: 0dddfcb6-b8b0-4c7a-8e65-111a3165edcc [pid: 9|app: 0|req: 241/461] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:07:28 2026] DELETE /v2.0/ports/0dddfcb6-b8b0-4c7a-8e65-111a3165edcc => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:07:28.547 9 INFO neutron_taas.services.taas.taas_plugin [None req-604c3fb8-b602-4b6b-a8ae-acc12a9ffde0 b3ca7d969d9f47dba9de743e1b35f581 15d338ed8db54d28945b5ff17d1a06c1 - - default default] TaaS: Handle Delete Port: a8ef1c46-edf5-4ca6-9750-8886d5fb0f3e 2026-04-17 05:07:28.551 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-604c3fb8-b602-4b6b-a8ae-acc12a9ffde0 b3ca7d969d9f47dba9de743e1b35f581 15d338ed8db54d28945b5ff17d1a06c1 - - default default] Tap Mirror: Handle Delete Port: a8ef1c46-edf5-4ca6-9750-8886d5fb0f3e 2026-04-17 05:07:28.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0fb9c57-2dd2-44be-837b-e127c6d0defd 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: c9425f05-0d76-48c5-8cbd-6913df026f55 2026-04-17 05:07:28.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0fb9c57-2dd2-44be-837b-e127c6d0defd 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: c9425f05-0d76-48c5-8cbd-6913df026f55 [pid: 9|app: 0|req: 244/464] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:07:28 2026] DELETE /v2.0/ports/a8ef1c46-edf5-4ca6-9750-8886d5fb0f3e => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 245/465] 10.0.0.197 () {32 vars in 643 bytes} [Fri Apr 17 05:07:28 2026] GET /v2.0/ports => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:28.829 9 INFO neutron.db.segments_db [None req-0d7ae0f7-8c11-4467-baf3-2690328d1e22 b3ca7d969d9f47dba9de743e1b35f581 15d338ed8db54d28945b5ff17d1a06c1 - - default default] Added segment 7c808bc8-58d8-437b-a62f-8fa9da8b0e6c of type vxlan for network e6449c9a-45fc-460a-8dab-ec3c73d6736c [pid: 9|app: 0|req: 246/466] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:07:28 2026] POST /v2.0/networks => generated 630 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 247/467] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:28 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:29.098 9 INFO neutron.db.segments_db [None req-2e953f1b-3294-4599-a2ce-1ef88a48f466 b3ca7d969d9f47dba9de743e1b35f581 15d338ed8db54d28945b5ff17d1a06c1 - - default default] Added segment 5276119b-02a2-46e8-9203-96c653967b5f of type vxlan for network b267a861-254e-4c07-ab91-cf808d616c6c [pid: 9|app: 0|req: 248/468] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:07:28 2026] POST /v2.0/networks => generated 630 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 249/469] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:29 2026] GET /v2.0/security-groups?id=f5852e1c-fa48-493b-b840-925b0afe8649&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: 221/470] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:07:28 2026] PUT /v2.0/routers/f7848dda-3021-459e-91bf-47a0a900bdb5/remove_router_interface => generated 309 bytes in 1137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:29.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-27ef7df4-3209-486b-b286-493a6c1439e1 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: edbbb95f-3460-4365-abbb-d5cad7aeb4a9 2026-04-17 05:07:29.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27ef7df4-3209-486b-b286-493a6c1439e1 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: edbbb95f-3460-4365-abbb-d5cad7aeb4a9 2026-04-17 05:07:29.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-27ef7df4-3209-486b-b286-493a6c1439e1 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: fa0f6cfa-3be4-4a64-9c40-663676604f50 2026-04-17 05:07:29.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27ef7df4-3209-486b-b286-493a6c1439e1 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: fa0f6cfa-3be4-4a64-9c40-663676604f50 [pid: 9|app: 0|req: 250/471] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:07:29 2026] POST /v2.0/subnets => generated 1273 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 251/472] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:29 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 252/473] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:07:29 2026] GET /v2.0/subnets => generated 1909 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:07:30.184 8 INFO neutron.services.segments.plugin [-] Segment f5e0a534-eba3-4a7e-912a-ac2b06ee8e66 resource provider aggregate not found 2026-04-17 05:07:30.189 8 INFO neutron.services.segments.plugin [-] Segment f5e0a534-eba3-4a7e-912a-ac2b06ee8e66 resource provider aggregate not found 2026-04-17 05:07:30.211 8 INFO neutron.services.segments.plugin [-] Segment f5e0a534-eba3-4a7e-912a-ac2b06ee8e66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5e0a534-eba3-4a7e-912a-ac2b06ee8e66 found for delete ", "request_id": "req-de181240-bb2c-4d53-8d31-bbb9c9611a74"}]} 2026-04-17 05:07:30.218 8 INFO neutron.services.segments.plugin [-] Segment f5e0a534-eba3-4a7e-912a-ac2b06ee8e66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5e0a534-eba3-4a7e-912a-ac2b06ee8e66 found for delete ", "request_id": "req-38ea597f-8bd4-4f17-ae15-1cbc7206d357"}]} 2026-04-17 05:07:30.224 8 INFO neutron.db.l3_hamode_db [None req-27ef7df4-3209-486b-b286-493a6c1439e1 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] HA network 66f35e53-c049-439b-9a57-18801114ea00 was deleted as no HA routers are present in tenant 1556131e2626480eb08a559e581d576b. [pid: 8|app: 0|req: 222/474] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:29 2026] DELETE /v2.0/routers/f7848dda-3021-459e-91bf-47a0a900bdb5 => generated 0 bytes in 922 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:07:30.311 9 INFO neutron.db.l3_db [None req-ac8eadc0-5904-47ea-8d63-e30f931326db 9fe37577dc3748059ea39ea9445b4bc6 fbae1d1327f4402dbf989ef5c432bfa4 - - default default] Floating IP b1638a36-63bb-445c-a492-d031228bcc80 associated. External IP: 10.96.250.220, port: 48f61920-733c-4311-b2ec-2e7d03fe0a2d. [pid: 8|app: 0|req: 223/475] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:30 2026] DELETE /v2.0/subnets/2615b594-2a4a-4c83-af83-72df5c175760 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/476] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:30 2026] DELETE /v2.0/subnets/9458d0e4-b0b5-408d-aaaf-c6ac40d39396 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/477] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:30 2026] DELETE /v2.0/subnets/bcf0cd21-741f-4e05-ba0f-60744a56ee9e => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 253/478] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:07:29 2026] PUT /v2.0/floatingips/b1638a36-63bb-445c-a492-d031228bcc80 => generated 855 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 254/479] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:07:30 2026] GET /v2.0/subnets => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:30.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-f99fd8e9-1c31-43a8-867c-d6b2b56896c7 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: a39f153e-3319-4aab-b7a7-11674277554b 2026-04-17 05:07:30.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f99fd8e9-1c31-43a8-867c-d6b2b56896c7 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: a39f153e-3319-4aab-b7a7-11674277554b 2026-04-17 05:07:30.805 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-bce618bf-69c3-4a4d-b831-4a9f43d9d819'] response: {'name': 'network-changed', 'server_uuid': 'cf775c8c-f8ad-4261-9d32-796b4ea8bbe5', 'tag': '48f61920-733c-4311-b2ec-2e7d03fe0a2d', 'status': 'completed', 'code': 200} 2026-04-17 05:07:30.947 9 INFO neutron.services.segments.plugin [-] Segment 5276119b-02a2-46e8-9203-96c653967b5f resource provider aggregate not found 2026-04-17 05:07:30.954 9 INFO neutron.services.segments.plugin [-] Segment 5276119b-02a2-46e8-9203-96c653967b5f resource provider aggregate not found [pid: 9|app: 0|req: 255/480] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:30 2026] DELETE /v2.0/networks/b267a861-254e-4c07-ab91-cf808d616c6c => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:07:30.979 9 INFO neutron.services.segments.plugin [-] Segment 5276119b-02a2-46e8-9203-96c653967b5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5276119b-02a2-46e8-9203-96c653967b5f found for delete ", "request_id": "req-ff88dac8-b2fd-4c18-a5ed-31c700e8fc69"}]} 2026-04-17 05:07:30.985 9 INFO neutron.services.segments.plugin [-] Segment 5276119b-02a2-46e8-9203-96c653967b5f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5276119b-02a2-46e8-9203-96c653967b5f found for delete ", "request_id": "req-87937f84-a6d6-4cad-af58-261c2fbf6a7b"}]} [pid: 9|app: 0|req: 256/481] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:30 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/482] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:30 2026] DELETE /v2.0/networks/4b0a41a8-33e4-4e14-9baf-7f3b78619fc7 => generated 0 bytes in 377 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/483] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:31 2026] GET /v2.0/security-groups?id=f5852e1c-fa48-493b-b840-925b0afe8649&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 257/484] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:31 2026] DELETE /v2.0/networks/e6449c9a-45fc-460a-8dab-ec3c73d6736c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/485] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:31 2026] DELETE /v2.0/networks/e4096f24-7e05-4ade-9e7a-029dd06a3645 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 258/486] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:31 2026] GET /v2.0/ports?tenant_id=fbae1d1327f4402dbf989ef5c432bfa4&device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 259/487] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:31 2026] GET /v2.0/security-groups?tenant_id=1556131e2626480eb08a559e581d576b&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/488] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:31 2026] DELETE /v2.0/networks/605e7767-f752-4518-bfff-e0927ad69fe7 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/489] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:31 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 260/490] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:31 2026] GET /v2.0/networks?id=b7c4a874-c287-4d25-afd3-921b0d1a7f18 => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 261/491] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:31 2026] GET /v2.0/security-groups?id=f5852e1c-fa48-493b-b840-925b0afe8649&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 262/492] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:07:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=48f61920-733c-4311-b2ec-2e7d03fe0a2d => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 263/493] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:31 2026] GET /v2.0/subnets?id=1f88d16e-22d5-4c4a-b56e-1841365fdf5a => 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: 231/494] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:31 2026] DELETE /v2.0/security-groups/92fd5ad9-6577-418c-ab1d-347b1a9e0d3f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 264/495] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:31 2026] GET /v2.0/ports?network_id=b7c4a874-c287-4d25-afd3-921b0d1a7f18&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: 8|app: 0|req: 232/496] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:31 2026] GET /v2.0/networks/b7c4a874-c287-4d25-afd3-921b0d1a7f18?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 265/497] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:31 2026] GET /v2.0/networks/b7c4a874-c287-4d25-afd3-921b0d1a7f18?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-17 05:07:32.236 8 INFO neutron.services.segments.plugin [-] Segment 3f477687-8c25-4824-8bea-1f3161efea17 resource provider aggregate not found 2026-04-17 05:07:32.240 8 INFO neutron.services.segments.plugin [-] Segment 3f477687-8c25-4824-8bea-1f3161efea17 resource provider aggregate not found 2026-04-17 05:07:32.255 8 INFO neutron.services.segments.plugin [-] Segment 3f477687-8c25-4824-8bea-1f3161efea17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f477687-8c25-4824-8bea-1f3161efea17 found for delete ", "request_id": "req-0c523928-759e-4463-a956-5709a285ea94"}]} 2026-04-17 05:07:32.262 8 INFO neutron.services.segments.plugin [-] Segment 3f477687-8c25-4824-8bea-1f3161efea17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f477687-8c25-4824-8bea-1f3161efea17 found for delete ", "request_id": "req-5a3d8064-32f4-408f-9c98-05ca8f7dcc98"}]} 2026-04-17 05:07:32.271 8 INFO neutron.services.segments.plugin [-] Segment 566a0ffe-9c51-4ccb-93bc-d62e17023bb2 resource provider aggregate not found 2026-04-17 05:07:32.281 8 INFO neutron.services.segments.plugin [-] Segment 566a0ffe-9c51-4ccb-93bc-d62e17023bb2 resource provider aggregate not found 2026-04-17 05:07:32.290 8 INFO neutron.services.segments.plugin [-] Segment 566a0ffe-9c51-4ccb-93bc-d62e17023bb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 566a0ffe-9c51-4ccb-93bc-d62e17023bb2 found for delete ", "request_id": "req-2f9e33a3-c509-462f-9fea-60010abd16e5"}]} 2026-04-17 05:07:32.308 8 INFO neutron.services.segments.plugin [-] Segment 566a0ffe-9c51-4ccb-93bc-d62e17023bb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 566a0ffe-9c51-4ccb-93bc-d62e17023bb2 found for delete ", "request_id": "req-eaddc72a-58e8-4c9c-9968-78f631ed68ea"}]} 2026-04-17 05:07:32.312 8 INFO neutron.services.segments.plugin [-] Segment adb38e15-da18-4000-bf1e-d8a4e41546cb resource provider aggregate not found 2026-04-17 05:07:32.327 8 INFO neutron.services.segments.plugin [-] Segment adb38e15-da18-4000-bf1e-d8a4e41546cb resource provider aggregate not found 2026-04-17 05:07:32.328 8 INFO neutron.services.segments.plugin [-] Segment adb38e15-da18-4000-bf1e-d8a4e41546cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adb38e15-da18-4000-bf1e-d8a4e41546cb found for delete ", "request_id": "req-70a1a0ae-9336-4400-a4a3-b23cc4f263d7"}]} 2026-04-17 05:07:32.352 8 INFO neutron.services.segments.plugin [-] Segment adb38e15-da18-4000-bf1e-d8a4e41546cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adb38e15-da18-4000-bf1e-d8a4e41546cb found for delete ", "request_id": "req-86b96d26-f64a-493f-91ad-0daaab8e82fd"}]} [pid: 8|app: 0|req: 233/498] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:32 2026] GET /v2.0/security-groups?tenant_id=15d338ed8db54d28945b5ff17d1a06c1&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 266/499] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:32 2026] DELETE /v2.0/security-groups/e6ba8015-a316-44a2-9485-4181e9830b8b => 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: 234/500] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:32 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 267/501] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:32 2026] GET /v2.0/security-groups?id=f5852e1c-fa48-493b-b840-925b0afe8649&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:33.005 9 INFO neutron.services.segments.plugin [-] Segment 7c808bc8-58d8-437b-a62f-8fa9da8b0e6c resource provider aggregate not found 2026-04-17 05:07:33.013 9 INFO neutron.services.segments.plugin [-] Segment 7c808bc8-58d8-437b-a62f-8fa9da8b0e6c resource provider aggregate not found 2026-04-17 05:07:33.030 9 INFO neutron.services.segments.plugin [-] Segment 7c808bc8-58d8-437b-a62f-8fa9da8b0e6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c808bc8-58d8-437b-a62f-8fa9da8b0e6c found for delete ", "request_id": "req-62811373-bd1a-48e8-a2d6-429f13db0d74"}]} 2026-04-17 05:07:33.030 9 INFO neutron.services.segments.plugin [-] Segment 7c808bc8-58d8-437b-a62f-8fa9da8b0e6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c808bc8-58d8-437b-a62f-8fa9da8b0e6c found for delete ", "request_id": "req-c9657f2c-90c7-4ebc-9850-883cdb8edc8b"}]} [pid: 9|app: 0|req: 268/502] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:33 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:33.870 8 INFO neutron.db.segments_db [None req-ae9d3e8a-ea84-4fe2-bc0d-c499ae1c7182 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment d6987e3e-c6c4-4ad6-9818-3b0fe2e522e6 of type vxlan for network 03f9fd89-b499-49cd-b80f-dbd3e0531257 [pid: 9|app: 0|req: 269/503] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:07:33 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 270/504] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:33 2026] GET /v2.0/security-groups?id=f5852e1c-fa48-493b-b840-925b0afe8649&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: 235/505] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:07:33 2026] POST /v2.0/networks => generated 726 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:07:34.022 9 INFO neutron_taas.services.taas.taas_plugin [req-c82cb4e8-149f-412b-bf30-b42059d48165 req-1dea5922-2817-4457-9da2-658f6fc3bb89 9fe37577dc3748059ea39ea9445b4bc6 fbae1d1327f4402dbf989ef5c432bfa4 - - default default] TaaS: Handle Delete Port: 48f61920-733c-4311-b2ec-2e7d03fe0a2d 2026-04-17 05:07:34.025 9 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c82cb4e8-149f-412b-bf30-b42059d48165 req-1dea5922-2817-4457-9da2-658f6fc3bb89 9fe37577dc3748059ea39ea9445b4bc6 fbae1d1327f4402dbf989ef5c432bfa4 - - default default] Tap Mirror: Handle Delete Port: 48f61920-733c-4311-b2ec-2e7d03fe0a2d 2026-04-17 05:07:34.165 9 INFO neutron.db.l3_db [req-c82cb4e8-149f-412b-bf30-b42059d48165 req-1dea5922-2817-4457-9da2-658f6fc3bb89 9fe37577dc3748059ea39ea9445b4bc6 fbae1d1327f4402dbf989ef5c432bfa4 - - default default] Floating IP b1638a36-63bb-445c-a492-d031228bcc80 disassociated. External IP: 10.96.250.220, port: 48f61920-733c-4311-b2ec-2e7d03fe0a2d. [pid: 8|app: 0|req: 236/506] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:07:33 2026] POST /v2.0/subnets => generated 692 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/507] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:34 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:34.309 8 INFO neutron.db.segments_db [None req-cf7b48d4-8dde-454a-bd65-883dc99e30e9 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 4d53f726-aa9b-4f14-9f8e-db390d0ce989 of type vxlan for network 4a663488-c8a1-48d5-8fb7-d525e9517ef3 [pid: 9|app: 0|req: 271/508] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:07:33 2026] DELETE /v2.0/ports/48f61920-733c-4311-b2ec-2e7d03fe0a2d => generated 0 bytes in 611 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:07:34.547 8 INFO neutron.db.l3_hamode_db [None req-cf7b48d4-8dde-454a-bd65-883dc99e30e9 147a493ae8a840729697baa0fe58c898 fe6fd55f4a3348f28d071716fc41da38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:07:34.570 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c126b614-f41e-4096-8e26-177c6fd9fa8c'] response: {'server_uuid': 'cf775c8c-f8ad-4261-9d32-796b4ea8bbe5', 'name': 'network-vif-deleted', 'tag': '48f61920-733c-4311-b2ec-2e7d03fe0a2d', 'status': 'completed', 'code': 200} 2026-04-17 05:07:34.789 9 INFO neutron.db.segments_db [None req-6e339858-6bfc-45f0-8838-b98a20635651 32d639612b054b5db4948e4d54473be4 dbc0f264e688409db688219e1da7c85b - - default default] Added segment 8393eacd-cd2e-49db-9751-bffb8f572cef of type vxlan for network 854e9ff5-45cb-4ca5-9ad1-836ee9e1fd46 [pid: 9|app: 0|req: 272/509] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:07:34 2026] POST /v2.0/networks => generated 624 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 273/510] 10.0.0.172 () {34 vars in 971 bytes} [Fri Apr 17 05:07:34 2026] GET /v2.0/ports/724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 972 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 274/511] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:07:34 2026] POST /v2.0/subnets => generated 641 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 275/512] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:35 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:35.288 8 INFO neutron.db.l3_hamode_db [None req-cf7b48d4-8dde-454a-bd65-883dc99e30e9 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:07:35.306 9 INFO neutron.db.segments_db [None req-b8408bc3-6c03-41c0-84a7-735aed714628 32d639612b054b5db4948e4d54473be4 dbc0f264e688409db688219e1da7c85b - - default default] Added segment 120a62a9-a8ac-448d-b423-8767b3bf081a of type vxlan for network 5381d8e2-1f4a-45a1-b74e-e578df5400c0 [pid: 9|app: 0|req: 276/513] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:07:35 2026] POST /v2.0/networks => generated 625 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 277/514] 10.0.0.197 () {34 vars in 743 bytes} [Fri Apr 17 05:07:35 2026] PUT /v2.0/networks/5381d8e2-1f4a-45a1-b74e-e578df5400c0 => generated 592 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 278/515] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:07:35 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 279/516] 199.204.45.113 () {34 vars in 1000 bytes} [Fri Apr 17 05:07:35 2026] GET /v2.0/subnets?network_id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 => generated 683 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 280/517] 10.0.0.197 () {34 vars in 741 bytes} [Fri Apr 17 05:07:35 2026] PUT /v2.0/subnets/ec1917cd-19d6-4e02-8894-50e8fcc46055 => generated 636 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 281/518] 199.204.45.113 () {34 vars in 1146 bytes} [Fri Apr 17 05:07:35 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307&device_owner=compute%3Anova&network_id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:36.161 9 INFO neutron.services.segments.plugin [-] Segment 120a62a9-a8ac-448d-b423-8767b3bf081a resource provider aggregate not found 2026-04-17 05:07:36.164 9 INFO neutron.services.segments.plugin [-] Segment 120a62a9-a8ac-448d-b423-8767b3bf081a resource provider aggregate not found 2026-04-17 05:07:36.184 9 INFO neutron.services.segments.plugin [-] Segment 120a62a9-a8ac-448d-b423-8767b3bf081a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 120a62a9-a8ac-448d-b423-8767b3bf081a found for delete ", "request_id": "req-acefd5d7-eac4-41da-b90b-3d26e0b296d1"}]} 2026-04-17 05:07:36.184 9 INFO neutron.services.segments.plugin [-] Segment 120a62a9-a8ac-448d-b423-8767b3bf081a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 120a62a9-a8ac-448d-b423-8767b3bf081a found for delete ", "request_id": "req-fe340a06-bb82-433a-9cdf-d89e43d95421"}]} [pid: 8|app: 0|req: 238/519] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:07:34 2026] POST /v2.0/routers => generated 732 bytes in 1929 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 282/520] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:35 2026] DELETE /v2.0/networks/5381d8e2-1f4a-45a1-b74e-e578df5400c0 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:07:36.223 9 INFO neutron.pecan_wsgi.hooks.translation [None req-cbbaf0ee-b1c6-4677-baa1-7693cc8fd594 32d639612b054b5db4948e4d54473be4 dbc0f264e688409db688219e1da7c85b - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 283/521] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:36 2026] DELETE /v2.0/networks/5381d8e2-1f4a-45a1-b74e-e578df5400c0 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/522] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:07:36 2026] PUT /v2.0/ports/724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 1149 bytes in 895 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-17 05:07:37.138 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0194115-8ad8-4ecf-ae3a-c0dd4146b774'] response: {'name': 'network-changed', 'server_uuid': 'ba82398f-7f98-4478-bbce-0b4dfabb1307', 'tag': '724d7411-902b-4e6f-b0e1-541a9f3bf895', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 240/523] 10.0.0.197 () {32 vars in 694 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/524] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/ports?device_id=cf775c8c-f8ad-4261-9d32-796b4ea8bbe5 => 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: 242/525] 10.0.0.197 () {32 vars in 742 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/subnets?network_id=a8affa4b-ed98-4e56-98c5-47dcb0a57cd9 => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/526] 10.0.0.197 () {32 vars in 653 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/527] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/networks => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/528] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/subnets => generated 1280 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 284/529] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:07:36 2026] PUT /v2.0/routers/1ac3dc37-9b75-489b-be6d-8d86de5976f9/add_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/530] 10.0.0.197 () {32 vars in 723 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/networks/854e9ff5-45cb-4ca5-9ad1-836ee9e1fd46 => generated 668 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 285/531] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/subnets/d6dc6724-3116-4914-b731-5f66e5f61bb7 => generated 641 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:37.460 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53cc51f3-d423-46c8-9a53-48a7db0f45f2 32d639612b054b5db4948e4d54473be4 dbc0f264e688409db688219e1da7c85b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/532] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:37 2026] DELETE /v2.0/subnets/ec1917cd-19d6-4e02-8894-50e8fcc46055 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:07:37.498 9 INFO neutron.pecan_wsgi.hooks.translation [None req-09635376-b7db-400a-baa7-aa36bd283176 32d639612b054b5db4948e4d54473be4 dbc0f264e688409db688219e1da7c85b - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 286/533] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:37 2026] DELETE /v2.0/networks/5381d8e2-1f4a-45a1-b74e-e578df5400c0 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 287/534] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/ports?tenant_id=185fe372d6944ea0800706fbde1e1d2c&device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 1421 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/535] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:37 2026] DELETE /v2.0/subnets/d6dc6724-3116-4914-b731-5f66e5f61bb7 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 288/536] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/networks?id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 => generated 779 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 289/537] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:37.773 8 INFO neutron.services.segments.plugin [-] Segment 8393eacd-cd2e-49db-9751-bffb8f572cef resource provider aggregate not found 2026-04-17 05:07:37.786 8 INFO neutron.services.segments.plugin [-] Segment 8393eacd-cd2e-49db-9751-bffb8f572cef resource provider aggregate not found [pid: 9|app: 0|req: 290/538] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:37.806 8 INFO neutron.services.segments.plugin [-] Segment 8393eacd-cd2e-49db-9751-bffb8f572cef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8393eacd-cd2e-49db-9751-bffb8f572cef found for delete ", "request_id": "req-14d08803-db8b-45be-b4a7-c6814c7210ac"}]} 2026-04-17 05:07:37.809 8 INFO neutron.services.segments.plugin [-] Segment 8393eacd-cd2e-49db-9751-bffb8f572cef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8393eacd-cd2e-49db-9751-bffb8f572cef found for delete ", "request_id": "req-1e434320-a5a5-4b55-8002-8a056dcd1bc2"}]} [pid: 8|app: 0|req: 249/539] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:37 2026] DELETE /v2.0/networks/854e9ff5-45cb-4ca5-9ad1-836ee9e1fd46 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 291/540] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/subnets?id=60e00b6a-3ce1-4b8e-8ef8-9aa672f5a9cc => generated 701 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/541] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/ports?network_id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 292/542] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?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: 251/543] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:37 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?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: 252/544] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:38 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 1152 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/545] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:38 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&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: 9|app: 0|req: 293/546] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:38 2026] GET /v2.0/security-groups?tenant_id=dbc0f264e688409db688219e1da7c85b&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 294/547] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:07:38 2026] GET /v2.0/networks?id=03f9fd89-b499-49cd-b80f-dbd3e0531257 => generated 677 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/548] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:38 2026] DELETE /v2.0/security-groups/f5852e1c-fa48-493b-b840-925b0afe8649 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/549] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:07:38 2026] GET /v2.0/quotas/fe6fd55f4a3348f28d071716fc41da38 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:38.607 8 INFO neutron.api.v2.resource [None req-79b67cf9-607c-4926-a9f2-0e60df935b1c 9fe37577dc3748059ea39ea9445b4bc6 fbae1d1327f4402dbf989ef5c432bfa4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 256/550] 10.0.0.197 () {32 vars in 737 bytes} [Fri Apr 17 05:07:38 2026] GET /v2.0/security-groups/f5852e1c-fa48-493b-b840-925b0afe8649 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/551] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:07:38 2026] GET /v2.0/ports?tenant_id=fe6fd55f4a3348f28d071716fc41da38&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 295/552] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:38 2026] DELETE /v2.0/security-groups/a5f65955-84cb-4aad-a760-d5ce35c38e3d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 296/553] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:07:38 2026] GET /v2.0/networks/03f9fd89-b499-49cd-b80f-dbd3e0531257?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:38.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a463d7c-4551-4828-9224-bfe1890f4154 9fe37577dc3748059ea39ea9445b4bc6 fbae1d1327f4402dbf989ef5c432bfa4 - - default default] TaaS: Handle Delete Port: b7bf6cc1-c119-45b9-93f1-4232c9db4e62 [pid: 9|app: 0|req: 297/554] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:07:38 2026] GET /v2.0/networks/03f9fd89-b499-49cd-b80f-dbd3e0531257?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:38.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a463d7c-4551-4828-9224-bfe1890f4154 9fe37577dc3748059ea39ea9445b4bc6 fbae1d1327f4402dbf989ef5c432bfa4 - - default default] Tap Mirror: Handle Delete Port: b7bf6cc1-c119-45b9-93f1-4232c9db4e62 [pid: 9|app: 0|req: 298/555] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:38 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => 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: 258/556] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:07:38 2026] DELETE /v2.0/floatingips/b1638a36-63bb-445c-a492-d031228bcc80 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/557] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:39 2026] GET /v2.0/ports?tenant_id=185fe372d6944ea0800706fbde1e1d2c&device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 1421 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/558] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:39 2026] GET /v2.0/networks?id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 => generated 779 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/559] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:07:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/560] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:07:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=724d7411-902b-4e6f-b0e1-541a9f3bf895 => 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: 263/561] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:39 2026] GET /v2.0/subnets?id=60e00b6a-3ce1-4b8e-8ef8-9aa672f5a9cc => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/562] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:39 2026] GET /v2.0/ports?network_id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9&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: 265/563] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:39 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?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: 266/564] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:39 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?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) 2026-04-17 05:07:39.435 9 INFO neutron_taas.services.taas.taas_plugin [None req-82813d12-1953-4846-b497-cbb463724933 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: c0a17e52-39e7-45f5-8917-eac29f3ffb43 2026-04-17 05:07:39.438 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82813d12-1953-4846-b497-cbb463724933 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: c0a17e52-39e7-45f5-8917-eac29f3ffb43 [pid: 9|app: 0|req: 299/565] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:07:38 2026] PUT /v2.0/routers/f9772fd3-fb3a-4507-a239-9de9ac6b8977/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/566] 199.204.45.113 () {34 vars in 1118 bytes} [Fri Apr 17 05:07:39 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/567] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:40 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:40.195 9 INFO neutron_taas.services.taas.taas_plugin [None req-eec21b12-5175-4dfc-ad7e-78a0e6823fcf 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 9f7c1df7-9e6e-4922-a696-45c9238f37e8 2026-04-17 05:07:40.208 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eec21b12-5175-4dfc-ad7e-78a0e6823fcf 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 9f7c1df7-9e6e-4922-a696-45c9238f37e8 2026-04-17 05:07:40.491 9 INFO neutron_taas.services.taas.taas_plugin [None req-eec21b12-5175-4dfc-ad7e-78a0e6823fcf 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 933e807f-8e5a-4364-afd4-6c359f3f742c 2026-04-17 05:07:40.495 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eec21b12-5175-4dfc-ad7e-78a0e6823fcf 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 933e807f-8e5a-4364-afd4-6c359f3f742c [pid: 8|app: 0|req: 269/568] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:07:40 2026] PUT /v2.0/ports/724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 972 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:40.567 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-27bd3434-880d-416e-8cca-ddcc66012771'] response: {'name': 'network-changed', 'server_uuid': 'ba82398f-7f98-4478-bbce-0b4dfabb1307', 'tag': '724d7411-902b-4e6f-b0e1-541a9f3bf895', 'status': 'completed', 'code': 200} 2026-04-17 05:07:40.839 9 INFO neutron.services.segments.plugin [-] Segment 58eb8ce4-6582-4851-b608-598d3001c88f resource provider aggregate not found 2026-04-17 05:07:40.843 9 INFO neutron.services.segments.plugin [-] Segment 58eb8ce4-6582-4851-b608-598d3001c88f resource provider aggregate not found 2026-04-17 05:07:40.861 9 INFO neutron.db.l3_hamode_db [None req-eec21b12-5175-4dfc-ad7e-78a0e6823fcf 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] HA network 48f70c4f-7805-4c29-b3b3-b0db2dde4aba was deleted as no HA routers are present in tenant fbae1d1327f4402dbf989ef5c432bfa4. 2026-04-17 05:07:40.863 9 INFO neutron.services.segments.plugin [-] Segment 58eb8ce4-6582-4851-b608-598d3001c88f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58eb8ce4-6582-4851-b608-598d3001c88f found for delete ", "request_id": "req-6b65dbf7-0fad-45be-889f-6908b24f14c4"}]} 2026-04-17 05:07:40.864 9 INFO neutron.services.segments.plugin [-] Segment 58eb8ce4-6582-4851-b608-598d3001c88f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58eb8ce4-6582-4851-b608-598d3001c88f found for delete ", "request_id": "req-0469e195-138a-48b7-9a3d-a3104a15f60c"}]} [pid: 9|app: 0|req: 300/569] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:39 2026] DELETE /v2.0/routers/f9772fd3-fb3a-4507-a239-9de9ac6b8977 => generated 0 bytes in 895 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: 270/570] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:40 2026] DELETE /v2.0/subnets/1f88d16e-22d5-4c4a-b56e-1841365fdf5a => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/571] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:41 2026] GET /v2.0/ports?tenant_id=185fe372d6944ea0800706fbde1e1d2c&device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:07:41.150 9 INFO neutron_taas.services.taas.taas_plugin [None req-ad726eea-d3d2-41d7-b0b4-9ce7f82b86f0 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: c05e3c0e-076c-4543-9052-4578a504b5f7 2026-04-17 05:07:41.153 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad726eea-d3d2-41d7-b0b4-9ce7f82b86f0 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: c05e3c0e-076c-4543-9052-4578a504b5f7 [pid: 8|app: 0|req: 272/572] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:41 2026] GET /v2.0/networks?id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 => generated 779 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/573] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:41 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => 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: 274/574] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:07:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/575] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:41 2026] GET /v2.0/subnets?id=60e00b6a-3ce1-4b8e-8ef8-9aa672f5a9cc => generated 701 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/576] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:41 2026] GET /v2.0/ports?network_id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9&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: 9|app: 0|req: 301/577] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:41 2026] DELETE /v2.0/networks/b7c4a874-c287-4d25-afd3-921b0d1a7f18 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/578] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:41 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 302/579] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:41 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/580] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:41 2026] GET /v2.0/security-groups?tenant_id=fbae1d1327f4402dbf989ef5c432bfa4&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 303/581] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:41 2026] DELETE /v2.0/security-groups/3233d810-ff95-4204-a7ee-10527f304a02 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/582] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:41 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 304/583] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:41 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&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: 280/584] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:42 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/585] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:42 2026] GET /v2.0/ports?tenant_id=185fe372d6944ea0800706fbde1e1d2c&device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 305/586] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:42 2026] GET /v2.0/security-groups?tenant_id=16c45aa838ea42909be1c9bb8624afcb&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/587] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:42 2026] GET /v2.0/networks?id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/588] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:07:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 306/589] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:42 2026] DELETE /v2.0/security-groups/6fe3fd61-d4c5-4702-be86-ee18b9c60fcf => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/590] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:42 2026] GET /v2.0/subnets?id=60e00b6a-3ce1-4b8e-8ef8-9aa672f5a9cc => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 307/591] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:42 2026] GET /v2.0/ports?network_id=46ea87a8-9c84-4c80-a8ac-c82e5cb983b9&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/592] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:42 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 308/593] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:42 2026] GET /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9?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-17 05:07:42.884 9 INFO neutron.services.segments.plugin [-] Segment c284c78e-093a-467d-b2a5-09f029158df7 resource provider aggregate not found 2026-04-17 05:07:42.890 9 INFO neutron.services.segments.plugin [-] Segment c284c78e-093a-467d-b2a5-09f029158df7 resource provider aggregate not found 2026-04-17 05:07:42.903 9 INFO neutron.services.segments.plugin [-] Segment c284c78e-093a-467d-b2a5-09f029158df7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c284c78e-093a-467d-b2a5-09f029158df7 found for delete ", "request_id": "req-239d9cf7-fc70-453f-b0d4-fb298a7c6827"}]} 2026-04-17 05:07:42.917 9 INFO neutron.services.segments.plugin [-] Segment c284c78e-093a-467d-b2a5-09f029158df7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c284c78e-093a-467d-b2a5-09f029158df7 found for delete ", "request_id": "req-bdfb45cb-9d6d-40dd-8cdb-e29e85c9bace"}]} [pid: 8|app: 0|req: 286/594] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:43 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 309/595] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:43 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&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: 287/596] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:07:43 2026] GET /v2.0/networks?id=03f9fd89-b499-49cd-b80f-dbd3e0531257 => generated 677 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/599] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:43 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 310/600] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:07:43 2026] POST /v2.0/ports => generated 954 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/601] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:07:43 2026] PUT /v2.0/ports/63dd9bf8-df9a-4a4f-ac6b-1c051de2714b => generated 1235 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:07:44.154 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-49fb446e-2775-43c2-9163-538d22cf5379'] response: {'name': 'network-changed', 'server_uuid': '77635940-48e2-42f9-8755-536cc2b8a124', 'tag': '63dd9bf8-df9a-4a4f-ac6b-1c051de2714b', '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: 9|app: 0|req: 311/602] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:44 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 975 bytes in 93 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: 292/603] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:07:44 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 312/604] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:44 2026] GET /v2.0/security-groups?id=4b56bb80-943f-4395-a354-c6ab72dbe781&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 313/605] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:44 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 314/606] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:44 2026] GET /v2.0/security-groups?id=7e25d7db-b1ff-4672-9cd5-3276c57cc75f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:44.561 8 INFO neutron_taas.services.taas.taas_plugin [req-7614bf44-04d2-48bd-9632-c284c48d720f req-c9ce03fe-d7f8-4f8f-a32c-0d78baa69c83 19c1dd7be39f454e9d014189c5f97c8a 185fe372d6944ea0800706fbde1e1d2c - - default default] TaaS: Handle Delete Port: 724d7411-902b-4e6f-b0e1-541a9f3bf895 2026-04-17 05:07:44.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7614bf44-04d2-48bd-9632-c284c48d720f req-c9ce03fe-d7f8-4f8f-a32c-0d78baa69c83 19c1dd7be39f454e9d014189c5f97c8a 185fe372d6944ea0800706fbde1e1d2c - - default default] Tap Mirror: Handle Delete Port: 724d7411-902b-4e6f-b0e1-541a9f3bf895 [pid: 9|app: 0|req: 315/607] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:44 2026] GET /v2.0/ports?tenant_id=fe6fd55f4a3348f28d071716fc41da38&device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:07:44.759 8 INFO neutron.db.l3_db [req-7614bf44-04d2-48bd-9632-c284c48d720f req-c9ce03fe-d7f8-4f8f-a32c-0d78baa69c83 19c1dd7be39f454e9d014189c5f97c8a 185fe372d6944ea0800706fbde1e1d2c - - default default] Floating IP c671a6e8-8505-45f6-8e88-a29bbe68d8bf disassociated. External IP: 10.96.250.212, port: 724d7411-902b-4e6f-b0e1-541a9f3bf895. [pid: 9|app: 0|req: 316/608] 199.204.45.113 () {34 vars in 1018 bytes} [Fri Apr 17 05:07:44 2026] GET /v2.0/networks?tenant_id=fe6fd55f4a3348f28d071716fc41da38&shared=False => generated 773 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 317/609] 199.204.45.113 () {34 vars in 930 bytes} [Fri Apr 17 05:07:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/610] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:07:44 2026] DELETE /v2.0/ports/724d7411-902b-4e6f-b0e1-541a9f3bf895 => generated 0 bytes in 735 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 318/611] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:45 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => 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: 294/612] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:45 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 319/613] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:45 2026] GET /v2.0/security-groups?id=7e25d7db-b1ff-4672-9cd5-3276c57cc75f&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: 295/614] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:07:45 2026] GET /v2.0/ports?tenant_id=fe6fd55f4a3348f28d071716fc41da38&device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 320/615] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:07:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=63dd9bf8-df9a-4a4f-ac6b-1c051de2714b => 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: 296/616] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:07:45 2026] GET /v2.0/subnets?id=f2e8b21e-ddff-4a13-b2c0-235623adda56 => generated 695 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 321/617] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:07:45 2026] GET /v2.0/ports?network_id=03f9fd89-b499-49cd-b80f-dbd3e0531257&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: 297/618] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:07:46 2026] GET /v2.0/networks/03f9fd89-b499-49cd-b80f-dbd3e0531257?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 322/619] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:07:46 2026] GET /v2.0/networks/03f9fd89-b499-49cd-b80f-dbd3e0531257?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:46.192 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b12520bc-f0d6-4efc-accc-8cbaa617db21'] response: {'server_uuid': 'ba82398f-7f98-4478-bbce-0b4dfabb1307', 'name': 'network-vif-deleted', 'tag': '724d7411-902b-4e6f-b0e1-541a9f3bf895', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 298/620] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:46 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 323/621] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:46 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 324/622] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:46 2026] GET /v2.0/security-groups?id=7e25d7db-b1ff-4672-9cd5-3276c57cc75f&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: 299/623] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:46 2026] GET /v2.0/security-groups?tenant_id=101461ad755e4e888c8fc783e78514d2&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 325/624] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:47 2026] DELETE /v2.0/security-groups/79893da0-ede4-4b71-ad8a-f33e1b3703d7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/625] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:47 2026] GET /v2.0/security-groups?tenant_id=3b605318d8c5477f810ad836a5579da5&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/626] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:47 2026] GET /v2.0/ports?device_id=ba82398f-7f98-4478-bbce-0b4dfabb1307 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 326/627] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:47 2026] DELETE /v2.0/security-groups/005203b6-fcdd-42da-a48b-f5a93b0b3dd9 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/628] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:47 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 327/629] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:48 2026] GET /v2.0/security-groups?id=7e25d7db-b1ff-4672-9cd5-3276c57cc75f&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: 303/630] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:48 2026] DELETE /v2.0/security-groups/4b56bb80-943f-4395-a354-c6ab72dbe781 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:07:48.940 9 INFO neutron.api.v2.resource [None req-bdf5f41d-00b6-4797-be28-544d0810def3 19c1dd7be39f454e9d014189c5f97c8a 185fe372d6944ea0800706fbde1e1d2c - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 328/631] 10.0.0.197 () {32 vars in 737 bytes} [Fri Apr 17 05:07:48 2026] GET /v2.0/security-groups/4b56bb80-943f-4395-a354-c6ab72dbe781 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:07:49.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-451b4200-204f-47d3-99a6-dca6f12d0311 19c1dd7be39f454e9d014189c5f97c8a 185fe372d6944ea0800706fbde1e1d2c - - default default] TaaS: Handle Delete Port: b089d1d5-06af-45c3-a7ed-22aa2cd40d05 2026-04-17 05:07:49.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-451b4200-204f-47d3-99a6-dca6f12d0311 19c1dd7be39f454e9d014189c5f97c8a 185fe372d6944ea0800706fbde1e1d2c - - default default] Tap Mirror: Handle Delete Port: b089d1d5-06af-45c3-a7ed-22aa2cd40d05 [pid: 8|app: 0|req: 304/632] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:07:48 2026] DELETE /v2.0/floatingips/c671a6e8-8505-45f6-8e88-a29bbe68d8bf => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 329/633] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:49 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/634] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:49 2026] GET /v2.0/security-groups?id=7e25d7db-b1ff-4672-9cd5-3276c57cc75f&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:49.767 9 INFO neutron_taas.services.taas.taas_plugin [None req-1a08638d-d236-44b4-af93-31170e2425a6 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 20bf58a3-1983-42f5-bd81-6b67aa0916b6 2026-04-17 05:07:49.771 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a08638d-d236-44b4-af93-31170e2425a6 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 20bf58a3-1983-42f5-bd81-6b67aa0916b6 [pid: 8|app: 0|req: 306/635] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:50 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => 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: 307/636] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:50 2026] GET /v2.0/security-groups?id=7e25d7db-b1ff-4672-9cd5-3276c57cc75f&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 330/637] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:07:49 2026] PUT /v2.0/routers/18ed0a31-ad5b-4fa1-bfa2-36c5b738d434/remove_router_interface => generated 309 bytes in 1423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:50.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cf4ceec-7852-4e19-92d8-11c3c17f8006 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 859923c1-ab84-42d7-9c53-449a08298903 2026-04-17 05:07:50.963 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cf4ceec-7852-4e19-92d8-11c3c17f8006 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 859923c1-ab84-42d7-9c53-449a08298903 2026-04-17 05:07:51.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cf4ceec-7852-4e19-92d8-11c3c17f8006 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 4a5e15d9-2296-4755-8257-69531521f000 2026-04-17 05:07:51.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cf4ceec-7852-4e19-92d8-11c3c17f8006 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 4a5e15d9-2296-4755-8257-69531521f000 2026-04-17 05:07:51.586 8 INFO neutron.services.segments.plugin [-] Segment f92470d4-89fb-4901-96e3-1f3b7156b7a4 resource provider aggregate not found 2026-04-17 05:07:51.593 8 INFO neutron.services.segments.plugin [-] Segment f92470d4-89fb-4901-96e3-1f3b7156b7a4 resource provider aggregate not found 2026-04-17 05:07:51.610 8 INFO neutron.services.segments.plugin [-] Segment f92470d4-89fb-4901-96e3-1f3b7156b7a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f92470d4-89fb-4901-96e3-1f3b7156b7a4 found for delete ", "request_id": "req-bd6d0d11-1bfc-4430-88c8-c4b2f4a8ba93"}]} 2026-04-17 05:07:51.614 8 INFO neutron.db.l3_hamode_db [None req-7cf4ceec-7852-4e19-92d8-11c3c17f8006 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] HA network 97556822-1a9a-48fa-956d-8cececa96176 was deleted as no HA routers are present in tenant 185fe372d6944ea0800706fbde1e1d2c. [pid: 9|app: 0|req: 331/638] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:51 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/639] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:50 2026] DELETE /v2.0/routers/18ed0a31-ad5b-4fa1-bfa2-36c5b738d434 => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:07:51.627 8 INFO neutron.services.segments.plugin [-] Segment f92470d4-89fb-4901-96e3-1f3b7156b7a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f92470d4-89fb-4901-96e3-1f3b7156b7a4 found for delete ", "request_id": "req-f98862cd-75f2-4ad2-b01b-4207b34bb80c"}]} [pid: 9|app: 0|req: 332/640] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:51 2026] GET /v2.0/security-groups?id=7e25d7db-b1ff-4672-9cd5-3276c57cc75f&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: 309/641] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:07:51 2026] DELETE /v2.0/subnets/60e00b6a-3ce1-4b8e-8ef8-9aa672f5a9cc => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:07:51.953 9 INFO neutron_taas.services.taas.taas_plugin [None req-56e8699a-c284-473b-b5ca-6c30f66ed7c2 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 8a02b45f-debd-4b08-bb38-2edd5b6472cf 2026-04-17 05:07:51.956 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56e8699a-c284-473b-b5ca-6c30f66ed7c2 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 8a02b45f-debd-4b08-bb38-2edd5b6472cf [pid: 8|app: 0|req: 310/642] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:52 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:52.112 9 INFO neutron.services.segments.plugin [-] Segment b1152e4b-caa5-455c-b030-59aca0e04998 resource provider aggregate not found 2026-04-17 05:07:52.121 9 INFO neutron.services.segments.plugin [-] Segment b1152e4b-caa5-455c-b030-59aca0e04998 resource provider aggregate not found 2026-04-17 05:07:52.129 9 INFO neutron.services.segments.plugin [-] Segment b1152e4b-caa5-455c-b030-59aca0e04998 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1152e4b-caa5-455c-b030-59aca0e04998 found for delete ", "request_id": "req-d82a058c-5127-4e0a-96f9-ee322859e46e"}]} [pid: 9|app: 0|req: 333/643] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:07:51 2026] DELETE /v2.0/networks/46ea87a8-9c84-4c80-a8ac-c82e5cb983b9 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:07:52.141 9 INFO neutron.services.segments.plugin [-] Segment b1152e4b-caa5-455c-b030-59aca0e04998 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1152e4b-caa5-455c-b030-59aca0e04998 found for delete ", "request_id": "req-2f721094-c4ed-4b08-8f88-e5020a25123c"}]} [pid: 8|app: 0|req: 311/644] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:52 2026] GET /v2.0/security-groups?id=7e25d7db-b1ff-4672-9cd5-3276c57cc75f&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: 9|app: 0|req: 334/645] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:52 2026] GET /v2.0/security-groups?tenant_id=185fe372d6944ea0800706fbde1e1d2c&name=default => generated 2921 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/646] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:52 2026] DELETE /v2.0/security-groups/feca051a-6dc0-4113-a049-24086c4e1de2 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 335/647] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:53 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/648] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:53 2026] GET /v2.0/security-groups?id=7e25d7db-b1ff-4672-9cd5-3276c57cc75f&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: 9|app: 0|req: 336/649] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:54 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/650] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:07:54 2026] GET /v2.0/security-groups?id=7e25d7db-b1ff-4672-9cd5-3276c57cc75f&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: 9|app: 0|req: 337/651] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:07:54 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:07:54.831 8 INFO neutron_taas.services.taas.taas_plugin [req-2329a087-028f-474f-9a4d-90fda8df40b6 req-6906e737-a95c-46ce-aaaa-cfa54dcc2dc2 34b69515f05a4ddc96a05f6b54cf72a6 fe6fd55f4a3348f28d071716fc41da38 - - default default] TaaS: Handle Delete Port: 63dd9bf8-df9a-4a4f-ac6b-1c051de2714b 2026-04-17 05:07:54.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2329a087-028f-474f-9a4d-90fda8df40b6 req-6906e737-a95c-46ce-aaaa-cfa54dcc2dc2 34b69515f05a4ddc96a05f6b54cf72a6 fe6fd55f4a3348f28d071716fc41da38 - - default default] Tap Mirror: Handle Delete Port: 63dd9bf8-df9a-4a4f-ac6b-1c051de2714b [pid: 8|app: 0|req: 315/652] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:07:54 2026] DELETE /v2.0/ports/63dd9bf8-df9a-4a4f-ac6b-1c051de2714b => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:07:55.046 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c61f633c-dd66-4f2b-bcc7-cabe62dc4149'] response: {'server_uuid': '77635940-48e2-42f9-8755-536cc2b8a124', 'name': 'network-vif-deleted', 'tag': '63dd9bf8-df9a-4a4f-ac6b-1c051de2714b', 'status': 'completed', 'code': 200} 2026-04-17 05:07:55.129 9 INFO neutron.db.segments_db [None req-1439a2d9-420d-4de4-ad47-ca31a7e0c60f 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment 7342f8d3-0b13-44e3-8131-9e22a35a1857 of type vxlan for network 271d500d-ec65-4302-91c3-3114274e622f [pid: 8|app: 0|req: 316/653] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:54 2026] GET /v2.0/security-groups?tenant_id=c6bf2bdbd8e94e3b8e46a739fc56365a&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 338/654] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:07:54 2026] POST /v2.0/networks => generated 717 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/655] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:55 2026] DELETE /v2.0/security-groups/af6ddb5d-5e48-4eee-acfe-d504593a6254 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 339/656] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:07:55 2026] POST /v2.0/subnets => generated 683 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:07:55.453 9 INFO neutron.db.segments_db [None req-4abcedc1-94bf-4186-8fc0-2d0051b4aef5 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment af30a9a5-da84-413f-adb4-8e494045e065 of type vxlan for network d03d4aa6-d13c-4e18-8789-274dfbbc7498 [pid: 8|app: 0|req: 318/657] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:55 2026] GET /v2.0/security-groups?tenant_id=e7e41930a8ac4639aab7c916bcc2ee86&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/658] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:55 2026] DELETE /v2.0/security-groups/6427609d-35f8-480b-b258-f0a5b239cf3f => 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: 320/659] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:55 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:07:55.688 9 INFO neutron.db.l3_hamode_db [None req-4abcedc1-94bf-4186-8fc0-2d0051b4aef5 147a493ae8a840729697baa0fe58c898 014c0de2782e4b8d9e1174dfbf12ae3a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:07:56.536 9 INFO neutron.db.l3_hamode_db [None req-4abcedc1-94bf-4186-8fc0-2d0051b4aef5 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 321/660] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:56 2026] GET /v2.0/security-groups?tenant_id=42adfcdac8024a9fbeeaf5645474115e&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/661] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:56 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/662] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:07:56 2026] DELETE /v2.0/security-groups/52449b16-8e76-4d91-a8d8-a8e06a109bb8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 340/663] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:07:55 2026] POST /v2.0/routers => generated 723 bytes in 2041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 341/664] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:07:58 2026] GET /v2.0/ports?device_id=77635940-48e2-42f9-8755-536cc2b8a124 => 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: 324/667] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:07:57 2026] PUT /v2.0/routers/1ce5440c-6b74-48f8-8325-ee6da24ec3ba/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: 325/668] 10.0.0.197 () {34 vars in 685 bytes} [Fri Apr 17 05:07:59 2026] POST /v2.0/security-groups => generated 1660 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/669] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:07:59 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) 2026-04-17 05:07:59.605 9 INFO neutron_taas.services.taas.taas_plugin [None req-b8b32fb1-74d7-45ef-baa4-7b18f1fa6da7 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: c84f7943-cb8d-4775-b154-d1df859f5406 2026-04-17 05:07:59.608 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8b32fb1-74d7-45ef-baa4-7b18f1fa6da7 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: c84f7943-cb8d-4775-b154-d1df859f5406 [pid: 8|app: 0|req: 327/670] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:07:59 2026] GET /v2.0/security-groups?tenant_id=ed5d8437fbcd483eb8d3fc0491589a33&name=default => generated 2925 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/671] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:07:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/672] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:00 2026] DELETE /v2.0/security-groups/39ac8f60-ef10-4aa5-b370-55e449a4e0a8 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 344/673] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:07:59 2026] PUT /v2.0/routers/1ac3dc37-9b75-489b-be6d-8d86de5976f9/remove_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:00.395 8 INFO neutron.db.segments_db [None req-b0d2a5db-3e35-4a88-8925-47a35db251f1 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Added segment c565afcc-11e8-4a55-8464-5b212ad5757e of type vxlan for network 7c41520d-ed34-4f22-b64b-b385479f8733 [pid: 8|app: 0|req: 330/674] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:08:00 2026] POST /v2.0/networks => generated 614 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 345/675] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:08:00 2026] POST /v2.0/floatingips => generated 552 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:00.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c2cab0f-9287-47bd-98de-ac9ca576d192 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 5fb7f2d8-9acd-4a7d-868c-0bcee3b480a0 2026-04-17 05:08:00.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c2cab0f-9287-47bd-98de-ac9ca576d192 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 5fb7f2d8-9acd-4a7d-868c-0bcee3b480a0 [pid: 9|app: 0|req: 346/676] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:00 2026] GET /v2.0/security-groups?tenant_id=a96abcfd7ca4453fb9c36cc5be615680&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:08:00.791 9 INFO neutron.db.segments_db [None req-28f7448d-32a2-4cd8-9a87-e5f87003ecab 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Added segment cfce9dc1-fd01-406c-b570-818c2fc847ba of type vxlan for network d297632d-0935-4f83-91ab-38ac144542e6 2026-04-17 05:08:00.939 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c2cab0f-9287-47bd-98de-ac9ca576d192 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 62b0b1c2-fd20-4f18-bbcb-6e8cc30f3001 2026-04-17 05:08:00.942 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c2cab0f-9287-47bd-98de-ac9ca576d192 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 62b0b1c2-fd20-4f18-bbcb-6e8cc30f3001 2026-04-17 05:08:01.071 9 INFO neutron.db.l3_hamode_db [None req-28f7448d-32a2-4cd8-9a87-e5f87003ecab 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:08:01.334 8 INFO neutron.services.segments.plugin [-] Segment 4d53f726-aa9b-4f14-9f8e-db390d0ce989 resource provider aggregate not found 2026-04-17 05:08:01.339 8 INFO neutron.services.segments.plugin [-] Segment 4d53f726-aa9b-4f14-9f8e-db390d0ce989 resource provider aggregate not found 2026-04-17 05:08:01.360 8 INFO neutron.services.segments.plugin [-] Segment 4d53f726-aa9b-4f14-9f8e-db390d0ce989 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d53f726-aa9b-4f14-9f8e-db390d0ce989 found for delete ", "request_id": "req-bca1a089-63a1-4b53-9fde-ba650c4e27d8"}]} 2026-04-17 05:08:01.362 8 INFO neutron.db.l3_hamode_db [None req-4c2cab0f-9287-47bd-98de-ac9ca576d192 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] HA network 4a663488-c8a1-48d5-8fb7-d525e9517ef3 was deleted as no HA routers are present in tenant fe6fd55f4a3348f28d071716fc41da38. 2026-04-17 05:08:01.371 8 INFO neutron.services.segments.plugin [-] Segment 4d53f726-aa9b-4f14-9f8e-db390d0ce989 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d53f726-aa9b-4f14-9f8e-db390d0ce989 found for delete ", "request_id": "req-d92a02bc-2c81-4f8b-a994-db9041c22714"}]} [pid: 8|app: 0|req: 331/677] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:00 2026] DELETE /v2.0/routers/1ac3dc37-9b75-489b-be6d-8d86de5976f9 => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/678] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:01 2026] DELETE /v2.0/security-groups/9181c0e4-807e-4c55-b01e-9b1a08a5aac6 => 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: 333/679] 10.0.0.172 () {34 vars in 1100 bytes} [Fri Apr 17 05:08:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1933508511&fields=id&tenant_id=014c0de2782e4b8d9e1174dfbf12ae3a => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/680] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:01 2026] DELETE /v2.0/subnets/f2e8b21e-ddff-4a13-b2c0-235623adda56 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/681] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:08:01 2026] GET /v2.0/networks?id=271d500d-ec65-4302-91c3-3114274e622f => generated 668 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:01.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-63c8a6a2-752e-4d26-abea-aad6723f11f7 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 72122259-2119-4064-83ce-efe66156e5cf 2026-04-17 05:08:01.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63c8a6a2-752e-4d26-abea-aad6723f11f7 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 72122259-2119-4064-83ce-efe66156e5cf 2026-04-17 05:08:01.925 9 INFO neutron.db.l3_hamode_db [None req-28f7448d-32a2-4cd8-9a87-e5f87003ecab 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 336/682] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:01 2026] DELETE /v2.0/networks/03f9fd89-b499-49cd-b80f-dbd3e0531257 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/683] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:08:02 2026] GET /v2.0/quotas/014c0de2782e4b8d9e1174dfbf12ae3a => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/684] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:08:02 2026] GET /v2.0/ports?tenant_id=014c0de2782e4b8d9e1174dfbf12ae3a&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/685] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:02 2026] GET /v2.0/security-groups?tenant_id=fe6fd55f4a3348f28d071716fc41da38&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/686] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:02 2026] DELETE /v2.0/security-groups/7e25d7db-b1ff-4672-9cd5-3276c57cc75f => 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: 341/687] 10.0.0.172 () {34 vars in 907 bytes} [Fri Apr 17 05:08:02 2026] GET /v2.0/extensions => generated 21537 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/688] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:08:02 2026] GET /v2.0/networks/271d500d-ec65-4302-91c3-3114274e622f?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: 343/689] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:08:02 2026] GET /v2.0/networks/271d500d-ec65-4302-91c3-3114274e622f?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: 9|app: 0|req: 347/690] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:00 2026] POST /v2.0/routers => generated 695 bytes in 2174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 348/691] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:03 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => 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: 344/692] 10.0.0.197 () {32 vars in 776 bytes} [Fri Apr 17 05:08:02 2026] GET /v2.0/subnets?project_id=e7d2c5889701471c8f0f3cc53acbc0d3&cidr=10.100.0.0%2F28 => generated 14 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 349/693] 10.0.0.197 () {32 vars in 694 bytes} [Fri Apr 17 05:08:03 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/694] 10.0.0.197 () {32 vars in 784 bytes} [Fri Apr 17 05:08:03 2026] GET /v2.0/subnets?network_id=a8affa4b-ed98-4e56-98c5-47dcb0a57cd9&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:03.382 8 INFO neutron.services.segments.plugin [-] Segment d6987e3e-c6c4-4ad6-9818-3b0fe2e522e6 resource provider aggregate not found 2026-04-17 05:08:03.393 8 INFO neutron.services.segments.plugin [-] Segment d6987e3e-c6c4-4ad6-9818-3b0fe2e522e6 resource provider aggregate not found 2026-04-17 05:08:03.409 8 INFO neutron.services.segments.plugin [-] Segment d6987e3e-c6c4-4ad6-9818-3b0fe2e522e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6987e3e-c6c4-4ad6-9818-3b0fe2e522e6 found for delete ", "request_id": "req-e04bd8f1-b4d1-49e1-88e8-30fb3d3add13"}]} 2026-04-17 05:08:03.413 8 INFO neutron.services.segments.plugin [-] Segment d6987e3e-c6c4-4ad6-9818-3b0fe2e522e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6987e3e-c6c4-4ad6-9818-3b0fe2e522e6 found for delete ", "request_id": "req-c3263ae6-b3f0-4206-b7ac-55acd9c379ce"}]} [pid: 9|app: 0|req: 350/695] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:03 2026] POST /v2.0/subnets => generated 657 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:03.729 8 INFO neutron.db.segments_db [None req-5f0692a9-f176-4af1-9ad9-23d9fc3ca072 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Added segment 1f7592f7-eb31-45b9-82de-95637475fcde of type vxlan for network 336c0ad8-7840-47e0-a6aa-085f6a1dee10 [pid: 8|app: 0|req: 346/696] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:03 2026] POST /v2.0/networks => generated 630 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/697] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:03 2026] POST /v2.0/subnets => generated 627 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/698] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:04 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:04.273 8 INFO neutron.db.segments_db [None req-78dcd7ee-3d5e-4f8a-ad17-e8195c251bf0 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Added segment 10245055-eea9-4d82-98db-efa487deb035 of type vxlan for network 44931a19-9704-43c9-8a58-29d622ada05d 2026-04-17 05:08:04.515 8 INFO neutron.db.l3_hamode_db [None req-78dcd7ee-3d5e-4f8a-ad17-e8195c251bf0 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 351/699] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:08:03 2026] PUT /v2.0/routers/b3758f63-a13d-4221-b5ad-aba5faa0f8b4/add_router_interface => generated 309 bytes in 1445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 352/700] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:08:05 2026] GET /v2.0/networks => generated 6506 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 353/701] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:08:05 2026] GET /v2.0/subnets => generated 5147 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 354/702] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:08:05 2026] GET /v2.0/routers => generated 2176 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 355/703] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:05 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:05.419 8 INFO neutron.db.l3_hamode_db [None req-78dcd7ee-3d5e-4f8a-ad17-e8195c251bf0 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 356/704] 10.0.0.197 () {34 vars in 685 bytes} [Fri Apr 17 05:08:05 2026] POST /v2.0/security-groups => generated 1673 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 357/705] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 358/706] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:05 2026] POST /v2.0/security-group-rules => generated 596 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 359/707] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 360/708] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:06.097 9 INFO neutron.db.securitygroups_db [None req-91c69afe-b534-4f3a-b750-f01d1fd33f96 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Project e7d2c5889701471c8f0f3cc53acbc0d3 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 9|app: 0|req: 361/709] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:06 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:06.215 9 INFO neutron.db.securitygroups_db [None req-13f35257-6f41-40f0-9a52-8d3bb08589b7 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Project e7d2c5889701471c8f0f3cc53acbc0d3 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 9|app: 0|req: 362/710] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:06 2026] POST /v2.0/security-group-rules => generated 606 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/711] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:04 2026] POST /v2.0/routers => generated 695 bytes in 2134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/712] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:06 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => 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: 351/713] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:08:06 2026] GET /v2.0/networks => generated 1298 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/714] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:06 2026] GET /v2.0/security-groups?tenant_id=61899804c9e6486ba05b93b18b4f4261&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/715] 10.0.0.172 () {34 vars in 1098 bytes} [Fri Apr 17 05:08:07 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-196949133&fields=id&tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/716] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:07 2026] DELETE /v2.0/security-groups/313192bc-d934-41d1-bd7e-1077e2bcd101 => 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: 355/717] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:08:07 2026] GET /v2.0/networks?id=7c41520d-ed34-4f22-b64b-b385479f8733 => generated 661 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/718] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:08:07 2026] GET /v2.0/quotas/e7d2c5889701471c8f0f3cc53acbc0d3 => 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: 357/719] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:08:07 2026] GET /v2.0/ports?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&fields=id => generated 57 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/720] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:08:07 2026] GET /v2.0/networks?id=271d500d-ec65-4302-91c3-3114274e622f => generated 668 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/721] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:07 2026] GET /v2.0/security-groups?tenant_id=2cfa9adf128a4092b3c87e01747a2a8a&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: 360/722] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:08:07 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?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: 361/723] 199.204.45.113 () {34 vars in 1050 bytes} [Fri Apr 17 05:08:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=014c0de2782e4b8d9e1174dfbf12ae3a => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/724] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:07 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 363/725] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:08:06 2026] PUT /v2.0/routers/c629e19e-c597-445e-9f81-2e3363cbd315/add_router_interface => generated 309 bytes in 1355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 364/726] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:08:07 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?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: 363/727] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:07 2026] DELETE /v2.0/security-groups/df79c2fc-240d-43d4-be47-5050cff1fa8f => 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: 364/728] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:07 2026] POST /v2.0/ports => generated 955 bytes in 393 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: 365/729] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:08 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 365/730] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:08:07 2026] POST /v2.0/ports => generated 954 bytes in 426 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: 366/731] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:08 2026] POST /v2.0/ports => generated 958 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 366/732] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:08:08 2026] PUT /v2.0/ports/c7d93ccc-4a46-4166-b98e-c1ef34351bf0 => generated 1235 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:08:08.749 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c62de28f-8372-4c99-b3b4-2eb4136e6152'] response: {'name': 'network-changed', 'server_uuid': '4c3841b5-ad85-46d6-98e6-1c96a6d530e2', 'tag': 'c7d93ccc-4a46-4166-b98e-c1ef34351bf0', '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: 9|app: 0|req: 367/733] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:08 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 368/734] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:08 2026] GET /v2.0/security-groups?id=386976e6-aec0-4821-a1cd-3155ce06d610&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: 9|app: 0|req: 369/735] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:09 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 370/736] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:09 2026] GET /v2.0/ports?tenant_id=014c0de2782e4b8d9e1174dfbf12ae3a&device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 371/737] 199.204.45.113 () {34 vars in 1018 bytes} [Fri Apr 17 05:08:09 2026] GET /v2.0/networks?tenant_id=014c0de2782e4b8d9e1174dfbf12ae3a&shared=False => generated 764 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:09.373 8 INFO neutron.db.l3_db [None req-725103fe-1588-40cd-aa3e-4daee3f31e59 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Floating IP 06ddd1a4-2732-4242-8878-3dea68a6788e associated. External IP: 10.96.250.201, port: daddb6fd-0040-4e55-8afa-a9801463c65c. [pid: 9|app: 0|req: 372/738] 199.204.45.113 () {34 vars in 930 bytes} [Fri Apr 17 05:08:09 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) [pid: 8|app: 0|req: 367/739] 10.0.0.197 () {34 vars in 677 bytes} [Fri Apr 17 05:08:08 2026] POST /v2.0/floatingips => generated 842 bytes in 1128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:09.784 9 INFO neutron.db.l3_db [None req-3af428a8-ab4b-4683-ac95-1dafeea31017 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Floating IP 06ddd1a4-2732-4242-8878-3dea68a6788e disassociated. External IP: 10.96.250.201, port: daddb6fd-0040-4e55-8afa-a9801463c65c. [pid: 8|app: 0|req: 368/740] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:09 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/741] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:10 2026] GET /v2.0/security-groups?id=386976e6-aec0-4821-a1cd-3155ce06d610&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: 9|app: 0|req: 373/742] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:08:09 2026] PUT /v2.0/floatingips/06ddd1a4-2732-4242-8878-3dea68a6788e => generated 552 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:10.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-e32a2ef0-558c-4dd5-bab7-a3f0e344a1d3 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] TaaS: Handle Delete Port: 7b648dfb-f371-41af-993c-8186d88dec64 2026-04-17 05:08:10.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e32a2ef0-558c-4dd5-bab7-a3f0e344a1d3 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Tap Mirror: Handle Delete Port: 7b648dfb-f371-41af-993c-8186d88dec64 [pid: 8|app: 0|req: 370/743] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:08:10 2026] DELETE /v2.0/floatingips/06ddd1a4-2732-4242-8878-3dea68a6788e => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/744] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:10 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 374/745] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:10 2026] GET /v2.0/security-groups?tenant_id=a52a45ec9e6d46b48691b50bcc776928&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 375/746] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:10 2026] GET /v2.0/ports?tenant_id=014c0de2782e4b8d9e1174dfbf12ae3a&device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 376/747] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:10 2026] DELETE /v2.0/security-groups/3573bf8c-cfb4-4c78-99ed-bb8c320fdb43 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 377/748] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:08:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c7d93ccc-4a46-4166-b98e-c1ef34351bf0 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 378/749] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:08:10 2026] GET /v2.0/subnets?id=00b3151a-7f81-4a09-92c4-cb60fe106cf8 => generated 686 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 379/750] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:08:10 2026] GET /v2.0/ports?network_id=271d500d-ec65-4302-91c3-3114274e622f&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: 9|app: 0|req: 380/751] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:08:10 2026] GET /v2.0/networks/271d500d-ec65-4302-91c3-3114274e622f?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 381/752] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:08:10 2026] GET /v2.0/networks/271d500d-ec65-4302-91c3-3114274e622f?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: 9|app: 0|req: 382/753] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:11 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 383/754] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:11 2026] GET /v2.0/security-groups?id=386976e6-aec0-4821-a1cd-3155ce06d610&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:11.266 8 INFO neutron.db.l3_db [None req-6746b4a6-1555-4df6-8d82-4bde4f3d322c 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Floating IP 95c6dcbe-d3a7-475a-bd99-79172bf00209 associated. External IP: 10.96.250.208, port: bbe9c49d-62b0-4546-92d5-cac5ecb7b663. [pid: 9|app: 0|req: 384/755] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:11 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => 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: 372/756] 10.0.0.197 () {34 vars in 677 bytes} [Fri Apr 17 05:08:10 2026] POST /v2.0/floatingips => generated 842 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 385/757] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:08:11 2026] GET /v2.0/floatingips/95c6dcbe-d3a7-475a-bd99-79172bf00209 => generated 842 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/758] 10.0.0.197 () {32 vars in 655 bytes} [Fri Apr 17 05:08:11 2026] GET /v2.0/floatingips => generated 845 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:12.106 9 INFO neutron.db.l3_db [None req-e9e87a69-84e3-4291-a287-e607de39dd21 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Floating IP 95c6dcbe-d3a7-475a-bd99-79172bf00209 associated. External IP: 10.96.250.208, port: bbe9c49d-62b0-4546-92d5-cac5ecb7b663. [pid: 8|app: 0|req: 374/759] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:08:12 2026] GET /v2.0/networks?id=7c41520d-ed34-4f22-b64b-b385479f8733 => generated 661 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/760] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:12 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/761] 199.204.45.113 () {34 vars in 1050 bytes} [Fri Apr 17 05:08:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3 => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/762] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:12 2026] GET /v2.0/security-groups?id=386976e6-aec0-4821-a1cd-3155ce06d610&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: 378/763] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:08:12 2026] POST /v2.0/ports => generated 958 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 386/764] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:08:11 2026] PUT /v2.0/floatingips/95c6dcbe-d3a7-475a-bd99-79172bf00209 => generated 842 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 387/765] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:12 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 961 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 379/766] 10.0.0.197 () {32 vars in 653 bytes} [Fri Apr 17 05:08:12 2026] GET /v2.0/extensions => generated 21537 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-17 05:08:13.042 8 INFO neutron.db.l3_db [None req-e6ef109f-f4fa-4376-833e-551acce8403d 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Floating IP 95c6dcbe-d3a7-475a-bd99-79172bf00209 disassociated. External IP: 10.96.250.208, port: daddb6fd-0040-4e55-8afa-a9801463c65c. [pid: 9|app: 0|req: 388/767] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:08:12 2026] PUT /v2.0/ports/9030a596-f3dc-4207-a03a-9178e6cf76ae => generated 1239 bytes in 371 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: 9|app: 0|req: 389/768] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&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: 9|app: 0|req: 390/769] 10.0.0.197 () {32 vars in 681 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:13.264 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-974b9c1d-6e38-473b-9f02-b42b86b7b168'] response: {'name': 'network-changed', 'server_uuid': '4bc9e523-4c51-4822-b1ff-bbca4d546dd1', 'tag': '9030a596-f3dc-4207-a03a-9178e6cf76ae', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 391/770] 10.0.0.197 () {32 vars in 681 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 392/771] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 393/772] 10.0.0.197 () {32 vars in 665 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 394/773] 10.0.0.197 () {32 vars in 699 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 395/774] 10.0.0.197 () {32 vars in 697 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 396/775] 10.0.0.197 () {32 vars in 701 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 397/776] 10.0.0.197 () {32 vars in 689 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 398/777] 10.0.0.197 () {32 vars in 703 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 399/778] 10.0.0.197 () {32 vars in 693 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 400/779] 10.0.0.197 () {32 vars in 695 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 401/780] 10.0.0.197 () {32 vars in 685 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 402/781] 10.0.0.197 () {32 vars in 687 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/784] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:08:12 2026] PUT /v2.0/floatingips/95c6dcbe-d3a7-475a-bd99-79172bf00209 => generated 552 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 405/785] 10.0.0.197 () {32 vars in 661 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 406/786] 10.0.0.197 () {32 vars in 699 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 407/787] 10.0.0.197 () {32 vars in 679 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 408/788] 10.0.0.197 () {32 vars in 683 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 409/789] 10.0.0.197 () {32 vars in 675 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 410/790] 10.0.0.197 () {32 vars in 689 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 411/791] 10.0.0.197 () {32 vars in 723 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 412/792] 10.0.0.197 () {32 vars in 687 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 413/793] 10.0.0.197 () {32 vars in 669 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 414/794] 10.0.0.197 () {32 vars in 687 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 415/795] 10.0.0.197 () {32 vars in 681 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 416/796] 10.0.0.197 () {32 vars in 699 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:13.476 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f1b2f8f-d9e6-4af4-bb6d-0f7c57cb39b7 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] TaaS: Handle Delete Port: 0a9c9537-0ecf-4f8a-9c9d-321d03e3fb22 2026-04-17 05:08:13.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f1b2f8f-d9e6-4af4-bb6d-0f7c57cb39b7 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Tap Mirror: Handle Delete Port: 0a9c9537-0ecf-4f8a-9c9d-321d03e3fb22 [pid: 9|app: 0|req: 417/797] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 418/798] 10.0.0.197 () {32 vars in 679 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 419/799] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/security-groups?id=386976e6-aec0-4821-a1cd-3155ce06d610&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: 9|app: 0|req: 420/800] 10.0.0.197 () {32 vars in 667 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 421/801] 10.0.0.197 () {32 vars in 677 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 422/802] 10.0.0.197 () {32 vars in 665 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 423/803] 10.0.0.197 () {32 vars in 675 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 424/804] 10.0.0.197 () {32 vars in 713 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 425/805] 10.0.0.197 () {32 vars in 691 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 426/806] 10.0.0.197 () {32 vars in 683 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/807] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:08:13 2026] DELETE /v2.0/floatingips/95c6dcbe-d3a7-475a-bd99-79172bf00209 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 427/808] 10.0.0.197 () {32 vars in 669 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 428/809] 10.0.0.197 () {32 vars in 687 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 429/810] 10.0.0.197 () {32 vars in 705 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 430/811] 10.0.0.197 () {32 vars in 675 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:13.700 8 INFO neutron.api.v2.resource [None req-1d935aef-04c4-40c2-849d-186056769cdb 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 382/812] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:08:13 2026] DELETE /v2.0/floatingips/95c6dcbe-d3a7-475a-bd99-79172bf00209 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 431/813] 10.0.0.197 () {32 vars in 701 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 432/814] 10.0.0.197 () {32 vars in 675 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 433/815] 10.0.0.197 () {32 vars in 693 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 434/816] 10.0.0.197 () {32 vars in 689 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 435/817] 10.0.0.197 () {32 vars in 709 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 436/818] 10.0.0.197 () {32 vars in 705 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 437/819] 10.0.0.197 () {32 vars in 719 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 438/820] 10.0.0.197 () {32 vars in 697 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 439/821] 10.0.0.197 () {32 vars in 711 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 440/822] 10.0.0.197 () {32 vars in 669 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 441/823] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/ports?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 442/824] 10.0.0.197 () {32 vars in 687 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 443/825] 199.204.45.113 () {34 vars in 1018 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/networks?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&shared=False => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:13.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-9249bf16-f4ef-4054-ae5f-035a8b2ddc73 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] TaaS: Handle Delete Port: daddb6fd-0040-4e55-8afa-a9801463c65c 2026-04-17 05:08:13.876 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9249bf16-f4ef-4054-ae5f-035a8b2ddc73 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Tap Mirror: Handle Delete Port: daddb6fd-0040-4e55-8afa-a9801463c65c [pid: 9|app: 0|req: 444/826] 10.0.0.197 () {32 vars in 681 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 445/827] 199.204.45.113 () {34 vars in 930 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 446/828] 10.0.0.197 () {32 vars in 675 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 447/829] 10.0.0.197 () {32 vars in 671 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/provider => generated 191 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 448/830] 10.0.0.197 () {32 vars in 661 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 449/831] 10.0.0.197 () {32 vars in 699 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 450/832] 10.0.0.197 () {32 vars in 699 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 451/833] 10.0.0.197 () {32 vars in 677 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 452/834] 10.0.0.197 () {32 vars in 669 bytes} [Fri Apr 17 05:08:13 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: 9|app: 0|req: 453/835] 10.0.0.197 () {32 vars in 683 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 454/836] 10.0.0.197 () {32 vars in 701 bytes} [Fri Apr 17 05:08:13 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 455/837] 10.0.0.197 () {32 vars in 685 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 456/838] 10.0.0.197 () {32 vars in 707 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 457/839] 10.0.0.197 () {32 vars in 669 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 458/840] 10.0.0.197 () {32 vars in 697 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 459/841] 10.0.0.197 () {32 vars in 695 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 460/842] 10.0.0.197 () {32 vars in 685 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 461/843] 10.0.0.197 () {32 vars in 689 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 462/844] 10.0.0.197 () {32 vars in 705 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 463/845] 10.0.0.197 () {32 vars in 667 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 464/846] 10.0.0.197 () {32 vars in 681 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 465/847] 10.0.0.197 () {32 vars in 681 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 466/848] 10.0.0.197 () {32 vars in 691 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 467/849] 10.0.0.197 () {32 vars in 691 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 468/850] 10.0.0.197 () {32 vars in 695 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 469/851] 10.0.0.197 () {32 vars in 685 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 470/852] 10.0.0.197 () {32 vars in 689 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 471/853] 10.0.0.197 () {32 vars in 701 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 472/854] 10.0.0.197 () {32 vars in 703 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 473/855] 10.0.0.197 () {32 vars in 713 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 474/856] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 475/857] 10.0.0.197 () {32 vars in 715 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 476/858] 10.0.0.197 () {32 vars in 727 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 477/859] 10.0.0.197 () {32 vars in 741 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 478/860] 10.0.0.197 () {32 vars in 719 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 479/861] 10.0.0.197 () {32 vars in 683 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 480/862] 10.0.0.197 () {32 vars in 669 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 481/863] 10.0.0.197 () {32 vars in 719 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 482/864] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 483/865] 10.0.0.197 () {32 vars in 679 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 484/866] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 485/867] 10.0.0.197 () {32 vars in 669 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 486/868] 10.0.0.197 () {32 vars in 697 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 487/869] 10.0.0.197 () {32 vars in 705 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 488/870] 10.0.0.197 () {32 vars in 701 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 489/871] 10.0.0.197 () {32 vars in 701 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 490/872] 10.0.0.197 () {32 vars in 683 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/873] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:13 2026] DELETE /v2.0/ports/daddb6fd-0040-4e55-8afa-a9801463c65c => generated 0 bytes in 798 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 491/874] 10.0.0.197 () {32 vars in 705 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 492/875] 10.0.0.197 () {32 vars in 695 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 493/876] 10.0.0.197 () {32 vars in 689 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 494/877] 10.0.0.197 () {32 vars in 697 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 495/878] 10.0.0.197 () {32 vars in 679 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 496/879] 10.0.0.197 () {32 vars in 689 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 497/880] 10.0.0.197 () {32 vars in 701 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 498/881] 10.0.0.197 () {32 vars in 665 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 499/882] 10.0.0.197 () {32 vars in 681 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 500/883] 10.0.0.197 () {32 vars in 677 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 501/884] 10.0.0.197 () {32 vars in 693 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 502/885] 10.0.0.197 () {32 vars in 677 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 503/886] 10.0.0.197 () {32 vars in 667 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 504/887] 10.0.0.197 () {32 vars in 663 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:14.623 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae22651b-2392-46ea-9293-9152c04f43ef 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] TaaS: Handle Delete Port: bbe9c49d-62b0-4546-92d5-cac5ecb7b663 2026-04-17 05:08:14.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae22651b-2392-46ea-9293-9152c04f43ef 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Tap Mirror: Handle Delete Port: bbe9c49d-62b0-4546-92d5-cac5ecb7b663 [pid: 9|app: 0|req: 505/888] 10.0.0.197 () {32 vars in 675 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 506/889] 10.0.0.197 () {32 vars in 687 bytes} [Fri Apr 17 05:08:14 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: 9|app: 0|req: 507/890] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 508/891] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/security-groups?id=386976e6-aec0-4821-a1cd-3155ce06d610&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: 384/892] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:14 2026] DELETE /v2.0/ports/bbe9c49d-62b0-4546-92d5-cac5ecb7b663 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 509/893] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/ports?device_id=c629e19e-c597-445e-9f81-2e3363cbd315 => generated 958 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 510/894] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/ports?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 511/895] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:08:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9030a596-f3dc-4207-a03a-9178e6cf76ae => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 512/896] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:08:15 2026] GET /v2.0/subnets?id=17d2365e-ebaf-4c60-8e16-dda4b23e26d2 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 513/897] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:08:15 2026] GET /v2.0/ports?network_id=7c41520d-ed34-4f22-b64b-b385479f8733&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 514/898] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:08:15 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 515/899] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:08:15 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:15.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-b62ae9f7-faae-490d-929c-e03e28af4301 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] TaaS: Handle Delete Port: 1664a314-11bf-4681-bfbd-c29cc05f5e63 2026-04-17 05:08:15.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b62ae9f7-faae-490d-929c-e03e28af4301 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Tap Mirror: Handle Delete Port: 1664a314-11bf-4681-bfbd-c29cc05f5e63 [pid: 9|app: 0|req: 516/900] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:15 2026] GET /v2.0/security-groups?tenant_id=708b6969b7624599a169cacdf58acadd&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 517/901] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:15 2026] DELETE /v2.0/security-groups/c588008d-80ee-476c-868e-ea649df5a483 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 518/902] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:15 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 519/903] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:15 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 520/904] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:15 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/905] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:08:14 2026] PUT /v2.0/routers/c629e19e-c597-445e-9f81-2e3363cbd315/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 521/906] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:15 2026] GET /v2.0/security-groups?id=386976e6-aec0-4821-a1cd-3155ce06d610&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: 9|app: 0|req: 522/907] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:16 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:16.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-d82ad24b-262c-44fe-a44c-1dbda4fe871d 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] TaaS: Handle Delete Port: 111d815f-d04b-4d98-a6d9-2b6a016ecba8 2026-04-17 05:08:16.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d82ad24b-262c-44fe-a44c-1dbda4fe871d 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Tap Mirror: Handle Delete Port: 111d815f-d04b-4d98-a6d9-2b6a016ecba8 2026-04-17 05:08:16.416 8 INFO neutron_taas.services.taas.taas_plugin [None req-d82ad24b-262c-44fe-a44c-1dbda4fe871d 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] TaaS: Handle Delete Port: 998be2a5-4208-4956-ad60-088341d2bb9f 2026-04-17 05:08:16.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d82ad24b-262c-44fe-a44c-1dbda4fe871d 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] Tap Mirror: Handle Delete Port: 998be2a5-4208-4956-ad60-088341d2bb9f 2026-04-17 05:08:16.451 9 INFO neutron.db.l3_db [None req-4e74cfd5-805f-489c-a6dc-ddc31cdb008c d4b04961bd2c4850adce4d2e493cde9b 014c0de2782e4b8d9e1174dfbf12ae3a - - default default] Floating IP 71c44811-66ed-4d27-a53f-40112fdf5bcd associated. External IP: 10.96.250.214, port: c7d93ccc-4a46-4166-b98e-c1ef34351bf0. [pid: 9|app: 0|req: 523/908] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:08:16 2026] PUT /v2.0/floatingips/71c44811-66ed-4d27-a53f-40112fdf5bcd => generated 855 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 524/909] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:16 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:16.873 8 INFO neutron.services.segments.plugin [-] Segment 10245055-eea9-4d82-98db-efa487deb035 resource provider aggregate not found [pid: 9|app: 0|req: 525/910] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:16 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:16.883 8 INFO neutron.services.segments.plugin [-] Segment 10245055-eea9-4d82-98db-efa487deb035 resource provider aggregate not found 2026-04-17 05:08:16.899 8 INFO neutron.services.segments.plugin [-] Segment 10245055-eea9-4d82-98db-efa487deb035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10245055-eea9-4d82-98db-efa487deb035 found for delete ", "request_id": "req-b29b1046-1bd0-4eca-af4a-b688c4be3032"}]} 2026-04-17 05:08:16.900 8 INFO neutron.services.segments.plugin [-] Segment 10245055-eea9-4d82-98db-efa487deb035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10245055-eea9-4d82-98db-efa487deb035 found for delete ", "request_id": "req-ad3f3eed-797f-4ae3-b6ba-3b6421b372f1"}]} [pid: 9|app: 0|req: 526/911] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:16 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:16.926 8 INFO neutron.db.l3_hamode_db [None req-d82ad24b-262c-44fe-a44c-1dbda4fe871d 7573f28f14b245f2890fb80fba4dd08e 1fa6b8e4b6bd45a381a449d4fe8ef98d - - default default] HA network 44931a19-9704-43c9-8a58-29d622ada05d was deleted as no HA routers are present in tenant 1fa6b8e4b6bd45a381a449d4fe8ef98d. [pid: 8|app: 0|req: 386/912] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:15 2026] DELETE /v2.0/routers/c629e19e-c597-445e-9f81-2e3363cbd315 => generated 0 bytes in 1023 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 527/913] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:16 2026] GET /v2.0/security-groups?id=386976e6-aec0-4821-a1cd-3155ce06d610&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-17 05:08:16.966 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1bb56339-fcae-4d1f-9de4-250b02544daf'] response: {'name': 'network-changed', 'server_uuid': '4c3841b5-ad85-46d6-98e6-1c96a6d530e2', 'tag': 'c7d93ccc-4a46-4166-b98e-c1ef34351bf0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 387/914] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:16 2026] DELETE /v2.0/subnets/decc1b00-2aa1-4f35-ad58-b88c47217338 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:17.275 9 INFO neutron.services.segments.plugin [-] Segment 1f7592f7-eb31-45b9-82de-95637475fcde resource provider aggregate not found 2026-04-17 05:08:17.277 9 INFO neutron.services.segments.plugin [-] Segment 1f7592f7-eb31-45b9-82de-95637475fcde resource provider aggregate not found 2026-04-17 05:08:17.299 9 INFO neutron.services.segments.plugin [-] Segment 1f7592f7-eb31-45b9-82de-95637475fcde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f7592f7-eb31-45b9-82de-95637475fcde found for delete ", "request_id": "req-08523509-4b9c-4a75-8c69-d49974a1f190"}]} 2026-04-17 05:08:17.302 9 INFO neutron.services.segments.plugin [-] Segment 1f7592f7-eb31-45b9-82de-95637475fcde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f7592f7-eb31-45b9-82de-95637475fcde found for delete ", "request_id": "req-c5719fab-b734-4cbc-9a3d-187cf46f0233"}]} [pid: 9|app: 0|req: 528/915] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:17 2026] DELETE /v2.0/networks/336c0ad8-7840-47e0-a6aa-085f6a1dee10 => 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: 388/916] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:17 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 529/917] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:17 2026] GET /v2.0/security-groups?id=386976e6-aec0-4821-a1cd-3155ce06d610&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/918] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:17 2026] GET /v2.0/ports?tenant_id=014c0de2782e4b8d9e1174dfbf12ae3a&device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/919] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:08:17 2026] GET /v2.0/networks?id=271d500d-ec65-4302-91c3-3114274e622f => generated 764 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/920] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:08:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c7d93ccc-4a46-4166-b98e-c1ef34351bf0 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/921] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:08:17 2026] GET /v2.0/subnets?id=00b3151a-7f81-4a09-92c4-cb60fe106cf8 => generated 686 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/922] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:08:17 2026] GET /v2.0/ports?network_id=271d500d-ec65-4302-91c3-3114274e622f&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/923] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:08:17 2026] GET /v2.0/networks/271d500d-ec65-4302-91c3-3114274e622f?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: 395/924] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:08:17 2026] GET /v2.0/networks/271d500d-ec65-4302-91c3-3114274e622f?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-17 05:08:17.992 9 INFO neutron.db.segments_db [None req-e449e680-6ca1-4327-ab0c-1b9e2f799b94 cde8a7a19c5d48b4b0036e91c074dbb4 d1731bab4f24468b8fec22d29a62cc40 - - default default] Added segment ec4254ab-6aba-4e35-9958-653444083cc1 of type vxlan for network 8d76f6f0-6398-4406-93ca-d838b068c8f9 [pid: 9|app: 0|req: 530/925] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:17 2026] POST /v2.0/networks => generated 629 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/926] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:17 2026] GET /v2.0/security-groups?tenant_id=1fa6b8e4b6bd45a381a449d4fe8ef98d&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 531/927] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:18 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 532/928] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:18 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&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: 397/929] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:18 2026] DELETE /v2.0/security-groups/dc867c70-4cea-4ea6-9212-55c333df9e1e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 533/930] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:18 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/931] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:18 2026] GET /v2.0/security-groups?id=386976e6-aec0-4821-a1cd-3155ce06d610&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 534/932] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:18 2026] POST /v2.0/subnets => generated 673 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:19.099 8 INFO neutron.db.segments_db [None req-01fc9bd5-45e2-4c9b-9770-b929c76f91bd cde8a7a19c5d48b4b0036e91c074dbb4 d1731bab4f24468b8fec22d29a62cc40 - - default default] Added segment cf5bf1bc-55f7-4234-9520-6b7684cdd115 of type vxlan for network 9616ca31-de43-4170-afc1-2d072ff96d64 [pid: 8|app: 0|req: 399/933] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:18 2026] POST /v2.0/networks => generated 628 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 535/934] 10.0.0.197 () {34 vars in 743 bytes} [Fri Apr 17 05:08:19 2026] PUT /v2.0/networks/9616ca31-de43-4170-afc1-2d072ff96d64 => generated 592 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/935] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:19 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/936] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:19 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&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: 9|app: 0|req: 536/937] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:19 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 537/938] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:08:19 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/939] 10.0.0.197 () {34 vars in 741 bytes} [Fri Apr 17 05:08:19 2026] PUT /v2.0/subnets/5474d58d-0c85-4d9d-97d8-5deb206f0954 => generated 656 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 538/940] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:19 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:19.892 8 INFO neutron_taas.services.taas.taas_plugin [req-2ce1e23c-dfee-42ab-938c-5dc1c3864d32 req-6039e34e-f8d2-4fcb-ba12-ac8e923b1b6b d4b04961bd2c4850adce4d2e493cde9b 014c0de2782e4b8d9e1174dfbf12ae3a - - default default] TaaS: Handle Delete Port: c7d93ccc-4a46-4166-b98e-c1ef34351bf0 2026-04-17 05:08:19.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2ce1e23c-dfee-42ab-938c-5dc1c3864d32 req-6039e34e-f8d2-4fcb-ba12-ac8e923b1b6b d4b04961bd2c4850adce4d2e493cde9b 014c0de2782e4b8d9e1174dfbf12ae3a - - default default] Tap Mirror: Handle Delete Port: c7d93ccc-4a46-4166-b98e-c1ef34351bf0 2026-04-17 05:08:19.947 9 INFO neutron.services.segments.plugin [-] Segment cf5bf1bc-55f7-4234-9520-6b7684cdd115 resource provider aggregate not found 2026-04-17 05:08:19.954 9 INFO neutron.services.segments.plugin [-] Segment cf5bf1bc-55f7-4234-9520-6b7684cdd115 resource provider aggregate not found 2026-04-17 05:08:19.975 9 INFO neutron.services.segments.plugin [-] Segment cf5bf1bc-55f7-4234-9520-6b7684cdd115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf5bf1bc-55f7-4234-9520-6b7684cdd115 found for delete ", "request_id": "req-46ffa037-c7e7-4894-9ce7-9469af4a3ee9"}]} 2026-04-17 05:08:19.979 9 INFO neutron.services.segments.plugin [-] Segment cf5bf1bc-55f7-4234-9520-6b7684cdd115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf5bf1bc-55f7-4234-9520-6b7684cdd115 found for delete ", "request_id": "req-0d0b615d-b440-476a-a3bb-c12aa2e347b8"}]} [pid: 9|app: 0|req: 539/941] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:19 2026] DELETE /v2.0/networks/9616ca31-de43-4170-afc1-2d072ff96d64 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 540/942] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:19 2026] GET /v2.0/security-groups?id=386976e6-aec0-4821-a1cd-3155ce06d610&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:20.029 8 INFO neutron.db.l3_db [req-2ce1e23c-dfee-42ab-938c-5dc1c3864d32 req-6039e34e-f8d2-4fcb-ba12-ac8e923b1b6b d4b04961bd2c4850adce4d2e493cde9b 014c0de2782e4b8d9e1174dfbf12ae3a - - default default] Floating IP 71c44811-66ed-4d27-a53f-40112fdf5bcd disassociated. External IP: 10.96.250.214, port: c7d93ccc-4a46-4166-b98e-c1ef34351bf0. 2026-04-17 05:08:20.040 9 INFO neutron.pecan_wsgi.hooks.translation [None req-230a0542-3bd3-4f6b-8be6-ecb615a54886 cde8a7a19c5d48b4b0036e91c074dbb4 d1731bab4f24468b8fec22d29a62cc40 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 541/943] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:20 2026] DELETE /v2.0/networks/9616ca31-de43-4170-afc1-2d072ff96d64 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 542/944] 10.0.0.197 () {32 vars in 694 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 543/945] 10.0.0.197 () {32 vars in 742 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/subnets?network_id=a8affa4b-ed98-4e56-98c5-47dcb0a57cd9 => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/946] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:08:19 2026] DELETE /v2.0/ports/c7d93ccc-4a46-4166-b98e-c1ef34351bf0 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/947] 10.0.0.197 () {32 vars in 653 bytes} [Fri Apr 17 05:08:20 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) 2026-04-17 05:08:20.450 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-addd690d-4764-4171-a5b2-affeeb535582'] response: {'server_uuid': '4c3841b5-ad85-46d6-98e6-1c96a6d530e2', 'name': 'network-vif-deleted', 'tag': 'c7d93ccc-4a46-4166-b98e-c1ef34351bf0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 405/948] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/networks => generated 1313 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:08:20.508 9 INFO neutron.db.segments_db [None req-e6405635-16df-4e01-b6db-6472bfdab58a 0390a5a8fcc242819a3d9bb9c628073a 1bee272046d14858b380e990ccf2686b - - default default] Added segment e5f55a80-0f08-473b-8b5f-01d01c178aa4 of type vxlan for network 16be8227-2103-4bb3-9034-638faa1cdd8e [pid: 8|app: 0|req: 406/949] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:20.565 9 INFO neutron.db.segments_db [None req-e6405635-16df-4e01-b6db-6472bfdab58a 0390a5a8fcc242819a3d9bb9c628073a 1bee272046d14858b380e990ccf2686b - - default default] Added segment f3c99196-11c8-4310-b425-f8d044af9339 of type vxlan for network 1908a9bd-84d2-426a-8802-13f1218672f6 [pid: 8|app: 0|req: 407/950] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/subnets => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/951] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/952] 10.0.0.197 () {32 vars in 723 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/networks/8d76f6f0-6398-4406-93ca-d838b068c8f9 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 544/953] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:20 2026] POST /v2.0/networks => generated 1208 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/954] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/subnets/342ab0d8-fe0d-41f5-9fd5-ce986598c4a4 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 545/955] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:20.721 9 INFO neutron.pecan_wsgi.hooks.translation [None req-8490c3f3-7b20-40e2-ac4c-4f3db2a65ece cde8a7a19c5d48b4b0036e91c074dbb4 d1731bab4f24468b8fec22d29a62cc40 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 546/956] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:20 2026] DELETE /v2.0/subnets/5474d58d-0c85-4d9d-97d8-5deb206f0954 => 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: 411/957] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/networks => generated 1845 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:08:20.750 8 INFO neutron.pecan_wsgi.hooks.translation [None req-714e6ce8-ac9b-4602-824c-480dc71e033b cde8a7a19c5d48b4b0036e91c074dbb4 d1731bab4f24468b8fec22d29a62cc40 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 412/958] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:20 2026] DELETE /v2.0/networks/9616ca31-de43-4170-afc1-2d072ff96d64 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 547/959] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:20.873 8 INFO neutron.services.segments.plugin [-] Segment e5f55a80-0f08-473b-8b5f-01d01c178aa4 resource provider aggregate not found 2026-04-17 05:08:20.879 8 INFO neutron.services.segments.plugin [-] Segment e5f55a80-0f08-473b-8b5f-01d01c178aa4 resource provider aggregate not found 2026-04-17 05:08:20.893 8 INFO neutron.services.segments.plugin [-] Segment e5f55a80-0f08-473b-8b5f-01d01c178aa4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5f55a80-0f08-473b-8b5f-01d01c178aa4 found for delete ", "request_id": "req-70c5225d-2191-4c57-ab3e-afadbdaffe93"}]} [pid: 8|app: 0|req: 413/960] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:20 2026] DELETE /v2.0/networks/16be8227-2103-4bb3-9034-638faa1cdd8e => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:20.907 8 INFO neutron.services.segments.plugin [-] Segment e5f55a80-0f08-473b-8b5f-01d01c178aa4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5f55a80-0f08-473b-8b5f-01d01c178aa4 found for delete ", "request_id": "req-2910dcbd-db1d-4a36-8045-92e55949999c"}]} [pid: 9|app: 0|req: 548/961] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:20 2026] DELETE /v2.0/subnets/342ab0d8-fe0d-41f5-9fd5-ce986598c4a4 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/962] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:08:20 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 549/963] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:20 2026] DELETE /v2.0/networks/1908a9bd-84d2-426a-8802-13f1218672f6 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/964] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:20 2026] DELETE /v2.0/networks/8d76f6f0-6398-4406-93ca-d838b068c8f9 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/965] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:08:21 2026] GET /v2.0/networks => generated 651 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/966] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:21 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:21.190 8 INFO neutron.db.segments_db [None req-f617e4a4-686b-4cd1-b2a0-a58c59010238 0390a5a8fcc242819a3d9bb9c628073a 1bee272046d14858b380e990ccf2686b - - default default] Added segment a2b28092-4195-49ae-94b4-a75a491b5f41 of type vxlan for network e1d60153-f6e1-4dfc-a93a-d655d90a3bcb [pid: 8|app: 0|req: 418/967] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:21 2026] POST /v2.0/networks => generated 635 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:21.332 8 INFO neutron.db.segments_db [None req-3d139422-abc1-48f6-93f4-c5a9ec9b076f 0390a5a8fcc242819a3d9bb9c628073a 1bee272046d14858b380e990ccf2686b - - default default] Added segment ac3b4140-fe17-45b1-8b93-78b155197820 of type vxlan for network 7c135127-be6f-454c-bff9-bdd86380ef46 [pid: 8|app: 0|req: 419/968] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:21 2026] POST /v2.0/networks => generated 635 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/969] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:21 2026] POST /v2.0/ports => generated 1505 bytes in 698 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: 421/970] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:22 2026] GET /v2.0/security-groups?tenant_id=d1731bab4f24468b8fec22d29a62cc40&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/971] 10.0.0.197 () {32 vars in 643 bytes} [Fri Apr 17 05:08:22 2026] GET /v2.0/ports => generated 1505 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/972] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:22 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:22.481 9 INFO neutron.services.segments.plugin [-] Segment f3c99196-11c8-4310-b425-f8d044af9339 resource provider aggregate not found 2026-04-17 05:08:22.485 9 INFO neutron.services.segments.plugin [-] Segment f3c99196-11c8-4310-b425-f8d044af9339 resource provider aggregate not found 2026-04-17 05:08:22.513 9 INFO neutron.services.segments.plugin [-] Segment f3c99196-11c8-4310-b425-f8d044af9339 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3c99196-11c8-4310-b425-f8d044af9339 found for delete ", "request_id": "req-cb28aada-8d1b-4656-8c68-b464190795c3"}]} 2026-04-17 05:08:22.514 9 INFO neutron.services.segments.plugin [-] Segment f3c99196-11c8-4310-b425-f8d044af9339 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3c99196-11c8-4310-b425-f8d044af9339 found for delete ", "request_id": "req-f7203f48-c4c7-4daf-b61c-08966125e1bd"}]} [pid: 8|app: 0|req: 424/973] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:22 2026] DELETE /v2.0/security-groups/5ae6b469-63eb-43af-841f-305bce9fb841 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:08:22.553 9 INFO neutron.db.l3_db [None req-41846cb6-8bd7-4457-a761-5b479333302b 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Floating IP 9e766329-162e-4ffb-9ff1-92293781383d associated. External IP: 10.96.250.204, port: 9030a596-f3dc-4207-a03a-9178e6cf76ae. 2026-04-17 05:08:22.623 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ad3b261-5160-40db-b6df-9c7a3f21f2e6 0390a5a8fcc242819a3d9bb9c628073a 1bee272046d14858b380e990ccf2686b - - default default] TaaS: Handle Delete Port: f77ca7eb-c45d-4fc9-a192-a940e5f777fb 2026-04-17 05:08:22.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ad3b261-5160-40db-b6df-9c7a3f21f2e6 0390a5a8fcc242819a3d9bb9c628073a 1bee272046d14858b380e990ccf2686b - - default default] Tap Mirror: Handle Delete Port: f77ca7eb-c45d-4fc9-a192-a940e5f777fb [pid: 8|app: 0|req: 425/974] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:22 2026] DELETE /v2.0/ports/f77ca7eb-c45d-4fc9-a192-a940e5f777fb => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:22.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-958feaa1-9ad7-45f7-a3a3-f21466c5bd7f 0390a5a8fcc242819a3d9bb9c628073a 1bee272046d14858b380e990ccf2686b - - default default] TaaS: Handle Delete Port: 0e998d83-912f-48ff-9ea5-701a548f5d57 2026-04-17 05:08:22.844 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-958feaa1-9ad7-45f7-a3a3-f21466c5bd7f 0390a5a8fcc242819a3d9bb9c628073a 1bee272046d14858b380e990ccf2686b - - default default] Tap Mirror: Handle Delete Port: 0e998d83-912f-48ff-9ea5-701a548f5d57 [pid: 9|app: 0|req: 550/975] 10.0.0.197 () {34 vars in 677 bytes} [Fri Apr 17 05:08:21 2026] POST /v2.0/floatingips => generated 856 bytes in 1803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:22.903 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b018106-62a6-48be-bdaa-62e058ac82a0'] response: {'name': 'network-changed', 'server_uuid': '4bc9e523-4c51-4822-b1ff-bbca4d546dd1', 'tag': '9030a596-f3dc-4207-a03a-9178e6cf76ae', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 551/976] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:08:22 2026] GET /v2.0/floatingips/9e766329-162e-4ffb-9ff1-92293781383d => generated 856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:22.922 8 INFO neutron.services.segments.plugin [-] Segment ec4254ab-6aba-4e35-9958-653444083cc1 resource provider aggregate not found 2026-04-17 05:08:22.943 8 INFO neutron.services.segments.plugin [-] Segment ec4254ab-6aba-4e35-9958-653444083cc1 resource provider aggregate not found 2026-04-17 05:08:22.946 8 INFO neutron.services.segments.plugin [-] Segment ec4254ab-6aba-4e35-9958-653444083cc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec4254ab-6aba-4e35-9958-653444083cc1 found for delete ", "request_id": "req-0755c562-8a30-4274-a9c3-9a283a840386"}]} 2026-04-17 05:08:22.962 8 INFO neutron.services.segments.plugin [-] Segment ec4254ab-6aba-4e35-9958-653444083cc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec4254ab-6aba-4e35-9958-653444083cc1 found for delete ", "request_id": "req-772b1a7c-08fb-4d47-9d96-fbc59cf48b45"}]} [pid: 8|app: 0|req: 426/977] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:22 2026] DELETE /v2.0/ports/0e998d83-912f-48ff-9ea5-701a548f5d57 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 552/978] 10.0.0.197 () {32 vars in 643 bytes} [Fri Apr 17 05:08:22 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:23.097 8 INFO neutron.db.segments_db [None req-0bbd3d06-a7e5-42f8-b9ce-853146ae0ec7 0390a5a8fcc242819a3d9bb9c628073a 1bee272046d14858b380e990ccf2686b - - default default] Added segment e97ebbe3-b47f-4b11-a982-529d8bf82d32 of type vxlan for network 5c5332d9-7ae8-4420-ba50-068cbea0e272 [pid: 8|app: 0|req: 427/979] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:23 2026] POST /v2.0/networks => generated 634 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:23.262 9 INFO neutron.db.segments_db [None req-aa0f398e-8f1e-4796-955d-7987c2082ccc 0390a5a8fcc242819a3d9bb9c628073a 1bee272046d14858b380e990ccf2686b - - default default] Added segment 6025f2e4-bdd2-470f-bd46-1a25f91c8ca7 of type vxlan for network 4b256823-c93c-4210-a005-c2e3ba41c677 [pid: 9|app: 0|req: 553/980] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:23 2026] POST /v2.0/networks => generated 635 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/981] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:23 2026] GET /v2.0/ports?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 554/982] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:08:23 2026] GET /v2.0/networks?id=7c41520d-ed34-4f22-b64b-b385479f8733 => 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: 429/983] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:23 2026] GET /v2.0/ports?device_id=4c3841b5-ad85-46d6-98e6-1c96a6d530e2 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 555/984] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:08:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9030a596-f3dc-4207-a03a-9178e6cf76ae => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/985] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:08:23 2026] GET /v2.0/subnets?id=17d2365e-ebaf-4c60-8e16-dda4b23e26d2 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 556/986] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:08:23 2026] GET /v2.0/ports?network_id=7c41520d-ed34-4f22-b64b-b385479f8733&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/987] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:08:23 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 557/988] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:08:23 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?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: 9|app: 0|req: 558/989] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:08:23 2026] GET /v2.0/floatingips/9e766329-162e-4ffb-9ff1-92293781383d => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/990] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:23 2026] POST /v2.0/subnets => generated 1324 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 559/991] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:08:24 2026] GET /v2.0/subnets => generated 1960 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 560/992] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:24 2026] DELETE /v2.0/subnets/39462ec8-0b2b-43ab-9b23-ede56b2478c7 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:24.680 8 INFO neutron.db.segments_db [None req-5f8c7d1a-8e59-415c-ab20-86ec20ff406e 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] Added segment ff4f613a-0550-4211-82b4-2b707feffe0f of type vxlan for network d428551f-2538-4830-a28a-cdcbc87cb3ca [pid: 9|app: 0|req: 561/993] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:24 2026] DELETE /v2.0/subnets/828a6e2a-a1d4-408e-9f56-ba0ac71768af => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/994] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:24 2026] POST /v2.0/networks => generated 630 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/995] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:08:24 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 562/996] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:24 2026] DELETE /v2.0/security-groups/386976e6-aec0-4821-a1cd-3155ce06d610 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:08:24.954 9 INFO neutron.services.segments.plugin [-] Segment 6025f2e4-bdd2-470f-bd46-1a25f91c8ca7 resource provider aggregate not found 2026-04-17 05:08:24.956 9 INFO neutron.services.segments.plugin [-] Segment 6025f2e4-bdd2-470f-bd46-1a25f91c8ca7 resource provider aggregate not found 2026-04-17 05:08:24.977 9 INFO neutron.services.segments.plugin [-] Segment 6025f2e4-bdd2-470f-bd46-1a25f91c8ca7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6025f2e4-bdd2-470f-bd46-1a25f91c8ca7 found for delete ", "request_id": "req-bc312d35-e0bf-4118-83e7-e8b04f8547f4"}]} 2026-04-17 05:08:24.982 9 INFO neutron.services.segments.plugin [-] Segment 6025f2e4-bdd2-470f-bd46-1a25f91c8ca7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6025f2e4-bdd2-470f-bd46-1a25f91c8ca7 found for delete ", "request_id": "req-049c3a96-fed2-4d96-8b75-7beeae61c538"}]} [pid: 9|app: 0|req: 563/997] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:24 2026] DELETE /v2.0/networks/4b256823-c93c-4210-a005-c2e3ba41c677 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:24.996 9 INFO neutron.api.v2.resource [None req-8a8175fe-fca3-453a-8db5-6891d4a6e2fe d4b04961bd2c4850adce4d2e493cde9b 014c0de2782e4b8d9e1174dfbf12ae3a - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 564/998] 10.0.0.197 () {32 vars in 737 bytes} [Fri Apr 17 05:08:24 2026] GET /v2.0/security-groups/386976e6-aec0-4821-a1cd-3155ce06d610 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 565/999] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:08:24 2026] GET /v2.0/floatingips/9e766329-162e-4ffb-9ff1-92293781383d => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/1000] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:24 2026] POST /v2.0/ports => generated 779 bytes in 287 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: 9|app: 0|req: 566/1001] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:25 2026] DELETE /v2.0/networks/5c5332d9-7ae8-4420-ba50-068cbea0e272 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:25.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-75795429-6518-4d70-8d71-464ef9cfc8b3 d4b04961bd2c4850adce4d2e493cde9b 014c0de2782e4b8d9e1174dfbf12ae3a - - default default] TaaS: Handle Delete Port: f3bfe256-81b1-4b96-a3ee-0765a7af149a 2026-04-17 05:08:25.213 9 INFO neutron.db.segments_db [None req-299138a5-41c8-497f-a29c-c08cb80d5bdc 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] Added segment 66f0e5cd-0706-4f9c-a2d2-8f8b8426302b of type vxlan for network 7d122cb7-d4bf-4e8a-af37-4d4e5fb6cfb0 2026-04-17 05:08:25.217 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75795429-6518-4d70-8d71-464ef9cfc8b3 d4b04961bd2c4850adce4d2e493cde9b 014c0de2782e4b8d9e1174dfbf12ae3a - - default default] Tap Mirror: Handle Delete Port: f3bfe256-81b1-4b96-a3ee-0765a7af149a [pid: 9|app: 0|req: 567/1002] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:25 2026] POST /v2.0/networks => generated 617 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/1003] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:08:25 2026] DELETE /v2.0/floatingips/71c44811-66ed-4d27-a53f-40112fdf5bcd => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 568/1004] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:25 2026] DELETE /v2.0/networks/7c135127-be6f-454c-bff9-bdd86380ef46 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/1005] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:25 2026] POST /v2.0/subnets => generated 646 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:25.769 8 INFO neutron.services.segments.plugin [-] Segment a2b28092-4195-49ae-94b4-a75a491b5f41 resource provider aggregate not found 2026-04-17 05:08:25.775 8 INFO neutron.services.segments.plugin [-] Segment a2b28092-4195-49ae-94b4-a75a491b5f41 resource provider aggregate not found 2026-04-17 05:08:25.792 8 INFO neutron.services.segments.plugin [-] Segment a2b28092-4195-49ae-94b4-a75a491b5f41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2b28092-4195-49ae-94b4-a75a491b5f41 found for delete ", "request_id": "req-e8bab084-e9d0-445f-9d16-b3dad4d527d5"}]} 2026-04-17 05:08:25.796 8 INFO neutron.services.segments.plugin [-] Segment a2b28092-4195-49ae-94b4-a75a491b5f41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2b28092-4195-49ae-94b4-a75a491b5f41 found for delete ", "request_id": "req-c8fa4a95-8475-463c-b05f-7d2011818e36"}]} [pid: 8|app: 0|req: 438/1006] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:25 2026] DELETE /v2.0/networks/e1d60153-f6e1-4dfc-a93a-d655d90a3bcb => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:25.825 9 INFO neutron_taas.services.taas.taas_plugin [None req-e87ccd59-f3bd-4826-adbf-8e71b60cd5bd 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: ff63577f-0501-4ef9-9d8a-fff3ee931206 2026-04-17 05:08:25.829 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e87ccd59-f3bd-4826-adbf-8e71b60cd5bd 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: ff63577f-0501-4ef9-9d8a-fff3ee931206 [pid: 8|app: 0|req: 439/1007] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:25 2026] POST /v2.0/ports => generated 965 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-17 05:08:26.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-38d00e25-90f4-48c1-9630-4bd18199b110 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] TaaS: Handle Delete Port: 3ce92224-3b07-46cb-863f-78e0546540f6 2026-04-17 05:08:26.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38d00e25-90f4-48c1-9630-4bd18199b110 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] Tap Mirror: Handle Delete Port: 3ce92224-3b07-46cb-863f-78e0546540f6 [pid: 8|app: 0|req: 440/1008] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:26 2026] DELETE /v2.0/ports/3ce92224-3b07-46cb-863f-78e0546540f6 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 569/1009] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:08:25 2026] PUT /v2.0/routers/1ce5440c-6b74-48f8-8325-ee6da24ec3ba/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:26.448 9 INFO neutron.pecan_wsgi.hooks.translation [None req-0186ecd9-c1fa-478f-88ce-091e1f20ef75 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 570/1010] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:26 2026] DELETE /v2.0/ports/3ce92224-3b07-46cb-863f-78e0546540f6 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/1011] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:26 2026] GET /v2.0/security-groups?tenant_id=1bee272046d14858b380e990ccf2686b&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:08:26.487 8 INFO neutron.pecan_wsgi.hooks.translation [None req-067f71c1-8963-4255-a6a3-72726690e199 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 442/1012] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:26 2026] GET /v2.0/ports/3ce92224-3b07-46cb-863f-78e0546540f6 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/1013] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:26 2026] DELETE /v2.0/security-groups/fa670a33-288a-42f6-b1dc-c7e7a731913d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:08:26.689 9 INFO neutron_taas.services.taas.taas_plugin [None req-f03bf9b0-610c-41e6-8090-85ca9f586abb 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 7586d75a-7445-4158-a9b2-d677e7f3a06c 2026-04-17 05:08:26.692 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f03bf9b0-610c-41e6-8090-85ca9f586abb 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 7586d75a-7445-4158-a9b2-d677e7f3a06c [pid: 8|app: 0|req: 444/1014] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:26 2026] DELETE /v2.0/subnets/2871564f-b26e-4557-afcb-fb6e01984622 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/1015] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:26 2026] DELETE /v2.0/networks/7d122cb7-d4bf-4e8a-af37-4d4e5fb6cfb0 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:26.898 9 INFO neutron_taas.services.taas.taas_plugin [None req-f03bf9b0-610c-41e6-8090-85ca9f586abb 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 4d1098f4-03b9-4f00-9b65-04db41827f34 2026-04-17 05:08:26.900 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f03bf9b0-610c-41e6-8090-85ca9f586abb 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 4d1098f4-03b9-4f00-9b65-04db41827f34 2026-04-17 05:08:26.929 8 INFO neutron.db.segments_db [None req-90cb3783-fcfd-4663-9838-bf1b36d60664 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] Added segment 1fe752b2-d79e-4010-966e-2ad3efd78913 of type vxlan for network 593be746-0c7e-41a9-a324-b259c1e15bba 2026-04-17 05:08:27.021 9 INFO neutron.services.segments.plugin [-] Segment e97ebbe3-b47f-4b11-a982-529d8bf82d32 resource provider aggregate not found [pid: 8|app: 0|req: 446/1016] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:26 2026] POST /v2.0/networks => generated 617 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:27.031 9 INFO neutron.services.segments.plugin [-] Segment e97ebbe3-b47f-4b11-a982-529d8bf82d32 resource provider aggregate not found 2026-04-17 05:08:27.048 9 INFO neutron.services.segments.plugin [-] Segment e97ebbe3-b47f-4b11-a982-529d8bf82d32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e97ebbe3-b47f-4b11-a982-529d8bf82d32 found for delete ", "request_id": "req-17bdb7f2-ba65-4a9e-84e9-73220ad6cc08"}]} 2026-04-17 05:08:27.053 9 INFO neutron.services.segments.plugin [-] Segment e97ebbe3-b47f-4b11-a982-529d8bf82d32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e97ebbe3-b47f-4b11-a982-529d8bf82d32 found for delete ", "request_id": "req-430ccde0-c502-4c4b-a930-c8a4cf06ecb2"}]} 2026-04-17 05:08:27.079 9 INFO neutron.services.segments.plugin [-] Segment ac3b4140-fe17-45b1-8b93-78b155197820 resource provider aggregate not found 2026-04-17 05:08:27.086 9 INFO neutron.services.segments.plugin [-] Segment ac3b4140-fe17-45b1-8b93-78b155197820 resource provider aggregate not found 2026-04-17 05:08:27.095 9 INFO neutron.services.segments.plugin [-] Segment ac3b4140-fe17-45b1-8b93-78b155197820 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac3b4140-fe17-45b1-8b93-78b155197820 found for delete ", "request_id": "req-48e4398a-925b-4a20-9a76-c550db5e0eaa"}]} 2026-04-17 05:08:27.120 9 INFO neutron.services.segments.plugin [-] Segment ac3b4140-fe17-45b1-8b93-78b155197820 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac3b4140-fe17-45b1-8b93-78b155197820 found for delete ", "request_id": "req-4f2284be-f8df-4609-b6a3-5c67abcb5c08"}]} [pid: 8|app: 0|req: 447/1017] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:27 2026] POST /v2.0/subnets => generated 646 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:27.311 9 INFO neutron.db.l3_hamode_db [None req-f03bf9b0-610c-41e6-8090-85ca9f586abb 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] HA network d03d4aa6-d13c-4e18-8789-274dfbbc7498 was deleted as no HA routers are present in tenant 014c0de2782e4b8d9e1174dfbf12ae3a. [pid: 9|app: 0|req: 571/1018] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:26 2026] DELETE /v2.0/routers/1ce5440c-6b74-48f8-8325-ee6da24ec3ba => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 572/1019] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:27 2026] DELETE /v2.0/subnets/00b3151a-7f81-4a09-92c4-cb60fe106cf8 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:27.603 9 INFO neutron_taas.services.taas.taas_plugin [None req-8a8c1ce3-ba1d-4c4e-8a92-b2c743a0f987 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 4465e610-854b-4e17-9b1b-12fdcc0fab89 2026-04-17 05:08:27.607 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a8c1ce3-ba1d-4c4e-8a92-b2c743a0f987 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 4465e610-854b-4e17-9b1b-12fdcc0fab89 [pid: 8|app: 0|req: 448/1020] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:27 2026] POST /v2.0/ports => generated 927 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:27.753 8 INFO neutron_taas.services.taas.taas_plugin [None req-9205e670-3f1a-4e7f-a080-e78a5a9234e2 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] TaaS: Handle Delete Port: 84d2025e-bd04-4756-af45-a8a49cda1d09 2026-04-17 05:08:27.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9205e670-3f1a-4e7f-a080-e78a5a9234e2 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] Tap Mirror: Handle Delete Port: 84d2025e-bd04-4756-af45-a8a49cda1d09 [pid: 9|app: 0|req: 573/1021] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:27 2026] DELETE /v2.0/networks/271d500d-ec65-4302-91c3-3114274e622f => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:27.817 8 INFO neutron.services.segments.plugin [-] Segment 66f0e5cd-0706-4f9c-a2d2-8f8b8426302b resource provider aggregate not found 2026-04-17 05:08:27.831 8 INFO neutron.services.segments.plugin [-] Segment 66f0e5cd-0706-4f9c-a2d2-8f8b8426302b resource provider aggregate not found 2026-04-17 05:08:27.839 8 INFO neutron.services.segments.plugin [-] Segment 66f0e5cd-0706-4f9c-a2d2-8f8b8426302b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66f0e5cd-0706-4f9c-a2d2-8f8b8426302b found for delete ", "request_id": "req-d07546cf-f57d-49c6-a10c-91fdb0fc25cc"}]} 2026-04-17 05:08:27.853 8 INFO neutron.services.segments.plugin [-] Segment 66f0e5cd-0706-4f9c-a2d2-8f8b8426302b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66f0e5cd-0706-4f9c-a2d2-8f8b8426302b found for delete ", "request_id": "req-4e5dae85-ac41-498a-83d9-18487c9fcd72"}]} [pid: 8|app: 0|req: 449/1022] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:27 2026] DELETE /v2.0/ports/84d2025e-bd04-4756-af45-a8a49cda1d09 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:27.934 9 INFO neutron.pecan_wsgi.hooks.translation [None req-25f5bdf6-004e-4f0f-b494-033459b9c695 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 574/1023] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:27 2026] GET /v2.0/ports/84d2025e-bd04-4756-af45-a8a49cda1d09 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/1024] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:27 2026] GET /v2.0/security-groups?tenant_id=014c0de2782e4b8d9e1174dfbf12ae3a&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: 451/1025] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:27 2026] DELETE /v2.0/security-groups/b289e8c9-cd99-4f28-a627-5b98a3cf5437 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 575/1026] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:27 2026] DELETE /v2.0/subnets/0d45bbdf-cae5-4963-9792-f7f7ab0e550d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/1027] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:28 2026] DELETE /v2.0/networks/593be746-0c7e-41a9-a324-b259c1e15bba => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 576/1028] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:28 2026] POST /v2.0/ports => generated 779 bytes in 284 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-17 05:08:28.641 8 INFO neutron.db.segments_db [None req-c24038e1-158e-4b1c-a2a6-b10e99a40bc6 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Added segment 6b53954d-055d-4b04-bdf5-6df414fe9c8f of type vxlan for network dfa9827d-3860-43fc-a9ee-709eaaa17208 [pid: 9|app: 0|req: 579/1031] 10.0.0.197 () {34 vars in 737 bytes} [Fri Apr 17 05:08:28 2026] PUT /v2.0/ports/e54d74d2-8457-4446-960f-5b13f106db0f => generated 752 bytes in 183 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: 453/1032] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:28 2026] POST /v2.0/networks => generated 611 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:28.798 9 INFO neutron_taas.services.taas.taas_plugin [None req-80622d63-4466-42e8-8d6f-8ff37e764fc2 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] TaaS: Handle Delete Port: e54d74d2-8457-4446-960f-5b13f106db0f 2026-04-17 05:08:28.804 8 INFO neutron.db.segments_db [None req-69b8bd60-34b9-4aff-b1f5-e3f464f310af a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Added segment ef62dcf4-1304-45b9-90b1-b2fb1bfc462b of type vxlan for network 67099c4b-20ea-4a7b-b8ac-f96aa0fbda42 2026-04-17 05:08:28.808 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80622d63-4466-42e8-8d6f-8ff37e764fc2 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] Tap Mirror: Handle Delete Port: e54d74d2-8457-4446-960f-5b13f106db0f [pid: 8|app: 0|req: 454/1033] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:28 2026] POST /v2.0/networks => generated 611 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 580/1034] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:28 2026] DELETE /v2.0/ports/e54d74d2-8457-4446-960f-5b13f106db0f => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 581/1035] 10.0.0.197 () {32 vars in 643 bytes} [Fri Apr 17 05:08:28 2026] GET /v2.0/ports => generated 782 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:28.967 9 INFO neutron.pecan_wsgi.hooks.translation [None req-852954f7-ed50-409c-a9fb-00626eb05c3e 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 582/1036] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:28 2026] GET /v2.0/ports/e54d74d2-8457-4446-960f-5b13f106db0f => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 583/1037] 10.0.0.197 () {32 vars in 643 bytes} [Fri Apr 17 05:08:28 2026] GET /v2.0/ports => generated 782 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 584/1038] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:29 2026] GET /v2.0/ports/06938854-f679-4604-9b03-0de74494c65d => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:29.081 9 INFO neutron.pecan_wsgi.hooks.translation [None req-be70a7ba-7161-459c-b0ac-3c73913aa6d1 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 585/1039] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:29 2026] DELETE /v2.0/ports/84d2025e-bd04-4756-af45-a8a49cda1d09 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:08:29.104 9 INFO neutron.pecan_wsgi.hooks.translation [None req-9535ac67-a518-4afd-af29-8adf8fe9ce1a 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 586/1040] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:29 2026] DELETE /v2.0/subnets/0d45bbdf-cae5-4963-9792-f7f7ab0e550d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:08:29.118 9 INFO neutron.services.segments.plugin [-] Segment af30a9a5-da84-413f-adb4-8e494045e065 resource provider aggregate not found 2026-04-17 05:08:29.132 9 INFO neutron.pecan_wsgi.hooks.translation [None req-0edba578-7d6c-4caa-aa85-8993b66021fb 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 587/1041] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:29 2026] DELETE /v2.0/subnets/2871564f-b26e-4557-afcb-fb6e01984622 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:08:29.140 9 INFO neutron.services.segments.plugin [-] Segment af30a9a5-da84-413f-adb4-8e494045e065 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af30a9a5-da84-413f-adb4-8e494045e065 found for delete ", "request_id": "req-f2466077-9617-49db-a73a-b9d98dfb3273"}]} 2026-04-17 05:08:29.152 9 INFO neutron.services.segments.plugin [-] Segment af30a9a5-da84-413f-adb4-8e494045e065 resource provider aggregate not found 2026-04-17 05:08:29.156 9 INFO neutron.services.segments.plugin [-] Segment 7342f8d3-0b13-44e3-8131-9e22a35a1857 resource provider aggregate not found [pid: 8|app: 0|req: 455/1042] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:28 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:29.180 9 INFO neutron.services.segments.plugin [-] Segment af30a9a5-da84-413f-adb4-8e494045e065 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af30a9a5-da84-413f-adb4-8e494045e065 found for delete ", "request_id": "req-898b076f-1eee-4941-b1f5-ceeb0d14f6a7"}]} 2026-04-17 05:08:29.188 9 INFO neutron.services.segments.plugin [-] Segment 7342f8d3-0b13-44e3-8131-9e22a35a1857 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7342f8d3-0b13-44e3-8131-9e22a35a1857 found for delete ", "request_id": "req-f0c1c94e-f591-4c50-aaaa-c9692b1c1d71"}]} 2026-04-17 05:08:29.203 9 INFO neutron.services.segments.plugin [-] Segment 7342f8d3-0b13-44e3-8131-9e22a35a1857 resource provider aggregate not found 2026-04-17 05:08:29.231 9 INFO neutron.services.segments.plugin [-] Segment 7342f8d3-0b13-44e3-8131-9e22a35a1857 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7342f8d3-0b13-44e3-8131-9e22a35a1857 found for delete ", "request_id": "req-eb67b17d-2991-49a8-bb8d-6da24ff3b2aa"}]} 2026-04-17 05:08:29.272 9 INFO neutron_taas.services.taas.taas_plugin [None req-696bdb4b-d271-4ee1-b0ab-682d46a6c549 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] TaaS: Handle Delete Port: 06938854-f679-4604-9b03-0de74494c65d 2026-04-17 05:08:29.275 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-696bdb4b-d271-4ee1-b0ab-682d46a6c549 6efeb9665c704d968263dced121830e4 86df48c23326406da40d570f7cd9051f - - default default] Tap Mirror: Handle Delete Port: 06938854-f679-4604-9b03-0de74494c65d [pid: 9|app: 0|req: 588/1043] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:29 2026] DELETE /v2.0/ports/06938854-f679-4604-9b03-0de74494c65d => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/1044] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:29 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:29.469 8 INFO neutron.db.segments_db [None req-23e20e86-a4ab-4141-a86f-dade52f90aea a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Added segment 8e3fcd44-66e1-4913-81da-79b01456c44b of type vxlan for network ffbc244e-6901-44e0-b65c-ab8d5890d76d [pid: 9|app: 0|req: 589/1045] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:29 2026] DELETE /v2.0/networks/d428551f-2538-4830-a28a-cdcbc87cb3ca => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:29.690 8 INFO neutron.db.l3_hamode_db [None req-23e20e86-a4ab-4141-a86f-dade52f90aea a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:08:29.790 8 INFO neutron.db.l3_hamode_db [None req-23e20e86-a4ab-4141-a86f-dade52f90aea a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:08:29.868 8 INFO neutron.services.segments.plugin [-] Segment 1fe752b2-d79e-4010-966e-2ad3efd78913 resource provider aggregate not found 2026-04-17 05:08:29.878 8 INFO neutron.services.segments.plugin [-] Segment 1fe752b2-d79e-4010-966e-2ad3efd78913 resource provider aggregate not found 2026-04-17 05:08:29.888 8 INFO neutron.services.segments.plugin [-] Segment 1fe752b2-d79e-4010-966e-2ad3efd78913 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe752b2-d79e-4010-966e-2ad3efd78913 found for delete ", "request_id": "req-ed0a5637-c71a-4a0c-a49c-30fadf9ee6c6"}]} 2026-04-17 05:08:29.893 8 INFO neutron.services.segments.plugin [-] Segment 1fe752b2-d79e-4010-966e-2ad3efd78913 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe752b2-d79e-4010-966e-2ad3efd78913 found for delete ", "request_id": "req-af5b5370-d2f8-4207-84e4-7572f27bf0ee"}]} 2026-04-17 05:08:30.088 9 INFO neutron.db.segments_db [None req-ddc06e7f-cb61-4ce3-8245-729852bb8579 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment ebe0749f-44c3-47cf-8d4f-2f799ac2edf2 of type vxlan for network eb4ae211-08aa-4fec-bc6b-69e4fd365b3c [pid: 9|app: 0|req: 590/1046] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:08:29 2026] POST /v2.0/networks => generated 725 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 591/1047] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:30 2026] GET /v2.0/security-groups?tenant_id=86df48c23326406da40d570f7cd9051f&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/1048] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:29 2026] POST /v2.0/routers => generated 506 bytes in 983 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 592/1049] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:30 2026] POST /v2.0/subnets => generated 691 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/1050] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:30 2026] DELETE /v2.0/security-groups/1aeab919-2ae7-4696-a506-204bd73d42e9 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:08:30.560 8 INFO neutron.db.segments_db [None req-2a99dfe8-a40e-4d89-924f-5b39fadf40bc 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment cc58c4cc-41d3-4a70-9786-e02fb593c93f of type vxlan for network df20863a-831d-49a1-8792-172c9da76c19 2026-04-17 05:08:30.779 8 INFO neutron.db.l3_hamode_db [None req-2a99dfe8-a40e-4d89-924f-5b39fadf40bc 147a493ae8a840729697baa0fe58c898 9d88188242314f21b9f33ae685fc70e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:08:31.214 9 INFO neutron.services.segments.plugin [-] Segment ff4f613a-0550-4211-82b4-2b707feffe0f resource provider aggregate not found 2026-04-17 05:08:31.239 9 INFO neutron.services.segments.plugin [-] Segment ff4f613a-0550-4211-82b4-2b707feffe0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff4f613a-0550-4211-82b4-2b707feffe0f found for delete ", "request_id": "req-f88f369e-926d-4667-ba9d-7111935290bc"}]} 2026-04-17 05:08:31.268 9 INFO neutron.services.segments.plugin [-] Segment ff4f613a-0550-4211-82b4-2b707feffe0f resource provider aggregate not found 2026-04-17 05:08:31.290 9 INFO neutron.services.segments.plugin [-] Segment ff4f613a-0550-4211-82b4-2b707feffe0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff4f613a-0550-4211-82b4-2b707feffe0f found for delete ", "request_id": "req-c11b9b26-e619-41a6-95e2-452b58124feb"}]} 2026-04-17 05:08:31.584 8 INFO neutron.db.l3_hamode_db [None req-2a99dfe8-a40e-4d89-924f-5b39fadf40bc 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 593/1051] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:08:30 2026] PUT /v2.0/routers/6341ec43-a4d0-483a-a1e4-221ddf6ff90e/add_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 594/1052] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:31 2026] GET /v2.0/ports/7f96be16-8995-4bd5-a4f9-88ef05c2bd96 => generated 955 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/1053] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:30 2026] POST /v2.0/routers => generated 731 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:32.695 8 INFO neutron.db.segments_db [None req-b4d68dae-0274-4172-93d0-ed2c15fc5fdc 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] Added segment 8ab04df1-bc79-4a69-9962-24bee5ddfb79 of type vxlan for network 2fe5d91f-4afd-450b-85e4-bdc98606be26 [pid: 8|app: 0|req: 460/1054] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:32 2026] POST /v2.0/networks => generated 625 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/1055] 10.0.0.182 () {34 vars in 990 bytes} [Fri Apr 17 05:08:32 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 1244 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 595/1056] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:08:31 2026] PUT /v2.0/routers/6341ec43-a4d0-483a-a1e4-221ddf6ff90e/add_router_interface => generated 309 bytes in 1305 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 596/1057] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:32 2026] POST /v2.0/ports => generated 774 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, ' [pid: 9|app: 0|req: 597/1058] 10.0.0.182 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:33 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&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: 9|app: 0|req: 598/1059] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:33 2026] GET /v2.0/ports/fc13633b-a91b-418f-a0ca-125f45d4b264 => generated 955 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:33.502 9 INFO neutron.db.segments_db [None req-aa514b7b-1e7f-4ca7-8577-85d398e3f186 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] Added segment 6e01fc6f-5285-4e6f-95c7-9d1a4041584e of type vxlan for network 398e6118-c060-48cf-9713-c13aeb32b4fc [pid: 9|app: 0|req: 599/1060] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:33 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:34.005 9 INFO neutron_taas.services.taas.taas_plugin [None req-df0aacfa-9cd3-4768-8641-db24d9fe660a a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] TaaS: Handle Delete Port: fc13633b-a91b-418f-a0ca-125f45d4b264 2026-04-17 05:08:34.009 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df0aacfa-9cd3-4768-8641-db24d9fe660a a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Tap Mirror: Handle Delete Port: fc13633b-a91b-418f-a0ca-125f45d4b264 [pid: 8|app: 0|req: 462/1061] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:08:32 2026] PUT /v2.0/routers/b7671a91-57e6-4e4d-a38e-3830e7ad8246/add_router_interface => generated 309 bytes in 1272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/1062] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:34 2026] POST /v2.0/subnets => generated 626 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 600/1063] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:08:33 2026] PUT /v2.0/routers/6341ec43-a4d0-483a-a1e4-221ddf6ff90e/remove_router_interface => generated 309 bytes in 1020 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/1064] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:34 2026] POST /v2.0/ports => generated 950 bytes in 412 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-17 05:08:34.929 9 INFO neutron_taas.services.taas.taas_plugin [None req-523dfb08-fdf8-454c-90a0-97222797ff93 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] TaaS: Handle Delete Port: 7f96be16-8995-4bd5-a4f9-88ef05c2bd96 2026-04-17 05:08:34.932 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-523dfb08-fdf8-454c-90a0-97222797ff93 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Tap Mirror: Handle Delete Port: 7f96be16-8995-4bd5-a4f9-88ef05c2bd96 [pid: 8|app: 0|req: 465/1065] 10.0.0.197 () {34 vars in 685 bytes} [Fri Apr 17 05:08:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 05:08:35.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdfa8a4e-4610-441a-b899-ef3aeb472f20 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] TaaS: Handle Delete Port: 0b963826-bf21-444d-a7a4-089735af3381 2026-04-17 05:08:35.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdfa8a4e-4610-441a-b899-ef3aeb472f20 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] Tap Mirror: Handle Delete Port: 0b963826-bf21-444d-a7a4-089735af3381 [pid: 8|app: 0|req: 466/1066] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:35 2026] DELETE /v2.0/ports/0b963826-bf21-444d-a7a4-089735af3381 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 601/1067] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:08:34 2026] PUT /v2.0/routers/6341ec43-a4d0-483a-a1e4-221ddf6ff90e/remove_router_interface => generated 309 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:35.382 9 INFO neutron.pecan_wsgi.hooks.translation [None req-e4aedabe-2913-4ae0-b5e8-378e54e03a38 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 602/1068] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:35 2026] DELETE /v2.0/ports/0b963826-bf21-444d-a7a4-089735af3381 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 603/1069] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:08:35 2026] GET /v2.0/ports?device_id=6341ec43-a4d0-483a-a1e4-221ddf6ff90e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:35.414 9 INFO neutron.pecan_wsgi.hooks.translation [None req-2b2406f1-2109-448a-936b-c6e9895ea2cf 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 604/1070] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:35 2026] GET /v2.0/ports/0b963826-bf21-444d-a7a4-089735af3381 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/1071] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/1072] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:35 2026] DELETE /v2.0/subnets/6c1a09f2-56a2-433c-8026-12501e4366d7 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:35.588 9 INFO neutron_taas.services.taas.taas_plugin [None req-019574d6-7f74-4017-ae81-32b8252aa413 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] TaaS: Handle Delete Port: cac2f3a5-1b30-4c58-9c96-42ee196e30fe 2026-04-17 05:08:35.591 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-019574d6-7f74-4017-ae81-32b8252aa413 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Tap Mirror: Handle Delete Port: cac2f3a5-1b30-4c58-9c96-42ee196e30fe [pid: 8|app: 0|req: 469/1073] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:35.745 8 INFO neutron.services.segments.plugin [-] Segment 6e01fc6f-5285-4e6f-95c7-9d1a4041584e resource provider aggregate not found 2026-04-17 05:08:35.749 8 INFO neutron.services.segments.plugin [-] Segment 6e01fc6f-5285-4e6f-95c7-9d1a4041584e resource provider aggregate not found 2026-04-17 05:08:35.768 8 INFO neutron.services.segments.plugin [-] Segment 6e01fc6f-5285-4e6f-95c7-9d1a4041584e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e01fc6f-5285-4e6f-95c7-9d1a4041584e found for delete ", "request_id": "req-05f26d68-0e63-4fe5-b618-8042dfa990d9"}]} [pid: 8|app: 0|req: 470/1074] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:35 2026] DELETE /v2.0/networks/398e6118-c060-48cf-9713-c13aeb32b4fc => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:35.777 8 INFO neutron.services.segments.plugin [-] Segment 6e01fc6f-5285-4e6f-95c7-9d1a4041584e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e01fc6f-5285-4e6f-95c7-9d1a4041584e found for delete ", "request_id": "req-412d7e59-d42f-4a15-b039-cd6ac4945933"}]} 2026-04-17 05:08:35.959 9 INFO neutron.services.segments.plugin [-] Segment 8e3fcd44-66e1-4913-81da-79b01456c44b resource provider aggregate not found 2026-04-17 05:08:35.965 9 INFO neutron.services.segments.plugin [-] Segment 8e3fcd44-66e1-4913-81da-79b01456c44b resource provider aggregate not found 2026-04-17 05:08:35.980 9 INFO neutron.services.segments.plugin [-] Segment 8e3fcd44-66e1-4913-81da-79b01456c44b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e3fcd44-66e1-4913-81da-79b01456c44b found for delete ", "request_id": "req-a33c326b-023e-4654-a77a-1b0b1a1d6194"}]} 2026-04-17 05:08:35.987 9 INFO neutron.services.segments.plugin [-] Segment 8e3fcd44-66e1-4913-81da-79b01456c44b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e3fcd44-66e1-4913-81da-79b01456c44b found for delete ", "request_id": "req-18d3fcb5-ab2e-4558-a80a-2979dbc18b20"}]} 2026-04-17 05:08:36.000 9 INFO neutron.db.l3_hamode_db [None req-019574d6-7f74-4017-ae81-32b8252aa413 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] HA network ffbc244e-6901-44e0-b65c-ab8d5890d76d was deleted as no HA routers are present in tenant bac9e20ef8784a37a6eabb3fa584a876. [pid: 9|app: 0|req: 605/1075] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:35 2026] DELETE /v2.0/routers/6341ec43-a4d0-483a-a1e4-221ddf6ff90e => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:08:36.066 9 INFO neutron.db.segments_db [None req-7e96b775-3557-4818-844d-a50690f70c5d 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] Added segment 9e6a363b-24b7-446d-ab61-9c4705d362c4 of type vxlan for network 42a4cba4-8662-42af-93c3-58e1eccb9161 [pid: 9|app: 0|req: 606/1076] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:36 2026] POST /v2.0/networks => generated 612 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1077] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:08:35 2026] POST /v2.0/floatingips => generated 552 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 607/1078] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:36 2026] DELETE /v2.0/subnets/e574ac10-bec3-4d39-8bee-fb7a78e3dc1e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 608/1079] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:36 2026] DELETE /v2.0/subnets/aa90b6f6-3e91-4720-b7e0-1239696d3c18 => 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: 472/1080] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:36 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1081] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:36 2026] DELETE /v2.0/networks/67099c4b-20ea-4a7b-b8ac-f96aa0fbda42 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1082] 10.0.0.172 () {34 vars in 1100 bytes} [Fri Apr 17 05:08:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1356152269&fields=id&tenant_id=9d88188242314f21b9f33ae685fc70e9 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:36.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-2859e1ae-5c5e-49e2-aab2-430a0211ecbe a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] TaaS: Handle Delete Port: 4562e02a-8762-494d-a91c-0e77949f86f7 2026-04-17 05:08:36.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2859e1ae-5c5e-49e2-aab2-430a0211ecbe a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Tap Mirror: Handle Delete Port: 4562e02a-8762-494d-a91c-0e77949f86f7 [pid: 9|app: 0|req: 609/1083] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:36 2026] POST /v2.0/ports => generated 912 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 610/1084] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:08:36 2026] GET /v2.0/networks?id=eb4ae211-08aa-4fec-bc6b-69e4fd365b3c => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1085] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:36 2026] DELETE /v2.0/networks/dfa9827d-3860-43fc-a9ee-709eaaa17208 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1086] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:08:37 2026] GET /v2.0/quotas/9d88188242314f21b9f33ae685fc70e9 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:37.056 9 INFO neutron_taas.services.taas.taas_plugin [None req-b2664497-c4af-479f-acab-12bec55367d6 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] TaaS: Handle Delete Port: 67dad1a6-235c-4f3c-8c6c-753078fa68c2 2026-04-17 05:08:37.059 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2664497-c4af-479f-acab-12bec55367d6 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] Tap Mirror: Handle Delete Port: 67dad1a6-235c-4f3c-8c6c-753078fa68c2 2026-04-17 05:08:37.097 8 INFO neutron.db.segments_db [None req-9f21d13f-259f-4394-8550-18983a6d3c9e a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Added segment 10178edb-5f75-4f5b-b70c-b30805b6aad6 of type vxlan for network 23e22dac-fdff-4fcf-acaf-cf84421c5edc [pid: 8|app: 0|req: 477/1087] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:37 2026] POST /v2.0/networks => generated 611 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 611/1088] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:36 2026] DELETE /v2.0/ports/67dad1a6-235c-4f3c-8c6c-753078fa68c2 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1089] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:08:37 2026] GET /v2.0/ports?tenant_id=9d88188242314f21b9f33ae685fc70e9&fields=id => generated 57 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:37.295 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfc02bf5-0870-4b71-8245-34d5ceeb842f 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 479/1090] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:37 2026] GET /v2.0/ports/67dad1a6-235c-4f3c-8c6c-753078fa68c2 => 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: 480/1091] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:08:37 2026] GET /v2.0/networks/eb4ae211-08aa-4fec-bc6b-69e4fd365b3c?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 612/1092] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:37 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 613/1093] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:08:37 2026] GET /v2.0/networks/eb4ae211-08aa-4fec-bc6b-69e4fd365b3c?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: 481/1094] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:37 2026] DELETE /v2.0/subnets/981f1254-d0b0-41a8-959b-5f8c5058494e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:37.526 9 INFO neutron.db.segments_db [None req-0985122e-5050-48fc-bb15-34906ae77541 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Added segment 889ac30f-3434-4f15-9bf0-e01c0d5804ea of type vxlan for network 03c6434a-4fcc-4123-b2ba-e74900696d2a [pid: 8|app: 0|req: 482/1095] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:37 2026] DELETE /v2.0/networks/42a4cba4-8662-42af-93c3-58e1eccb9161 => 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: 483/1096] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:37 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:37.792 8 INFO neutron.services.segments.plugin [-] Segment ef62dcf4-1304-45b9-90b1-b2fb1bfc462b resource provider aggregate not found 2026-04-17 05:08:37.799 8 INFO neutron.services.segments.plugin [-] Segment ef62dcf4-1304-45b9-90b1-b2fb1bfc462b resource provider aggregate not found 2026-04-17 05:08:37.814 8 INFO neutron.services.segments.plugin [-] Segment ef62dcf4-1304-45b9-90b1-b2fb1bfc462b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef62dcf4-1304-45b9-90b1-b2fb1bfc462b found for delete ", "request_id": "req-7414b732-d0a3-4acc-953d-5a81dbecb021"}]} 2026-04-17 05:08:37.818 9 INFO neutron.db.l3_hamode_db [None req-0985122e-5050-48fc-bb15-34906ae77541 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:08:37.824 8 INFO neutron.services.segments.plugin [-] Segment ef62dcf4-1304-45b9-90b1-b2fb1bfc462b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef62dcf4-1304-45b9-90b1-b2fb1bfc462b found for delete ", "request_id": "req-8c25d5c7-147b-4726-8474-0e921495ea53"}]} 2026-04-17 05:08:37.833 8 INFO neutron.services.segments.plugin [-] Segment 6b53954d-055d-4b04-bdf5-6df414fe9c8f resource provider aggregate not found 2026-04-17 05:08:37.848 8 INFO neutron.services.segments.plugin [-] Segment 6b53954d-055d-4b04-bdf5-6df414fe9c8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b53954d-055d-4b04-bdf5-6df414fe9c8f found for delete ", "request_id": "req-fc7f1f29-3d45-4eb7-8195-1d49c3c95d36"}]} 2026-04-17 05:08:37.856 8 INFO neutron.services.segments.plugin [-] Segment 6b53954d-055d-4b04-bdf5-6df414fe9c8f resource provider aggregate not found 2026-04-17 05:08:37.872 8 INFO neutron.services.segments.plugin [-] Segment 9e6a363b-24b7-446d-ab61-9c4705d362c4 resource provider aggregate not found 2026-04-17 05:08:37.884 8 INFO neutron.services.segments.plugin [-] Segment 6b53954d-055d-4b04-bdf5-6df414fe9c8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b53954d-055d-4b04-bdf5-6df414fe9c8f found for delete ", "request_id": "req-90aca4bc-b1b5-44e9-85de-6f5a7c61e683"}]} 2026-04-17 05:08:37.892 8 INFO neutron.services.segments.plugin [-] Segment 9e6a363b-24b7-446d-ab61-9c4705d362c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e6a363b-24b7-446d-ab61-9c4705d362c4 found for delete ", "request_id": "req-d8f73c9d-fff1-490a-ae86-fda4a102c214"}]} 2026-04-17 05:08:37.905 8 INFO neutron.services.segments.plugin [-] Segment 9e6a363b-24b7-446d-ab61-9c4705d362c4 resource provider aggregate not found 2026-04-17 05:08:37.925 8 INFO neutron.services.segments.plugin [-] Segment 9e6a363b-24b7-446d-ab61-9c4705d362c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e6a363b-24b7-446d-ab61-9c4705d362c4 found for delete ", "request_id": "req-c523d058-7ec8-4fc8-bd3a-457c07321795"}]} 2026-04-17 05:08:37.938 9 INFO neutron.db.l3_hamode_db [None req-0985122e-5050-48fc-bb15-34906ae77541 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 484/1097] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:37 2026] POST /v2.0/ports => generated 774 bytes in 384 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: 485/1098] 10.0.0.197 () {34 vars in 737 bytes} [Fri Apr 17 05:08:38 2026] PUT /v2.0/ports/3c3d9d1c-bfc5-4e3d-af17-e252f00d9b0e => generated 752 bytes in 200 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-17 05:08:38.375 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a47227c-6283-4f2f-adb1-314c07186c57 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] TaaS: Handle Delete Port: 3c3d9d1c-bfc5-4e3d-af17-e252f00d9b0e 2026-04-17 05:08:38.378 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a47227c-6283-4f2f-adb1-314c07186c57 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] Tap Mirror: Handle Delete Port: 3c3d9d1c-bfc5-4e3d-af17-e252f00d9b0e [pid: 8|app: 0|req: 486/1099] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:38 2026] DELETE /v2.0/ports/3c3d9d1c-bfc5-4e3d-af17-e252f00d9b0e => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1100] 10.0.0.197 () {32 vars in 643 bytes} [Fri Apr 17 05:08:38 2026] GET /v2.0/ports => generated 777 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:38.527 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3bb6bcd5-e506-43ff-9d33-249d4d6d551e 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 488/1101] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:38 2026] GET /v2.0/ports/3c3d9d1c-bfc5-4e3d-af17-e252f00d9b0e => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 614/1102] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:37 2026] POST /v2.0/routers => generated 506 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1103] 10.0.0.197 () {32 vars in 643 bytes} [Fri Apr 17 05:08:38 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1104] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:38 2026] GET /v2.0/ports/ea910114-f07c-4c54-8327-2facc0a2f6a6 => generated 774 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:38.672 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d1ed866-fe50-40ec-b3a8-f9b1a87dbf01 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 491/1105] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:38 2026] DELETE /v2.0/ports/67dad1a6-235c-4f3c-8c6c-753078fa68c2 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:08:38.697 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d9f9a6d-4805-4596-aee9-57997d96c961 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 492/1106] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:38 2026] DELETE /v2.0/subnets/981f1254-d0b0-41a8-959b-5f8c5058494e => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:08:38.721 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f625b23f-64d6-46b3-8a02-2ff1c9515339 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 493/1107] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:38 2026] DELETE /v2.0/subnets/6c1a09f2-56a2-433c-8026-12501e4366d7 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:08:38.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-b19fa261-2e9f-47df-b0aa-68bf1a6eadad 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] TaaS: Handle Delete Port: ea910114-f07c-4c54-8327-2facc0a2f6a6 2026-04-17 05:08:38.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b19fa261-2e9f-47df-b0aa-68bf1a6eadad 08be0656cb274c9bb912e051abe77258 9aee578807a140f7a8c7afa4572f970e - - default default] Tap Mirror: Handle Delete Port: ea910114-f07c-4c54-8327-2facc0a2f6a6 [pid: 8|app: 0|req: 494/1108] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:08:38 2026] DELETE /v2.0/ports/ea910114-f07c-4c54-8327-2facc0a2f6a6 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1109] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:38 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 615/1110] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:08:38 2026] POST /v2.0/ports => generated 947 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 496/1111] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:38 2026] DELETE /v2.0/networks/2fe5d91f-4afd-450b-85e4-bdc98606be26 => 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: 497/1112] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:39 2026] GET /v2.0/security-groups?tenant_id=9aee578807a140f7a8c7afa4572f970e&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1113] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:39 2026] DELETE /v2.0/security-groups/c404568e-cf68-464f-9445-5b0d3f13c451 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:08:39.912 8 INFO neutron.services.segments.plugin [-] Segment 8ab04df1-bc79-4a69-9962-24bee5ddfb79 resource provider aggregate not found 2026-04-17 05:08:39.937 8 INFO neutron.services.segments.plugin [-] Segment 8ab04df1-bc79-4a69-9962-24bee5ddfb79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ab04df1-bc79-4a69-9962-24bee5ddfb79 found for delete ", "request_id": "req-e8834326-47b9-4047-b784-60715fbda623"}]} 2026-04-17 05:08:39.942 8 INFO neutron.services.segments.plugin [-] Segment 8ab04df1-bc79-4a69-9962-24bee5ddfb79 resource provider aggregate not found 2026-04-17 05:08:39.957 8 INFO neutron.services.segments.plugin [-] Segment 8ab04df1-bc79-4a69-9962-24bee5ddfb79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ab04df1-bc79-4a69-9962-24bee5ddfb79 found for delete ", "request_id": "req-08afe829-d2f3-4ac4-89bd-48711b2b84bf"}]} [pid: 8|app: 0|req: 499/1114] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:39 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 616/1115] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:08:38 2026] PUT /v2.0/routers/039702e1-4efd-42a3-a349-34c763181e8a/add_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1116] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:40 2026] GET /v2.0/ports/12a30a3d-99ff-4fee-8707-93fc48ab7d02 => generated 1021 bytes in 88 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-17 05:08:40.572 9 INFO neutron_taas.services.taas.taas_plugin [None req-8a12d845-fd93-4ad4-b1e9-cc3c1ead150d a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] TaaS: Handle Delete Port: 12a30a3d-99ff-4fee-8707-93fc48ab7d02 2026-04-17 05:08:40.576 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a12d845-fd93-4ad4-b1e9-cc3c1ead150d a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Tap Mirror: Handle Delete Port: 12a30a3d-99ff-4fee-8707-93fc48ab7d02 [pid: 9|app: 0|req: 617/1117] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:08:40 2026] PUT /v2.0/routers/039702e1-4efd-42a3-a349-34c763181e8a/remove_router_interface => generated 309 bytes in 761 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: 9|app: 0|req: 618/1118] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:41 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:41.129 8 INFO neutron.api.v2.resource [None req-3be9463e-ae53-4fdd-bba8-21401781b28e a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 501/1119] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:08:40 2026] PUT /v2.0/routers/039702e1-4efd-42a3-a349-34c763181e8a/remove_router_interface => generated 197 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 619/1120] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:08:41 2026] GET /v2.0/ports?device_id=039702e1-4efd-42a3-a349-34c763181e8a => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:41.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-68e9cea3-4408-45d7-ad69-5d0d6a50353b a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] TaaS: Handle Delete Port: 89f315e2-cb32-4526-b980-b617f2789699 2026-04-17 05:08:41.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68e9cea3-4408-45d7-ad69-5d0d6a50353b a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Tap Mirror: Handle Delete Port: 89f315e2-cb32-4526-b980-b617f2789699 [pid: 9|app: 0|req: 620/1121] 10.0.0.197 () {34 vars in 677 bytes} [Fri Apr 17 05:08:41 2026] POST /v2.0/subnetpools => generated 549 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 621/1122] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:08:41 2026] GET /v2.0/subnetpools/eb766c78-f785-43db-a86c-1b6844d2c79e => generated 549 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 622/1123] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:08:41 2026] PUT /v2.0/subnetpools/eb766c78-f785-43db-a86c-1b6844d2c79e => generated 500 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:41.782 8 INFO neutron.db.l3_hamode_db [None req-68e9cea3-4408-45d7-ad69-5d0d6a50353b a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] HA network 03c6434a-4fcc-4123-b2ba-e74900696d2a was deleted as no HA routers are present in tenant bac9e20ef8784a37a6eabb3fa584a876. [pid: 8|app: 0|req: 502/1124] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:41 2026] DELETE /v2.0/routers/039702e1-4efd-42a3-a349-34c763181e8a => generated 0 bytes in 609 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 623/1125] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:08:41 2026] DELETE /v2.0/subnetpools/eb766c78-f785-43db-a86c-1b6844d2c79e => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:08:41.815 9 INFO neutron.api.v2.resource [None req-97af2430-060f-48ea-afd4-5ec057d3e371 e81589726976442f82fb06b41afe9498 750b7b24649049ddaf5dceac83249d68 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 624/1126] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:08:41 2026] GET /v2.0/subnetpools/eb766c78-f785-43db-a86c-1b6844d2c79e => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:08:41.830 9 INFO neutron.api.v2.resource [None req-55a68b0d-b2b6-4478-a446-3c150e6d64ee e81589726976442f82fb06b41afe9498 750b7b24649049ddaf5dceac83249d68 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 625/1127] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:08:41 2026] DELETE /v2.0/subnetpools/eb766c78-f785-43db-a86c-1b6844d2c79e => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1128] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:41 2026] DELETE /v2.0/subnets/500b709c-279e-4795-8253-4e187fee604c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:41.956 8 INFO neutron.services.segments.plugin [-] Segment 889ac30f-3434-4f15-9bf0-e01c0d5804ea resource provider aggregate not found 2026-04-17 05:08:41.974 8 INFO neutron.services.segments.plugin [-] Segment 889ac30f-3434-4f15-9bf0-e01c0d5804ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 889ac30f-3434-4f15-9bf0-e01c0d5804ea found for delete ", "request_id": "req-2a9c6a66-12d3-41f6-b569-39c6a5e3a383"}]} 2026-04-17 05:08:41.980 8 INFO neutron.services.segments.plugin [-] Segment 889ac30f-3434-4f15-9bf0-e01c0d5804ea resource provider aggregate not found 2026-04-17 05:08:42.001 8 INFO neutron.services.segments.plugin [-] Segment 889ac30f-3434-4f15-9bf0-e01c0d5804ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 889ac30f-3434-4f15-9bf0-e01c0d5804ea found for delete ", "request_id": "req-65f3ebb3-3a6e-486a-acb5-7665bc0b027e"}]} 2026-04-17 05:08:42.035 9 INFO neutron.services.segments.plugin [-] Segment 10178edb-5f75-4f5b-b70c-b30805b6aad6 resource provider aggregate not found [pid: 8|app: 0|req: 504/1129] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:08:41 2026] GET /v2.0/networks?id=eb4ae211-08aa-4fec-bc6b-69e4fd365b3c => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:42.040 9 INFO neutron.services.segments.plugin [-] Segment 10178edb-5f75-4f5b-b70c-b30805b6aad6 resource provider aggregate not found 2026-04-17 05:08:42.056 9 INFO neutron.services.segments.plugin [-] Segment 10178edb-5f75-4f5b-b70c-b30805b6aad6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10178edb-5f75-4f5b-b70c-b30805b6aad6 found for delete ", "request_id": "req-0078014c-245b-4ee7-932c-38bcfb553b5b"}]} 2026-04-17 05:08:42.061 9 INFO neutron.services.segments.plugin [-] Segment 10178edb-5f75-4f5b-b70c-b30805b6aad6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10178edb-5f75-4f5b-b70c-b30805b6aad6 found for delete ", "request_id": "req-e1e126b7-40d9-4f96-b681-e022edf8a558"}]} [pid: 9|app: 0|req: 626/1130] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:41 2026] DELETE /v2.0/networks/23e22dac-fdff-4fcf-acaf-cf84421c5edc => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1131] 199.204.45.113 () {34 vars in 1050 bytes} [Fri Apr 17 05:08:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9d88188242314f21b9f33ae685fc70e9 => generated 181 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:42.133 9 INFO neutron.db.segments_db [None req-509c2527-62b8-4e32-8bc4-6a3af4a297d5 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Added segment b61e0a42-9f8e-462a-afb3-854e7f65a1dc of type vxlan for network ae0f87cd-40af-4efb-9ecf-9faf18e4a2f6 [pid: 9|app: 0|req: 627/1132] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:08:42 2026] POST /v2.0/networks => generated 611 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 628/1133] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:42 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 629/1134] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:42 2026] POST /v2.0/subnets => generated 626 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1135] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:08:42 2026] POST /v2.0/ports => generated 958 bytes in 393 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-17 05:08:42.557 8 INFO neutron.db.segments_db [None req-815f15c8-c501-43a4-8a33-c7889c4f095c a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Added segment af82918f-cb3e-4d32-a591-98d59f7b9dd3 of type vxlan for network c94c6030-0456-422f-9175-c5dd9e09c4ee [pid: 9|app: 0|req: 630/1136] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:42 2026] GET /v2.0/security-groups?tenant_id=750b7b24649049ddaf5dceac83249d68&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:08:42.822 8 INFO neutron.db.l3_hamode_db [None req-815f15c8-c501-43a4-8a33-c7889c4f095c a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:08:42.940 8 INFO neutron.db.l3_hamode_db [None req-815f15c8-c501-43a4-8a33-c7889c4f095c a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 631/1137] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:08:42 2026] PUT /v2.0/ports/ac349c92-a3b2-47d4-996a-89884e3766a5 => generated 1239 bytes in 358 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-17 05:08:43.159 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef7149ca-2b94-4525-9acc-cc4833296557'] response: {'name': 'network-changed', 'server_uuid': '9cef77ec-529a-4fb3-b7fb-3c797a43f551', 'tag': 'ac349c92-a3b2-47d4-996a-89884e3766a5', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 632/1138] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:43 2026] DELETE /v2.0/security-groups/1b897725-8dd1-403e-ba69-9164508b957a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 633/1139] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:43 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 636/1142] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:43 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 507/1143] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:42 2026] POST /v2.0/routers => generated 507 bytes in 1022 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1144] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:43 2026] GET /v2.0/ports?tenant_id=9d88188242314f21b9f33ae685fc70e9&device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1145] 199.204.45.113 () {34 vars in 1018 bytes} [Fri Apr 17 05:08:43 2026] GET /v2.0/networks?tenant_id=9d88188242314f21b9f33ae685fc70e9&shared=False => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1146] 199.204.45.113 () {34 vars in 930 bytes} [Fri Apr 17 05:08:43 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: 8|app: 0|req: 511/1147] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:44 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1148] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:44 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 513/1149] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:44 2026] GET /v2.0/ports?tenant_id=9d88188242314f21b9f33ae685fc70e9&device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1150] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:08:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ac349c92-a3b2-47d4-996a-89884e3766a5 => 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: 515/1151] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:08:44 2026] GET /v2.0/subnets?id=8c772163-20ea-4ff2-99c9-840134a13e04 => 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: 516/1152] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:08:44 2026] GET /v2.0/ports?network_id=eb4ae211-08aa-4fec-bc6b-69e4fd365b3c&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: 9|app: 0|req: 637/1153] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:08:43 2026] PUT /v2.0/routers/fd2550e8-ebad-4b62-a960-fefc73069c80/add_router_interface => generated 309 bytes in 1653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 638/1154] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:08:45 2026] GET /v2.0/networks/eb4ae211-08aa-4fec-bc6b-69e4fd365b3c?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:45.266 8 INFO neutron.db.segments_db [None req-7560decd-6e66-4c83-a4bd-233fa83f758d 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment d9885f6c-2039-4e17-9d46-bfba274d4891 of type vxlan for network cbf06d02-bc0e-4af2-846a-98031695544b [pid: 9|app: 0|req: 639/1155] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:08:45 2026] GET /v2.0/ports/5465cd5a-d681-432d-867b-65bfd82f9611 => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 640/1156] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:08:45 2026] GET /v2.0/networks/eb4ae211-08aa-4fec-bc6b-69e4fd365b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1157] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:08:44 2026] POST /v2.0/networks => generated 721 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1158] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:45 2026] POST /v2.0/subnets => generated 687 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:45.568 8 INFO neutron.db.segments_db [None req-1a4194b8-cd22-421d-a467-2202be879a60 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment d5a1753e-78bf-4fa8-ac7e-f6de15c785ed of type vxlan for network 17eede79-a7cd-4129-9e0a-1d7e83a9c047 2026-04-17 05:08:45.602 9 INFO neutron_taas.services.taas.taas_plugin [None req-34be81b1-b181-4a0d-8413-ce465d64b621 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] TaaS: Handle Delete Port: 5465cd5a-d681-432d-867b-65bfd82f9611 2026-04-17 05:08:45.606 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34be81b1-b181-4a0d-8413-ce465d64b621 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Tap Mirror: Handle Delete Port: 5465cd5a-d681-432d-867b-65bfd82f9611 2026-04-17 05:08:45.810 8 INFO neutron.db.l3_hamode_db [None req-1a4194b8-cd22-421d-a467-2202be879a60 147a493ae8a840729697baa0fe58c898 8385828a0c254e9c8500dd886b104058 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 641/1159] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:08:45 2026] PUT /v2.0/routers/fd2550e8-ebad-4b62-a960-fefc73069c80/remove_router_interface => generated 309 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 642/1160] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:46 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 643/1161] 10.0.0.197 () {32 vars in 826 bytes} [Fri Apr 17 05:08:46 2026] GET /v2.0/ports?project_id=e7d2c5889701471c8f0f3cc53acbc0d3&network_id=7c41520d-ed34-4f22-b64b-b385479f8733 => generated 3695 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 644/1162] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:08:46 2026] GET /v2.0/ports?device_id=fd2550e8-ebad-4b62-a960-fefc73069c80 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 645/1163] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:46 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:46.349 9 INFO neutron_taas.services.taas.taas_plugin [None req-8f5c29bc-63f9-44a3-813b-49fe454c9bbd a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] TaaS: Handle Delete Port: c7629251-6ff0-42cf-a56a-90d6a7c53462 2026-04-17 05:08:46.351 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f5c29bc-63f9-44a3-813b-49fe454c9bbd a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Tap Mirror: Handle Delete Port: c7629251-6ff0-42cf-a56a-90d6a7c53462 2026-04-17 05:08:46.654 8 INFO neutron.db.l3_hamode_db [None req-1a4194b8-cd22-421d-a467-2202be879a60 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:08:46.688 9 INFO neutron.services.segments.plugin [-] Segment af82918f-cb3e-4d32-a591-98d59f7b9dd3 resource provider aggregate not found 2026-04-17 05:08:46.697 9 INFO neutron.services.segments.plugin [-] Segment af82918f-cb3e-4d32-a591-98d59f7b9dd3 resource provider aggregate not found 2026-04-17 05:08:46.708 9 INFO neutron.services.segments.plugin [-] Segment af82918f-cb3e-4d32-a591-98d59f7b9dd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af82918f-cb3e-4d32-a591-98d59f7b9dd3 found for delete ", "request_id": "req-5643f902-ac51-4223-9615-604fc4d3f459"}]} 2026-04-17 05:08:46.718 9 INFO neutron.services.segments.plugin [-] Segment af82918f-cb3e-4d32-a591-98d59f7b9dd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af82918f-cb3e-4d32-a591-98d59f7b9dd3 found for delete ", "request_id": "req-325eae2f-e587-4457-96d0-0badbc0b50a9"}]} 2026-04-17 05:08:46.728 9 INFO neutron.db.l3_hamode_db [None req-8f5c29bc-63f9-44a3-813b-49fe454c9bbd a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] HA network c94c6030-0456-422f-9175-c5dd9e09c4ee was deleted as no HA routers are present in tenant bac9e20ef8784a37a6eabb3fa584a876. [pid: 9|app: 0|req: 646/1164] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:46 2026] DELETE /v2.0/routers/fd2550e8-ebad-4b62-a960-fefc73069c80 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 647/1165] 10.0.0.197 () {32 vars in 742 bytes} [Fri Apr 17 05:08:46 2026] GET /v2.0/subnets?network_id=a8affa4b-ed98-4e56-98c5-47dcb0a57cd9 => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 648/1166] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:46 2026] DELETE /v2.0/subnets/5380f76d-040b-4f7e-b108-5a7ed2c4453d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:08:47.052 9 INFO neutron.db.l3_db [None req-cdb4e76d-b4d5-47d0-a15d-e1ae08eb5d1b 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Floating IP 9e766329-162e-4ffb-9ff1-92293781383d disassociated. External IP: 10.96.250.204, port: 9030a596-f3dc-4207-a03a-9178e6cf76ae. [pid: 9|app: 0|req: 649/1167] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:08:46 2026] PUT /v2.0/floatingips/9e766329-162e-4ffb-9ff1-92293781383d => generated 554 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:47.425 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-789c8350-a6be-4dfb-93b3-1af211b9ff8a'] response: {'name': 'network-changed', 'server_uuid': '4bc9e523-4c51-4822-b1ff-bbca4d546dd1', 'tag': '9030a596-f3dc-4207-a03a-9178e6cf76ae', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 650/1168] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:08:47 2026] DELETE /v2.0/networks/ae0f87cd-40af-4efb-9ecf-9faf18e4a2f6 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 651/1169] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:47 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => 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: 519/1170] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:45 2026] POST /v2.0/routers => generated 727 bytes in 2048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 652/1171] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:08:47 2026] GET /v2.0/floatingips/9e766329-162e-4ffb-9ff1-92293781383d => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 653/1172] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:47 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:47.629 8 INFO neutron.db.segments_db [None req-c586f53b-6acb-4733-911a-3682989fbe51 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Added segment 8c2ed9c6-115a-4826-a327-cd7fa25e2eb6 of type vxlan for network d74adb77-bbde-4676-bcae-3ca5bcc68745 2026-04-17 05:08:47.897 8 INFO neutron.db.l3_hamode_db [None req-c586f53b-6acb-4733-911a-3682989fbe51 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:08:48.738 9 INFO neutron.services.segments.plugin [-] Segment b61e0a42-9f8e-462a-afb3-854e7f65a1dc resource provider aggregate not found 2026-04-17 05:08:48.762 9 INFO neutron.services.segments.plugin [-] Segment b61e0a42-9f8e-462a-afb3-854e7f65a1dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b61e0a42-9f8e-462a-afb3-854e7f65a1dc found for delete ", "request_id": "req-16f88d45-25a8-4e39-9842-242c5fe8ed4a"}]} 2026-04-17 05:08:48.764 9 INFO neutron.services.segments.plugin [-] Segment b61e0a42-9f8e-462a-afb3-854e7f65a1dc resource provider aggregate not found 2026-04-17 05:08:48.793 9 INFO neutron.services.segments.plugin [-] Segment b61e0a42-9f8e-462a-afb3-854e7f65a1dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b61e0a42-9f8e-462a-afb3-854e7f65a1dc found for delete ", "request_id": "req-b7cfaef0-d68c-4f7e-860b-f23f96208ba3"}]} [pid: 9|app: 0|req: 654/1173] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:08:47 2026] PUT /v2.0/routers/b73f3079-3a88-415c-a7c1-7cf1dfd078a0/add_router_interface => generated 309 bytes in 1375 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 655/1174] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:48 2026] GET /v2.0/ports?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 656/1175] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:08:49 2026] GET /v2.0/floatingips/9e766329-162e-4ffb-9ff1-92293781383d => generated 552 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 657/1176] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:49 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:49.179 8 INFO neutron.db.l3_hamode_db [None req-c586f53b-6acb-4733-911a-3682989fbe51 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 658/1177] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:08:49 2026] GET /v2.0/networks?id=7c41520d-ed34-4f22-b64b-b385479f8733 => generated 757 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 659/1178] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:49 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 660/1179] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:08:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9030a596-f3dc-4207-a03a-9178e6cf76ae => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 661/1180] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:08:49 2026] GET /v2.0/subnets?id=17d2365e-ebaf-4c60-8e16-dda4b23e26d2 => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 662/1181] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:08:49 2026] GET /v2.0/ports?network_id=7c41520d-ed34-4f22-b64b-b385479f8733&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 663/1182] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:08:49 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 664/1183] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:08:49 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?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: 520/1184] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:08:47 2026] POST /v2.0/routers => generated 688 bytes in 2522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 665/1185] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:08:50 2026] GET /v2.0/routers/5ade789a-239a-4aeb-ae97-99903366dfdf => generated 694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1186] 10.0.0.197 () {34 vars in 685 bytes} [Fri Apr 17 05:08:50 2026] POST /v2.0/security-groups => generated 1673 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 666/1187] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:08:50 2026] GET /v2.0/routers => generated 697 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1188] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1189] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:50 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1190] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:50 2026] POST /v2.0/security-group-rules => generated 596 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1191] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:50 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 526/1192] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1193] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:50 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 667/1194] 10.0.0.197 () {34 vars in 741 bytes} [Fri Apr 17 05:08:50 2026] PUT /v2.0/routers/5ade789a-239a-4aeb-ae97-99903366dfdf => generated 701 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1195] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1196] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:08:50 2026] GET /v2.0/routers/5ade789a-239a-4aeb-ae97-99903366dfdf => generated 701 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:51.011 8 INFO neutron.db.securitygroups_db [None req-ecf1f03c-7cdc-42c4-9123-8100e11f3e6c 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Project e7d2c5889701471c8f0f3cc53acbc0d3 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: 530/1197] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:50 2026] POST /v2.0/security-group-rules => generated 607 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1198] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:08:51 2026] GET /v2.0/ports?device_id=5ade789a-239a-4aeb-ae97-99903366dfdf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:51.151 8 INFO neutron.db.securitygroups_db [None req-ca2d7a04-f66e-4944-9435-166a1c5390ed 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Project e7d2c5889701471c8f0f3cc53acbc0d3 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: 532/1199] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:08:51 2026] POST /v2.0/security-group-rules => generated 606 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:08:51.275 9 INFO neutron.db.l3_db [None req-6cdf5215-4b1c-4b6d-9eea-d0f3805518ba 1ec9b84b8e8f4ac194dbd3e8edd94845 9d88188242314f21b9f33ae685fc70e9 - - default default] Floating IP 356ae862-8019-4553-8a26-de1ec6cec380 associated. External IP: 10.96.250.206, port: ac349c92-a3b2-47d4-996a-89884e3766a5. 2026-04-17 05:08:51.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-330c17d7-7d36-4c7b-949d-340790a99cb9 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] TaaS: Handle Delete Port: 87c0e1b3-7028-4982-98e2-0695cf0537ad 2026-04-17 05:08:51.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-330c17d7-7d36-4c7b-949d-340790a99cb9 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Tap Mirror: Handle Delete Port: 87c0e1b3-7028-4982-98e2-0695cf0537ad [pid: 9|app: 0|req: 668/1200] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:08:50 2026] PUT /v2.0/floatingips/356ae862-8019-4553-8a26-de1ec6cec380 => generated 856 bytes in 833 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:51.703 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3db2b1d-ff2e-49d2-b140-49b637adaa97'] response: {'name': 'network-changed', 'server_uuid': '9cef77ec-529a-4fb3-b7fb-3c797a43f551', 'tag': 'ac349c92-a3b2-47d4-996a-89884e3766a5', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 669/1201] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:08:51 2026] GET /v2.0/networks?id=cbf06d02-bc0e-4af2-846a-98031695544b => generated 672 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:51.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-330c17d7-7d36-4c7b-949d-340790a99cb9 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] TaaS: Handle Delete Port: 08900175-55c9-472a-a90d-581f198aaa74 2026-04-17 05:08:51.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-330c17d7-7d36-4c7b-949d-340790a99cb9 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] Tap Mirror: Handle Delete Port: 08900175-55c9-472a-a90d-581f198aaa74 [pid: 9|app: 0|req: 670/1202] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:08:51 2026] GET /v2.0/networks => generated 1298 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 671/1203] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:08:51 2026] GET /v2.0/quotas/8385828a0c254e9c8500dd886b104058 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 672/1204] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:08:51 2026] GET /v2.0/ports?tenant_id=8385828a0c254e9c8500dd886b104058&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 673/1205] 10.0.0.172 () {34 vars in 1098 bytes} [Fri Apr 17 05:08:51 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-360767228&fields=id&tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 674/1206] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:08:51 2026] GET /v2.0/networks/cbf06d02-bc0e-4af2-846a-98031695544b?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 675/1207] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/networks?id=7c41520d-ed34-4f22-b64b-b385479f8733 => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 676/1208] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/networks/cbf06d02-bc0e-4af2-846a-98031695544b?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: 9|app: 0|req: 677/1209] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/quotas/e7d2c5889701471c8f0f3cc53acbc0d3 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:52.151 8 INFO neutron.services.segments.plugin [-] Segment 8c2ed9c6-115a-4826-a327-cd7fa25e2eb6 resource provider aggregate not found 2026-04-17 05:08:52.156 8 INFO neutron.services.segments.plugin [-] Segment 8c2ed9c6-115a-4826-a327-cd7fa25e2eb6 resource provider aggregate not found 2026-04-17 05:08:52.175 8 INFO neutron.services.segments.plugin [-] Segment 8c2ed9c6-115a-4826-a327-cd7fa25e2eb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c2ed9c6-115a-4826-a327-cd7fa25e2eb6 found for delete ", "request_id": "req-f087f1df-7b0f-40b6-8d89-51bfdeaec5bc"}]} 2026-04-17 05:08:52.181 8 INFO neutron.services.segments.plugin [-] Segment 8c2ed9c6-115a-4826-a327-cd7fa25e2eb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c2ed9c6-115a-4826-a327-cd7fa25e2eb6 found for delete ", "request_id": "req-8061aa05-5bc8-48a2-a539-979bb4dc33a4"}]} 2026-04-17 05:08:52.182 8 INFO neutron.db.l3_hamode_db [None req-330c17d7-7d36-4c7b-949d-340790a99cb9 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] HA network d74adb77-bbde-4676-bcae-3ca5bcc68745 was deleted as no HA routers are present in tenant bac9e20ef8784a37a6eabb3fa584a876. [pid: 8|app: 0|req: 533/1210] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:51 2026] DELETE /v2.0/routers/5ade789a-239a-4aeb-ae97-99903366dfdf => generated 0 bytes in 930 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 678/1211] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/ports?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&fields=id => generated 149 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1212] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/ports?device_id=5ade789a-239a-4aeb-ae97-99903366dfdf => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 679/1213] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/ports?tenant_id=9d88188242314f21b9f33ae685fc70e9&device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:08:52.271 9 INFO neutron.api.v2.resource [None req-adbdc4e7-bf00-4374-bcb7-d0322cb22304 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 680/1214] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:52 2026] DELETE /v2.0/routers/5ade789a-239a-4aeb-ae97-99903366dfdf => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1215] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 681/1216] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 682/1217] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/ports?device_id=fd2550e8-ebad-4b62-a960-fefc73069c80 => 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: 536/1218] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/networks?id=eb4ae211-08aa-4fec-bc6b-69e4fd365b3c => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:52.341 8 INFO neutron.api.v2.resource [None req-c1adb604-0d9d-4eae-8f36-3bdba8eab092 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 537/1219] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:52 2026] DELETE /v2.0/routers/fd2550e8-ebad-4b62-a960-fefc73069c80 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 683/1220] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:52.465 9 INFO neutron.pecan_wsgi.hooks.translation [None req-8a340b7d-835b-4f0c-b8b6-ff9c3ebd5fba a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 684/1221] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:52 2026] DELETE /v2.0/subnets/5380f76d-040b-4f7e-b108-5a7ed2c4453d => generated 136 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1222] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ac349c92-a3b2-47d4-996a-89884e3766a5 => generated 859 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 685/1223] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/ports?device_id=039702e1-4efd-42a3-a349-34c763181e8a => 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: 539/1224] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/subnets?id=8c772163-20ea-4ff2-99c9-840134a13e04 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:08:52.512 9 INFO neutron.api.v2.resource [None req-07e50cc6-7686-44ee-a3ea-4e9f74cb012e a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 686/1225] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:52 2026] DELETE /v2.0/routers/039702e1-4efd-42a3-a349-34c763181e8a => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:08:52.533 8 INFO neutron.pecan_wsgi.hooks.translation [None req-732d3394-50a8-44a3-896e-20464e684364 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 540/1226] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:52 2026] DELETE /v2.0/subnets/500b709c-279e-4795-8253-4e187fee604c => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 687/1227] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/ports?network_id=eb4ae211-08aa-4fec-bc6b-69e4fd365b3c&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1228] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/ports?device_id=6341ec43-a4d0-483a-a1e4-221ddf6ff90e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 688/1229] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:52.590 8 INFO neutron.api.v2.resource [None req-6f6a7272-cd7e-4c91-8f75-cae4c746d85a a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 542/1230] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:52 2026] DELETE /v2.0/routers/6341ec43-a4d0-483a-a1e4-221ddf6ff90e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:08:52.614 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a8d362f-a422-485c-8970-b99c49e1d8a2 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 543/1231] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:52 2026] DELETE /v2.0/subnets/e574ac10-bec3-4d39-8bee-fb7a78e3dc1e => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 689/1232] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/networks/eb4ae211-08aa-4fec-bc6b-69e4fd365b3c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:08:52.641 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8713541-68d8-47b0-b873-b0e9d41489c6 a39f8a5d9afa435294a507fedea0e635 bac9e20ef8784a37a6eabb3fa584a876 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/1233] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:08:52 2026] DELETE /v2.0/subnets/aa90b6f6-3e91-4720-b7e0-1239696d3c18 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 690/1234] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:08:52 2026] GET /v2.0/networks/eb4ae211-08aa-4fec-bc6b-69e4fd365b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1235] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:53 2026] GET /v2.0/security-groups?tenant_id=bac9e20ef8784a37a6eabb3fa584a876&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 691/1236] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:53 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => 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: 546/1237] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:53 2026] DELETE /v2.0/security-groups/e01d3c69-fc19-4b91-9916-7c6f49b929c2 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 692/1238] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:53 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => 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: 547/1239] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:54 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 693/1240] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:54 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => 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: 548/1241] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:55 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 694/1242] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:55 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 695/1243] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:56 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => 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: 549/1244] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:08:56 2026] GET /v2.0/networks?id=cbf06d02-bc0e-4af2-846a-98031695544b => generated 672 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 696/1245] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:08:56 2026] POST /v2.0/ports => generated 954 bytes in 441 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: 9|app: 0|req: 697/1246] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:57 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => 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: 550/1247] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:56 2026] GET /v2.0/security-groups?tenant_id=a96acb683b874b83be1e7c1106529537&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1248] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:57 2026] DELETE /v2.0/security-groups/b17d3929-70ed-4b1b-99f4-d41a45dcfcef => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 698/1249] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:08:57 2026] PUT /v2.0/ports/a034a990-0c0a-45e6-a08b-d183de25271b => generated 1235 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:08:57.628 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-545e02b0-59ce-4d78-8dea-4b5775e012a5'] response: {'name': 'network-changed', 'server_uuid': '9d887632-c3dc-4183-b959-1aac0fe1b719', 'tag': 'a034a990-0c0a-45e6-a08b-d183de25271b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 552/1250] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:57 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 969 bytes in 78 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: 9|app: 0|req: 699/1251] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:57 2026] GET /v2.0/security-groups?id=6a6aa30a-d965-47be-984b-97307307a5f3&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: 8|app: 0|req: 553/1252] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:58 2026] GET /v2.0/ports?tenant_id=8385828a0c254e9c8500dd886b104058&device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 700/1253] 199.204.45.113 () {34 vars in 1018 bytes} [Fri Apr 17 05:08:58 2026] GET /v2.0/networks?tenant_id=8385828a0c254e9c8500dd886b104058&shared=False => generated 768 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1254] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:58 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 701/1255] 199.204.45.113 () {34 vars in 930 bytes} [Fri Apr 17 05:08:58 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) [pid: 9|app: 0|req: 703/1258] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:08:58 2026] GET /v2.0/networks?id=7c41520d-ed34-4f22-b64b-b385479f8733 => generated 661 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1259] 199.204.45.113 () {34 vars in 1050 bytes} [Fri Apr 17 05:08:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3 => generated 272 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1260] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:58 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1261] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:58 2026] GET /v2.0/security-groups?id=6a6aa30a-d965-47be-984b-97307307a5f3&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: 9|app: 0|req: 704/1262] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:08:58 2026] POST /v2.0/ports => generated 954 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1263] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:08:59 2026] GET /v2.0/ports?tenant_id=8385828a0c254e9c8500dd886b104058&device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 1238 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: 9|app: 0|req: 705/1264] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:08:59 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 957 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 706/1265] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:08:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a034a990-0c0a-45e6-a08b-d183de25271b => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 707/1266] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:08:59 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&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: 9|app: 0|req: 708/1267] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:08:59 2026] GET /v2.0/subnets?id=faabf9d6-4751-4fea-83f2-21dc583c3fc2 => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 709/1268] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:08:59 2026] GET /v2.0/ports?network_id=cbf06d02-bc0e-4af2-846a-98031695544b&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 710/1269] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:08:59 2026] GET /v2.0/networks/cbf06d02-bc0e-4af2-846a-98031695544b?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: 560/1270] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:08:59 2026] PUT /v2.0/ports/ddf532e7-32d0-4cf9-930a-0863c14009c7 => generated 1235 bytes in 498 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-17 05:08:59.897 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fda1e8d7-a895-4278-b8d5-a2f772fdf17a'] response: {'name': 'network-changed', 'server_uuid': '445cad4b-8109-433e-a26b-c55c70959bc1', 'tag': 'ddf532e7-32d0-4cf9-930a-0863c14009c7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 561/1271] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:08:59 2026] GET /v2.0/networks/cbf06d02-bc0e-4af2-846a-98031695544b?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: 9|app: 0|req: 711/1272] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:08:59 2026] GET /v2.0/security-groups?tenant_id=d5e39d68517a4510b3aef58d4105f14e&name=default => generated 2925 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1273] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:08:59 2026] DELETE /v2.0/security-groups/0e0d16a5-0422-4c0f-b6d2-d3a335fe1f23 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 712/1274] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:00 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1275] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:00 2026] GET /v2.0/security-groups?id=6a6aa30a-d965-47be-984b-97307307a5f3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 713/1276] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:09:00 2026] GET /v2.0/ports?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1277] 199.204.45.113 () {34 vars in 1018 bytes} [Fri Apr 17 05:09:00 2026] GET /v2.0/networks?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&shared=False => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 714/1278] 199.204.45.113 () {34 vars in 930 bytes} [Fri Apr 17 05:09:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1279] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:00 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 715/1280] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:00 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&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: 566/1281] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:01 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 716/1282] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:01 2026] GET /v2.0/security-groups?id=6a6aa30a-d965-47be-984b-97307307a5f3&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: 567/1283] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:09:01 2026] GET /v2.0/ports?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 1238 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 717/1284] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:09:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ddf532e7-32d0-4cf9-930a-0863c14009c7 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1285] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:09:01 2026] GET /v2.0/subnets?id=17d2365e-ebaf-4c60-8e16-dda4b23e26d2 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 718/1286] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:09:01 2026] GET /v2.0/ports?network_id=7c41520d-ed34-4f22-b64b-b385479f8733&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: 569/1287] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:01 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 719/1288] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:09:01 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?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: 570/1289] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:01 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 720/1290] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:09:01 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?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: 571/1291] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:02 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 721/1292] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:02 2026] GET /v2.0/security-groups?id=6a6aa30a-d965-47be-984b-97307307a5f3&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1293] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:02 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 722/1294] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:02 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1295] 10.0.0.66 () {32 vars in 801 bytes} [Fri Apr 17 05:09:03 2026] GET /v2.0/extensions => generated 21537 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 9|app: 0|req: 723/1296] 10.0.0.66 () {30 vars in 723 bytes} [Fri Apr 17 05:09:03 2026] GET /v2.0/quotas/3d9e92c27615477a81153b320e2c5621/details => generated 847 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1297] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:03 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 724/1298] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:03 2026] GET /v2.0/security-groups?id=6a6aa30a-d965-47be-984b-97307307a5f3&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1299] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:04 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 725/1300] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:04 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1301] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:04 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 726/1302] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:04 2026] GET /v2.0/security-groups?id=6a6aa30a-d965-47be-984b-97307307a5f3&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1303] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:05 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 727/1304] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:05 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1305] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:06 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 728/1306] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:06 2026] GET /v2.0/security-groups?id=6a6aa30a-d965-47be-984b-97307307a5f3&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1307] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:06 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 729/1308] 10.0.0.66 () {32 vars in 801 bytes} [Fri Apr 17 05:09:06 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1309] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:06 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&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: 9|app: 0|req: 730/1310] 10.0.0.66 () {30 vars in 723 bytes} [Fri Apr 17 05:09:06 2026] GET /v2.0/quotas/3d9e92c27615477a81153b320e2c5621/details => generated 847 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1311] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:07 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 731/1312] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:07 2026] GET /v2.0/security-groups?id=6a6aa30a-d965-47be-984b-97307307a5f3&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: 582/1313] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:07 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 732/1314] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:07 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1315] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:07 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 733/1316] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:07 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&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: 584/1317] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:09:08 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:09:08.371 9 INFO neutron.db.l3_db [None req-b50f56aa-b9cb-43bf-ae9e-271ebc787b53 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Floating IP 9e766329-162e-4ffb-9ff1-92293781383d associated. External IP: 10.96.250.204, port: ddf532e7-32d0-4cf9-930a-0863c14009c7. [pid: 9|app: 0|req: 734/1318] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:09:08 2026] PUT /v2.0/floatingips/9e766329-162e-4ffb-9ff1-92293781383d => generated 855 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:08.720 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4d29796-4513-4433-bdf8-f6531136ec6c'] response: {'name': 'network-changed', 'server_uuid': '445cad4b-8109-433e-a26b-c55c70959bc1', 'tag': 'ddf532e7-32d0-4cf9-930a-0863c14009c7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 585/1319] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:09:08 2026] GET /v2.0/floatingips/9e766329-162e-4ffb-9ff1-92293781383d => generated 855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 735/1320] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:08 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1321] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:08 2026] GET /v2.0/security-groups?id=6a6aa30a-d965-47be-984b-97307307a5f3&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: 9|app: 0|req: 736/1322] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:09:09 2026] GET /v2.0/ports?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1323] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:09:09 2026] GET /v2.0/networks?id=7c41520d-ed34-4f22-b64b-b385479f8733 => generated 757 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 737/1324] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:09:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ddf532e7-32d0-4cf9-930a-0863c14009c7 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1325] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:09:09 2026] GET /v2.0/subnets?id=17d2365e-ebaf-4c60-8e16-dda4b23e26d2 => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 738/1326] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:09:09 2026] GET /v2.0/ports?network_id=7c41520d-ed34-4f22-b64b-b385479f8733&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1327] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:09:09 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 739/1328] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:09:09 2026] GET /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733?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: 590/1329] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:09:09 2026] GET /v2.0/floatingips/9e766329-162e-4ffb-9ff1-92293781383d => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 740/1330] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:09 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 741/1331] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:09 2026] GET /v2.0/security-groups?id=6a6aa30a-d965-47be-984b-97307307a5f3&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: 9|app: 0|req: 742/1332] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:09:10 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:10.171 9 INFO neutron_taas.services.taas.taas_plugin [req-375cbbea-407a-4512-829d-66696020a450 req-e055b2dd-ee6d-4300-afaa-03164d884515 ca57cf4b898640ef9a98ec24b60225b8 8385828a0c254e9c8500dd886b104058 - - default default] TaaS: Handle Delete Port: a034a990-0c0a-45e6-a08b-d183de25271b 2026-04-17 05:09:10.173 9 INFO neutron_taas.services.taas.tap_mirror_plugin [req-375cbbea-407a-4512-829d-66696020a450 req-e055b2dd-ee6d-4300-afaa-03164d884515 ca57cf4b898640ef9a98ec24b60225b8 8385828a0c254e9c8500dd886b104058 - - default default] Tap Mirror: Handle Delete Port: a034a990-0c0a-45e6-a08b-d183de25271b [pid: 8|app: 0|req: 591/1333] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:09 2026] GET /v2.0/security-groups?tenant_id=3d9e92c27615477a81153b320e2c5621&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: 592/1334] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:10 2026] DELETE /v2.0/security-groups/96c978ae-032a-4112-901b-4c58da20b03e => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 743/1335] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:09:10 2026] DELETE /v2.0/ports/a034a990-0c0a-45e6-a08b-d183de25271b => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:09:10.761 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-23b6ecab-f01d-419f-881d-0319cd70cc12'] response: {'server_uuid': '9d887632-c3dc-4183-b959-1aac0fe1b719', 'name': 'network-vif-deleted', 'tag': 'a034a990-0c0a-45e6-a08b-d183de25271b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 593/1336] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:09:10 2026] GET /v2.0/floatingips/9e766329-162e-4ffb-9ff1-92293781383d => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 744/1337] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:11 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => 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: 594/1338] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:12 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 745/1339] 10.0.0.182 () {34 vars in 990 bytes} [Fri Apr 17 05:09:12 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1340] 10.0.0.182 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:13 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 746/1341] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:13 2026] GET /v2.0/ports?device_id=9d887632-c3dc-4183-b959-1aac0fe1b719 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:09:14.618 9 INFO neutron.db.segments_db [None req-0ac1cdbf-5bbe-40f3-bc6b-40afdaa3bfd9 e94a0b8ca67046f7b3490224e7bcbad5 454f814ee6464b20bebb15f17a99ac03 - - default default] Added segment e7411adf-e883-4a81-9c97-2a232f0f9bd9 of type vxlan for network ff30a2f5-716c-468a-8474-5d7f4ea5cd93 [pid: 9|app: 0|req: 748/1344] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:14 2026] POST /v2.0/networks => generated 613 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:14.794 8 INFO neutron.db.segments_db [None req-3f783861-0436-42d4-b9bf-42df140d5e27 e94a0b8ca67046f7b3490224e7bcbad5 454f814ee6464b20bebb15f17a99ac03 - - default default] Added segment a659f9ff-ec58-4059-ae4c-f4c01c854f8f of type vxlan for network e36c7ffc-1238-4c2d-b16f-8f86a28bae18 [pid: 8|app: 0|req: 597/1345] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:14 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:14.947 9 INFO neutron.db.segments_db [None req-55e6780c-7c74-44a9-9768-1aef06e30484 e94a0b8ca67046f7b3490224e7bcbad5 454f814ee6464b20bebb15f17a99ac03 - - default default] Added segment a14742d6-dcb6-4b79-b3da-1c42179e66b4 of type vxlan for network f4d7c9ee-4745-4675-97a1-852977115389 [pid: 9|app: 0|req: 749/1346] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:14 2026] POST /v2.0/networks => generated 612 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:15.117 8 INFO neutron.db.segments_db [None req-69fcf670-9ac8-4a8a-b2d3-31db80c58545 e94a0b8ca67046f7b3490224e7bcbad5 454f814ee6464b20bebb15f17a99ac03 - - default default] Added segment 01c37066-bf6e-45e7-b769-a2dafca18cf0 of type vxlan for network 1550c724-46a7-4124-b161-76593f198bac [pid: 8|app: 0|req: 598/1347] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:15 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:15.289 9 INFO neutron.db.segments_db [None req-6db632f2-2114-4481-8418-459f045cd94b e94a0b8ca67046f7b3490224e7bcbad5 454f814ee6464b20bebb15f17a99ac03 - - default default] Added segment a9fe0300-d6e4-4fa1-a777-dc94f878825f of type vxlan for network bfb704f4-79df-464a-bb70-428cd9f020cd [pid: 9|app: 0|req: 750/1348] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:15 2026] POST /v2.0/networks => generated 612 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1349] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:09:15 2026] PUT /v2.0/networks/ff30a2f5-716c-468a-8474-5d7f4ea5cd93/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 751/1350] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:09:15 2026] PUT /v2.0/networks/e36c7ffc-1238-4c2d-b16f-8f86a28bae18/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1351] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:09:15 2026] PUT /v2.0/networks/f4d7c9ee-4745-4675-97a1-852977115389/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 752/1352] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:09:15 2026] PUT /v2.0/networks/1550c724-46a7-4124-b161-76593f198bac/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1353] 10.0.0.197 () {32 vars in 666 bytes} [Fri Apr 17 05:09:15 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 753/1354] 10.0.0.197 () {32 vars in 680 bytes} [Fri Apr 17 05:09:15 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 754/1355] 10.0.0.197 () {32 vars in 676 bytes} [Fri Apr 17 05:09:15 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 755/1356] 10.0.0.197 () {32 vars in 688 bytes} [Fri Apr 17 05:09:15 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 756/1357] 10.0.0.197 () {32 vars in 674 bytes} [Fri Apr 17 05:09:15 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 757/1358] 10.0.0.197 () {32 vars in 688 bytes} [Fri Apr 17 05:09:15 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 758/1359] 10.0.0.197 () {32 vars in 684 bytes} [Fri Apr 17 05:09:16 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 759/1360] 10.0.0.197 () {32 vars in 696 bytes} [Fri Apr 17 05:09:16 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:09:16.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-da305c4f-9d32-4a08-a1ac-c5f4187c50fc 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 652b69be-c2c0-49f6-9145-66089a256ba9 2026-04-17 05:09:16.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da305c4f-9d32-4a08-a1ac-c5f4187c50fc 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 652b69be-c2c0-49f6-9145-66089a256ba9 2026-04-17 05:09:16.230 9 INFO neutron.services.segments.plugin [-] Segment e7411adf-e883-4a81-9c97-2a232f0f9bd9 resource provider aggregate not found 2026-04-17 05:09:16.239 9 INFO neutron.services.segments.plugin [-] Segment e7411adf-e883-4a81-9c97-2a232f0f9bd9 resource provider aggregate not found 2026-04-17 05:09:16.253 9 INFO neutron.services.segments.plugin [-] Segment e7411adf-e883-4a81-9c97-2a232f0f9bd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7411adf-e883-4a81-9c97-2a232f0f9bd9 found for delete ", "request_id": "req-843922ba-1c32-478d-ac88-d66f4b5a67db"}]} 2026-04-17 05:09:16.256 9 INFO neutron.services.segments.plugin [-] Segment e7411adf-e883-4a81-9c97-2a232f0f9bd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7411adf-e883-4a81-9c97-2a232f0f9bd9 found for delete ", "request_id": "req-53cae2bf-f205-4560-b2e2-d2a3e5585604"}]} [pid: 9|app: 0|req: 760/1361] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:16 2026] DELETE /v2.0/networks/ff30a2f5-716c-468a-8474-5d7f4ea5cd93 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 761/1362] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:16 2026] DELETE /v2.0/networks/e36c7ffc-1238-4c2d-b16f-8f86a28bae18 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 762/1363] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:16 2026] DELETE /v2.0/networks/f4d7c9ee-4745-4675-97a1-852977115389 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 763/1364] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:16 2026] DELETE /v2.0/networks/1550c724-46a7-4124-b161-76593f198bac => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1365] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:09:15 2026] PUT /v2.0/routers/b73f3079-3a88-415c-a7c1-7cf1dfd078a0/remove_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 764/1366] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:16 2026] DELETE /v2.0/networks/bfb704f4-79df-464a-bb70-428cd9f020cd => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 765/1367] 10.0.0.182 () {34 vars in 990 bytes} [Fri Apr 17 05:09:16 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 766/1368] 10.0.0.182 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:16 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&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-17 05:09:16.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b1ebcc8-bb5a-4e2f-94a1-3331759db14e 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 33443e07-7796-4571-9621-5d8b9f38370b 2026-04-17 05:09:16.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b1ebcc8-bb5a-4e2f-94a1-3331759db14e 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 33443e07-7796-4571-9621-5d8b9f38370b 2026-04-17 05:09:17.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b1ebcc8-bb5a-4e2f-94a1-3331759db14e 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 4d3dca2a-ed9f-428f-955b-eb20747ae32e 2026-04-17 05:09:17.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b1ebcc8-bb5a-4e2f-94a1-3331759db14e 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 4d3dca2a-ed9f-428f-955b-eb20747ae32e 2026-04-17 05:09:17.683 8 INFO neutron.services.segments.plugin [-] Segment d5a1753e-78bf-4fa8-ac7e-f6de15c785ed resource provider aggregate not found 2026-04-17 05:09:17.691 8 INFO neutron.services.segments.plugin [-] Segment d5a1753e-78bf-4fa8-ac7e-f6de15c785ed resource provider aggregate not found 2026-04-17 05:09:17.707 8 INFO neutron.services.segments.plugin [-] Segment d5a1753e-78bf-4fa8-ac7e-f6de15c785ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5a1753e-78bf-4fa8-ac7e-f6de15c785ed found for delete ", "request_id": "req-12225b99-4d58-4104-9231-96100f4b455a"}]} 2026-04-17 05:09:17.710 8 INFO neutron.services.segments.plugin [-] Segment d5a1753e-78bf-4fa8-ac7e-f6de15c785ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5a1753e-78bf-4fa8-ac7e-f6de15c785ed found for delete ", "request_id": "req-a4893b14-588c-4078-9f58-bed6e1b3c8a9"}]} 2026-04-17 05:09:17.718 8 INFO neutron.db.l3_hamode_db [None req-3b1ebcc8-bb5a-4e2f-94a1-3331759db14e 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] HA network 17eede79-a7cd-4129-9e0a-1d7e83a9c047 was deleted as no HA routers are present in tenant 8385828a0c254e9c8500dd886b104058. [pid: 8|app: 0|req: 603/1369] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:09:16 2026] DELETE /v2.0/routers/b73f3079-3a88-415c-a7c1-7cf1dfd078a0 => generated 0 bytes in 961 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1370] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:09:17 2026] DELETE /v2.0/subnets/faabf9d6-4751-4fea-83f2-21dc583c3fc2 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 767/1371] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:17 2026] GET /v2.0/security-groups?tenant_id=6d6fb61aa8d540a883496fd07c69be18&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:09:17.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-6eb95e22-e487-45d4-abb8-75be968e4603 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: c48afea4-bec6-4c32-87a3-ea1437e99dc4 2026-04-17 05:09:17.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6eb95e22-e487-45d4-abb8-75be968e4603 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: c48afea4-bec6-4c32-87a3-ea1437e99dc4 [pid: 9|app: 0|req: 768/1372] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:17 2026] DELETE /v2.0/security-groups/11bf293e-4be5-4044-b7ad-0c5dddd202d4 => 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: 605/1373] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:17 2026] DELETE /v2.0/networks/cbf06d02-bc0e-4af2-846a-98031695544b => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 769/1374] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:18 2026] GET /v2.0/security-groups?tenant_id=454f814ee6464b20bebb15f17a99ac03&name=default => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:09:18.277 9 INFO neutron.services.segments.plugin [-] Segment a659f9ff-ec58-4059-ae4c-f4c01c854f8f resource provider aggregate not found 2026-04-17 05:09:18.282 9 INFO neutron.services.segments.plugin [-] Segment a659f9ff-ec58-4059-ae4c-f4c01c854f8f resource provider aggregate not found 2026-04-17 05:09:18.306 9 INFO neutron.services.segments.plugin [-] Segment a659f9ff-ec58-4059-ae4c-f4c01c854f8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a659f9ff-ec58-4059-ae4c-f4c01c854f8f found for delete ", "request_id": "req-8ed8d0f1-b14a-4c19-92b9-c5ade17bdf83"}]} [pid: 8|app: 0|req: 606/1375] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:18 2026] DELETE /v2.0/security-groups/0bfdcc1d-13bb-4e55-8d2e-ed4750952105 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:18.315 9 INFO neutron.services.segments.plugin [-] Segment a659f9ff-ec58-4059-ae4c-f4c01c854f8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a659f9ff-ec58-4059-ae4c-f4c01c854f8f found for delete ", "request_id": "req-5780377c-fa9d-4e6e-ae75-983d62ca6aac"}]} 2026-04-17 05:09:18.335 9 INFO neutron.services.segments.plugin [-] Segment a14742d6-dcb6-4b79-b3da-1c42179e66b4 resource provider aggregate not found 2026-04-17 05:09:18.343 9 INFO neutron.services.segments.plugin [-] Segment a14742d6-dcb6-4b79-b3da-1c42179e66b4 resource provider aggregate not found 2026-04-17 05:09:18.354 9 INFO neutron.services.segments.plugin [-] Segment a14742d6-dcb6-4b79-b3da-1c42179e66b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a14742d6-dcb6-4b79-b3da-1c42179e66b4 found for delete ", "request_id": "req-01fb7f49-f023-421d-9159-69654baffd06"}]} 2026-04-17 05:09:18.360 9 INFO neutron.services.segments.plugin [-] Segment a14742d6-dcb6-4b79-b3da-1c42179e66b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a14742d6-dcb6-4b79-b3da-1c42179e66b4 found for delete ", "request_id": "req-06e5d8e0-6688-4285-aed8-01a477ffd52c"}]} 2026-04-17 05:09:18.374 9 INFO neutron.services.segments.plugin [-] Segment 01c37066-bf6e-45e7-b769-a2dafca18cf0 resource provider aggregate not found 2026-04-17 05:09:18.379 9 INFO neutron.services.segments.plugin [-] Segment 01c37066-bf6e-45e7-b769-a2dafca18cf0 resource provider aggregate not found 2026-04-17 05:09:18.393 9 INFO neutron.services.segments.plugin [-] Segment 01c37066-bf6e-45e7-b769-a2dafca18cf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01c37066-bf6e-45e7-b769-a2dafca18cf0 found for delete ", "request_id": "req-48955935-b045-4c2c-8d44-216281797c30"}]} 2026-04-17 05:09:18.400 9 INFO neutron.services.segments.plugin [-] Segment 01c37066-bf6e-45e7-b769-a2dafca18cf0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01c37066-bf6e-45e7-b769-a2dafca18cf0 found for delete ", "request_id": "req-00b875fd-28fb-4031-bf38-817ec8a7ae63"}]} 2026-04-17 05:09:18.419 9 INFO neutron.services.segments.plugin [-] Segment a9fe0300-d6e4-4fa1-a777-dc94f878825f resource provider aggregate not found 2026-04-17 05:09:18.424 9 INFO neutron.services.segments.plugin [-] Segment a9fe0300-d6e4-4fa1-a777-dc94f878825f resource provider aggregate not found [pid: 9|app: 0|req: 770/1376] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:18 2026] GET /v2.0/security-groups?tenant_id=8385828a0c254e9c8500dd886b104058&name=default => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:09:18.445 9 INFO neutron.services.segments.plugin [-] Segment a9fe0300-d6e4-4fa1-a777-dc94f878825f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9fe0300-d6e4-4fa1-a777-dc94f878825f found for delete ", "request_id": "req-e45a6a25-ff50-4f4f-9a14-18b235dd7c4d"}]} 2026-04-17 05:09:18.445 9 INFO neutron.services.segments.plugin [-] Segment a9fe0300-d6e4-4fa1-a777-dc94f878825f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9fe0300-d6e4-4fa1-a777-dc94f878825f found for delete ", "request_id": "req-bd5b7f63-d8f1-42cb-8ac6-f8c039e841bb"}]} [pid: 8|app: 0|req: 607/1377] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:18 2026] DELETE /v2.0/security-groups/6a6aa30a-d965-47be-984b-97307307a5f3 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 771/1378] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:18 2026] GET /v2.0/security-groups?tenant_id=9ff33840c0004d0da1d4c1468a95eadf&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1379] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:18 2026] DELETE /v2.0/security-groups/d5c5f95d-8114-4943-9fa7-c444f1d85417 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:19.734 8 INFO neutron.services.segments.plugin [-] Segment d9885f6c-2039-4e17-9d46-bfba274d4891 resource provider aggregate not found 2026-04-17 05:09:19.739 8 INFO neutron.services.segments.plugin [-] Segment d9885f6c-2039-4e17-9d46-bfba274d4891 resource provider aggregate not found 2026-04-17 05:09:19.756 8 INFO neutron.services.segments.plugin [-] Segment d9885f6c-2039-4e17-9d46-bfba274d4891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9885f6c-2039-4e17-9d46-bfba274d4891 found for delete ", "request_id": "req-01bf6097-8158-4263-bda1-60661da7f762"}]} 2026-04-17 05:09:19.758 8 INFO neutron.services.segments.plugin [-] Segment d9885f6c-2039-4e17-9d46-bfba274d4891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9885f6c-2039-4e17-9d46-bfba274d4891 found for delete ", "request_id": "req-596e6dab-cf2d-43d3-8dac-e3f8f9b23aa5"}]} 2026-04-17 05:09:22.816 9 INFO neutron.db.segments_db [None req-21a109a0-a6da-4e66-b974-876d93e761b9 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Added segment 2dbd222d-f43b-4f86-a3a8-dc887d1e4db8 of type vxlan for network 7ffc40f1-3195-418a-92e6-9edcd4f3704e 2026-04-17 05:09:23.091 9 INFO neutron.db.l3_hamode_db [None req-21a109a0-a6da-4e66-b974-876d93e761b9 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:09:23.225 9 INFO neutron.db.l3_hamode_db [None req-21a109a0-a6da-4e66-b974-876d93e761b9 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:09:23.235 8 INFO neutron.db.segments_db [None req-89c588d0-7b1b-4a90-b52b-9effc19608c2 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] Added segment 78d48de1-fa2a-49d5-8995-9b4d5701c609 of type vxlan for network 0de9d138-8278-4dd2-baa5-43423d1ecf10 [pid: 8|app: 0|req: 609/1380] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:23 2026] POST /v2.0/networks => generated 612 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1381] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:09:23 2026] POST /v2.0/ports => generated 743 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 611/1382] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:23 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:23.880 8 INFO neutron.db.segments_db [None req-11f35226-ea79-4007-accb-f11c5d2c595c 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] Added segment 61a1efd2-d1a9-48ff-8802-0e902478fc98 of type vxlan for network f67ea588-71d5-4815-8248-1603f3ec359e [pid: 9|app: 0|req: 772/1383] 10.0.0.197 () {34 vars in 668 bytes} [Fri Apr 17 05:09:22 2026] POST /v2.0/routers => generated 474 bytes in 1257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 773/1384] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:23 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 612/1385] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:23 2026] POST /v2.0/networks => generated 612 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:24.018 9 INFO neutron.db.l3_hamode_db [None req-f608db78-c3f7-4b27-b912-8e8447d60bdd 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:09:24.143 9 INFO neutron.db.l3_hamode_db [None req-f608db78-c3f7-4b27-b912-8e8447d60bdd 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 613/1386] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:09:23 2026] POST /v2.0/ports => generated 743 bytes in 305 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: 614/1387] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:24 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:24.372 8 INFO neutron.db.segments_db [None req-3df3f416-8e3a-4d4e-9375-8895059005d8 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] Added segment d737bfa5-7749-4e27-9e93-e97bdad67ba8 of type vxlan for network 2e6f042c-df10-4e37-a5b9-5475b0a4219a [pid: 8|app: 0|req: 615/1388] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:24 2026] POST /v2.0/networks => generated 613 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1389] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:24 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 9|app: 0|req: 774/1390] 10.0.0.197 () {34 vars in 668 bytes} [Fri Apr 17 05:09:23 2026] POST /v2.0/routers => generated 474 bytes in 706 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:24.718 9 INFO neutron.db.l3_hamode_db [None req-3851654e-894f-4129-a0d1-13b328cc798a 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:09:24.838 9 INFO neutron.db.l3_hamode_db [None req-3851654e-894f-4129-a0d1-13b328cc798a 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 617/1391] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:09:24 2026] POST /v2.0/ports => generated 743 bytes in 366 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: 618/1392] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:24 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:24.955 8 INFO neutron.db.segments_db [None req-f1d7362a-e388-4a91-b3ed-2bf796a9b124 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] Added segment 25feb93f-2334-4442-a6c4-9b3d4292c1c8 of type vxlan for network 96f740a9-14f7-4ed9-8e6a-0a1c97265485 [pid: 8|app: 0|req: 619/1393] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:24 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1394] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:25 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 621/1395] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:09:25 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-17 05:09:25.462 8 INFO neutron.db.segments_db [None req-fcdb7c63-0886-4e80-a50f-305d73f39d64 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] Added segment 4d887cfc-5bf1-403c-98c6-787964d24b82 of type vxlan for network 2131d21d-fcbd-437a-a3f4-fc6981c758dc [pid: 9|app: 0|req: 775/1396] 10.0.0.197 () {34 vars in 668 bytes} [Fri Apr 17 05:09:24 2026] POST /v2.0/routers => generated 474 bytes in 816 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:25.543 9 INFO neutron.db.l3_hamode_db [None req-d2b1f01f-b7bb-4ca8-92b9-5cd933aab12b 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 622/1397] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:25 2026] POST /v2.0/networks => generated 612 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:25.679 9 INFO neutron.db.l3_hamode_db [None req-d2b1f01f-b7bb-4ca8-92b9-5cd933aab12b 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 623/1398] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:09:25 2026] POST /v2.0/ports => generated 743 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 624/1399] 10.0.0.197 () {34 vars in 747 bytes} [Fri Apr 17 05:09:25 2026] PUT /v2.0/ports/c0e697a9-ca65-4801-8e39-c6c965a6f6c7/tags => generated 17 bytes in 84 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: 625/1400] 10.0.0.197 () {34 vars in 747 bytes} [Fri Apr 17 05:09:26 2026] PUT /v2.0/ports/db0ab9f8-be5e-433a-ac3e-bf5e2ed1da99/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 626/1401] 10.0.0.197 () {34 vars in 747 bytes} [Fri Apr 17 05:09:26 2026] PUT /v2.0/ports/bbde152b-2509-41a7-9ae1-d6e545a16c7b/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 627/1402] 10.0.0.197 () {34 vars in 747 bytes} [Fri Apr 17 05:09:26 2026] PUT /v2.0/ports/308e76c1-c948-4f20-b5d5-7c114ad069ab/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 628/1403] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:26 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 776/1404] 10.0.0.197 () {34 vars in 668 bytes} [Fri Apr 17 05:09:25 2026] POST /v2.0/routers => generated 474 bytes in 786 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1405] 10.0.0.197 () {32 vars in 660 bytes} [Fri Apr 17 05:09:26 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 777/1406] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:26 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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-17 05:09:26.349 8 INFO neutron.db.l3_hamode_db [None req-57d224e0-a4aa-4ee1-a497-00c24258f70c 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 778/1407] 10.0.0.197 () {32 vars in 674 bytes} [Fri Apr 17 05:09:26 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 779/1408] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:09:26 2026] GET /v2.0/ports?tenant_id=9d88188242314f21b9f33ae685fc70e9&device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:09:26.475 8 INFO neutron.db.l3_hamode_db [None req-57d224e0-a4aa-4ee1-a497-00c24258f70c 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 780/1409] 10.0.0.197 () {32 vars in 670 bytes} [Fri Apr 17 05:09:26 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 781/1410] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:09:26 2026] GET /v2.0/networks?id=eb4ae211-08aa-4fec-bc6b-69e4fd365b3c => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 782/1411] 10.0.0.197 () {32 vars in 682 bytes} [Fri Apr 17 05:09:26 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1412] 10.0.0.197 () {34 vars in 668 bytes} [Fri Apr 17 05:09:26 2026] POST /v2.0/routers => generated 474 bytes in 861 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 783/1413] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ac349c92-a3b2-47d4-996a-89884e3766a5 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1414] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 784/1415] 10.0.0.197 () {32 vars in 668 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 785/1416] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/subnets?id=8c772163-20ea-4ff2-99c9-840134a13e04 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1417] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:09:27 2026] PUT /v2.0/routers/b74dea2d-6831-44dd-9ab9-fda33a1529cd/tags => generated 17 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 786/1418] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1419] 10.0.0.197 () {32 vars in 682 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/ports?not-tags=red%2Cblue => 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: 634/1420] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/ports?network_id=eb4ae211-08aa-4fec-bc6b-69e4fd365b3c&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1421] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 787/1422] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:09:27 2026] PUT /v2.0/routers/9cbbf046-ad46-48f9-ace4-5165726b794d/tags => generated 25 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1423] 10.0.0.197 () {32 vars in 678 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 788/1424] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/networks/eb4ae211-08aa-4fec-bc6b-69e4fd365b3c?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: 637/1425] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 638/1426] 10.0.0.197 () {32 vars in 690 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1427] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/networks/eb4ae211-08aa-4fec-bc6b-69e4fd365b3c?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: 9|app: 0|req: 789/1428] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:09:27 2026] PUT /v2.0/routers/abbc233d-5e02-48d8-a036-987699bd5773/tags => generated 34 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:09:27.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-41d2f62e-333c-4c1e-b682-f9e64b713c93 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] TaaS: Handle Delete Port: c0e697a9-ca65-4801-8e39-c6c965a6f6c7 2026-04-17 05:09:27.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41d2f62e-333c-4c1e-b682-f9e64b713c93 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] Tap Mirror: Handle Delete Port: c0e697a9-ca65-4801-8e39-c6c965a6f6c7 [pid: 9|app: 0|req: 790/1429] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:09:27 2026] PUT /v2.0/routers/2e381630-e07f-4621-bbbd-eaf2a7c77dba/tags => generated 19 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1430] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:09:27 2026] DELETE /v2.0/ports/c0e697a9-ca65-4801-8e39-c6c965a6f6c7 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 791/1431] 10.0.0.197 () {32 vars in 664 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:09:27.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-514d7ec0-1d29-4129-9ca3-144eb6cdb83f 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] TaaS: Handle Delete Port: db0ab9f8-be5e-433a-ac3e-bf5e2ed1da99 2026-04-17 05:09:27.978 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-514d7ec0-1d29-4129-9ca3-144eb6cdb83f 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] Tap Mirror: Handle Delete Port: db0ab9f8-be5e-433a-ac3e-bf5e2ed1da99 [pid: 9|app: 0|req: 792/1432] 10.0.0.197 () {32 vars in 678 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1433] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:09:27 2026] DELETE /v2.0/ports/db0ab9f8-be5e-433a-ac3e-bf5e2ed1da99 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 793/1434] 10.0.0.197 () {32 vars in 674 bytes} [Fri Apr 17 05:09:27 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 794/1435] 10.0.0.197 () {32 vars in 686 bytes} [Fri Apr 17 05:09:28 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:09:28.159 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a326ce3-b2c5-4352-9d8d-d207b7fcc0c8 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] TaaS: Handle Delete Port: bbde152b-2509-41a7-9ae1-d6e545a16c7b 2026-04-17 05:09:28.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a326ce3-b2c5-4352-9d8d-d207b7fcc0c8 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] Tap Mirror: Handle Delete Port: bbde152b-2509-41a7-9ae1-d6e545a16c7b [pid: 9|app: 0|req: 795/1436] 10.0.0.197 () {32 vars in 672 bytes} [Fri Apr 17 05:09:28 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1437] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:09:28 2026] DELETE /v2.0/ports/bbde152b-2509-41a7-9ae1-d6e545a16c7b => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 796/1438] 10.0.0.197 () {32 vars in 686 bytes} [Fri Apr 17 05:09:28 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:09:28.379 8 INFO neutron_taas.services.taas.taas_plugin [None req-d745e9e9-d92b-4421-aeca-476d5afc6a78 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] TaaS: Handle Delete Port: 308e76c1-c948-4f20-b5d5-7c114ad069ab 2026-04-17 05:09:28.383 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d745e9e9-d92b-4421-aeca-476d5afc6a78 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] Tap Mirror: Handle Delete Port: 308e76c1-c948-4f20-b5d5-7c114ad069ab [pid: 9|app: 0|req: 797/1439] 10.0.0.197 () {32 vars in 682 bytes} [Fri Apr 17 05:09:28 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 800/1442] 10.0.0.197 () {32 vars in 694 bytes} [Fri Apr 17 05:09:28 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1443] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:09:28 2026] DELETE /v2.0/ports/308e76c1-c948-4f20-b5d5-7c114ad069ab => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 801/1444] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:09:28 2026] GET /v2.0/routers/b74dea2d-6831-44dd-9ab9-fda33a1529cd => generated 485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1445] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:28 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:28.601 9 INFO neutron_taas.services.taas.taas_plugin [None req-efc37f4f-aa98-4b55-87bd-9e19477a5023 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] TaaS: Handle Delete Port: b7b21d9a-07fb-4d93-a007-c87ea4705c60 2026-04-17 05:09:28.606 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efc37f4f-aa98-4b55-87bd-9e19477a5023 49add7eadb7a424c981f8562ca72aefe ff4f6ec3a09f42d5ac80e47570c2a9ba - - default default] Tap Mirror: Handle Delete Port: b7b21d9a-07fb-4d93-a007-c87ea4705c60 [pid: 9|app: 0|req: 802/1446] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:09:28 2026] DELETE /v2.0/ports/b7b21d9a-07fb-4d93-a007-c87ea4705c60 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 803/1447] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:28 2026] GET /v2.0/security-groups?id=fbfcf566-71e9-4a0d-b9cd-042dd309d87c&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 804/1448] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:28 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:28.929 9 INFO neutron.services.segments.plugin [-] Segment 78d48de1-fa2a-49d5-8995-9b4d5701c609 resource provider aggregate not found 2026-04-17 05:09:28.938 9 INFO neutron.services.segments.plugin [-] Segment 78d48de1-fa2a-49d5-8995-9b4d5701c609 resource provider aggregate not found 2026-04-17 05:09:28.961 9 INFO neutron.services.segments.plugin [-] Segment 78d48de1-fa2a-49d5-8995-9b4d5701c609 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78d48de1-fa2a-49d5-8995-9b4d5701c609 found for delete ", "request_id": "req-9d1636aa-9517-4d57-befe-aaea464d8fc5"}]} 2026-04-17 05:09:28.966 9 INFO neutron.services.segments.plugin [-] Segment 78d48de1-fa2a-49d5-8995-9b4d5701c609 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78d48de1-fa2a-49d5-8995-9b4d5701c609 found for delete ", "request_id": "req-1be1095c-4ac8-4699-bc9b-b653004f0e25"}]} [pid: 9|app: 0|req: 805/1449] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:28 2026] DELETE /v2.0/networks/0de9d138-8278-4dd2-baa5-43423d1ecf10 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 806/1450] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:28 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 9|app: 0|req: 807/1451] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:29 2026] DELETE /v2.0/networks/f67ea588-71d5-4815-8248-1603f3ec359e => 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: 645/1452] 10.0.0.197 () {34 vars in 742 bytes} [Fri Apr 17 05:09:28 2026] PUT /v2.0/routers/b74dea2d-6831-44dd-9ab9-fda33a1529cd => generated 485 bytes in 601 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1453] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:09:29 2026] GET /v2.0/ports?device_id=b74dea2d-6831-44dd-9ab9-fda33a1529cd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 808/1454] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:29 2026] DELETE /v2.0/networks/2e6f042c-df10-4e37-a5b9-5475b0a4219a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 809/1455] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:29 2026] DELETE /v2.0/networks/96f740a9-14f7-4ed9-8e6a-0a1c97265485 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:09:29.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-cafdbe48-f19d-4636-8db1-8e7052e2e8c1 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] TaaS: Handle Delete Port: c0853f78-eeb2-476e-949d-79e9ba7bb533 2026-04-17 05:09:29.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cafdbe48-f19d-4636-8db1-8e7052e2e8c1 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Tap Mirror: Handle Delete Port: c0853f78-eeb2-476e-949d-79e9ba7bb533 [pid: 9|app: 0|req: 810/1456] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:29 2026] DELETE /v2.0/networks/2131d21d-fcbd-437a-a3f4-fc6981c758dc => 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: 647/1457] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:09:29 2026] DELETE /v2.0/routers/b74dea2d-6831-44dd-9ab9-fda33a1529cd => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 811/1458] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:09:29 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1459] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:09:29 2026] GET /v2.0/routers/9cbbf046-ad46-48f9-ace4-5165726b794d => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:29.665 9 INFO neutron_taas.services.taas.taas_plugin [req-72bc10fc-7c4b-43cd-baf8-c6fe487145f5 req-62115bc6-061c-4256-8d56-0f1fbd81547f 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] TaaS: Handle Delete Port: ddf532e7-32d0-4cf9-930a-0863c14009c7 2026-04-17 05:09:29.668 9 INFO neutron_taas.services.taas.tap_mirror_plugin [req-72bc10fc-7c4b-43cd-baf8-c6fe487145f5 req-62115bc6-061c-4256-8d56-0f1fbd81547f 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Tap Mirror: Handle Delete Port: ddf532e7-32d0-4cf9-930a-0863c14009c7 2026-04-17 05:09:29.803 9 INFO neutron.db.l3_db [req-72bc10fc-7c4b-43cd-baf8-c6fe487145f5 req-62115bc6-061c-4256-8d56-0f1fbd81547f 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Floating IP 9e766329-162e-4ffb-9ff1-92293781383d disassociated. External IP: 10.96.250.204, port: ddf532e7-32d0-4cf9-930a-0863c14009c7. [pid: 8|app: 0|req: 649/1460] 10.0.0.197 () {34 vars in 742 bytes} [Fri Apr 17 05:09:29 2026] PUT /v2.0/routers/9cbbf046-ad46-48f9-ace4-5165726b794d => generated 493 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1461] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:30 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 812/1462] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:09:29 2026] DELETE /v2.0/ports/ddf532e7-32d0-4cf9-930a-0863c14009c7 => generated 0 bytes in 578 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 813/1463] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:09:30 2026] GET /v2.0/ports?device_id=9cbbf046-ad46-48f9-ace4-5165726b794d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:09:30.200 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa63832a-7380-4289-b847-3bc82441c396'] response: {'server_uuid': '445cad4b-8109-433e-a26b-c55c70959bc1', 'name': 'network-vif-deleted', 'tag': 'ddf532e7-32d0-4cf9-930a-0863c14009c7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 651/1464] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:30 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1465] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:30 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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-17 05:09:30.365 9 INFO neutron_taas.services.taas.taas_plugin [None req-decd1d76-67f5-46dd-b201-e737e437740a 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] TaaS: Handle Delete Port: 3522b271-7399-4bf4-aa8f-b926e2f6a8bf 2026-04-17 05:09:30.368 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-decd1d76-67f5-46dd-b201-e737e437740a 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Tap Mirror: Handle Delete Port: 3522b271-7399-4bf4-aa8f-b926e2f6a8bf [pid: 8|app: 0|req: 653/1466] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:30 2026] GET /v2.0/security-groups?tenant_id=ff4f6ec3a09f42d5ac80e47570c2a9ba&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 814/1467] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:09:30 2026] DELETE /v2.0/routers/9cbbf046-ad46-48f9-ace4-5165726b794d => generated 0 bytes in 394 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1468] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:30 2026] DELETE /v2.0/security-groups/19dbba9c-c7ab-4d59-8f0a-6c3230bf9def => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 815/1469] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:09:30 2026] GET /v2.0/routers/abbc233d-5e02-48d8-a036-987699bd5773 => generated 502 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 816/1470] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:30 2026] GET /v2.0/security-groups?tenant_id=36ef0cce909d46b48ba2d8e2115bddf7&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 817/1471] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:30 2026] DELETE /v2.0/security-groups/dfd1c61b-4592-4931-9853-d30c56a53252 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:30.986 9 INFO neutron.services.segments.plugin [-] Segment 61a1efd2-d1a9-48ff-8802-0e902478fc98 resource provider aggregate not found 2026-04-17 05:09:30.990 9 INFO neutron.services.segments.plugin [-] Segment 61a1efd2-d1a9-48ff-8802-0e902478fc98 resource provider aggregate not found 2026-04-17 05:09:31.004 9 INFO neutron.services.segments.plugin [-] Segment 61a1efd2-d1a9-48ff-8802-0e902478fc98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61a1efd2-d1a9-48ff-8802-0e902478fc98 found for delete ", "request_id": "req-b7a57e6b-730d-4bbb-8268-7c76b330339d"}]} 2026-04-17 05:09:31.008 9 INFO neutron.services.segments.plugin [-] Segment 61a1efd2-d1a9-48ff-8802-0e902478fc98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61a1efd2-d1a9-48ff-8802-0e902478fc98 found for delete ", "request_id": "req-c8431388-93f9-4bb2-81dc-592ab1ec83c3"}]} 2026-04-17 05:09:31.031 9 INFO neutron.services.segments.plugin [-] Segment d737bfa5-7749-4e27-9e93-e97bdad67ba8 resource provider aggregate not found 2026-04-17 05:09:31.036 9 INFO neutron.services.segments.plugin [-] Segment d737bfa5-7749-4e27-9e93-e97bdad67ba8 resource provider aggregate not found 2026-04-17 05:09:31.049 9 INFO neutron.services.segments.plugin [-] Segment d737bfa5-7749-4e27-9e93-e97bdad67ba8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d737bfa5-7749-4e27-9e93-e97bdad67ba8 found for delete ", "request_id": "req-efecc7a7-856e-428d-8952-03348bd96850"}]} 2026-04-17 05:09:31.053 9 INFO neutron.services.segments.plugin [-] Segment d737bfa5-7749-4e27-9e93-e97bdad67ba8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d737bfa5-7749-4e27-9e93-e97bdad67ba8 found for delete ", "request_id": "req-a31c1ac8-e1a4-41e9-9e78-5bf0379bbcf6"}]} 2026-04-17 05:09:31.065 9 INFO neutron.services.segments.plugin [-] Segment 25feb93f-2334-4442-a6c4-9b3d4292c1c8 resource provider aggregate not found 2026-04-17 05:09:31.069 9 INFO neutron.services.segments.plugin [-] Segment 25feb93f-2334-4442-a6c4-9b3d4292c1c8 resource provider aggregate not found 2026-04-17 05:09:31.079 9 INFO neutron.services.segments.plugin [-] Segment 25feb93f-2334-4442-a6c4-9b3d4292c1c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25feb93f-2334-4442-a6c4-9b3d4292c1c8 found for delete ", "request_id": "req-0c4e5e3f-0691-49dd-8319-2f1bbada7dc9"}]} 2026-04-17 05:09:31.083 9 INFO neutron.services.segments.plugin [-] Segment 25feb93f-2334-4442-a6c4-9b3d4292c1c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25feb93f-2334-4442-a6c4-9b3d4292c1c8 found for delete ", "request_id": "req-b2ffe842-218d-4259-91fd-89b17145b437"}]} 2026-04-17 05:09:31.094 9 INFO neutron.services.segments.plugin [-] Segment 4d887cfc-5bf1-403c-98c6-787964d24b82 resource provider aggregate not found 2026-04-17 05:09:31.098 9 INFO neutron.services.segments.plugin [-] Segment 4d887cfc-5bf1-403c-98c6-787964d24b82 resource provider aggregate not found 2026-04-17 05:09:31.113 9 INFO neutron.services.segments.plugin [-] Segment 4d887cfc-5bf1-403c-98c6-787964d24b82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d887cfc-5bf1-403c-98c6-787964d24b82 found for delete ", "request_id": "req-883f9fc2-ec1a-4e3c-b7d4-9837649cb7dc"}]} 2026-04-17 05:09:31.115 9 INFO neutron.services.segments.plugin [-] Segment 4d887cfc-5bf1-403c-98c6-787964d24b82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d887cfc-5bf1-403c-98c6-787964d24b82 found for delete ", "request_id": "req-3e060904-8b28-49f0-af95-1f4cde0b9dcc"}]} [pid: 8|app: 0|req: 655/1472] 10.0.0.197 () {34 vars in 742 bytes} [Fri Apr 17 05:09:30 2026] PUT /v2.0/routers/abbc233d-5e02-48d8-a036-987699bd5773 => generated 502 bytes in 580 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1473] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:31 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => 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: 657/1474] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:09:31 2026] GET /v2.0/ports?device_id=abbc233d-5e02-48d8-a036-987699bd5773 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 818/1475] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:31 2026] GET /v2.0/security-groups?tenant_id=277b8226d7714e7998854067cc5f5d85&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 819/1476] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:31 2026] DELETE /v2.0/security-groups/fa5a8c9b-3f6f-40e2-be66-9e1e8d81fc41 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:31.408 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5b39452-d812-445d-8488-23fea79399b2 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] TaaS: Handle Delete Port: c9e029bb-a5fd-4165-85e1-b886b4d1f42f 2026-04-17 05:09:31.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5b39452-d812-445d-8488-23fea79399b2 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Tap Mirror: Handle Delete Port: c9e029bb-a5fd-4165-85e1-b886b4d1f42f [pid: 9|app: 0|req: 820/1477] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:31 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 821/1478] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:31 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 658/1479] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:09:31 2026] DELETE /v2.0/routers/abbc233d-5e02-48d8-a036-987699bd5773 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 822/1480] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:09:31 2026] GET /v2.0/routers/2e381630-e07f-4621-bbbd-eaf2a7c77dba => generated 487 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1481] 10.0.0.197 () {34 vars in 742 bytes} [Fri Apr 17 05:09:31 2026] PUT /v2.0/routers/2e381630-e07f-4621-bbbd-eaf2a7c77dba => generated 487 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 823/1482] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:09:32 2026] GET /v2.0/ports?device_id=2e381630-e07f-4621-bbbd-eaf2a7c77dba => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 824/1483] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:32 2026] GET /v2.0/ports?device_id=445cad4b-8109-433e-a26b-c55c70959bc1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:09:32.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0fa7b7d-ad58-4949-87bf-5834cd2baa75 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] TaaS: Handle Delete Port: 145af3e9-9de0-4952-8e81-0fb3b620301c 2026-04-17 05:09:32.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0fa7b7d-ad58-4949-87bf-5834cd2baa75 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Tap Mirror: Handle Delete Port: 145af3e9-9de0-4952-8e81-0fb3b620301c [pid: 9|app: 0|req: 825/1484] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:32 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1485] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:09:32 2026] DELETE /v2.0/routers/2e381630-e07f-4621-bbbd-eaf2a7c77dba => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 826/1486] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:32 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1487] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:09:32 2026] GET /v2.0/routers/0410f624-1948-490e-8cec-30410278604c => generated 480 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1488] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:33 2026] DELETE /v2.0/security-groups/fbfcf566-71e9-4a0d-b9cd-042dd309d87c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:33.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-cdff91c9-8d1f-45f5-a601-2cb2369db49e 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] TaaS: Handle Delete Port: 66c1486b-7a97-4459-a2ba-486dccebec12 2026-04-17 05:09:33.684 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdff91c9-8d1f-45f5-a601-2cb2369db49e 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Tap Mirror: Handle Delete Port: 66c1486b-7a97-4459-a2ba-486dccebec12 [pid: 9|app: 0|req: 827/1489] 10.0.0.197 () {34 vars in 742 bytes} [Fri Apr 17 05:09:33 2026] PUT /v2.0/routers/0410f624-1948-490e-8cec-30410278604c => generated 480 bytes in 595 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 828/1490] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:33 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 829/1491] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:09:33 2026] GET /v2.0/ports?device_id=0410f624-1948-490e-8cec-30410278604c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 830/1492] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:33 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1493] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:09:33 2026] DELETE /v2.0/floatingips/9e766329-162e-4ffb-9ff1-92293781383d => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:34.042 9 INFO neutron_taas.services.taas.taas_plugin [None req-65b84906-bfd6-41a6-a46a-32dd0b851474 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] TaaS: Handle Delete Port: 1c452aa7-baa1-4a6b-9731-02501c3f1b11 2026-04-17 05:09:34.045 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65b84906-bfd6-41a6-a46a-32dd0b851474 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] Tap Mirror: Handle Delete Port: 1c452aa7-baa1-4a6b-9731-02501c3f1b11 [pid: 8|app: 0|req: 664/1494] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:34 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1495] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:34 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:34.418 9 INFO neutron.services.segments.plugin [-] Segment 2dbd222d-f43b-4f86-a3a8-dc887d1e4db8 resource provider aggregate not found 2026-04-17 05:09:34.422 9 INFO neutron.services.segments.plugin [-] Segment 2dbd222d-f43b-4f86-a3a8-dc887d1e4db8 resource provider aggregate not found 2026-04-17 05:09:34.435 9 INFO neutron.db.l3_hamode_db [None req-65b84906-bfd6-41a6-a46a-32dd0b851474 92f739e6142649719da32b4514083e30 eb561f1375374341a6f5bfc8bffff27d - - default default] HA network 7ffc40f1-3195-418a-92e6-9edcd4f3704e was deleted as no HA routers are present in tenant eb561f1375374341a6f5bfc8bffff27d. [pid: 9|app: 0|req: 831/1496] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:09:33 2026] DELETE /v2.0/routers/0410f624-1948-490e-8cec-30410278604c => generated 0 bytes in 570 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:34.446 9 INFO neutron.services.segments.plugin [-] Segment 2dbd222d-f43b-4f86-a3a8-dc887d1e4db8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dbd222d-f43b-4f86-a3a8-dc887d1e4db8 found for delete ", "request_id": "req-8488f0ea-cd36-4bec-b44d-c359d188d8e8"}]} 2026-04-17 05:09:34.446 9 INFO neutron.services.segments.plugin [-] Segment 2dbd222d-f43b-4f86-a3a8-dc887d1e4db8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dbd222d-f43b-4f86-a3a8-dc887d1e4db8 found for delete ", "request_id": "req-ac05f3fc-cec0-4dc8-9349-aa5b0db790ca"}]} [pid: 8|app: 0|req: 666/1497] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:34 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 832/1498] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:35 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 9|app: 0|req: 833/1499] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:35 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 834/1500] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:35 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&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: 667/1501] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:35 2026] GET /v2.0/security-groups?tenant_id=c2d2a7c9874b4c0ba747e6ac96b92382&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 835/1502] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:35 2026] DELETE /v2.0/security-groups/e31861a5-a0c5-4e44-aa50-d6693043a337 => 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: 668/1503] 10.0.0.197 () {34 vars in 678 bytes} [Fri Apr 17 05:09:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 836/1504] 10.0.0.197 () {34 vars in 678 bytes} [Fri Apr 17 05:09:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 837/1505] 10.0.0.197 () {34 vars in 678 bytes} [Fri Apr 17 05:09:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 838/1506] 10.0.0.197 () {34 vars in 678 bytes} [Fri Apr 17 05:09:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1507] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:35 2026] GET /v2.0/security-groups?tenant_id=eb561f1375374341a6f5bfc8bffff27d&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 839/1508] 10.0.0.197 () {34 vars in 678 bytes} [Fri Apr 17 05:09:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 840/1509] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:09:35 2026] PUT /v2.0/policies/4c3f407c-8e56-40f3-bcd2-faf767f25e16/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1510] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:35 2026] DELETE /v2.0/security-groups/7406e147-a464-42b1-a452-f6bbb79a6a39 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 841/1511] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:09:36 2026] PUT /v2.0/policies/1f179238-67ba-4471-98ff-dc8b9381a0d5/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1512] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:09:36 2026] PUT /v2.0/policies/b47b2aeb-0ff3-44e9-944b-e7a05c2305ac/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 842/1513] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:36 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1514] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:09:36 2026] PUT /v2.0/policies/a228e778-4e19-447c-9c3c-b96db8a41518/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 843/1515] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:36 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 8|app: 0|req: 673/1516] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:36 2026] GET /v2.0/security-groups?tenant_id=c6ab32b06ba04773a96bd7949d717419&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 844/1517] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:36 2026] DELETE /v2.0/security-groups/ae8a1c80-def6-46a9-8aaf-2b2c1de0125e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1518] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:09:36 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 845/1519] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:36 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:36.715 8 INFO neutron_taas.services.taas.taas_plugin [req-1601b47a-6bbb-409a-b457-4aaf35e080d0 req-ed688428-77f9-4a89-a2c6-5d073c8f19c6 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] TaaS: Handle Delete Port: 9030a596-f3dc-4207-a03a-9178e6cf76ae 2026-04-17 05:09:36.718 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1601b47a-6bbb-409a-b457-4aaf35e080d0 req-ed688428-77f9-4a89-a2c6-5d073c8f19c6 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Tap Mirror: Handle Delete Port: 9030a596-f3dc-4207-a03a-9178e6cf76ae [pid: 9|app: 0|req: 846/1520] 10.0.0.197 () {32 vars in 674 bytes} [Fri Apr 17 05:09:36 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 847/1521] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:36 2026] GET /v2.0/security-groups?id=60997964-9d56-40bb-bfed-455fb96269de&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1522] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:09:36 2026] DELETE /v2.0/ports/9030a596-f3dc-4207-a03a-9178e6cf76ae => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:09:36.947 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33265c84-2c2f-4cee-9862-d411d2934ccb'] response: {'server_uuid': '4bc9e523-4c51-4822-b1ff-bbca4d546dd1', 'name': 'network-vif-deleted', 'tag': '9030a596-f3dc-4207-a03a-9178e6cf76ae', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 848/1523] 10.0.0.197 () {32 vars in 688 bytes} [Fri Apr 17 05:09:36 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1524] 10.0.0.197 () {32 vars in 684 bytes} [Fri Apr 17 05:09:36 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 849/1525] 10.0.0.197 () {32 vars in 696 bytes} [Fri Apr 17 05:09:37 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1526] 10.0.0.197 () {32 vars in 682 bytes} [Fri Apr 17 05:09:37 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 850/1527] 10.0.0.197 () {32 vars in 696 bytes} [Fri Apr 17 05:09:37 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1528] 10.0.0.197 () {32 vars in 692 bytes} [Fri Apr 17 05:09:37 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 851/1529] 10.0.0.197 () {32 vars in 704 bytes} [Fri Apr 17 05:09:37 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1530] 10.0.0.197 () {32 vars in 734 bytes} [Fri Apr 17 05:09:37 2026] DELETE /v2.0/qos/policies/4c3f407c-8e56-40f3-bcd2-faf767f25e16 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 852/1531] 10.0.0.197 () {32 vars in 734 bytes} [Fri Apr 17 05:09:37 2026] DELETE /v2.0/qos/policies/1f179238-67ba-4471-98ff-dc8b9381a0d5 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1532] 10.0.0.197 () {32 vars in 734 bytes} [Fri Apr 17 05:09:37 2026] DELETE /v2.0/qos/policies/b47b2aeb-0ff3-44e9-944b-e7a05c2305ac => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 853/1533] 10.0.0.197 () {32 vars in 734 bytes} [Fri Apr 17 05:09:37 2026] DELETE /v2.0/qos/policies/a228e778-4e19-447c-9c3c-b96db8a41518 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1534] 10.0.0.197 () {32 vars in 734 bytes} [Fri Apr 17 05:09:37 2026] DELETE /v2.0/qos/policies/8c173dde-f4c2-4cf5-8e31-064cb9cd0ca7 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 854/1535] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:37 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1536] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:38 2026] GET /v2.0/security-groups?tenant_id=89d3ef034d424d00ad66aaa1a6ff297b&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 855/1537] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:38 2026] DELETE /v2.0/security-groups/7cb53005-1509-4881-b738-59999219c83a => 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: 683/1538] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:39 2026] GET /v2.0/ports?device_id=4bc9e523-4c51-4822-b1ff-bbca4d546dd1 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 856/1539] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:39 2026] GET /v2.0/security-groups?tenant_id=4b96a59b232b45bcb3d00a17a09b2402&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1540] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:39 2026] DELETE /v2.0/security-groups/40a14b06-4508-47bb-bde7-4f5d13f38d06 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 857/1541] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:39 2026] GET /v2.0/security-groups?tenant_id=7d019972d9a7471eb23f6f3ece0cec18&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1542] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:39 2026] DELETE /v2.0/security-groups/7752aa9b-f26a-44fa-a272-27e618c50098 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1543] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:40 2026] DELETE /v2.0/security-groups/60997964-9d56-40bb-bfed-455fb96269de => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 858/1544] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:09:39 2026] POST /v2.0/floatingips => generated 552 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:40.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5e52209-5ee2-43ee-ba44-99ad4e925149 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] TaaS: Handle Delete Port: ab0ecbf5-7a9f-40f0-a013-651e2fec1a9f 2026-04-17 05:09:40.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5e52209-5ee2-43ee-ba44-99ad4e925149 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Tap Mirror: Handle Delete Port: ab0ecbf5-7a9f-40f0-a013-651e2fec1a9f [pid: 9|app: 0|req: 859/1545] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:09:40 2026] PUT /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 860/1546] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:40 2026] GET /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 861/1547] 10.0.0.197 () {34 vars in 770 bytes} [Fri Apr 17 05:09:40 2026] PUT /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 862/1548] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:40 2026] GET /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 863/1549] 10.0.0.197 () {34 vars in 766 bytes} [Fri Apr 17 05:09:40 2026] PUT /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 864/1550] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:40 2026] GET /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 865/1551] 10.0.0.197 () {34 vars in 788 bytes} [Fri Apr 17 05:09:40 2026] PUT /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/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: 9|app: 0|req: 866/1552] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:40 2026] GET /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 867/1553] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:09:41 2026] PUT /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 868/1554] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:41 2026] GET /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 869/1555] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:09:41 2026] GET /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1556] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:09:40 2026] PUT /v2.0/routers/b3758f63-a13d-4221-b5ad-aba5faa0f8b4/remove_router_interface => generated 309 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:41.176 9 INFO neutron.api.v2.resource [None req-0aa58516-1088-4539-b5e2-92b827e1dcef 6c0100bebf4c44abb7ec4737daa7649b e5b4d5e6049747e2ad95474f0a2ef47d - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 870/1557] 10.0.0.197 () {32 vars in 751 bytes} [Fri Apr 17 05:09:41 2026] GET /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 871/1558] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:09:41 2026] DELETE /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags/red => 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: 688/1559] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:09:41 2026] DELETE /v2.0/subnets/17d2365e-ebaf-4c60-8e16-dda4b23e26d2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 872/1560] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:41 2026] GET /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:09:41.345 9 INFO neutron.api.v2.resource [None req-4a712531-ca7d-4853-9ed3-7dc320872fb8 6c0100bebf4c44abb7ec4737daa7649b e5b4d5e6049747e2ad95474f0a2ef47d - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 873/1561] 10.0.0.197 () {32 vars in 754 bytes} [Fri Apr 17 05:09:41 2026] DELETE /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 874/1562] 10.0.0.197 () {32 vars in 742 bytes} [Fri Apr 17 05:09:41 2026] DELETE /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 875/1563] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:41 2026] GET /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:09:41.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-20e53653-cb64-48e3-85d9-75d6c3877f73 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] TaaS: Handle Delete Port: 35d43b19-2573-4968-a848-8822e582e9db 2026-04-17 05:09:41.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20e53653-cb64-48e3-85d9-75d6c3877f73 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Tap Mirror: Handle Delete Port: 35d43b19-2573-4968-a848-8822e582e9db 2026-04-17 05:09:41.561 9 INFO neutron_taas.services.taas.taas_plugin [None req-4baecc80-9bbf-4833-b80f-154ac01a9eff 6c0100bebf4c44abb7ec4737daa7649b e5b4d5e6049747e2ad95474f0a2ef47d - - default default] TaaS: Handle Delete Port: 56dd0820-723c-4c4a-8976-5511c5958fc7 2026-04-17 05:09:41.565 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4baecc80-9bbf-4833-b80f-154ac01a9eff 6c0100bebf4c44abb7ec4737daa7649b e5b4d5e6049747e2ad95474f0a2ef47d - - default default] Tap Mirror: Handle Delete Port: 56dd0820-723c-4c4a-8976-5511c5958fc7 [pid: 9|app: 0|req: 876/1564] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:09:41 2026] DELETE /v2.0/floatingips/cf1a011e-1318-46ac-b8cc-4c44c695f68b => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:41.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-20e53653-cb64-48e3-85d9-75d6c3877f73 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] TaaS: Handle Delete Port: a1898def-8e8a-42ae-8d33-23f788866302 2026-04-17 05:09:41.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20e53653-cb64-48e3-85d9-75d6c3877f73 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Tap Mirror: Handle Delete Port: a1898def-8e8a-42ae-8d33-23f788866302 2026-04-17 05:09:42.168 8 INFO neutron.services.segments.plugin [-] Segment cfce9dc1-fd01-406c-b570-818c2fc847ba resource provider aggregate not found 2026-04-17 05:09:42.174 8 INFO neutron.services.segments.plugin [-] Segment cfce9dc1-fd01-406c-b570-818c2fc847ba resource provider aggregate not found 2026-04-17 05:09:42.194 8 INFO neutron.services.segments.plugin [-] Segment cfce9dc1-fd01-406c-b570-818c2fc847ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfce9dc1-fd01-406c-b570-818c2fc847ba found for delete ", "request_id": "req-53655f57-7f95-4e3f-8176-044a1d6655da"}]} 2026-04-17 05:09:42.196 8 INFO neutron.services.segments.plugin [-] Segment cfce9dc1-fd01-406c-b570-818c2fc847ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfce9dc1-fd01-406c-b570-818c2fc847ba found for delete ", "request_id": "req-1bebe48a-16c2-4829-9f43-0cf4f12590d6"}]} 2026-04-17 05:09:42.201 8 INFO neutron.db.l3_hamode_db [None req-20e53653-cb64-48e3-85d9-75d6c3877f73 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] HA network d297632d-0935-4f83-91ab-38ac144542e6 was deleted as no HA routers are present in tenant e7d2c5889701471c8f0f3cc53acbc0d3. [pid: 8|app: 0|req: 689/1565] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:09:41 2026] DELETE /v2.0/routers/b3758f63-a13d-4221-b5ad-aba5faa0f8b4 => generated 0 bytes in 921 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:42.298 9 INFO neutron_taas.services.taas.taas_plugin [None req-8752f8a6-e378-4506-aa70-d4f58ceaf9ce 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] TaaS: Handle Delete Port: a9dc2885-8685-4900-a1ab-2aae65bc2874 2026-04-17 05:09:42.301 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8752f8a6-e378-4506-aa70-d4f58ceaf9ce 44b66fe2901e47d987608d203e22a046 e7d2c5889701471c8f0f3cc53acbc0d3 - - default default] Tap Mirror: Handle Delete Port: a9dc2885-8685-4900-a1ab-2aae65bc2874 2026-04-17 05:09:42.482 9 INFO neutron.services.segments.plugin [-] Segment c565afcc-11e8-4a55-8464-5b212ad5757e resource provider aggregate not found 2026-04-17 05:09:42.491 9 INFO neutron.services.segments.plugin [-] Segment c565afcc-11e8-4a55-8464-5b212ad5757e resource provider aggregate not found 2026-04-17 05:09:42.506 9 INFO neutron.services.segments.plugin [-] Segment c565afcc-11e8-4a55-8464-5b212ad5757e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c565afcc-11e8-4a55-8464-5b212ad5757e found for delete ", "request_id": "req-de67bd10-4f72-4123-8c24-c4faf69c4f40"}]} 2026-04-17 05:09:42.512 9 INFO neutron.services.segments.plugin [-] Segment c565afcc-11e8-4a55-8464-5b212ad5757e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c565afcc-11e8-4a55-8464-5b212ad5757e found for delete ", "request_id": "req-40f3068c-0cb7-4183-9abd-a2931382aaac"}]} [pid: 9|app: 0|req: 877/1566] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:42 2026] DELETE /v2.0/networks/7c41520d-ed34-4f22-b64b-b385479f8733 => 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: 690/1567] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:42 2026] GET /v2.0/security-groups?tenant_id=d4c36b5771db478a9e8e2b2565565fa5&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 878/1568] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:42 2026] DELETE /v2.0/security-groups/5ff53482-4830-416b-b61b-21dd8e7ff819 => 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: 691/1569] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:42 2026] GET /v2.0/security-groups?tenant_id=e5b4d5e6049747e2ad95474f0a2ef47d&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 879/1570] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:43 2026] DELETE /v2.0/security-groups/360c3019-880a-498d-a909-2e790c511cbd => 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: 692/1573] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:43 2026] GET /v2.0/security-groups?tenant_id=e7d2c5889701471c8f0f3cc53acbc0d3&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 882/1574] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:43 2026] DELETE /v2.0/security-groups/023d7f8d-113d-498c-8d98-1a310b4d6eac => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1575] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:43 2026] GET /v2.0/security-groups?tenant_id=75a77e693b0040948ba02eabbbbae2ff&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 883/1576] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:43 2026] DELETE /v2.0/security-groups/36bb2cb0-95ff-4de3-9951-805609ad6a19 => 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: 694/1577] 10.0.0.197 () {34 vars in 684 bytes} [Fri Apr 17 05:09:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 884/1578] 10.0.0.197 () {34 vars in 684 bytes} [Fri Apr 17 05:09:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1579] 10.0.0.197 () {34 vars in 684 bytes} [Fri Apr 17 05:09:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 885/1580] 10.0.0.197 () {34 vars in 684 bytes} [Fri Apr 17 05:09:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1581] 10.0.0.197 () {34 vars in 684 bytes} [Fri Apr 17 05:09:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 886/1582] 10.0.0.197 () {34 vars in 767 bytes} [Fri Apr 17 05:09:45 2026] PUT /v2.0/security-groups/7e710445-236a-4796-bf8d-b1d4453af628/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1583] 10.0.0.197 () {34 vars in 767 bytes} [Fri Apr 17 05:09:45 2026] PUT /v2.0/security-groups/cce17634-e944-48e2-b3ea-f7f07cea5e9e/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 887/1584] 10.0.0.197 () {34 vars in 767 bytes} [Fri Apr 17 05:09:45 2026] PUT /v2.0/security-groups/cca89487-9f2e-47ea-83ec-2ac4659599eb/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1585] 10.0.0.197 () {34 vars in 767 bytes} [Fri Apr 17 05:09:45 2026] PUT /v2.0/security-groups/b894c4e6-5edf-4afa-a3c8-0deff66023f3/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 888/1586] 10.0.0.197 () {32 vars in 680 bytes} [Fri Apr 17 05:09:45 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1587] 10.0.0.197 () {32 vars in 694 bytes} [Fri Apr 17 05:09:45 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 889/1588] 10.0.0.197 () {32 vars in 690 bytes} [Fri Apr 17 05:09:45 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1589] 10.0.0.197 () {32 vars in 702 bytes} [Fri Apr 17 05:09:45 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 890/1590] 10.0.0.197 () {32 vars in 688 bytes} [Fri Apr 17 05:09:45 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1591] 10.0.0.197 () {32 vars in 702 bytes} [Fri Apr 17 05:09:45 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 891/1592] 10.0.0.197 () {32 vars in 698 bytes} [Fri Apr 17 05:09:45 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1593] 10.0.0.197 () {32 vars in 710 bytes} [Fri Apr 17 05:09:45 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 892/1594] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:45 2026] DELETE /v2.0/security-groups/7e710445-236a-4796-bf8d-b1d4453af628 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 893/1595] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:45 2026] DELETE /v2.0/security-groups/cce17634-e944-48e2-b3ea-f7f07cea5e9e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 894/1596] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:45 2026] DELETE /v2.0/security-groups/cca89487-9f2e-47ea-83ec-2ac4659599eb => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 895/1597] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:45 2026] DELETE /v2.0/security-groups/b894c4e6-5edf-4afa-a3c8-0deff66023f3 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:46.113 8 INFO neutron.db.segments_db [None req-ccf1648b-a01c-407e-a752-72322a09aba9 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment afe7b080-06b1-4829-9c1e-e88a0b360c77 of type vxlan for network cfc503ac-7ab7-49bd-9635-233880f91697 [pid: 9|app: 0|req: 896/1598] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:46 2026] DELETE /v2.0/security-groups/9b74e47d-cc21-49c8-af2e-e793f8efddd1 => 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: 703/1599] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:09:45 2026] POST /v2.0/networks => generated 722 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1600] 10.0.0.182 () {34 vars in 990 bytes} [Fri Apr 17 05:09:46 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1601] 10.0.0.182 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:46 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 9|app: 0|req: 897/1602] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:09:46 2026] POST /v2.0/subnets => generated 688 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:46.476 8 INFO neutron.db.segments_db [None req-f8b59070-4576-4534-991b-889c046e0cca 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment f0a1ee97-a475-46ef-8b6e-097a9a5659d1 of type vxlan for network 0eb25860-7e10-4157-a2d1-abb49f3757a9 2026-04-17 05:09:46.696 8 INFO neutron.db.l3_hamode_db [None req-f8b59070-4576-4534-991b-889c046e0cca 147a493ae8a840729697baa0fe58c898 9f24eace9f2a424eb78151cf9ca3a0ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:09:46.895 9 INFO neutron.db.segments_db [None req-0c6e6b61-7330-4e3c-b9ca-2b25ad920c62 ef5e77c6001b4e07b07f7f27969b7874 ee801336411042f0a30c00d7d4fc2c59 - - default default] Added segment ea2ae4bf-d5d4-425c-855f-dc7f29bcb4d6 of type vxlan for network cc9a6ea5-bb44-4243-8cbf-ccbe9522206d [pid: 9|app: 0|req: 898/1603] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:46 2026] POST /v2.0/networks => generated 612 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 899/1604] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:46 2026] GET /v2.0/security-groups?tenant_id=f1050c7b74a24e00ac342c8d6be6a45e&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 900/1605] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:09:47 2026] PUT /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 901/1606] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:47 2026] DELETE /v2.0/security-groups/1a2e0ec9-7e50-4b73-8a16-d6b886713977 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 902/1607] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:09:47 2026] GET /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 903/1608] 10.0.0.197 () {34 vars in 764 bytes} [Fri Apr 17 05:09:47 2026] PUT /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags/green => generated 4 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-17 05:09:47.545 8 INFO neutron.db.l3_hamode_db [None req-f8b59070-4576-4534-991b-889c046e0cca 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 904/1609] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:47 2026] GET /v2.0/security-groups?tenant_id=84b8c9745e564cec93f53e9b26a4465d&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 905/1610] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:09:47 2026] GET /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 906/1611] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:47 2026] DELETE /v2.0/security-groups/572c1a97-f7c8-4833-abf0-c89d739660aa => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 907/1612] 10.0.0.197 () {34 vars in 760 bytes} [Fri Apr 17 05:09:47 2026] PUT /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 908/1613] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:09:47 2026] GET /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 909/1614] 10.0.0.197 () {34 vars in 782 bytes} [Fri Apr 17 05:09:47 2026] PUT /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 910/1615] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:09:47 2026] GET /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 911/1616] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:09:48 2026] PUT /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 912/1617] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:48 2026] GET /v2.0/security-groups?tenant_id=69da4257ae774bdeb294c0cde5dd7f5a&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 913/1618] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:09:48 2026] GET /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 914/1619] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:48 2026] DELETE /v2.0/security-groups/46bbe57f-ab63-4bed-86e5-df6822e18e5d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 915/1620] 10.0.0.197 () {32 vars in 741 bytes} [Fri Apr 17 05:09:48 2026] GET /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:48.412 9 INFO neutron.api.v2.resource [None req-557b5e86-5b70-45db-a325-2d0d159ea917 ef5e77c6001b4e07b07f7f27969b7874 ee801336411042f0a30c00d7d4fc2c59 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 916/1621] 10.0.0.197 () {32 vars in 745 bytes} [Fri Apr 17 05:09:48 2026] GET /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 917/1622] 10.0.0.197 () {32 vars in 744 bytes} [Fri Apr 17 05:09:48 2026] DELETE /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1623] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:09:46 2026] POST /v2.0/routers => generated 728 bytes in 2101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 918/1624] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:09:48 2026] GET /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags => generated 30 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:09:48.629 9 INFO neutron.api.v2.resource [None req-fb101470-20a9-4f32-9be7-4293af6ac352 ef5e77c6001b4e07b07f7f27969b7874 ee801336411042f0a30c00d7d4fc2c59 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 919/1625] 10.0.0.197 () {32 vars in 748 bytes} [Fri Apr 17 05:09:48 2026] DELETE /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags/green => generated 99 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 920/1626] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:09:48 2026] DELETE /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 921/1627] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:09:48 2026] GET /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:09:48.902 9 INFO neutron.services.segments.plugin [-] Segment ea2ae4bf-d5d4-425c-855f-dc7f29bcb4d6 resource provider aggregate not found 2026-04-17 05:09:48.909 9 INFO neutron.services.segments.plugin [-] Segment ea2ae4bf-d5d4-425c-855f-dc7f29bcb4d6 resource provider aggregate not found 2026-04-17 05:09:48.925 9 INFO neutron.services.segments.plugin [-] Segment ea2ae4bf-d5d4-425c-855f-dc7f29bcb4d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea2ae4bf-d5d4-425c-855f-dc7f29bcb4d6 found for delete ", "request_id": "req-82d08098-46c4-4e39-9105-8e0da7703e31"}]} 2026-04-17 05:09:48.934 9 INFO neutron.services.segments.plugin [-] Segment ea2ae4bf-d5d4-425c-855f-dc7f29bcb4d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea2ae4bf-d5d4-425c-855f-dc7f29bcb4d6 found for delete ", "request_id": "req-96314e21-5211-46a1-b6ca-bba5df867eaa"}]} [pid: 9|app: 0|req: 922/1628] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:09:48 2026] DELETE /v2.0/networks/cc9a6ea5-bb44-4243-8cbf-ccbe9522206d => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1629] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:09:48 2026] PUT /v2.0/routers/eb6b9796-e8ab-4eca-99a1-6ea05d504118/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 923/1630] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:49 2026] GET /v2.0/security-groups?tenant_id=ab7805bf0b7342d4aefe375f0e48ac70&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1631] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:49 2026] DELETE /v2.0/security-groups/951e1463-cabe-4ec5-bedd-186b943cd32d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 924/1632] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:50 2026] GET /v2.0/security-groups?tenant_id=ee801336411042f0a30c00d7d4fc2c59&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1633] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:50 2026] DELETE /v2.0/security-groups/b683c94f-5563-4ed3-999e-3e0214cccdc1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:51.139 9 INFO neutron.db.segments_db [None req-fed3a6cb-d304-45fc-ba06-1035285df86c 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment cbe32e85-8550-4b06-8d00-2788cb4bf538 of type vxlan for network 3dee1049-d713-40da-9b8b-5cb9b4d8c178 [pid: 9|app: 0|req: 925/1634] 10.0.0.197 () {34 vars in 671 bytes} [Fri Apr 17 05:09:50 2026] POST /v2.0/networks => generated 722 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1635] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:09:51 2026] POST /v2.0/subnets => generated 688 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:51.537 9 INFO neutron.db.segments_db [None req-5c1923f9-9fdc-48f2-b313-80faf5271c33 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Added segment c38331af-7a4d-48b1-84d8-01546409fc27 of type vxlan for network 0a294694-590b-45af-8d30-3634dc532a4e 2026-04-17 05:09:51.846 9 INFO neutron.db.l3_hamode_db [None req-5c1923f9-9fdc-48f2-b313-80faf5271c33 147a493ae8a840729697baa0fe58c898 2cf716ede2ca4a23b809c1e992003d1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 711/1636] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:09:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1637] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:09:52 2026] PUT /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1638] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:52 2026] GET /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/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: 714/1639] 10.0.0.197 () {34 vars in 770 bytes} [Fri Apr 17 05:09:52 2026] PUT /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1640] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:52 2026] GET /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1641] 10.0.0.197 () {34 vars in 766 bytes} [Fri Apr 17 05:09:52 2026] PUT /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/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: 717/1642] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:52 2026] GET /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1643] 10.0.0.197 () {34 vars in 788 bytes} [Fri Apr 17 05:09:52 2026] PUT /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1644] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:52 2026] GET /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1645] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:09:52 2026] PUT /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1646] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:52 2026] GET /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1647] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:09:52 2026] GET /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:52.618 8 INFO neutron.api.v2.resource [None req-a02dda13-c6c8-4d62-8eda-c6f11c8eafb7 3f4fecc0ca0f4a2e928102cf22de2daf b228e6ce747c436baba2368c3d4eef32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 723/1648] 10.0.0.197 () {32 vars in 751 bytes} [Fri Apr 17 05:09:52 2026] GET /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1649] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:09:52 2026] DELETE /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1650] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:52 2026] GET /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:09:52.759 9 INFO neutron.db.l3_hamode_db [None req-5c1923f9-9fdc-48f2-b313-80faf5271c33 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:09:52.769 8 INFO neutron.api.v2.resource [None req-a77f6daf-ad40-4a41-967e-ee34a927534f 3f4fecc0ca0f4a2e928102cf22de2daf b228e6ce747c436baba2368c3d4eef32 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 726/1651] 10.0.0.197 () {32 vars in 754 bytes} [Fri Apr 17 05:09:52 2026] DELETE /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1652] 10.0.0.197 () {32 vars in 742 bytes} [Fri Apr 17 05:09:52 2026] DELETE /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1653] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:52 2026] GET /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1654] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:09:52 2026] DELETE /v2.0/subnetpools/b77a077c-c590-4e93-96ab-58ff6ec5c6f1 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1655] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:53 2026] GET /v2.0/security-groups?tenant_id=5428276579f84803a9764933d2d54c75&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:09:54.004 8 INFO neutron.db.segments_db [None req-31da349e-d67a-4481-a10c-554a9ff59959 8483b20467584b1c93e7550efa42ccf9 109e91bbd1374e48acd1dd9e97835d32 - - default default] Added segment 8245b06b-2960-41a8-950b-1700b44b7504 of type vxlan for network 95662251-68c6-49ff-8089-cb5a026f814d 2026-04-17 05:09:54.256 8 INFO neutron.db.l3_hamode_db [None req-31da349e-d67a-4481-a10c-554a9ff59959 8483b20467584b1c93e7550efa42ccf9 109e91bbd1374e48acd1dd9e97835d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:09:54.398 8 INFO neutron.db.l3_hamode_db [None req-31da349e-d67a-4481-a10c-554a9ff59959 8483b20467584b1c93e7550efa42ccf9 109e91bbd1374e48acd1dd9e97835d32 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 926/1656] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:09:51 2026] POST /v2.0/routers => generated 728 bytes in 3043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 927/1657] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:54 2026] DELETE /v2.0/security-groups/12678fb8-f550-41d2-a568-d05ef13a17ea => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1658] 10.0.0.197 () {34 vars in 668 bytes} [Fri Apr 17 05:09:53 2026] POST /v2.0/routers => generated 474 bytes in 1202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1659] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:55 2026] GET /v2.0/security-groups?tenant_id=b228e6ce747c436baba2368c3d4eef32&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1660] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:09:55 2026] PUT /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1661] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:55 2026] DELETE /v2.0/security-groups/9c8986b4-7974-496c-bd2d-4619e0591212 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1662] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:09:55 2026] GET /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1663] 10.0.0.197 () {34 vars in 762 bytes} [Fri Apr 17 05:09:55 2026] PUT /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags/green => generated 4 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1664] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:09:55 2026] GET /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags => generated 34 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 928/1665] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:09:54 2026] PUT /v2.0/routers/9eafdfce-91c4-4712-b979-a087e3f141a6/add_router_interface => generated 309 bytes in 1424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1666] 10.0.0.197 () {34 vars in 758 bytes} [Fri Apr 17 05:09:55 2026] PUT /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags/red => generated 4 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 929/1667] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:09:56 2026] GET /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1668] 10.0.0.197 () {34 vars in 780 bytes} [Fri Apr 17 05:09:56 2026] PUT /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags/black.or.white => generated 4 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 930/1669] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:09:56 2026] GET /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags => generated 52 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1670] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:09:56 2026] PUT /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags => generated 37 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 931/1671] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:09:56 2026] GET /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags => generated 37 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1672] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:09:56 2026] GET /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:56.898 9 INFO neutron.api.v2.resource [None req-3d0d7fb1-1e32-4cda-8ac9-70a5c14e0926 8483b20467584b1c93e7550efa42ccf9 109e91bbd1374e48acd1dd9e97835d32 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 932/1673] 10.0.0.197 () {32 vars in 743 bytes} [Fri Apr 17 05:09:56 2026] GET /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags/green => generated 99 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1674] 10.0.0.197 () {34 vars in 685 bytes} [Fri Apr 17 05:09:56 2026] POST /v2.0/security-groups => generated 1673 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 933/1675] 10.0.0.197 () {32 vars in 742 bytes} [Fri Apr 17 05:09:56 2026] DELETE /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags/red => 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: 743/1676] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:09:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 934/1677] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:09:57 2026] GET /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags => generated 30 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1678] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:09:57 2026] POST /v2.0/security-group-rules => generated 596 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:57.291 9 INFO neutron.api.v2.resource [None req-28cc78c4-78e0-4ef2-b21b-bc4ad5b0befc 8483b20467584b1c93e7550efa42ccf9 109e91bbd1374e48acd1dd9e97835d32 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 935/1679] 10.0.0.197 () {32 vars in 746 bytes} [Fri Apr 17 05:09:57 2026] DELETE /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags/green => generated 99 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1680] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:09:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1681] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:09:57 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: 9|app: 0|req: 936/1682] 10.0.0.197 () {32 vars in 734 bytes} [Fri Apr 17 05:09:57 2026] DELETE /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:57.464 8 INFO neutron.db.securitygroups_db [None req-7d0ccef6-3778-42ee-9157-7c118eed7dc5 dc960520b2c7451382c29034e711d43a 9f24eace9f2a424eb78151cf9ca3a0ef - - default default] Project 9f24eace9f2a424eb78151cf9ca3a0ef added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 9|app: 0|req: 937/1683] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:09:57 2026] GET /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b/tags => generated 12 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1684] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:09:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 938/1685] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:09:57 2026] GET /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b => generated 480 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:57.607 8 INFO neutron.db.securitygroups_db [None req-0d169757-2078-4198-a825-27485c820f76 dc960520b2c7451382c29034e711d43a 9f24eace9f2a424eb78151cf9ca3a0ef - - default default] Project 9f24eace9f2a424eb78151cf9ca3a0ef 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: 748/1686] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:09:57 2026] POST /v2.0/security-group-rules => generated 606 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1687] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:57 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1688] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:58 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 9|app: 0|req: 939/1689] 10.0.0.197 () {34 vars in 742 bytes} [Fri Apr 17 05:09:57 2026] PUT /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b => generated 480 bytes in 612 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 940/1690] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:09:58 2026] GET /v2.0/ports?device_id=250ca6f7-77a4-4feb-a1ee-24bc6a99242b => 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: 751/1691] 10.0.0.197 () {34 vars in 685 bytes} [Fri Apr 17 05:09:58 2026] POST /v2.0/security-groups => generated 1658 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 941/1692] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:58 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 942/1693] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:09:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 943/1694] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:58 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:09:58.476 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9e73dde-bae4-4757-ac07-5cbf5aac45b2 8483b20467584b1c93e7550efa42ccf9 109e91bbd1374e48acd1dd9e97835d32 - - default default] TaaS: Handle Delete Port: 08fbcb13-1e68-4272-8cd9-c926a243627c 2026-04-17 05:09:58.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9e73dde-bae4-4757-ac07-5cbf5aac45b2 8483b20467584b1c93e7550efa42ccf9 109e91bbd1374e48acd1dd9e97835d32 - - default default] Tap Mirror: Handle Delete Port: 08fbcb13-1e68-4272-8cd9-c926a243627c [pid: 9|app: 0|req: 946/1697] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:09:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:09:58.851 8 INFO neutron.services.segments.plugin [-] Segment 8245b06b-2960-41a8-950b-1700b44b7504 resource provider aggregate not found 2026-04-17 05:09:58.860 8 INFO neutron.services.segments.plugin [-] Segment 8245b06b-2960-41a8-950b-1700b44b7504 resource provider aggregate not found 2026-04-17 05:09:58.878 8 INFO neutron.services.segments.plugin [-] Segment 8245b06b-2960-41a8-950b-1700b44b7504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8245b06b-2960-41a8-950b-1700b44b7504 found for delete ", "request_id": "req-cc4f6545-f329-4034-ab1d-bbb50bb93b2d"}]} 2026-04-17 05:09:58.878 8 INFO neutron.services.segments.plugin [-] Segment 8245b06b-2960-41a8-950b-1700b44b7504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8245b06b-2960-41a8-950b-1700b44b7504 found for delete ", "request_id": "req-c14255c1-5101-4cb5-ac53-eec818d0e47b"}]} 2026-04-17 05:09:58.892 8 INFO neutron.db.l3_hamode_db [None req-a9e73dde-bae4-4757-ac07-5cbf5aac45b2 8483b20467584b1c93e7550efa42ccf9 109e91bbd1374e48acd1dd9e97835d32 - - default default] HA network 95662251-68c6-49ff-8089-cb5a026f814d was deleted as no HA routers are present in tenant 109e91bbd1374e48acd1dd9e97835d32. [pid: 8|app: 0|req: 752/1698] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:09:58 2026] DELETE /v2.0/routers/250ca6f7-77a4-4feb-a1ee-24bc6a99242b => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:09:59.218 8 INFO neutron.db.segments_db [None req-22552446-0dbc-475b-aa00-57b4b97a405f 8776316e0d5d488aa84b306c553d1771 28222ad05f2d46d1b4f376cf988c2e85 - - default default] Added segment f664d64a-4b36-4b9b-a82c-aac4d8e6b2a5 of type vxlan for network 9d32020a-d4fa-4c5a-b089-d2c90d6282d1 [pid: 9|app: 0|req: 947/1699] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:09:58 2026] POST /v2.0/floatingips => generated 552 bytes in 658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1700] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:09:58 2026] POST /v2.0/networks => generated 613 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1701] 10.0.0.172 () {34 vars in 1100 bytes} [Fri Apr 17 05:09:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1596528534&fields=id&tenant_id=9f24eace9f2a424eb78151cf9ca3a0ef => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1702] 10.0.0.172 () {34 vars in 1098 bytes} [Fri Apr 17 05:09:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-500512954&fields=id&tenant_id=9f24eace9f2a424eb78151cf9ca3a0ef => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1703] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:09:59 2026] GET /v2.0/networks?id=cfc503ac-7ab7-49bd-9635-233880f91697 => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1704] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:09:59 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1705] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:09:59 2026] GET /v2.0/quotas/9f24eace9f2a424eb78151cf9ca3a0ef => 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: 759/1706] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:09:59 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&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: 9|app: 0|req: 948/1707] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:09:59 2026] POST /v2.0/ports => generated 743 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1708] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:09:59 2026] GET /v2.0/ports?tenant_id=9f24eace9f2a424eb78151cf9ca3a0ef&fields=id => generated 103 bytes in 78 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: 9|app: 0|req: 949/1709] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:09:59 2026] GET /v2.0/security-groups?tenant_id=fbbd5a536f914c8793d3e94c4d2c24bf&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 950/1710] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:09:59 2026] GET /v2.0/networks/cfc503ac-7ab7-49bd-9635-233880f91697?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: 761/1711] 10.0.0.197 () {34 vars in 666 bytes} [Fri Apr 17 05:09:59 2026] POST /v2.0/trunks => generated 407 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1712] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:09:59 2026] GET /v2.0/networks/cfc503ac-7ab7-49bd-9635-233880f91697?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1713] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:10:00 2026] PUT /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 951/1714] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:09:59 2026] DELETE /v2.0/security-groups/a254bb4c-efb4-4bcb-8681-bec626faee78 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1715] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 952/1716] 10.0.0.197 () {34 vars in 760 bytes} [Fri Apr 17 05:10:00 2026] PUT /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags/green => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1717] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 953/1718] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 954/1719] 10.0.0.197 () {34 vars in 756 bytes} [Fri Apr 17 05:10:00 2026] PUT /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 955/1720] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1721] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/security-groups?tenant_id=109e91bbd1374e48acd1dd9e97835d32&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 956/1722] 10.0.0.197 () {34 vars in 778 bytes} [Fri Apr 17 05:10:00 2026] PUT /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 957/1723] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1724] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:00 2026] DELETE /v2.0/security-groups/d9e96cae-5f51-447a-8e25-34fbf349b89d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 958/1725] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:10:00 2026] PUT /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1726] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 959/1727] 10.0.0.197 () {32 vars in 737 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:10:00.573 8 INFO neutron.api.v2.resource [None req-25cdd257-c717-4ee9-bfb3-8a79f1ef8447 8776316e0d5d488aa84b306c553d1771 28222ad05f2d46d1b4f376cf988c2e85 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 769/1728] 10.0.0.197 () {32 vars in 741 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 960/1729] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:00 2026] DELETE /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1730] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:00.686 9 INFO neutron.api.v2.resource [None req-917fe386-65b8-4c24-a1e2-999f25f5d3da 8776316e0d5d488aa84b306c553d1771 28222ad05f2d46d1b4f376cf988c2e85 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 961/1731] 10.0.0.197 () {32 vars in 744 bytes} [Fri Apr 17 05:10:00 2026] DELETE /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1732] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:10:00 2026] DELETE /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 962/1733] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => 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: 772/1734] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67/tags => 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: 773/1735] 10.0.0.197 () {32 vars in 719 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67 => generated 407 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1736] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:00.869 9 INFO neutron_taas.services.taas.taas_plugin [req-b36b203a-7958-40b1-8a9e-4a8d539a210a req-f4d870ba-210a-49c9-82d0-473f93335a0a 1ec9b84b8e8f4ac194dbd3e8edd94845 9d88188242314f21b9f33ae685fc70e9 - - default default] TaaS: Handle Delete Port: ac349c92-a3b2-47d4-996a-89884e3766a5 2026-04-17 05:10:00.872 9 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b36b203a-7958-40b1-8a9e-4a8d539a210a req-f4d870ba-210a-49c9-82d0-473f93335a0a 1ec9b84b8e8f4ac194dbd3e8edd94845 9d88188242314f21b9f33ae685fc70e9 - - default default] Tap Mirror: Handle Delete Port: ac349c92-a3b2-47d4-996a-89884e3766a5 [pid: 8|app: 0|req: 775/1737] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/ports/4be9ab1f-1451-4aca-9834-203c7af7025b => generated 826 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:01.008 9 INFO neutron.db.l3_db [req-b36b203a-7958-40b1-8a9e-4a8d539a210a req-f4d870ba-210a-49c9-82d0-473f93335a0a 1ec9b84b8e8f4ac194dbd3e8edd94845 9d88188242314f21b9f33ae685fc70e9 - - default default] Floating IP 356ae862-8019-4553-8a26-de1ec6cec380 disassociated. External IP: 10.96.250.206, port: ac349c92-a3b2-47d4-996a-89884e3766a5. [pid: 8|app: 0|req: 776/1738] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:10:00 2026] GET /v2.0/security-groups?id=e40a7b4a-1bae-4a20-9226-424b12361c4a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1739] 10.0.0.197 () {32 vars in 722 bytes} [Fri Apr 17 05:10:01 2026] DELETE /v2.0/trunks/3e047592-f6f4-466b-a49f-01545a8eab67 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:10:01.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-d36eaf97-ae52-4d5e-96d8-e68c075c35a7 8776316e0d5d488aa84b306c553d1771 28222ad05f2d46d1b4f376cf988c2e85 - - default default] TaaS: Handle Delete Port: 4be9ab1f-1451-4aca-9834-203c7af7025b 2026-04-17 05:10:01.214 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d36eaf97-ae52-4d5e-96d8-e68c075c35a7 8776316e0d5d488aa84b306c553d1771 28222ad05f2d46d1b4f376cf988c2e85 - - default default] Tap Mirror: Handle Delete Port: 4be9ab1f-1451-4aca-9834-203c7af7025b [pid: 8|app: 0|req: 778/1740] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:10:01 2026] DELETE /v2.0/ports/4be9ab1f-1451-4aca-9834-203c7af7025b => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 963/1741] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:10:00 2026] DELETE /v2.0/ports/ac349c92-a3b2-47d4-996a-89884e3766a5 => generated 0 bytes in 621 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:01.425 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b0d43c1-9b69-48fb-b825-a2a3d00fbd68'] response: {'server_uuid': '9cef77ec-529a-4fb3-b7fb-3c797a43f551', 'name': 'network-vif-deleted', 'tag': 'ac349c92-a3b2-47d4-996a-89884e3766a5', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 964/1742] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:01 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:01.497 8 INFO neutron.services.segments.plugin [-] Segment f664d64a-4b36-4b9b-a82c-aac4d8e6b2a5 resource provider aggregate not found 2026-04-17 05:10:01.516 8 INFO neutron.services.segments.plugin [-] Segment f664d64a-4b36-4b9b-a82c-aac4d8e6b2a5 resource provider aggregate not found 2026-04-17 05:10:01.530 8 INFO neutron.services.segments.plugin [-] Segment f664d64a-4b36-4b9b-a82c-aac4d8e6b2a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f664d64a-4b36-4b9b-a82c-aac4d8e6b2a5 found for delete ", "request_id": "req-681b74f4-11a9-4af8-8f8b-8f2ef20ed18f"}]} 2026-04-17 05:10:01.537 8 INFO neutron.services.segments.plugin [-] Segment f664d64a-4b36-4b9b-a82c-aac4d8e6b2a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f664d64a-4b36-4b9b-a82c-aac4d8e6b2a5 found for delete ", "request_id": "req-dad5ac1e-f303-4c07-bda8-588f568902bf"}]} [pid: 8|app: 0|req: 779/1743] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:10:01 2026] DELETE /v2.0/networks/9d32020a-d4fa-4c5a-b089-d2c90d6282d1 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 965/1744] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:02 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 966/1745] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:02 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => 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: 780/1746] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:02 2026] GET /v2.0/security-groups?tenant_id=839f5017be3548188b97e19813c39fd0&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 967/1747] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:02 2026] DELETE /v2.0/security-groups/1142106e-3ac6-462d-9da3-94c77401a600 => 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: 781/1748] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:02 2026] GET /v2.0/security-groups?tenant_id=28222ad05f2d46d1b4f376cf988c2e85&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 968/1749] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:02 2026] DELETE /v2.0/security-groups/7e265870-1ecc-462e-bb3f-ede3bb4ba65b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1750] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:03 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 969/1751] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:03 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 970/1752] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:04 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => 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: 783/1753] 10.0.0.197 () {34 vars in 684 bytes} [Fri Apr 17 05:10:03 2026] POST /v2.0/security-groups => generated 1601 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 971/1754] 10.0.0.197 () {34 vars in 767 bytes} [Fri Apr 17 05:10:04 2026] PUT /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1755] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:04 2026] GET /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 972/1756] 10.0.0.197 () {34 vars in 778 bytes} [Fri Apr 17 05:10:04 2026] PUT /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1757] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:10:04 2026] GET /v2.0/networks?id=cfc503ac-7ab7-49bd-9635-233880f91697 => 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: 786/1758] 199.204.45.113 () {34 vars in 1050 bytes} [Fri Apr 17 05:10:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9f24eace9f2a424eb78151cf9ca3a0ef => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 973/1759] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:04 2026] GET /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 974/1760] 10.0.0.197 () {34 vars in 774 bytes} [Fri Apr 17 05:10:04 2026] PUT /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 975/1761] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:04 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 976/1762] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:04 2026] GET /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 977/1763] 10.0.0.197 () {34 vars in 796 bytes} [Fri Apr 17 05:10:04 2026] PUT /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 978/1764] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:04 2026] GET /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 979/1765] 10.0.0.197 () {34 vars in 767 bytes} [Fri Apr 17 05:10:04 2026] PUT /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 980/1766] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:04 2026] GET /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 981/1767] 10.0.0.197 () {32 vars in 755 bytes} [Fri Apr 17 05:10:05 2026] GET /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:10:05.084 9 INFO neutron.api.v2.resource [None req-d34e1c21-75c5-4e1a-ae21-005914b9540b 68d9ae086f23439cac70d95fc18daf9e feb92230ce00498c843b193872910ef9 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 982/1768] 10.0.0.197 () {32 vars in 759 bytes} [Fri Apr 17 05:10:05 2026] GET /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1769] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:10:04 2026] POST /v2.0/ports => generated 997 bytes in 434 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: 9|app: 0|req: 983/1770] 10.0.0.197 () {32 vars in 758 bytes} [Fri Apr 17 05:10:05 2026] DELETE /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 984/1771] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:05 2026] GET /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:05.244 9 INFO neutron.api.v2.resource [None req-8bd66d3e-f000-4335-8e92-98b7861cc361 68d9ae086f23439cac70d95fc18daf9e feb92230ce00498c843b193872910ef9 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 985/1772] 10.0.0.197 () {32 vars in 762 bytes} [Fri Apr 17 05:10:05 2026] DELETE /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 986/1773] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:10:05 2026] DELETE /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 987/1774] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:05 2026] GET /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 988/1775] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:05 2026] DELETE /v2.0/security-groups/f82123cb-757f-4180-8332-cbeaa80f474b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 989/1776] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:05 2026] GET /v2.0/ports?device_id=9cef77ec-529a-4fb3-b7fb-3c797a43f551 => 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: 788/1777] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:10:05 2026] PUT /v2.0/ports/bfddef4a-8eda-4b91-bd81-194390c47f88 => generated 1278 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:05.566 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a285770d-3545-4b5d-8af1-12fa5028beea'] response: {'name': 'network-changed', 'server_uuid': '00d22407-4eb4-47b2-bb72-a3efce464acb', 'tag': 'bfddef4a-8eda-4b91-bd81-194390c47f88', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 990/1778] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:05 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1012 bytes in 92 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: 789/1779] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:05 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&fields=id&fields=name => generated 206 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 991/1780] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:10:06 2026] GET /v2.0/ports?tenant_id=9f24eace9f2a424eb78151cf9ca3a0ef&device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1281 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1781] 199.204.45.113 () {34 vars in 1018 bytes} [Fri Apr 17 05:10:06 2026] GET /v2.0/networks?tenant_id=9f24eace9f2a424eb78151cf9ca3a0ef&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1782] 199.204.45.113 () {34 vars in 930 bytes} [Fri Apr 17 05:10:06 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) [pid: 9|app: 0|req: 992/1783] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:06 2026] GET /v2.0/security-groups?tenant_id=a58e756ab5394cb9ac5a9c635fcbc38b&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1784] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:06 2026] DELETE /v2.0/security-groups/53d4ee4b-dddc-4d53-92ad-35c7d8cc837f => 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: 793/1785] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:06 2026] GET /v2.0/security-groups?tenant_id=feb92230ce00498c843b193872910ef9&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 993/1786] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:06 2026] DELETE /v2.0/security-groups/e40a7b4a-1bae-4a20-9226-424b12361c4a => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:10:06.726 9 INFO neutron.api.v2.resource [None req-cad40acf-d35e-4226-8146-def7ce45848a 1ec9b84b8e8f4ac194dbd3e8edd94845 9d88188242314f21b9f33ae685fc70e9 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 994/1787] 10.0.0.197 () {32 vars in 737 bytes} [Fri Apr 17 05:10:06 2026] GET /v2.0/security-groups/e40a7b4a-1bae-4a20-9226-424b12361c4a => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1788] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:06 2026] DELETE /v2.0/security-groups/966f056f-ecf8-4729-8591-247091c7724b => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:10:06.880 9 INFO neutron_taas.services.taas.taas_plugin [None req-deb7df30-de5c-49cf-adc8-1d9f65586265 1ec9b84b8e8f4ac194dbd3e8edd94845 9d88188242314f21b9f33ae685fc70e9 - - default default] TaaS: Handle Delete Port: 0afdf5a0-5df8-4b4f-a545-946ce19bae04 2026-04-17 05:10:06.883 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-deb7df30-de5c-49cf-adc8-1d9f65586265 1ec9b84b8e8f4ac194dbd3e8edd94845 9d88188242314f21b9f33ae685fc70e9 - - default default] Tap Mirror: Handle Delete Port: 0afdf5a0-5df8-4b4f-a545-946ce19bae04 [pid: 9|app: 0|req: 995/1789] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:10:06 2026] DELETE /v2.0/floatingips/356ae862-8019-4553-8a26-de1ec6cec380 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 996/1790] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:07 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1012 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 997/1791] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:10:07 2026] GET /v2.0/ports?tenant_id=9f24eace9f2a424eb78151cf9ca3a0ef&device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 998/1792] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:07 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&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: 9|app: 0|req: 999/1793] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:10:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=bfddef4a-8eda-4b91-bd81-194390c47f88 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1000/1794] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:10:07 2026] GET /v2.0/subnets?id=282b9df7-967a-40f9-8e18-bffe63888956 => generated 691 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1001/1795] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:10:07 2026] GET /v2.0/ports?network_id=cfc503ac-7ab7-49bd-9635-233880f91697&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:07.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc092851-07dd-49be-8234-8eb2df391351 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 7c503ef5-4652-4db1-b59c-377ae3bc2c9e 2026-04-17 05:10:07.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc092851-07dd-49be-8234-8eb2df391351 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 7c503ef5-4652-4db1-b59c-377ae3bc2c9e [pid: 9|app: 0|req: 1002/1796] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:10:07 2026] GET /v2.0/networks/cfc503ac-7ab7-49bd-9635-233880f91697?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1003/1797] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:10:07 2026] GET /v2.0/networks/cfc503ac-7ab7-49bd-9635-233880f91697?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: 795/1798] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:10:07 2026] PUT /v2.0/routers/b7671a91-57e6-4e4d-a38e-3830e7ad8246/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:08.336 9 INFO neutron_taas.services.taas.taas_plugin [None req-5d2c6f53-e2f7-4fcc-8314-84a01c1e9523 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 80123b9a-6fb1-4dca-baac-cea7504bd215 2026-04-17 05:10:08.338 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d2c6f53-e2f7-4fcc-8314-84a01c1e9523 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 80123b9a-6fb1-4dca-baac-cea7504bd215 [pid: 8|app: 0|req: 796/1799] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:08 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1012 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1800] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:08 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:08.622 9 INFO neutron_taas.services.taas.taas_plugin [None req-5d2c6f53-e2f7-4fcc-8314-84a01c1e9523 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 5e84e049-975e-41f9-bc1d-64f902fc90b8 2026-04-17 05:10:08.625 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d2c6f53-e2f7-4fcc-8314-84a01c1e9523 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 5e84e049-975e-41f9-bc1d-64f902fc90b8 2026-04-17 05:10:09.029 9 INFO neutron.services.segments.plugin [-] Segment cc58c4cc-41d3-4a70-9786-e02fb593c93f resource provider aggregate not found 2026-04-17 05:10:09.034 9 INFO neutron.services.segments.plugin [-] Segment cc58c4cc-41d3-4a70-9786-e02fb593c93f resource provider aggregate not found 2026-04-17 05:10:09.051 9 INFO neutron.services.segments.plugin [-] Segment cc58c4cc-41d3-4a70-9786-e02fb593c93f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc58c4cc-41d3-4a70-9786-e02fb593c93f found for delete ", "request_id": "req-adb5c7e5-5803-4a7a-bc1d-8cd56e8b98ad"}]} 2026-04-17 05:10:09.055 9 INFO neutron.services.segments.plugin [-] Segment cc58c4cc-41d3-4a70-9786-e02fb593c93f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc58c4cc-41d3-4a70-9786-e02fb593c93f found for delete ", "request_id": "req-96dad586-8faf-49f4-a00b-ea79adf94b3d"}]} 2026-04-17 05:10:09.062 9 INFO neutron.db.l3_hamode_db [None req-5d2c6f53-e2f7-4fcc-8314-84a01c1e9523 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] HA network df20863a-831d-49a1-8792-172c9da76c19 was deleted as no HA routers are present in tenant 9d88188242314f21b9f33ae685fc70e9. [pid: 9|app: 0|req: 1004/1801] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:08 2026] DELETE /v2.0/routers/b7671a91-57e6-4e4d-a38e-3830e7ad8246 => generated 0 bytes in 936 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1802] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:09 2026] DELETE /v2.0/subnets/8c772163-20ea-4ff2-99c9-840134a13e04 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:09.326 9 INFO neutron_taas.services.taas.taas_plugin [None req-a4a82d4c-1566-44fd-bb5a-405359f80180 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: bd28de8e-aa85-4d08-b928-3f4026a42b50 2026-04-17 05:10:09.328 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4a82d4c-1566-44fd-bb5a-405359f80180 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: bd28de8e-aa85-4d08-b928-3f4026a42b50 [pid: 9|app: 0|req: 1005/1803] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:10:09 2026] DELETE /v2.0/networks/eb4ae211-08aa-4fec-bc6b-69e4fd365b3c => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1804] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:09 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1012 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1006/1805] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:09 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&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: 800/1806] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:09 2026] GET /v2.0/security-groups?tenant_id=9d88188242314f21b9f33ae685fc70e9&name=default => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1007/1807] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:09 2026] DELETE /v2.0/security-groups/386ef395-0aae-4af8-9d7e-aa6987250716 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1808] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:10:10 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1281 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1008/1809] 199.204.45.113 () {34 vars in 1124 bytes} [Fri Apr 17 05:10:10 2026] GET /v2.0/security-groups?id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&id=9a130104-ec04-4be8-ae77-1f739caeb54b&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1810] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:10 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1012 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1009/1811] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:10 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:11.077 9 INFO neutron.services.segments.plugin [-] Segment ebe0749f-44c3-47cf-8d4f-2f799ac2edf2 resource provider aggregate not found 2026-04-17 05:10:11.088 9 INFO neutron.services.segments.plugin [-] Segment ebe0749f-44c3-47cf-8d4f-2f799ac2edf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebe0749f-44c3-47cf-8d4f-2f799ac2edf2 found for delete ", "request_id": "req-83f02f61-130d-4fc5-bfc5-57eafa230f73"}]} 2026-04-17 05:10:11.094 9 INFO neutron.services.segments.plugin [-] Segment ebe0749f-44c3-47cf-8d4f-2f799ac2edf2 resource provider aggregate not found 2026-04-17 05:10:11.110 9 INFO neutron.services.segments.plugin [-] Segment ebe0749f-44c3-47cf-8d4f-2f799ac2edf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebe0749f-44c3-47cf-8d4f-2f799ac2edf2 found for delete ", "request_id": "req-487a4161-958a-4c17-a8f7-f75ab7f839ce"}]} [pid: 8|app: 0|req: 803/1812] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:12 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1010/1813] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:12 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&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: 804/1814] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:13 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1014 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1011/1815] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:13 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1818] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:14 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1014 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1013/1819] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:14 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1820] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:14 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:15.061 9 INFO neutron.db.l3_db [None req-dbfeb344-c4d6-4016-be8b-445baf96f82e dc960520b2c7451382c29034e711d43a 9f24eace9f2a424eb78151cf9ca3a0ef - - default default] Floating IP 72c5750f-a630-4eeb-8a58-09ac4519006f associated. External IP: 10.96.250.212, port: bfddef4a-8eda-4b91-bd81-194390c47f88. [pid: 9|app: 0|req: 1014/1821] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:10:14 2026] PUT /v2.0/floatingips/72c5750f-a630-4eeb-8a58-09ac4519006f => generated 856 bytes in 737 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:15.409 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5363926-a363-4bdc-b49a-ab97b66e5223'] response: {'name': 'network-changed', 'server_uuid': '00d22407-4eb4-47b2-bb72-a3efce464acb', 'tag': 'bfddef4a-8eda-4b91-bd81-194390c47f88', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 808/1822] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:10:15 2026] GET /v2.0/ports?tenant_id=9f24eace9f2a424eb78151cf9ca3a0ef&device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1283 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1823] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:10:16 2026] GET /v2.0/networks?id=cfc503ac-7ab7-49bd-9635-233880f91697 => generated 769 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1824] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:10:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=bfddef4a-8eda-4b91-bd81-194390c47f88 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1825] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:10:16 2026] GET /v2.0/subnets?id=282b9df7-967a-40f9-8e18-bffe63888956 => 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: 812/1826] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:10:16 2026] GET /v2.0/ports?network_id=cfc503ac-7ab7-49bd-9635-233880f91697&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: 813/1827] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:10:16 2026] GET /v2.0/networks/cfc503ac-7ab7-49bd-9635-233880f91697?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: 814/1828] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:10:16 2026] GET /v2.0/networks/cfc503ac-7ab7-49bd-9635-233880f91697?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1015/1829] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:15 2026] GET /v2.0/security-groups?tenant_id=2e7efc1550f342958afabaad6705bfc1&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1830] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:16 2026] DELETE /v2.0/security-groups/9cda3ce7-72f0-449f-a0df-b0a1afc54a33 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1016/1831] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:16 2026] GET /v2.0/security-groups?tenant_id=800384b6e4784fd2a17128baff5d118d&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1832] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:16 2026] DELETE /v2.0/security-groups/34174a7f-ed75-4385-85ba-d3f5907fd7b4 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:10:17.543 9 INFO neutron.db.segments_db [None req-61f10b47-f653-467a-b052-3adc15484719 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Added segment 885e8f4b-10ab-4a63-831b-39a56871f72d of type vxlan for network 01876270-3d7f-449f-9010-09f61f66ee01 [pid: 9|app: 0|req: 1017/1833] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:17 2026] POST /v2.0/networks => generated 620 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1834] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:17 2026] POST /v2.0/subnets => generated 657 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1018/1835] 10.0.0.197 () {32 vars in 722 bytes} [Fri Apr 17 05:10:17 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1836] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:18 2026] POST /v2.0/subnets => generated 732 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:18.404 9 INFO neutron.db.segments_db [None req-7240f26c-b6eb-40f6-8368-4f1c71097e05 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Added segment 40a23dcb-d5e9-4a35-add5-06289d7a3f09 of type vxlan for network 7989c413-8c9c-4762-9c46-ab53e6e4b81b [pid: 9|app: 0|req: 1019/1837] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:18 2026] POST /v2.0/networks => generated 617 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1838] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:18 2026] POST /v2.0/subnets => generated 656 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1020/1839] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:18 2026] POST /v2.0/subnets => generated 725 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:19.114 8 INFO neutron.db.segments_db [None req-26daae2b-18d2-465e-b2ce-e5f4f75fcb98 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Added segment 2c79a0c6-919e-4ea6-a2a2-bf0d2919a6d0 of type vxlan for network cc775dc7-26ed-44fd-acc6-f5a96498f010 [pid: 8|app: 0|req: 820/1840] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:19 2026] POST /v2.0/networks => generated 618 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1841] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:19 2026] POST /v2.0/subnets => generated 655 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1021/1842] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:19 2026] GET /v2.0/security-groups?tenant_id=9ff66383968946758944b2b3cac81bd2&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1022/1843] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:19 2026] DELETE /v2.0/security-groups/f737de08-7757-441d-923e-5a1ca48a61c6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1844] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:19 2026] POST /v2.0/subnets => generated 729 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:19.764 9 INFO neutron.db.segments_db [None req-473dc75e-a041-4c3a-96e0-7b564fd3fae0 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Added segment 839e57bb-e3de-44ac-a860-209de4f62f95 of type vxlan for network eb55ca12-e4e5-4720-9a74-472a1cb4ed30 2026-04-17 05:10:20.036 9 INFO neutron.db.l3_hamode_db [None req-473dc75e-a041-4c3a-96e0-7b564fd3fae0 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:10:20.839 9 INFO neutron.db.l3_hamode_db [None req-473dc75e-a041-4c3a-96e0-7b564fd3fae0 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:10:21.550 8 INFO neutron.db.segments_db [None req-9a4492d7-af9e-4867-b5de-13643cb70abe 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Added segment 43ef0d30-4b36-4a60-8ba2-e007bc6b1efc of type vxlan for network 4ab09c7e-dd32-4433-b51b-821d75465a27 [pid: 8|app: 0|req: 823/1845] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:21 2026] POST /v2.0/networks => generated 613 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1023/1846] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:19 2026] POST /v2.0/routers => generated 685 bytes in 1998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:21.746 8 INFO neutron.db.segments_db [None req-4a39aa3e-0d40-499f-b16a-6b2c930c52d8 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Added segment 3b5143d6-2bc4-4302-a169-26f3c9c4134e of type vxlan for network bc089721-77ff-4ce0-8651-7b35f1fb63d7 [pid: 8|app: 0|req: 824/1847] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:21 2026] POST /v2.0/networks => generated 615 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1848] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:21 2026] POST /v2.0/subnets => generated 646 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1849] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:22 2026] POST /v2.0/subnets => generated 655 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:22.410 8 INFO neutron.db.segments_db [None req-b28de08c-0d22-434f-8856-e92dc384df59 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Added segment 6c2bd000-3800-4df5-9b76-092e4fdf971a of type vxlan for network 5518b085-520f-4f93-8585-0f3d2148f89d 2026-04-17 05:10:22.643 8 INFO neutron.db.l3_hamode_db [None req-b28de08c-0d22-434f-8856-e92dc384df59 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:10:22.772 8 INFO neutron.db.l3_hamode_db [None req-b28de08c-0d22-434f-8856-e92dc384df59 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1024/1850] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:10:21 2026] PUT /v2.0/routers/46a5b684-9e8b-4f16-9cde-b152c830988e/add_router_interface => generated 309 bytes in 1237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1851] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:22 2026] POST /v2.0/routers => generated 510 bytes in 1523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1852] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:23 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1014 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1025/1853] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:10:22 2026] PUT /v2.0/routers/46a5b684-9e8b-4f16-9cde-b152c830988e/add_router_interface => generated 309 bytes in 1445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1026/1854] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:24 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1855] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:10:23 2026] PUT /v2.0/routers/2b35f5f1-18ce-42cb-a4d4-7a1220a6f82c/add_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1856] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:10:24 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1283 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1857] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:10:25 2026] GET /v2.0/ports/8e7e25ee-008d-4ad6-8014-bd728d7a2157 => generated 959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1858] 10.0.0.197 () {32 vars in 858 bytes} [Fri Apr 17 05:10:25 2026] GET /v2.0/floatingips?floating_network_id=a8affa4b-ed98-4e56-98c5-47dcb0a57cd9&port_id=bfddef4a-8eda-4b91-bd81-194390c47f88 => generated 861 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1027/1859] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:10:24 2026] PUT /v2.0/routers/46a5b684-9e8b-4f16-9cde-b152c830988e/add_router_interface => generated 309 bytes in 1691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1028/1860] 10.0.0.182 () {34 vars in 990 bytes} [Fri Apr 17 05:10:26 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1029/1861] 10.0.0.182 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:26 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1030/1862] 10.0.0.197 () {34 vars in 684 bytes} [Fri Apr 17 05:10:26 2026] POST /v2.0/security-groups => generated 1628 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1863] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:10:25 2026] PUT /v2.0/routers/2b35f5f1-18ce-42cb-a4d4-7a1220a6f82c/add_router_interface => generated 309 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1031/1864] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1865] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:10:26 2026] GET /v2.0/ports/bbec7edf-8a3b-4d93-bd4c-f6685c30ecbd => generated 967 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1032/1866] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1033/1867] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:26 2026] POST /v2.0/security-group-rules => generated 599 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1034/1868] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:26.899 8 INFO neutron_taas.services.taas.taas_plugin [None req-3184da30-9768-461a-9efd-57d5925c9844 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] TaaS: Handle Delete Port: bbec7edf-8a3b-4d93-bd4c-f6685c30ecbd 2026-04-17 05:10:26.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3184da30-9768-461a-9efd-57d5925c9844 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Tap Mirror: Handle Delete Port: bbec7edf-8a3b-4d93-bd4c-f6685c30ecbd [pid: 9|app: 0|req: 1035/1869] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1036/1870] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:26 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: 9|app: 0|req: 1037/1871] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1872] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:10:26 2026] PUT /v2.0/routers/2b35f5f1-18ce-42cb-a4d4-7a1220a6f82c/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1038/1873] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1039/1874] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1040/1875] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:27.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb48db23-527e-4171-aacc-3188ba12dd15 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] TaaS: Handle Delete Port: 8e7e25ee-008d-4ad6-8014-bd728d7a2157 2026-04-17 05:10:27.765 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb48db23-527e-4171-aacc-3188ba12dd15 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Tap Mirror: Handle Delete Port: 8e7e25ee-008d-4ad6-8014-bd728d7a2157 [pid: 9|app: 0|req: 1041/1876] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1042/1877] 10.0.0.172 () {34 vars in 1096 bytes} [Fri Apr 17 05:10:28 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2018921668&fields=id&tenant_id=31e8582a955f47c4af4016efb7198186 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1043/1878] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:10:28 2026] GET /v2.0/networks?id=7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 703 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1044/1879] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:10:28 2026] GET /v2.0/quotas/31e8582a955f47c4af4016efb7198186 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1880] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:10:27 2026] PUT /v2.0/routers/2b35f5f1-18ce-42cb-a4d4-7a1220a6f82c/remove_router_interface => generated 309 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1881] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:10:28 2026] GET /v2.0/ports?device_id=2b35f5f1-18ce-42cb-a4d4-7a1220a6f82c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1045/1882] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:10:28 2026] GET /v2.0/ports?tenant_id=31e8582a955f47c4af4016efb7198186&fields=id => generated 241 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:28.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-a20d18d8-c9c2-4334-bbd9-88f790958be2 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] TaaS: Handle Delete Port: b4e01bf3-607a-43ba-a147-47670b1b3776 2026-04-17 05:10:28.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a20d18d8-c9c2-4334-bbd9-88f790958be2 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Tap Mirror: Handle Delete Port: b4e01bf3-607a-43ba-a147-47670b1b3776 [pid: 9|app: 0|req: 1048/1885] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:10:28 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1049/1886] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:10:28 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?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: 9|app: 0|req: 1050/1887] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:28 2026] GET /v2.0/ports?device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1051/1888] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:28 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1014 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1052/1889] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:28 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:28.847 8 INFO neutron.services.segments.plugin [-] Segment 6c2bd000-3800-4df5-9b76-092e4fdf971a resource provider aggregate not found 2026-04-17 05:10:28.856 8 INFO neutron.services.segments.plugin [-] Segment 6c2bd000-3800-4df5-9b76-092e4fdf971a resource provider aggregate not found 2026-04-17 05:10:28.867 8 INFO neutron.services.segments.plugin [-] Segment 6c2bd000-3800-4df5-9b76-092e4fdf971a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2bd000-3800-4df5-9b76-092e4fdf971a found for delete ", "request_id": "req-73e95667-641f-4ae5-b510-57498ff7dc0c"}]} 2026-04-17 05:10:28.875 8 INFO neutron.services.segments.plugin [-] Segment 6c2bd000-3800-4df5-9b76-092e4fdf971a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c2bd000-3800-4df5-9b76-092e4fdf971a found for delete ", "request_id": "req-d61c9df5-bd33-43af-ad49-735976027d10"}]} 2026-04-17 05:10:28.881 8 INFO neutron.db.l3_hamode_db [None req-a20d18d8-c9c2-4334-bbd9-88f790958be2 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] HA network 5518b085-520f-4f93-8585-0f3d2148f89d was deleted as no HA routers are present in tenant acde42de892749968005f21d21e9d445. [pid: 8|app: 0|req: 838/1890] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:28 2026] DELETE /v2.0/routers/2b35f5f1-18ce-42cb-a4d4-7a1220a6f82c => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1053/1891] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:28 2026] DELETE /v2.0/subnets/4f7837e9-6176-40a5-ae9a-d19d3f0cc911 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1892] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:29 2026] DELETE /v2.0/subnets/960583cd-761c-4260-83c7-fe80d3e8a401 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:29.352 9 INFO neutron.services.segments.plugin [-] Segment 3b5143d6-2bc4-4302-a169-26f3c9c4134e resource provider aggregate not found 2026-04-17 05:10:29.363 9 INFO neutron.services.segments.plugin [-] Segment 3b5143d6-2bc4-4302-a169-26f3c9c4134e resource provider aggregate not found 2026-04-17 05:10:29.386 9 INFO neutron.services.segments.plugin [-] Segment 3b5143d6-2bc4-4302-a169-26f3c9c4134e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b5143d6-2bc4-4302-a169-26f3c9c4134e found for delete ", "request_id": "req-058f5059-959e-4fba-aa00-260e6aba35ce"}]} [pid: 9|app: 0|req: 1054/1893] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:10:29 2026] DELETE /v2.0/networks/bc089721-77ff-4ce0-8651-7b35f1fb63d7 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:29.407 9 INFO neutron.services.segments.plugin [-] Segment 3b5143d6-2bc4-4302-a169-26f3c9c4134e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b5143d6-2bc4-4302-a169-26f3c9c4134e found for delete ", "request_id": "req-207877ba-a6a3-4440-9869-552bda286cb6"}]} [pid: 8|app: 0|req: 840/1894] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:10:29 2026] DELETE /v2.0/networks/4ab09c7e-dd32-4433-b51b-821d75465a27 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:29.634 9 INFO neutron.db.segments_db [None req-462d091a-df2e-4eb5-a2e9-1e6a59c55414 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Added segment 8d9b8e12-cc71-4205-baae-247cd9e457eb of type vxlan for network fb4c29cf-3b48-4b6d-ad91-8aabf00c4dab [pid: 9|app: 0|req: 1055/1895] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:29 2026] POST /v2.0/networks => generated 614 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1056/1896] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:29 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1014 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1897] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:29 2026] POST /v2.0/subnets => generated 646 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1057/1898] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:29 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:30.083 8 INFO neutron.db.segments_db [None req-6de9955c-82a2-4c36-af31-697632fcf16d 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Added segment c48f5f43-c6b9-4030-8d55-2eeb93532826 of type vxlan for network 945711f6-8cd1-4804-8c3a-e26e0dd9765b 2026-04-17 05:10:30.334 8 INFO neutron.db.l3_hamode_db [None req-6de9955c-82a2-4c36-af31-697632fcf16d 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:10:30.490 8 INFO neutron.db.l3_hamode_db [None req-6de9955c-82a2-4c36-af31-697632fcf16d 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:10:30.893 8 INFO neutron.services.segments.plugin [-] Segment 43ef0d30-4b36-4a60-8ba2-e007bc6b1efc resource provider aggregate not found 2026-04-17 05:10:30.901 8 INFO neutron.services.segments.plugin [-] Segment 43ef0d30-4b36-4a60-8ba2-e007bc6b1efc resource provider aggregate not found 2026-04-17 05:10:30.912 8 INFO neutron.services.segments.plugin [-] Segment 43ef0d30-4b36-4a60-8ba2-e007bc6b1efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43ef0d30-4b36-4a60-8ba2-e007bc6b1efc found for delete ", "request_id": "req-d03e5406-d2a9-45d6-9dbe-52cd9466188b"}]} 2026-04-17 05:10:30.925 8 INFO neutron.services.segments.plugin [-] Segment 43ef0d30-4b36-4a60-8ba2-e007bc6b1efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43ef0d30-4b36-4a60-8ba2-e007bc6b1efc found for delete ", "request_id": "req-fcf2007d-4d47-4b97-b3f4-6db01cff5aff"}]} [pid: 9|app: 0|req: 1058/1899] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:31 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1014 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1900] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:30 2026] POST /v2.0/routers => generated 510 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1059/1901] 10.0.0.172 () {34 vars in 1120 bytes} [Fri Apr 17 05:10:31 2026] GET /v2.0/security-groups?id=9a130104-ec04-4be8-ae77-1f739caeb54b&id=a56f24ac-40fa-4e5e-b5f9-f856dc616853&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1060/1902] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:10:31 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:31.482 9 INFO neutron_taas.services.taas.taas_plugin [req-ef16e518-7a18-4cc7-a1e2-3823a2a566d9 req-a7e920ba-341a-41db-9059-9e59dbcdaf71 dc960520b2c7451382c29034e711d43a 9f24eace9f2a424eb78151cf9ca3a0ef - - default default] TaaS: Handle Delete Port: bfddef4a-8eda-4b91-bd81-194390c47f88 2026-04-17 05:10:31.485 9 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ef16e518-7a18-4cc7-a1e2-3823a2a566d9 req-a7e920ba-341a-41db-9059-9e59dbcdaf71 dc960520b2c7451382c29034e711d43a 9f24eace9f2a424eb78151cf9ca3a0ef - - default default] Tap Mirror: Handle Delete Port: bfddef4a-8eda-4b91-bd81-194390c47f88 [pid: 8|app: 0|req: 843/1903] 10.0.0.197 () {34 vars in 665 bytes} [Fri Apr 17 05:10:31 2026] POST /v2.0/ports => generated 959 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 05:10:31.601 9 INFO neutron.db.l3_db [req-ef16e518-7a18-4cc7-a1e2-3823a2a566d9 req-a7e920ba-341a-41db-9059-9e59dbcdaf71 dc960520b2c7451382c29034e711d43a 9f24eace9f2a424eb78151cf9ca3a0ef - - default default] Floating IP 72c5750f-a630-4eeb-8a58-09ac4519006f disassociated. External IP: 10.96.250.212, port: bfddef4a-8eda-4b91-bd81-194390c47f88. [pid: 9|app: 0|req: 1061/1904] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:10:31 2026] DELETE /v2.0/ports/bfddef4a-8eda-4b91-bd81-194390c47f88 => generated 0 bytes in 595 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:32.005 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-c42bd70a-2fd3-4f02-a0ec-288dd2617241'] response: {'server_uuid': '00d22407-4eb4-47b2-bb72-a3efce464acb', 'name': 'network-vif-deleted', 'tag': 'bfddef4a-8eda-4b91-bd81-194390c47f88', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1062/1905] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:32 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1906] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:10:31 2026] PUT /v2.0/routers/061a849e-8015-4a29-8335-1fe55c15c71f/add_router_interface => generated 309 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1063/1907] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:10:32 2026] GET /v2.0/ports/0716db1f-69d3-40d1-a034-709dfc40aa5c => generated 1033 bytes in 94 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: 9|app: 0|req: 1064/1908] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:10:32 2026] GET /v2.0/networks?id=7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 703 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1065/1909] 199.204.45.113 () {34 vars in 1050 bytes} [Fri Apr 17 05:10:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=31e8582a955f47c4af4016efb7198186 => generated 179 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:33.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3effbdf-211e-42be-a910-b59d42e8a044 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] TaaS: Handle Delete Port: 0716db1f-69d3-40d1-a034-709dfc40aa5c 2026-04-17 05:10:33.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3effbdf-211e-42be-a910-b59d42e8a044 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Tap Mirror: Handle Delete Port: 0716db1f-69d3-40d1-a034-709dfc40aa5c [pid: 9|app: 0|req: 1066/1910] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:10:33 2026] POST /v2.0/ports => generated 1179 bytes in 442 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: 9|app: 0|req: 1067/1911] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:33 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => 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: 845/1912] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:10:32 2026] PUT /v2.0/routers/061a849e-8015-4a29-8335-1fe55c15c71f/remove_router_interface => generated 309 bytes in 825 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-17 05:10:33.661 8 INFO neutron.api.v2.resource [None req-bcd630ff-bca4-40d0-9e47-c07a9a7ad3c7 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 846/1913] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:10:33 2026] PUT /v2.0/routers/061a849e-8015-4a29-8335-1fe55c15c71f/remove_router_interface => generated 197 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1914] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:10:33 2026] GET /v2.0/ports?device_id=061a849e-8015-4a29-8335-1fe55c15c71f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:33.818 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fc58723-c509-474a-868e-4de65c61dd3b 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] TaaS: Handle Delete Port: ba2d47ab-a54e-4364-bdfe-bf635b7fa8df 2026-04-17 05:10:33.820 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fc58723-c509-474a-868e-4de65c61dd3b 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Tap Mirror: Handle Delete Port: ba2d47ab-a54e-4364-bdfe-bf635b7fa8df [pid: 9|app: 0|req: 1068/1915] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:10:33 2026] PUT /v2.0/ports/9a9c674c-4c5f-4d74-afdf-d66b40a44988 => generated 1460 bytes in 494 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: 9|app: 0|req: 1069/1916] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:34 2026] GET /v2.0/ports?device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => generated 1194 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:34.059 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fb18d69-469e-4e79-8ba4-b2cc01316844'] response: {'name': 'network-changed', 'server_uuid': '3461db0d-1047-43c5-a31d-d09bf75bd8c8', 'tag': '9a9c674c-4c5f-4d74-afdf-d66b40a44988', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1070/1917] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:10:34 2026] GET /v2.0/security-groups?id=5f04946f-cd7f-4ede-a2b4-ec758d815675&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:34.184 8 INFO neutron.services.segments.plugin [-] Segment c48f5f43-c6b9-4030-8d55-2eeb93532826 resource provider aggregate not found 2026-04-17 05:10:34.196 8 INFO neutron.services.segments.plugin [-] Segment c48f5f43-c6b9-4030-8d55-2eeb93532826 resource provider aggregate not found 2026-04-17 05:10:34.218 8 INFO neutron.services.segments.plugin [-] Segment c48f5f43-c6b9-4030-8d55-2eeb93532826 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c48f5f43-c6b9-4030-8d55-2eeb93532826 found for delete ", "request_id": "req-96caf853-67a8-4ef8-8f0b-c6fb20286350"}]} 2026-04-17 05:10:34.218 8 INFO neutron.services.segments.plugin [-] Segment c48f5f43-c6b9-4030-8d55-2eeb93532826 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c48f5f43-c6b9-4030-8d55-2eeb93532826 found for delete ", "request_id": "req-bf410f8d-0688-4f3b-9665-fb362e58d21a"}]} 2026-04-17 05:10:34.226 8 INFO neutron.db.l3_hamode_db [None req-4fc58723-c509-474a-868e-4de65c61dd3b 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] HA network 945711f6-8cd1-4804-8c3a-e26e0dd9765b was deleted as no HA routers are present in tenant acde42de892749968005f21d21e9d445. [pid: 8|app: 0|req: 848/1918] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:33 2026] DELETE /v2.0/routers/061a849e-8015-4a29-8335-1fe55c15c71f => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1071/1919] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:34 2026] DELETE /v2.0/subnets/5030b473-4b21-4e21-b9f8-d4638c762aea => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1920] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:10:34 2026] DELETE /v2.0/networks/fb4c29cf-3b48-4b6d-ad91-8aabf00c4dab => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:34.582 9 INFO neutron.db.segments_db [None req-4f22199c-8789-4dfc-88e9-c646be736183 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Added segment d9228699-f323-405a-90b0-d60d2900eb79 of type vxlan for network 484fdeba-32e5-4a55-b663-2c2464753e01 [pid: 8|app: 0|req: 850/1921] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:10:34 2026] GET /v2.0/ports?tenant_id=31e8582a955f47c4af4016efb7198186&device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => generated 1463 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1922] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:34 2026] GET /v2.0/ports?device_id=00d22407-4eb4-47b2-bb72-a3efce464acb => 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: 852/1923] 199.204.45.113 () {34 vars in 1018 bytes} [Fri Apr 17 05:10:34 2026] GET /v2.0/networks?tenant_id=31e8582a955f47c4af4016efb7198186&shared=False => generated 2373 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1072/1924] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:34 2026] POST /v2.0/networks => generated 615 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1925] 199.204.45.113 () {34 vars in 930 bytes} [Fri Apr 17 05:10:34 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: 9|app: 0|req: 1073/1926] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:34 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:34.963 8 INFO neutron.db.segments_db [None req-287c87ba-8feb-4bee-80ec-1e638a2ba4b2 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Added segment fbbf89b3-ebd8-4c28-8c0a-50b8859a5826 of type vxlan for network 088845b8-ee0d-4b14-ab55-5346519ba3ae 2026-04-17 05:10:35.181 8 INFO neutron.db.l3_hamode_db [None req-287c87ba-8feb-4bee-80ec-1e638a2ba4b2 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:10:35.276 8 INFO neutron.db.l3_hamode_db [None req-287c87ba-8feb-4bee-80ec-1e638a2ba4b2 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1074/1927] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:10:35 2026] GET /v2.0/ports?tenant_id=31e8582a955f47c4af4016efb7198186&device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => generated 1463 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1928] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:34 2026] POST /v2.0/routers => generated 511 bytes in 917 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1929] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:10:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=9a9c674c-4c5f-4d74-afdf-d66b40a44988 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1075/1930] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:35 2026] DELETE /v2.0/security-groups/a56f24ac-40fa-4e5e-b5f9-f856dc616853 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1076/1931] 199.204.45.113 () {34 vars in 1102 bytes} [Fri Apr 17 05:10:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ae5&port_id=9a9c674c-4c5f-4d74-afdf-d66b40a44988 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:35.906 9 INFO neutron.api.v2.resource [None req-d25c4366-a493-4028-84f0-2f3c0a129702 dc960520b2c7451382c29034e711d43a 9f24eace9f2a424eb78151cf9ca3a0ef - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1077/1932] 10.0.0.197 () {32 vars in 737 bytes} [Fri Apr 17 05:10:35 2026] GET /v2.0/security-groups/a56f24ac-40fa-4e5e-b5f9-f856dc616853 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1078/1933] 199.204.45.113 () {34 vars in 1064 bytes} [Fri Apr 17 05:10:35 2026] GET /v2.0/subnets?id=151854e3-59a7-4eca-a83b-8fce2708fc75&id=55a17aab-3b8a-4320-82e5-ed01ce5a7be8 => generated 1410 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:36.036 9 INFO neutron_taas.services.taas.taas_plugin [None req-0398807c-8ae3-479e-b2dd-b9d7ff0dadc5 dc960520b2c7451382c29034e711d43a 9f24eace9f2a424eb78151cf9ca3a0ef - - default default] TaaS: Handle Delete Port: d591a985-b83d-4c73-94a0-fbabd64beb04 2026-04-17 05:10:36.039 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0398807c-8ae3-479e-b2dd-b9d7ff0dadc5 dc960520b2c7451382c29034e711d43a 9f24eace9f2a424eb78151cf9ca3a0ef - - default default] Tap Mirror: Handle Delete Port: d591a985-b83d-4c73-94a0-fbabd64beb04 [pid: 9|app: 0|req: 1079/1934] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:10:35 2026] DELETE /v2.0/floatingips/72c5750f-a630-4eeb-8a58-09ac4519006f => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1080/1935] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:10:36 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:36.243 8 INFO neutron.services.segments.plugin [-] Segment 8d9b8e12-cc71-4205-baae-247cd9e457eb resource provider aggregate not found 2026-04-17 05:10:36.250 8 INFO neutron.services.segments.plugin [-] Segment 8d9b8e12-cc71-4205-baae-247cd9e457eb resource provider aggregate not found 2026-04-17 05:10:36.266 8 INFO neutron.services.segments.plugin [-] Segment 8d9b8e12-cc71-4205-baae-247cd9e457eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d9b8e12-cc71-4205-baae-247cd9e457eb found for delete ", "request_id": "req-d740413f-0a1b-4f29-8fa2-4bb03884bfaa"}]} 2026-04-17 05:10:36.269 8 INFO neutron.services.segments.plugin [-] Segment 8d9b8e12-cc71-4205-baae-247cd9e457eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d9b8e12-cc71-4205-baae-247cd9e457eb found for delete ", "request_id": "req-ba73904f-8f0f-4299-b104-523016d58419"}]} [pid: 9|app: 0|req: 1081/1936] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:36 2026] DELETE /v2.0/security-groups/9a130104-ec04-4be8-ae77-1f739caeb54b => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1082/1937] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:10:36 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:36.777 9 INFO neutron_taas.services.taas.taas_plugin [None req-b1923864-62d4-4cd6-96ea-ccb449a9ca03 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 8d32d65b-dc4c-493c-95fa-674acca17534 2026-04-17 05:10:36.779 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1923864-62d4-4cd6-96ea-ccb449a9ca03 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 8d32d65b-dc4c-493c-95fa-674acca17534 [pid: 8|app: 0|req: 856/1938] 10.0.0.197 () {34 vars in 783 bytes} [Fri Apr 17 05:10:35 2026] PUT /v2.0/routers/551a7ac7-8319-4c8d-8161-5221677b531b/add_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1939] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:10:36 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?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: 858/1940] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:10:36 2026] GET /v2.0/ports/889d14fa-334b-48d3-af8e-fa87d59e1d5e => generated 959 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1941] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:10:37 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?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: 9|app: 0|req: 1083/1942] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:10:36 2026] PUT /v2.0/routers/eb6b9796-e8ab-4eca-99a1-6ea05d504118/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-17 05:10:37.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-f47ca5e4-17af-43ea-8f2b-d401daa0d649 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] TaaS: Handle Delete Port: 889d14fa-334b-48d3-af8e-fa87d59e1d5e 2026-04-17 05:10:37.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f47ca5e4-17af-43ea-8f2b-d401daa0d649 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Tap Mirror: Handle Delete Port: 889d14fa-334b-48d3-af8e-fa87d59e1d5e 2026-04-17 05:10:37.446 9 INFO neutron_taas.services.taas.taas_plugin [None req-0687819e-f1ba-44b8-bdd9-7d60f7d0d202 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 4895d0ed-d18d-4a1c-8b6b-eeb4dfcf84fe 2026-04-17 05:10:37.449 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0687819e-f1ba-44b8-bdd9-7d60f7d0d202 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 4895d0ed-d18d-4a1c-8b6b-eeb4dfcf84fe 2026-04-17 05:10:37.742 9 INFO neutron_taas.services.taas.taas_plugin [None req-0687819e-f1ba-44b8-bdd9-7d60f7d0d202 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 5a6c34d3-c542-43bd-8605-777eb0362525 2026-04-17 05:10:37.745 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0687819e-f1ba-44b8-bdd9-7d60f7d0d202 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 5a6c34d3-c542-43bd-8605-777eb0362525 [pid: 8|app: 0|req: 860/1943] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:10:37 2026] PUT /v2.0/routers/551a7ac7-8319-4c8d-8161-5221677b531b/remove_router_interface => generated 309 bytes in 729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1944] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:10:37 2026] GET /v2.0/ports?device_id=551a7ac7-8319-4c8d-8161-5221677b531b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:37.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-720b5cfc-d15d-4f74-bd01-6ce0dd1674c6 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] TaaS: Handle Delete Port: b12383b6-4673-464d-953a-b32e61f59230 2026-04-17 05:10:37.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-720b5cfc-d15d-4f74-bd01-6ce0dd1674c6 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Tap Mirror: Handle Delete Port: b12383b6-4673-464d-953a-b32e61f59230 2026-04-17 05:10:38.307 8 INFO neutron.services.segments.plugin [-] Segment fbbf89b3-ebd8-4c28-8c0a-50b8859a5826 resource provider aggregate not found 2026-04-17 05:10:38.312 8 INFO neutron.services.segments.plugin [-] Segment fbbf89b3-ebd8-4c28-8c0a-50b8859a5826 resource provider aggregate not found 2026-04-17 05:10:38.328 8 INFO neutron.services.segments.plugin [-] Segment fbbf89b3-ebd8-4c28-8c0a-50b8859a5826 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbbf89b3-ebd8-4c28-8c0a-50b8859a5826 found for delete ", "request_id": "req-b8566bab-c14f-4389-9970-f61f176c374d"}]} 2026-04-17 05:10:38.333 8 INFO neutron.services.segments.plugin [-] Segment fbbf89b3-ebd8-4c28-8c0a-50b8859a5826 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbbf89b3-ebd8-4c28-8c0a-50b8859a5826 found for delete ", "request_id": "req-429707fa-4ba2-4793-b712-6bc4bab536b7"}]} 2026-04-17 05:10:38.353 8 INFO neutron.db.l3_hamode_db [None req-720b5cfc-d15d-4f74-bd01-6ce0dd1674c6 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] HA network 088845b8-ee0d-4b14-ab55-5346519ba3ae was deleted as no HA routers are present in tenant acde42de892749968005f21d21e9d445. [pid: 8|app: 0|req: 862/1945] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:37 2026] DELETE /v2.0/routers/551a7ac7-8319-4c8d-8161-5221677b531b => generated 0 bytes in 565 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1946] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:38 2026] DELETE /v2.0/subnets/8ceeef15-6a54-4c6d-8e30-7c30c38e1956 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1947] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:10:38 2026] DELETE /v2.0/networks/484fdeba-32e5-4a55-b663-2c2464753e01 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:38.711 8 INFO neutron.db.segments_db [None req-4b332182-1816-4148-93ca-a16643897651 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Added segment 959c4ea2-1303-4a97-a79b-ececd2f74739 of type vxlan for network a3f5f2bb-3e39-407f-a6a7-b4942eca4f37 2026-04-17 05:10:38.800 9 INFO neutron.services.segments.plugin [-] Segment f0a1ee97-a475-46ef-8b6e-097a9a5659d1 resource provider aggregate not found 2026-04-17 05:10:38.807 9 INFO neutron.services.segments.plugin [-] Segment f0a1ee97-a475-46ef-8b6e-097a9a5659d1 resource provider aggregate not found 2026-04-17 05:10:38.818 9 INFO neutron.services.segments.plugin [-] Segment f0a1ee97-a475-46ef-8b6e-097a9a5659d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0a1ee97-a475-46ef-8b6e-097a9a5659d1 found for delete ", "request_id": "req-0933fcc1-35e1-4c24-bc0f-3fad47c2d2af"}]} 2026-04-17 05:10:38.824 9 INFO neutron.services.segments.plugin [-] Segment f0a1ee97-a475-46ef-8b6e-097a9a5659d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0a1ee97-a475-46ef-8b6e-097a9a5659d1 found for delete ", "request_id": "req-02c19471-7d85-4c93-bb28-9e100744dc54"}]} 2026-04-17 05:10:38.833 9 INFO neutron.db.l3_hamode_db [None req-0687819e-f1ba-44b8-bdd9-7d60f7d0d202 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] HA network 0eb25860-7e10-4157-a2d1-abb49f3757a9 was deleted as no HA routers are present in tenant 9f24eace9f2a424eb78151cf9ca3a0ef. [pid: 9|app: 0|req: 1084/1948] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:37 2026] DELETE /v2.0/routers/eb6b9796-e8ab-4eca-99a1-6ea05d504118 => generated 0 bytes in 1604 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:10:38.955 8 INFO neutron.db.l3_hamode_db [None req-4b332182-1816-4148-93ca-a16643897651 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 9|app: 0|req: 1085/1949] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:38 2026] DELETE /v2.0/subnets/282b9df7-967a-40f9-8e18-bffe63888956 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:39.093 9 INFO neutron_taas.services.taas.taas_plugin [None req-2a3fba13-278e-4e59-ac31-bbaae1e3a7d9 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 9119f32a-8afa-4478-9a1d-cb952e561ea7 2026-04-17 05:10:39.096 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a3fba13-278e-4e59-ac31-bbaae1e3a7d9 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 9119f32a-8afa-4478-9a1d-cb952e561ea7 [pid: 9|app: 0|req: 1086/1950] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:10:39 2026] DELETE /v2.0/networks/cfc503ac-7ab7-49bd-9635-233880f91697 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1087/1951] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:39 2026] GET /v2.0/ports?device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => generated 1194 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:39.741 8 INFO neutron.db.l3_hamode_db [None req-4b332182-1816-4148-93ca-a16643897651 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 05:10:39.746 9 INFO neutron_taas.services.taas.taas_plugin [None req-a56d05f8-bb60-4183-802f-7d28f3f60e2e 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 19fd2c00-6aa0-4570-8625-6b8a3cf8c29e 2026-04-17 05:10:39.750 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a56d05f8-bb60-4183-802f-7d28f3f60e2e 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 19fd2c00-6aa0-4570-8625-6b8a3cf8c29e 2026-04-17 05:10:40.353 8 INFO neutron.services.segments.plugin [-] Segment d9228699-f323-405a-90b0-d60d2900eb79 resource provider aggregate not found 2026-04-17 05:10:40.379 8 INFO neutron.services.segments.plugin [-] Segment d9228699-f323-405a-90b0-d60d2900eb79 resource provider aggregate not found 2026-04-17 05:10:40.386 8 INFO neutron.services.segments.plugin [-] Segment d9228699-f323-405a-90b0-d60d2900eb79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9228699-f323-405a-90b0-d60d2900eb79 found for delete ", "request_id": "req-162d1e2a-33b5-423d-942b-eeee6cd8ecaf"}]} [pid: 9|app: 0|req: 1088/1952] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:10:39 2026] PUT /v2.0/routers/9eafdfce-91c4-4712-b979-a087e3f141a6/remove_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:40.413 8 INFO neutron.services.segments.plugin [-] Segment d9228699-f323-405a-90b0-d60d2900eb79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9228699-f323-405a-90b0-d60d2900eb79 found for delete ", "request_id": "req-2cd8a8fc-cccf-428b-a35a-2e47abd2628f"}]} [pid: 9|app: 0|req: 1089/1953] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:10:40 2026] GET /v2.0/security-groups?id=5f04946f-cd7f-4ede-a2b4-ec758d815675&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:40.657 9 INFO neutron_taas.services.taas.taas_plugin [None req-8b40c82f-a5d6-46e3-aebd-c70d157a1d2f 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: fa4706ca-b147-4786-9982-e06d56cd91bf 2026-04-17 05:10:40.661 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b40c82f-a5d6-46e3-aebd-c70d157a1d2f 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: fa4706ca-b147-4786-9982-e06d56cd91bf [pid: 8|app: 0|req: 865/1954] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:38 2026] POST /v2.0/routers => generated 692 bytes in 2052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1955] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:10:40 2026] GET /v2.0/routers/7153ebb6-9297-43c5-b42a-7ac4b9fa26df => generated 698 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:40.858 9 INFO neutron.services.segments.plugin [-] Segment afe7b080-06b1-4829-9c1e-e88a0b360c77 resource provider aggregate not found 2026-04-17 05:10:40.862 9 INFO neutron.services.segments.plugin [-] Segment afe7b080-06b1-4829-9c1e-e88a0b360c77 resource provider aggregate not found 2026-04-17 05:10:40.883 9 INFO neutron.services.segments.plugin [-] Segment afe7b080-06b1-4829-9c1e-e88a0b360c77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afe7b080-06b1-4829-9c1e-e88a0b360c77 found for delete ", "request_id": "req-70409e08-d0a8-43f6-b866-a8d18098efba"}]} 2026-04-17 05:10:40.890 9 INFO neutron.services.segments.plugin [-] Segment afe7b080-06b1-4829-9c1e-e88a0b360c77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afe7b080-06b1-4829-9c1e-e88a0b360c77 found for delete ", "request_id": "req-723b14b5-68a6-46d0-bf4a-2b9fd3d20d30"}]} [pid: 8|app: 0|req: 867/1956] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:10:40 2026] GET /v2.0/routers => generated 701 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:40.980 9 INFO neutron_taas.services.taas.taas_plugin [None req-8b40c82f-a5d6-46e3-aebd-c70d157a1d2f 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: e0622a42-81b1-465c-8370-9b73ccf07d79 2026-04-17 05:10:40.985 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b40c82f-a5d6-46e3-aebd-c70d157a1d2f 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: e0622a42-81b1-465c-8370-9b73ccf07d79 [pid: 8|app: 0|req: 868/1957] 10.0.0.197 () {34 vars in 741 bytes} [Fri Apr 17 05:10:40 2026] PUT /v2.0/routers/7153ebb6-9297-43c5-b42a-7ac4b9fa26df => generated 705 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1958] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:10:41 2026] GET /v2.0/routers/7153ebb6-9297-43c5-b42a-7ac4b9fa26df => generated 705 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:41.415 9 INFO neutron.db.l3_hamode_db [None req-8b40c82f-a5d6-46e3-aebd-c70d157a1d2f 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] HA network 0a294694-590b-45af-8d30-3634dc532a4e was deleted as no HA routers are present in tenant 2cf716ede2ca4a23b809c1e992003d1e. [pid: 9|app: 0|req: 1090/1959] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:40 2026] DELETE /v2.0/routers/9eafdfce-91c4-4712-b979-a087e3f141a6 => generated 0 bytes in 980 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1960] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:10:41 2026] GET /v2.0/ports?device_id=7153ebb6-9297-43c5-b42a-7ac4b9fa26df => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1091/1961] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:41 2026] DELETE /v2.0/subnets/e59cad84-7a79-4dd7-a593-42ddb38328ee => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:41.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-a57d772f-ba7b-470a-8d04-ee134a533607 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] TaaS: Handle Delete Port: 241441e6-8fca-465e-bb8f-29691646c22e 2026-04-17 05:10:41.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a57d772f-ba7b-470a-8d04-ee134a533607 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Tap Mirror: Handle Delete Port: 241441e6-8fca-465e-bb8f-29691646c22e 2026-04-17 05:10:41.730 9 INFO neutron_taas.services.taas.taas_plugin [None req-56cba110-f792-4d64-9924-17577e16fc2e 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: ac3bb811-c71c-4888-8ce6-7751eed0b6b1 2026-04-17 05:10:41.733 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56cba110-f792-4d64-9924-17577e16fc2e 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: ac3bb811-c71c-4888-8ce6-7751eed0b6b1 [pid: 9|app: 0|req: 1092/1962] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:10:41 2026] DELETE /v2.0/networks/3dee1049-d713-40da-9b8b-5cb9b4d8c178 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1093/1963] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:42 2026] GET /v2.0/security-groups?tenant_id=2cf716ede2ca4a23b809c1e992003d1e&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1094/1964] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:42 2026] DELETE /v2.0/security-groups/81e9e624-3711-4653-9292-242a6b7b02b4 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1095/1965] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:42 2026] GET /v2.0/security-groups?tenant_id=9f24eace9f2a424eb78151cf9ca3a0ef&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:42.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-a57d772f-ba7b-470a-8d04-ee134a533607 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] TaaS: Handle Delete Port: 5905c6c7-0ae9-4262-abe5-c881b55d87f5 2026-04-17 05:10:42.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a57d772f-ba7b-470a-8d04-ee134a533607 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] Tap Mirror: Handle Delete Port: 5905c6c7-0ae9-4262-abe5-c881b55d87f5 [pid: 9|app: 0|req: 1096/1966] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:42 2026] DELETE /v2.0/security-groups/558771ac-40e1-4ab0-8094-c02abed60edc => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:10:42.903 9 INFO neutron.services.segments.plugin [-] Segment c38331af-7a4d-48b1-84d8-01546409fc27 resource provider aggregate not found 2026-04-17 05:10:42.914 9 INFO neutron.services.segments.plugin [-] Segment c38331af-7a4d-48b1-84d8-01546409fc27 resource provider aggregate not found 2026-04-17 05:10:42.926 9 INFO neutron.services.segments.plugin [-] Segment c38331af-7a4d-48b1-84d8-01546409fc27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c38331af-7a4d-48b1-84d8-01546409fc27 found for delete ", "request_id": "req-4cc4eac7-d293-466e-bb13-df9acc314510"}]} 2026-04-17 05:10:42.927 9 INFO neutron.services.segments.plugin [-] Segment c38331af-7a4d-48b1-84d8-01546409fc27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c38331af-7a4d-48b1-84d8-01546409fc27 found for delete ", "request_id": "req-87f54351-4141-4729-ad6e-ea1ff0ff2b76"}]} 2026-04-17 05:10:42.942 9 INFO neutron.services.segments.plugin [-] Segment cbe32e85-8550-4b06-8d00-2788cb4bf538 resource provider aggregate not found 2026-04-17 05:10:42.946 9 INFO neutron.services.segments.plugin [-] Segment cbe32e85-8550-4b06-8d00-2788cb4bf538 resource provider aggregate not found 2026-04-17 05:10:42.954 8 INFO neutron.services.segments.plugin [-] Segment 959c4ea2-1303-4a97-a79b-ececd2f74739 resource provider aggregate not found 2026-04-17 05:10:42.959 8 INFO neutron.services.segments.plugin [-] Segment 959c4ea2-1303-4a97-a79b-ececd2f74739 resource provider aggregate not found 2026-04-17 05:10:42.960 9 INFO neutron.services.segments.plugin [-] Segment cbe32e85-8550-4b06-8d00-2788cb4bf538 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbe32e85-8550-4b06-8d00-2788cb4bf538 found for delete ", "request_id": "req-b29ffaab-6da4-4bc6-8ea3-bc31abe2c10e"}]} 2026-04-17 05:10:42.962 9 INFO neutron.services.segments.plugin [-] Segment cbe32e85-8550-4b06-8d00-2788cb4bf538 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbe32e85-8550-4b06-8d00-2788cb4bf538 found for delete ", "request_id": "req-cc151044-5ae6-4984-9620-147308790039"}]} 2026-04-17 05:10:42.977 8 INFO neutron.services.segments.plugin [-] Segment 959c4ea2-1303-4a97-a79b-ececd2f74739 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 959c4ea2-1303-4a97-a79b-ececd2f74739 found for delete ", "request_id": "req-7e17b58a-45a4-470d-9eed-9b29d9407618"}]} 2026-04-17 05:10:42.978 8 INFO neutron.services.segments.plugin [-] Segment 959c4ea2-1303-4a97-a79b-ececd2f74739 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 959c4ea2-1303-4a97-a79b-ececd2f74739 found for delete ", "request_id": "req-699d8496-2931-40ce-b659-7f87f4dd5546"}]} 2026-04-17 05:10:43.004 8 INFO neutron.db.l3_hamode_db [None req-a57d772f-ba7b-470a-8d04-ee134a533607 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] HA network a3f5f2bb-3e39-407f-a6a7-b4942eca4f37 was deleted as no HA routers are present in tenant acde42de892749968005f21d21e9d445. [pid: 8|app: 0|req: 871/1967] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:41 2026] DELETE /v2.0/routers/7153ebb6-9297-43c5-b42a-7ac4b9fa26df => generated 0 bytes in 1571 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1097/1968] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:10:43 2026] GET /v2.0/ports?device_id=7153ebb6-9297-43c5-b42a-7ac4b9fa26df => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:43.075 8 INFO neutron.api.v2.resource [None req-b5f87345-9f35-46f3-b37d-d95f1db52b55 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 872/1969] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:43 2026] DELETE /v2.0/routers/7153ebb6-9297-43c5-b42a-7ac4b9fa26df => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1098/1970] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:10:43 2026] GET /v2.0/ports?device_id=551a7ac7-8319-4c8d-8161-5221677b531b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:43.150 8 INFO neutron.api.v2.resource [None req-cef2814d-d853-49e8-b7fd-834c4518857c 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 873/1971] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:43 2026] DELETE /v2.0/routers/551a7ac7-8319-4c8d-8161-5221677b531b => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:10:43.173 9 INFO neutron.pecan_wsgi.hooks.translation [None req-00a52e92-d914-4832-a720-b40d753ca5b4 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1099/1972] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:43 2026] DELETE /v2.0/subnets/8ceeef15-6a54-4c6d-8e30-7c30c38e1956 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1973] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:10:43 2026] GET /v2.0/ports?device_id=061a849e-8015-4a29-8335-1fe55c15c71f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:43.231 9 INFO neutron.api.v2.resource [None req-96b30010-3b14-4db6-8a1b-9acc7870d22c 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1100/1974] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:43 2026] DELETE /v2.0/routers/061a849e-8015-4a29-8335-1fe55c15c71f => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:10:43.252 8 INFO neutron.pecan_wsgi.hooks.translation [None req-25cb803c-67e4-4e38-b04e-9af1aaeb3b80 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 875/1975] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:43 2026] DELETE /v2.0/subnets/5030b473-4b21-4e21-b9f8-d4638c762aea => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1101/1976] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:10:43 2026] GET /v2.0/ports?device_id=2b35f5f1-18ce-42cb-a4d4-7a1220a6f82c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:43.303 8 INFO neutron.api.v2.resource [None req-6c59cd90-11b2-45f6-b888-563228c5618c 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 876/1977] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:43 2026] DELETE /v2.0/routers/2b35f5f1-18ce-42cb-a4d4-7a1220a6f82c => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:10:43.332 9 INFO neutron.pecan_wsgi.hooks.translation [None req-e47a8e41-8070-49a2-89d0-4f456bfc7f15 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1102/1978] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:43 2026] DELETE /v2.0/subnets/4f7837e9-6176-40a5-ae9a-d19d3f0cc911 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:10:43.357 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b1b8d3c-3fa2-42b0-8f41-c557ca6e048a 00b2b17eed6b48599c5e2ad96f2a4f4a acde42de892749968005f21d21e9d445 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 877/1979] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:43 2026] DELETE /v2.0/subnets/960583cd-761c-4260-83c7-fe80d3e8a401 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1982] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:43 2026] GET /v2.0/security-groups?tenant_id=acde42de892749968005f21d21e9d445&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1104/1983] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:44 2026] DELETE /v2.0/security-groups/ac96151f-a55f-4d4f-bf6b-7d4a84373f0c => 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: 880/1984] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:45 2026] GET /v2.0/ports?device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => generated 1196 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1105/1985] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:10:45 2026] GET /v2.0/security-groups?id=5f04946f-cd7f-4ede-a2b4-ec758d815675&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1986] 10.0.0.197 () {32 vars in 818 bytes} [Fri Apr 17 05:10:45 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&mac_address=fa%3A16%3A3e%3Aa5%3A39%3A00 => generated 1196 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1987] 10.0.0.197 () {34 vars in 684 bytes} [Fri Apr 17 05:10:45 2026] POST /v2.0/security-groups => generated 1624 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1988] 10.0.0.197 () {32 vars in 663 bytes} [Fri Apr 17 05:10:46 2026] GET /v2.0/security-groups => generated 4529 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:46.467 9 INFO neutron.db.l3_db [None req-7b9b9907-310c-4819-b468-14de8b1601a4 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Floating IP 816f4755-d36c-4529-9be2-cb254fa580cd associated. External IP: 10.96.250.217, port: 9a9c674c-4c5f-4d74-afdf-d66b40a44988. [pid: 8|app: 0|req: 884/1989] 10.0.0.197 () {34 vars in 758 bytes} [Fri Apr 17 05:10:46 2026] PUT /v2.0/security-groups/0f51094a-092e-4e7c-b377-36f12b24bd31 => generated 1664 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1990] 10.0.0.197 () {32 vars in 737 bytes} [Fri Apr 17 05:10:46 2026] GET /v2.0/security-groups/0f51094a-092e-4e7c-b377-36f12b24bd31 => generated 1664 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1991] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:46 2026] DELETE /v2.0/security-groups/0f51094a-092e-4e7c-b377-36f12b24bd31 => 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: 887/1992] 10.0.0.197 () {32 vars in 663 bytes} [Fri Apr 17 05:10:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:46.761 8 INFO neutron.api.v2.resource [None req-c9107975-3836-4922-831b-fb4fcf1cc78e ba3de69ad50648939b2fa6c775851175 353bf6eb9fd34a6290a3eddf3a7ee6d3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 888/1993] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:46 2026] DELETE /v2.0/security-groups/0f51094a-092e-4e7c-b377-36f12b24bd31 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1106/1994] 10.0.0.197 () {34 vars in 677 bytes} [Fri Apr 17 05:10:45 2026] POST /v2.0/floatingips => generated 855 bytes in 1021 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:46.840 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0e5f316-eeb5-4d37-a303-f4d70465728e'] response: {'name': 'network-changed', 'server_uuid': '3461db0d-1047-43c5-a31d-d09bf75bd8c8', 'tag': '9a9c674c-4c5f-4d74-afdf-d66b40a44988', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 889/1995] 10.0.0.197 () {34 vars in 684 bytes} [Fri Apr 17 05:10:46 2026] POST /v2.0/security-groups => generated 1625 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1107/1996] 10.0.0.172 () {34 vars in 1096 bytes} [Fri Apr 17 05:10:46 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2018921668&fields=id&tenant_id=31e8582a955f47c4af4016efb7198186 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1108/1997] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:10:46 2026] GET /v2.0/networks?id=cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1998] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1109/1999] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/quotas/31e8582a955f47c4af4016efb7198186 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/2000] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/security-group-rules/4372cf20-b98c-4060-8583-265b9e63315a => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1110/2001] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/ports?tenant_id=31e8582a955f47c4af4016efb7198186&fields=id => generated 333 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1111/2002] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1112/2003] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:47.433 8 INFO neutron.db.segments_db [None req-a0fe8cb4-2d2a-4e79-80ed-6a2029951a1e 05917bca188b4663be21a0b1889140ed d223994f1cc6401e873e62323ec656d5 - - default default] Added segment 605fc3e0-4b9b-4ce7-8e70-7dd81b53fb31 of type vxlan for network 8b46cb40-fd92-4586-bf24-5d966e8cf02c [pid: 9|app: 0|req: 1113/2004] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:10:47 2026] DELETE /v2.0/security-group-rules/4372cf20-b98c-4060-8583-265b9e63315a => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1114/2005] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/ports?tenant_id=31e8582a955f47c4af4016efb7198186&device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1115/2006] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?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: 892/2007] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:47 2026] POST /v2.0/networks => generated 707 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/2008] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/networks?id=7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1116/2009] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1117/2010] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=9a9c674c-4c5f-4d74-afdf-d66b40a44988 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1118/2011] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:47 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: 9|app: 0|req: 1119/2012] 199.204.45.113 () {34 vars in 1102 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ae5&port_id=9a9c674c-4c5f-4d74-afdf-d66b40a44988 => 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: 894/2013] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:47 2026] POST /v2.0/subnets => generated 644 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/2014] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/security-group-rules/c2ea4881-7fc6-499b-874e-5bc0bfb4cf8f => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1120/2015] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/ports?device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:47.817 9 WARNING neutron.api.v2.base [None req-cb989dbc-eeb5-41b2-8367-96c49c952310 05917bca188b4663be21a0b1889140ed d223994f1cc6401e873e62323ec656d5 - - 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-17 05:10:47.818 9 INFO neutron.api.v2.resource [None req-cb989dbc-eeb5-41b2-8367-96c49c952310 05917bca188b4663be21a0b1889140ed d223994f1cc6401e873e62323ec656d5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 9|app: 0|req: 1121/2016] 10.0.0.197 () {34 vars in 681 bytes} [Fri Apr 17 05:10:47 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/2017] 199.204.45.113 () {34 vars in 1064 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/subnets?id=151854e3-59a7-4eca-a83b-8fce2708fc75&id=55a17aab-3b8a-4320-82e5-ed01ce5a7be8 => generated 1410 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1122/2018] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:47 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: 9|app: 0|req: 1123/2019] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&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: 9|app: 0|req: 1124/2020] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:10:47 2026] DELETE /v2.0/security-group-rules/c2ea4881-7fc6-499b-874e-5bc0bfb4cf8f => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:10:48.015 8 INFO neutron.services.segments.plugin [-] Segment 605fc3e0-4b9b-4ce7-8e70-7dd81b53fb31 resource provider aggregate not found 2026-04-17 05:10:48.016 8 INFO neutron.services.segments.plugin [-] Segment 605fc3e0-4b9b-4ce7-8e70-7dd81b53fb31 resource provider aggregate not found [pid: 9|app: 0|req: 1125/2021] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:10:47 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:48.041 8 INFO neutron.services.segments.plugin [-] Segment 605fc3e0-4b9b-4ce7-8e70-7dd81b53fb31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 605fc3e0-4b9b-4ce7-8e70-7dd81b53fb31 found for delete ", "request_id": "req-4d0d0535-6e46-4851-a415-db038ab81b0c"}]} 2026-04-17 05:10:48.045 8 INFO neutron.services.segments.plugin [-] Segment 605fc3e0-4b9b-4ce7-8e70-7dd81b53fb31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 605fc3e0-4b9b-4ce7-8e70-7dd81b53fb31 found for delete ", "request_id": "req-344de524-cc67-40b5-9857-bf51390d05fb"}]} [pid: 8|app: 0|req: 897/2022] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:10:47 2026] DELETE /v2.0/networks/8b46cb40-fd92-4586-bf24-5d966e8cf02c => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1126/2023] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/2024] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:10:48 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:10:48.124 9 INFO neutron.db.segments_db [None req-8a03960f-087e-46ed-95bf-63dc0d7e9e06 05917bca188b4663be21a0b1889140ed d223994f1cc6401e873e62323ec656d5 - - default default] Added segment f37f4ccd-8b4b-48c5-9d1c-64c84681198d of type vxlan for network 5e2e48e6-0188-45e3-b7ee-69c0c62f2ca1 2026-04-17 05:10:48.142 8 INFO neutron.db.securitygroups_db [None req-8f53607e-7091-4382-8b81-b1bceb43c033 ba3de69ad50648939b2fa6c775851175 353bf6eb9fd34a6290a3eddf3a7ee6d3 - - default default] Project 353bf6eb9fd34a6290a3eddf3a7ee6d3 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 9|app: 0|req: 1127/2025] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:48 2026] POST /v2.0/networks => generated 707 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/2026] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1128/2027] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:10:48 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1129/2028] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:48 2026] GET /v2.0/security-group-rules/d91711f7-0ec1-443d-8ff1-9a4b775c0bf9 => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1130/2029] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:48 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1131/2030] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:10:48 2026] DELETE /v2.0/security-group-rules/d91711f7-0ec1-443d-8ff1-9a4b775c0bf9 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/2031] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:48 2026] POST /v2.0/subnets => generated 647 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1132/2032] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:48.523 8 WARNING neutron.api.v2.base [None req-ce8a0fed-ba88-4630-9d97-0078ee76eeb8 05917bca188b4663be21a0b1889140ed d223994f1cc6401e873e62323ec656d5 - - 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-17 05:10:48.524 8 INFO neutron.api.v2.resource [None req-ce8a0fed-ba88-4630-9d97-0078ee76eeb8 05917bca188b4663be21a0b1889140ed d223994f1cc6401e873e62323ec656d5 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 901/2033] 10.0.0.197 () {34 vars in 681 bytes} [Fri Apr 17 05:10:48 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1133/2034] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:48 2026] DELETE /v2.0/security-groups/d7fe3c54-8170-45fa-97fa-ba57e7bf4419 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1134/2035] 10.0.0.197 () {32 vars in 663 bytes} [Fri Apr 17 05:10:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1135/2036] 10.0.0.197 () {32 vars in 663 bytes} [Fri Apr 17 05:10:48 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/2037] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:10:48 2026] DELETE /v2.0/networks/5e2e48e6-0188-45e3-b7ee-69c0c62f2ca1 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:48.816 9 INFO neutron.db.segments_db [None req-08585f90-1e96-4fd5-97f2-9610177445bc 05917bca188b4663be21a0b1889140ed d223994f1cc6401e873e62323ec656d5 - - default default] Added segment 20af77ae-8830-449e-98a5-5f149e301ec4 of type vxlan for network 5a13bd8d-bb7d-48da-a166-e89247d798a2 [pid: 9|app: 0|req: 1136/2038] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:48 2026] POST /v2.0/networks => generated 708 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/2039] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:48 2026] POST /v2.0/subnets => generated 647 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1137/2040] 10.0.0.197 () {34 vars in 681 bytes} [Fri Apr 17 05:10:49 2026] POST /v2.0/rbac-policies => generated 324 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/2041] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:49 2026] GET /v2.0/security-groups?tenant_id=353bf6eb9fd34a6290a3eddf3a7ee6d3&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1138/2042] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:49 2026] DELETE /v2.0/security-groups/c4884f75-6f28-4f8c-8e07-eac18fabce11 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/2043] 10.0.0.197 () {32 vars in 723 bytes} [Fri Apr 17 05:10:49 2026] GET /v2.0/networks/5a13bd8d-bb7d-48da-a166-e89247d798a2 => generated 655 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:50.069 8 INFO neutron.services.segments.plugin [-] Segment f37f4ccd-8b4b-48c5-9d1c-64c84681198d resource provider aggregate not found 2026-04-17 05:10:50.070 8 INFO neutron.services.segments.plugin [-] Segment f37f4ccd-8b4b-48c5-9d1c-64c84681198d resource provider aggregate not found 2026-04-17 05:10:50.098 8 INFO neutron.services.segments.plugin [-] Segment f37f4ccd-8b4b-48c5-9d1c-64c84681198d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37f4ccd-8b4b-48c5-9d1c-64c84681198d found for delete ", "request_id": "req-58e6df8e-cd88-44c0-9e99-0ac8b391ca76"}]} 2026-04-17 05:10:50.102 8 INFO neutron.services.segments.plugin [-] Segment f37f4ccd-8b4b-48c5-9d1c-64c84681198d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f37f4ccd-8b4b-48c5-9d1c-64c84681198d found for delete ", "request_id": "req-6789c157-1c50-44a8-b8bd-f4ff2b31c58b"}]} 2026-04-17 05:10:50.252 9 INFO neutron.pecan_wsgi.hooks.translation [None req-9c5fe0ed-d36c-4522-8bdb-d0deb74aa8d4 429e952539a6480bbc46c489574ce452 863c667a75214260bb39010a9246b7dc - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1139/2044] 10.0.0.197 () {32 vars in 723 bytes} [Fri Apr 17 05:10:50 2026] GET /v2.0/networks/5a13bd8d-bb7d-48da-a166-e89247d798a2 => generated 138 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/2045] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:10:50 2026] DELETE /v2.0/networks/5a13bd8d-bb7d-48da-a166-e89247d798a2 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:10:50.481 9 INFO neutron.pecan_wsgi.hooks.translation [None req-d4936ceb-3842-4adf-8804-ed544c57267f 05917bca188b4663be21a0b1889140ed d223994f1cc6401e873e62323ec656d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1140/2046] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:50 2026] DELETE /v2.0/subnets/d680ff5f-ac8f-4394-9a9f-65aaff0ead31 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:10:50.504 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f237a114-aaa2-4ed4-83b6-b91936eb3fba 05917bca188b4663be21a0b1889140ed d223994f1cc6401e873e62323ec656d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 907/2047] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:50 2026] DELETE /v2.0/subnets/8c26820e-8b0b-419e-b1de-e07dc7024f2e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:10:50.528 9 INFO neutron.pecan_wsgi.hooks.translation [None req-04f0870b-e769-4ce1-8d40-4cc72d1f2ab3 05917bca188b4663be21a0b1889140ed d223994f1cc6401e873e62323ec656d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1141/2048] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:50 2026] DELETE /v2.0/subnets/36d5e933-0d9a-40a6-b48f-446dfdc48217 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/2049] 10.0.0.182 () {34 vars in 990 bytes} [Fri Apr 17 05:10:50 2026] GET /v2.0/ports?device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1142/2050] 10.0.0.182 () {34 vars in 1040 bytes} [Fri Apr 17 05:10:50 2026] GET /v2.0/security-groups?id=5f04946f-cd7f-4ede-a2b4-ec758d815675&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: 9|app: 0|req: 1143/2051] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:51 2026] GET /v2.0/security-groups?tenant_id=05096585649a47ff95de56eb30fccbd5&name=default => generated 2929 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/2052] 10.0.0.197 () {34 vars in 684 bytes} [Fri Apr 17 05:10:51 2026] POST /v2.0/security-groups => generated 1626 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/2053] 10.0.0.197 () {32 vars in 663 bytes} [Fri Apr 17 05:10:51 2026] GET /v2.0/security-groups => generated 4535 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1144/2054] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:51 2026] DELETE /v2.0/security-groups/1b73cfa7-ccae-474c-9afa-9ab88556c755 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/2055] 10.0.0.197 () {34 vars in 758 bytes} [Fri Apr 17 05:10:51 2026] PUT /v2.0/security-groups/eacf076b-fed3-404f-a25f-0b0081aac185 => generated 1665 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1145/2056] 10.0.0.197 () {32 vars in 737 bytes} [Fri Apr 17 05:10:51 2026] GET /v2.0/security-groups/eacf076b-fed3-404f-a25f-0b0081aac185 => generated 1665 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1146/2057] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:51 2026] GET /v2.0/security-groups?tenant_id=d223994f1cc6401e873e62323ec656d5&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/2058] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:51 2026] DELETE /v2.0/security-groups/eacf076b-fed3-404f-a25f-0b0081aac185 => 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: 913/2059] 10.0.0.197 () {32 vars in 663 bytes} [Fri Apr 17 05:10:51 2026] GET /v2.0/security-groups => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:51.882 8 INFO neutron.api.v2.resource [None req-2faa3e60-1aa7-47f1-956c-9f45620ad5c1 a4f068d17fb64a42a1ba5936f3aaa7fc 121bf92a96d94cbda9d0b77b6d6f0db9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 914/2060] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:51 2026] DELETE /v2.0/security-groups/eacf076b-fed3-404f-a25f-0b0081aac185 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1147/2061] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:51 2026] DELETE /v2.0/security-groups/785dd106-d102-4234-a6b7-3d735bc6abe9 => 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: 915/2062] 10.0.0.197 () {34 vars in 684 bytes} [Fri Apr 17 05:10:51 2026] POST /v2.0/security-groups => generated 1627 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1148/2063] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:10:51 2026] GET /v2.0/networks?id=cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:52.122 8 INFO neutron.services.segments.plugin [-] Segment 20af77ae-8830-449e-98a5-5f149e301ec4 resource provider aggregate not found 2026-04-17 05:10:52.123 8 INFO neutron.services.segments.plugin [-] Segment 20af77ae-8830-449e-98a5-5f149e301ec4 resource provider aggregate not found 2026-04-17 05:10:52.151 8 INFO neutron.services.segments.plugin [-] Segment 20af77ae-8830-449e-98a5-5f149e301ec4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20af77ae-8830-449e-98a5-5f149e301ec4 found for delete ", "request_id": "req-eec4971b-1217-4f68-b9f7-128d66b53d4b"}]} 2026-04-17 05:10:52.153 8 INFO neutron.services.segments.plugin [-] Segment 20af77ae-8830-449e-98a5-5f149e301ec4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20af77ae-8830-449e-98a5-5f149e301ec4 found for delete ", "request_id": "req-52c07345-d62a-4d8e-a211-c2a559d570b2"}]} [pid: 9|app: 0|req: 1149/2064] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:52 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: 916/2065] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:52 2026] GET /v2.0/security-groups?tenant_id=863c667a75214260bb39010a9246b7dc&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1150/2066] 199.204.45.113 () {34 vars in 1050 bytes} [Fri Apr 17 05:10:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=31e8582a955f47c4af4016efb7198186 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/2067] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:52 2026] GET /v2.0/security-group-rules/dc93f6f5-5dd6-491c-95fc-aebd3b3873dd => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/2068] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:52 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1151/2069] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:52 2026] DELETE /v2.0/security-groups/8f666d4b-2dfc-4a64-89ac-683956a13da2 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1152/2070] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:10:52 2026] DELETE /v2.0/security-group-rules/dc93f6f5-5dd6-491c-95fc-aebd3b3873dd => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1153/2071] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:52 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: 9|app: 0|req: 1154/2072] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1155/2073] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:52 2026] GET /v2.0/security-group-rules/7fdd88cd-485f-4ed9-bd47-e05c7e922bf3 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1156/2074] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:52 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/2075] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:10:52 2026] POST /v2.0/ports => generated 1187 bytes in 420 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: 9|app: 0|req: 1157/2076] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:10:52 2026] DELETE /v2.0/security-group-rules/7fdd88cd-485f-4ed9-bd47-e05c7e922bf3 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1158/2077] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1159/2078] 10.0.0.197 () {34 vars in 695 bytes} [Fri Apr 17 05:10:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1160/2079] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:52 2026] GET /v2.0/ports?device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 1190 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1161/2080] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:10:52 2026] GET /v2.0/security-group-rules/d8cca9f5-b763-4b7a-83e4-82c074e0e302 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1162/2081] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:10:52 2026] GET /v2.0/security-groups?id=5f04946f-cd7f-4ede-a2b4-ec758d815675&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1163/2082] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:53 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1164/2083] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:10:53 2026] DELETE /v2.0/security-group-rules/d8cca9f5-b763-4b7a-83e4-82c074e0e302 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/2084] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:10:52 2026] PUT /v2.0/ports/c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5 => generated 1468 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1165/2085] 10.0.0.197 () {32 vars in 673 bytes} [Fri Apr 17 05:10:53 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:10:53.222 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7da11c6-a00d-4b23-a9b2-862b6b364bcf'] response: {'name': 'network-changed', 'server_uuid': '37db655d-d409-49e6-87e6-cd21bbeac89e', 'tag': 'c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5', '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: 921/2086] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:53 2026] DELETE /v2.0/security-groups/f3f2f810-60fd-4cfa-ad45-96fec9906a16 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1166/2087] 10.0.0.197 () {32 vars in 663 bytes} [Fri Apr 17 05:10:53 2026] GET /v2.0/security-groups => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/2088] 10.0.0.197 () {32 vars in 663 bytes} [Fri Apr 17 05:10:53 2026] GET /v2.0/security-groups => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1167/2089] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:10:53 2026] GET /v2.0/ports?tenant_id=31e8582a955f47c4af4016efb7198186&device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 1471 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/2090] 199.204.45.113 () {34 vars in 1018 bytes} [Fri Apr 17 05:10:53 2026] GET /v2.0/networks?tenant_id=31e8582a955f47c4af4016efb7198186&shared=False => generated 2373 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/2091] 199.204.45.113 () {34 vars in 930 bytes} [Fri Apr 17 05:10:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1168/2092] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:53 2026] GET /v2.0/security-groups?tenant_id=121bf92a96d94cbda9d0b77b6d6f0db9&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/2093] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:54 2026] DELETE /v2.0/security-groups/f0f92d37-5451-436f-bb97-03c1bd828058 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1169/2094] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:10:54 2026] GET /v2.0/ports?tenant_id=31e8582a955f47c4af4016efb7198186&device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 1471 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/2095] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:10:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.162&port_id=c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1170/2096] 199.204.45.113 () {34 vars in 1106 bytes} [Fri Apr 17 05:10:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fe&port_id=c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5 => 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: 927/2097] 199.204.45.113 () {34 vars in 1064 bytes} [Fri Apr 17 05:10:55 2026] GET /v2.0/subnets?id=9fd49455-27fa-4307-ae0b-b6846e4bc2a8&id=3dfc7b26-f6aa-447c-8f27-5f3b933e88f9 => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1171/2098] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:10:55 2026] GET /v2.0/ports?network_id=cc775dc7-26ed-44fd-acc6-f5a96498f010&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/2099] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:10:55 2026] GET /v2.0/ports?network_id=cc775dc7-26ed-44fd-acc6-f5a96498f010&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: 9|app: 0|req: 1172/2100] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:10:55 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?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: 929/2101] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:10:55 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1173/2102] 10.0.0.197 () {32 vars in 623 bytes} [Fri Apr 17 05:10:55 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/2103] 10.0.0.197 () {32 vars in 633 bytes} [Fri Apr 17 05:10:55 2026] GET /v2.0/ => generated 632 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:10:56.859 9 INFO neutron.db.segments_db [None req-121399bd-5272-4f47-aa74-01851af3ba7e a941298ec3264c0f8b34b3a73a86af47 0044dff9d20f4c5585cc50fab87e1b22 - - default default] Added segment da3e2345-7e1d-4e2f-9a65-86010b633bb5 of type vxlan for network 0ad18de2-98cf-4532-a841-1ddfdaedd863 [pid: 8|app: 0|req: 931/2104] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:10:56 2026] GET /v2.0/security-groups?tenant_id=8a8f5e6e0e894f7fa67218c6f2e107f0&name=default => generated 2929 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1174/2105] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:56 2026] POST /v2.0/networks => generated 612 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/2106] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:10:56 2026] DELETE /v2.0/security-groups/83f01a5a-10d3-4d02-b39f-4ad8973441e5 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1175/2107] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:56 2026] POST /v2.0/subnets => generated 626 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:57.247 8 INFO neutron.db.segments_db [None req-e143791b-6753-4e7d-9721-e1485751469e a941298ec3264c0f8b34b3a73a86af47 0044dff9d20f4c5585cc50fab87e1b22 - - default default] Added segment add43307-3d70-4c0b-8aa8-87d2ece79341 of type vxlan for network 08acd5dd-1615-403d-a9ef-eb34822525de [pid: 8|app: 0|req: 933/2108] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:57 2026] POST /v2.0/networks => generated 611 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1176/2109] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:57 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:57.621 8 INFO neutron.db.segments_db [None req-cba164a0-2069-4c1d-8291-968d225cb559 a941298ec3264c0f8b34b3a73a86af47 0044dff9d20f4c5585cc50fab87e1b22 - - default default] Added segment e2af9cea-6ecf-4b24-9ca4-b4b67a723634 of type vxlan for network a5fba65d-f0f6-4ae0-ac84-d7c258afeac2 [pid: 8|app: 0|req: 934/2110] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:57 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: 9|app: 0|req: 1177/2111] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:57 2026] POST /v2.0/subnets => generated 629 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:58.048 8 INFO neutron.db.segments_db [None req-2afd373a-d8ec-4e8c-be46-9909b2ebfb20 a941298ec3264c0f8b34b3a73a86af47 0044dff9d20f4c5585cc50fab87e1b22 - - default default] Added segment 8a48586b-2312-42d0-a702-e5dfd39b63eb of type vxlan for network 4947bf74-12bd-4309-b212-faf4bd5333f2 [pid: 9|app: 0|req: 1178/2112] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:10:58 2026] GET /v2.0/ports?device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 1204 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2113] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:57 2026] POST /v2.0/networks => generated 612 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1179/2114] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:10:58 2026] GET /v2.0/security-groups?id=5f04946f-cd7f-4ede-a2b4-ec758d815675&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/2117] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:58 2026] POST /v2.0/subnets => generated 629 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:10:58.544 9 INFO neutron.db.segments_db [None req-e9d30018-dbe1-4870-9c30-359e48b9d521 a941298ec3264c0f8b34b3a73a86af47 0044dff9d20f4c5585cc50fab87e1b22 - - default default] Added segment 23b08b68-36ec-4472-aadc-87c7173b83c3 of type vxlan for network 87346df0-4684-4167-99e7-77fabb49173d [pid: 9|app: 0|req: 1182/2118] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:10:58 2026] POST /v2.0/networks => generated 613 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2119] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:10:58 2026] POST /v2.0/subnets => generated 629 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1183/2120] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:10:58 2026] PUT /v2.0/subnets/87cbbac2-1dcf-4228-b80f-bcefa2fabe10/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2121] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:10:58 2026] PUT /v2.0/subnets/555e42c5-5028-42be-9776-137371e57b66/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1184/2122] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:10:58 2026] PUT /v2.0/subnets/3759f246-3739-4cf7-b2ab-a42cd09dfe36/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/2123] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:10:59 2026] PUT /v2.0/subnets/c1699281-8c91-4fd7-90c0-57852cee5f3e/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1185/2124] 10.0.0.197 () {32 vars in 664 bytes} [Fri Apr 17 05:10:59 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2125] 10.0.0.197 () {32 vars in 678 bytes} [Fri Apr 17 05:10:59 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1186/2126] 10.0.0.197 () {32 vars in 674 bytes} [Fri Apr 17 05:10:59 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2127] 10.0.0.197 () {32 vars in 686 bytes} [Fri Apr 17 05:10:59 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1187/2128] 10.0.0.197 () {32 vars in 672 bytes} [Fri Apr 17 05:10:59 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2129] 10.0.0.197 () {32 vars in 686 bytes} [Fri Apr 17 05:10:59 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1188/2130] 10.0.0.197 () {32 vars in 682 bytes} [Fri Apr 17 05:10:59 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2131] 10.0.0.197 () {32 vars in 694 bytes} [Fri Apr 17 05:10:59 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1189/2132] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:59 2026] DELETE /v2.0/subnets/87cbbac2-1dcf-4228-b80f-bcefa2fabe10 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2133] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:59 2026] DELETE /v2.0/subnets/555e42c5-5028-42be-9776-137371e57b66 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1190/2134] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:10:59 2026] DELETE /v2.0/subnets/3759f246-3739-4cf7-b2ab-a42cd09dfe36 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2135] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:11:00 2026] DELETE /v2.0/subnets/c1699281-8c91-4fd7-90c0-57852cee5f3e => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1191/2136] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:11:00 2026] DELETE /v2.0/subnets/76a7775b-11e7-4fc0-82af-190d42d1cc1b => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:11:00.485 8 INFO neutron.services.segments.plugin [-] Segment da3e2345-7e1d-4e2f-9a65-86010b633bb5 resource provider aggregate not found 2026-04-17 05:11:00.494 8 INFO neutron.services.segments.plugin [-] Segment da3e2345-7e1d-4e2f-9a65-86010b633bb5 resource provider aggregate not found 2026-04-17 05:11:00.506 8 INFO neutron.services.segments.plugin [-] Segment da3e2345-7e1d-4e2f-9a65-86010b633bb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da3e2345-7e1d-4e2f-9a65-86010b633bb5 found for delete ", "request_id": "req-f4f14d65-4f68-470f-881e-5872a874bd7a"}]} 2026-04-17 05:11:00.515 8 INFO neutron.services.segments.plugin [-] Segment da3e2345-7e1d-4e2f-9a65-86010b633bb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da3e2345-7e1d-4e2f-9a65-86010b633bb5 found for delete ", "request_id": "req-682d799a-3dd0-410e-a85d-4ccfe6a6244d"}]} [pid: 8|app: 0|req: 946/2137] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:00 2026] DELETE /v2.0/networks/0ad18de2-98cf-4532-a841-1ddfdaedd863 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:11:00.668 9 INFO neutron.services.segments.plugin [-] Segment add43307-3d70-4c0b-8aa8-87d2ece79341 resource provider aggregate not found 2026-04-17 05:11:00.675 9 INFO neutron.services.segments.plugin [-] Segment add43307-3d70-4c0b-8aa8-87d2ece79341 resource provider aggregate not found 2026-04-17 05:11:00.698 9 INFO neutron.services.segments.plugin [-] Segment add43307-3d70-4c0b-8aa8-87d2ece79341 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add43307-3d70-4c0b-8aa8-87d2ece79341 found for delete ", "request_id": "req-30df9e05-4550-4fbd-98c8-4fc44e2e712f"}]} 2026-04-17 05:11:00.704 9 INFO neutron.services.segments.plugin [-] Segment add43307-3d70-4c0b-8aa8-87d2ece79341 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add43307-3d70-4c0b-8aa8-87d2ece79341 found for delete ", "request_id": "req-f8e5341b-fc49-442a-b423-2745ec4065e1"}]} [pid: 9|app: 0|req: 1192/2138] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:00 2026] DELETE /v2.0/networks/08acd5dd-1615-403d-a9ef-eb34822525de => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2139] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:00 2026] DELETE /v2.0/networks/a5fba65d-f0f6-4ae0-ac84-d7c258afeac2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1193/2140] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:00 2026] DELETE /v2.0/networks/4947bf74-12bd-4309-b212-faf4bd5333f2 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2141] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:00 2026] DELETE /v2.0/networks/87346df0-4684-4167-99e7-77fabb49173d => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1194/2142] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:01 2026] GET /v2.0/security-groups?tenant_id=c27a7efc6a994924accf75674d14eb5a&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2143] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:01 2026] DELETE /v2.0/security-groups/19934c4a-d7d0-404d-b797-61f20d1d3aa0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2144] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:01 2026] GET /v2.0/security-groups?tenant_id=dfd10d17a38346cd91315115600a2700&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: 951/2145] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:02 2026] DELETE /v2.0/security-groups/af17416a-66cf-45d4-a2ae-1792782fe62f => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1195/2146] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:01 2026] GET /v2.0/security-groups?tenant_id=70ea2ad5e7074d66a9be4d0c5d78e73c&name=default => generated 2929 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2147] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:02 2026] DELETE /v2.0/security-groups/656f4a7b-d585-4e51-9d95-3dfe1e1c787c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:11:02.527 8 INFO neutron.services.segments.plugin [-] Segment e2af9cea-6ecf-4b24-9ca4-b4b67a723634 resource provider aggregate not found 2026-04-17 05:11:02.539 8 INFO neutron.services.segments.plugin [-] Segment e2af9cea-6ecf-4b24-9ca4-b4b67a723634 resource provider aggregate not found 2026-04-17 05:11:02.542 8 INFO neutron.services.segments.plugin [-] Segment e2af9cea-6ecf-4b24-9ca4-b4b67a723634 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2af9cea-6ecf-4b24-9ca4-b4b67a723634 found for delete ", "request_id": "req-8ca230ee-553e-431d-a687-b5cb47b7957c"}]} 2026-04-17 05:11:02.554 8 INFO neutron.services.segments.plugin [-] Segment 23b08b68-36ec-4472-aadc-87c7173b83c3 resource provider aggregate not found 2026-04-17 05:11:02.566 8 INFO neutron.services.segments.plugin [-] Segment e2af9cea-6ecf-4b24-9ca4-b4b67a723634 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2af9cea-6ecf-4b24-9ca4-b4b67a723634 found for delete ", "request_id": "req-5387ab0f-87dc-40ae-854f-b2dbb0006cd0"}]} 2026-04-17 05:11:02.571 8 INFO neutron.services.segments.plugin [-] Segment 23b08b68-36ec-4472-aadc-87c7173b83c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23b08b68-36ec-4472-aadc-87c7173b83c3 found for delete ", "request_id": "req-37b3ab6b-a63f-4dba-95b9-1f017eb5ec8e"}]} 2026-04-17 05:11:02.584 8 INFO neutron.services.segments.plugin [-] Segment 23b08b68-36ec-4472-aadc-87c7173b83c3 resource provider aggregate not found [pid: 9|app: 0|req: 1196/2148] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:02 2026] GET /v2.0/security-groups?tenant_id=43f9b0e813c1418d9aa526e4b697cb92&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:11:02.603 8 INFO neutron.services.segments.plugin [-] Segment 23b08b68-36ec-4472-aadc-87c7173b83c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23b08b68-36ec-4472-aadc-87c7173b83c3 found for delete ", "request_id": "req-9d68e86c-d8ae-420d-9993-9b6f0df2aee2"}]} [pid: 8|app: 0|req: 953/2149] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:02 2026] DELETE /v2.0/security-groups/0faec947-a2ba-4afb-8bbd-d6d94ac5b8a1 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:11:02.718 9 INFO neutron.services.segments.plugin [-] Segment 8a48586b-2312-42d0-a702-e5dfd39b63eb resource provider aggregate not found 2026-04-17 05:11:02.721 9 INFO neutron.services.segments.plugin [-] Segment 8a48586b-2312-42d0-a702-e5dfd39b63eb resource provider aggregate not found 2026-04-17 05:11:02.733 9 INFO neutron.services.segments.plugin [-] Segment 8a48586b-2312-42d0-a702-e5dfd39b63eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a48586b-2312-42d0-a702-e5dfd39b63eb found for delete ", "request_id": "req-c5050a96-43e1-4396-a080-418e80dabef4"}]} 2026-04-17 05:11:02.733 9 INFO neutron.services.segments.plugin [-] Segment 8a48586b-2312-42d0-a702-e5dfd39b63eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a48586b-2312-42d0-a702-e5dfd39b63eb found for delete ", "request_id": "req-f9a4d6b5-9c61-42bb-9c8e-84ef2091f896"}]} [pid: 9|app: 0|req: 1197/2150] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:02 2026] GET /v2.0/security-groups?tenant_id=0044dff9d20f4c5585cc50fab87e1b22&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2151] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:02 2026] DELETE /v2.0/security-groups/4afcaafd-021a-4e09-be1c-b0d92f4448f6 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1198/2152] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:03 2026] GET /v2.0/ports?device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 1204 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2153] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:11:03 2026] GET /v2.0/security-groups?id=5f04946f-cd7f-4ede-a2b4-ec758d815675&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: 9|app: 0|req: 1199/2154] 10.0.0.197 () {32 vars in 818 bytes} [Fri Apr 17 05:11:03 2026] GET /v2.0/ports?network_id=cc775dc7-26ed-44fd-acc6-f5a96498f010&mac_address=fa%3A16%3A3e%3Ada%3A3d%3A49 => generated 1204 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:11:04.333 8 INFO neutron.db.l3_db [None req-7b4097a3-cd2c-4a0f-bf63-85ce0e59aebe 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Floating IP a8d5fef4-a10a-403f-b8af-f258b5636ad9 associated. External IP: 10.96.250.207, port: c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5. [pid: 8|app: 0|req: 956/2155] 10.0.0.197 () {34 vars in 677 bytes} [Fri Apr 17 05:11:03 2026] POST /v2.0/floatingips => generated 855 bytes in 1107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 05:11:04.680 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0ff6423-beae-4562-bf9c-072109efd443'] response: {'name': 'network-changed', 'server_uuid': '37db655d-d409-49e6-87e6-cd21bbeac89e', 'tag': 'c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1200/2156] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:11:05 2026] GET /v2.0/ports?tenant_id=31e8582a955f47c4af4016efb7198186&device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2157] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:11:05 2026] GET /v2.0/networks?id=cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1201/2158] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:11:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.162&port_id=c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2159] 199.204.45.113 () {34 vars in 1106 bytes} [Fri Apr 17 05:11:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fe&port_id=c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1202/2160] 199.204.45.113 () {34 vars in 1064 bytes} [Fri Apr 17 05:11:05 2026] GET /v2.0/subnets?id=9fd49455-27fa-4307-ae0b-b6846e4bc2a8&id=3dfc7b26-f6aa-447c-8f27-5f3b933e88f9 => generated 1413 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2161] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:11:05 2026] GET /v2.0/ports?network_id=cc775dc7-26ed-44fd-acc6-f5a96498f010&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1203/2162] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:11:05 2026] GET /v2.0/ports?network_id=cc775dc7-26ed-44fd-acc6-f5a96498f010&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2163] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:11:05 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1204/2164] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:11:05 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2165] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:07 2026] GET /v2.0/security-groups?tenant_id=4230eeff8c274ee09717845834d679f6&name=default => generated 2929 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1205/2166] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:11:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2167] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:07 2026] DELETE /v2.0/security-groups/06c82d85-8f25-47f9-86c3-c2258dbe1ffc => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1206/2168] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:11:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2169] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:11:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2170] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:11:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1207/2171] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:07 2026] GET /v2.0/security-groups?tenant_id=44ad75c9fbeb43d5b1bbb40d75fd1d2f&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: 965/2172] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:11:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2173] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:11:07 2026] PUT /v2.0/subnetpools/2125677c-8046-408a-9cca-b56d6bb438e3/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1208/2174] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:07 2026] DELETE /v2.0/security-groups/5a1c1ec2-f185-46b3-9af2-c9a77e28d6a6 => 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: 967/2175] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:11:07 2026] PUT /v2.0/subnetpools/251bad3f-db2e-41e7-b927-e4a306b4966e/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1209/2176] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:11:07 2026] PUT /v2.0/subnetpools/cb42b16c-fe9e-4650-8853-8c4b76144370/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2177] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:11:07 2026] PUT /v2.0/subnetpools/67aa3551-ed24-4b92-b0c0-736c0c428718/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1210/2178] 10.0.0.197 () {32 vars in 672 bytes} [Fri Apr 17 05:11:07 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2179] 10.0.0.197 () {32 vars in 686 bytes} [Fri Apr 17 05:11:07 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1211/2180] 10.0.0.197 () {32 vars in 682 bytes} [Fri Apr 17 05:11:07 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2181] 10.0.0.197 () {32 vars in 694 bytes} [Fri Apr 17 05:11:07 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1212/2182] 10.0.0.197 () {32 vars in 680 bytes} [Fri Apr 17 05:11:07 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2183] 10.0.0.197 () {32 vars in 694 bytes} [Fri Apr 17 05:11:07 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1213/2184] 10.0.0.197 () {32 vars in 690 bytes} [Fri Apr 17 05:11:07 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: 972/2185] 10.0.0.197 () {32 vars in 702 bytes} [Fri Apr 17 05:11:08 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1214/2186] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:11:08 2026] DELETE /v2.0/subnetpools/2125677c-8046-408a-9cca-b56d6bb438e3 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2187] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:11:08 2026] DELETE /v2.0/subnetpools/251bad3f-db2e-41e7-b927-e4a306b4966e => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1215/2188] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:11:08 2026] DELETE /v2.0/subnetpools/cb42b16c-fe9e-4650-8853-8c4b76144370 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2189] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:11:08 2026] DELETE /v2.0/subnetpools/67aa3551-ed24-4b92-b0c0-736c0c428718 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1216/2190] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:11:08 2026] DELETE /v2.0/subnetpools/b1ff8597-43be-4353-baa1-36c1fc828a24 => 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: 975/2191] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:09 2026] GET /v2.0/security-groups?tenant_id=7c7c6faba5ff48d3b3de1f0831ec86e6&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1217/2192] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:09 2026] DELETE /v2.0/security-groups/e2673701-75a3-4a61-aced-5bb750537e9e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2193] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:09 2026] GET /v2.0/security-groups?tenant_id=c0b9be3ec146408e81b73eee7990267a&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1218/2194] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:09 2026] DELETE /v2.0/security-groups/df2232e2-997d-4240-9a05-3051f0ebd10a => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2195] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:09 2026] GET /v2.0/security-groups?tenant_id=13044959d6284e2bae526ef73fd1968e&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1219/2196] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:10 2026] DELETE /v2.0/security-groups/6638926d-69b9-4011-923e-e29c7e6b762d => 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: 978/2197] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:11 2026] GET /v2.0/security-groups?tenant_id=b06846434fd6453a914fd421edbf3ad1&name=default => generated 2929 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1220/2198] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:11 2026] DELETE /v2.0/security-groups/778f0e00-ffd1-4a94-8fa5-734204fe609a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:11:14.665 8 INFO neutron.db.segments_db [None req-e5242343-09be-4dce-9321-528d631c8afb 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] Added segment 06b2704b-9ef4-428f-9413-e3d126e56216 of type vxlan for network 09cd798c-5d07-4c69-8b8c-f321ecdeb567 [pid: 8|app: 0|req: 980/2201] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:11:14 2026] POST /v2.0/networks => generated 613 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1222/2202] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:11:14 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2203] 10.0.0.197 () {34 vars in 666 bytes} [Fri Apr 17 05:11:15 2026] POST /v2.0/trunks => generated 407 bytes in 168 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: 982/2204] 10.0.0.182 () {34 vars in 990 bytes} [Fri Apr 17 05:11:15 2026] GET /v2.0/ports?device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:11:15.326 9 INFO neutron.db.segments_db [None req-a02bcdfd-4057-445d-9834-959d3f94d34b 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] Added segment b7b8c5f7-666b-47f1-907d-a623b15a4a4a of type vxlan for network 517bb0bc-bd6d-49bd-8b7d-968a4794cb28 [pid: 8|app: 0|req: 983/2205] 10.0.0.182 () {34 vars in 1040 bytes} [Fri Apr 17 05:11:15 2026] GET /v2.0/security-groups?id=5f04946f-cd7f-4ede-a2b4-ec758d815675&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: 9|app: 0|req: 1223/2206] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:11:15 2026] POST /v2.0/networks => generated 613 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2207] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:11:15 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1224/2208] 10.0.0.197 () {34 vars in 666 bytes} [Fri Apr 17 05:11:15 2026] POST /v2.0/trunks => generated 407 bytes in 223 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-17 05:11:15.985 8 INFO neutron.db.segments_db [None req-db3f4474-d8e5-4962-afdb-bdee36a99ed9 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] Added segment 1944c87a-7fcd-4fab-8089-38a4851dac8f of type vxlan for network 0b47efc8-25d9-4ca6-a90e-63737424a7dc [pid: 8|app: 0|req: 985/2209] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:11:15 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1225/2210] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:11:16 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) [pid: 8|app: 0|req: 986/2211] 10.0.0.197 () {34 vars in 666 bytes} [Fri Apr 17 05:11:16 2026] POST /v2.0/trunks => generated 407 bytes in 197 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-17 05:11:16.665 9 INFO neutron.db.segments_db [None req-d2760831-c96e-4950-bf65-cb4e135315c7 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] Added segment d241cf42-ba00-4602-b0f6-21ea25ebd107 of type vxlan for network 8768329e-b245-42bb-a2d0-478fd65ece9c [pid: 9|app: 0|req: 1226/2212] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:11:16 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2213] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:11:16 2026] POST /v2.0/ports => generated 743 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1227/2214] 10.0.0.197 () {34 vars in 666 bytes} [Fri Apr 17 05:11:17 2026] POST /v2.0/trunks => generated 407 bytes in 142 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-17 05:11:17.267 8 INFO neutron.db.segments_db [None req-07fd689e-4d15-4ede-94b7-af37964c8033 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] Added segment a5c7deb1-5a41-46f8-85e7-3a68b861514f of type vxlan for network 40ace3d6-5511-4576-8e47-b024ff1d2084 [pid: 8|app: 0|req: 988/2215] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:11:17 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: 9|app: 0|req: 1228/2216] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:11:17 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2217] 10.0.0.197 () {34 vars in 666 bytes} [Fri Apr 17 05:11:17 2026] POST /v2.0/trunks => generated 407 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1229/2218] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:11:17 2026] PUT /v2.0/trunks/542353ac-f37b-4a2d-b128-de1be788276d/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: 990/2219] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:11:17 2026] PUT /v2.0/trunks/ad5e2f11-4531-48bd-9baa-fb16bb5615dc/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1230/2220] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:11:17 2026] PUT /v2.0/trunks/85c1a0a0-0bfd-4687-aa60-e2fa20fdc826/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: 991/2221] 10.0.0.197 () {34 vars in 749 bytes} [Fri Apr 17 05:11:17 2026] PUT /v2.0/trunks/5c55a729-8dec-46c5-ba6e-f2e5981717e6/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1231/2222] 10.0.0.197 () {32 vars in 662 bytes} [Fri Apr 17 05:11:17 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2223] 10.0.0.197 () {32 vars in 676 bytes} [Fri Apr 17 05:11:17 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1232/2224] 10.0.0.197 () {32 vars in 672 bytes} [Fri Apr 17 05:11:18 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: 993/2225] 10.0.0.197 () {32 vars in 684 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1233/2226] 10.0.0.197 () {32 vars in 670 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2227] 10.0.0.197 () {32 vars in 684 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1234/2228] 10.0.0.197 () {32 vars in 680 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2229] 10.0.0.197 () {32 vars in 692 bytes} [Fri Apr 17 05:11:18 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: 9|app: 0|req: 1235/2230] 10.0.0.197 () {32 vars in 719 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/trunks/542353ac-f37b-4a2d-b128-de1be788276d => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2231] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/ports/570f9c72-179f-4f40-b927-49611568501c => generated 826 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1236/2232] 10.0.0.197 () {32 vars in 722 bytes} [Fri Apr 17 05:11:18 2026] DELETE /v2.0/trunks/542353ac-f37b-4a2d-b128-de1be788276d => 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: 997/2233] 10.0.0.197 () {32 vars in 719 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/trunks/ad5e2f11-4531-48bd-9baa-fb16bb5615dc => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1237/2234] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/ports/0f058500-df75-48b2-91f8-ae2f939e31c7 => generated 826 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2235] 10.0.0.197 () {32 vars in 722 bytes} [Fri Apr 17 05:11:18 2026] DELETE /v2.0/trunks/ad5e2f11-4531-48bd-9baa-fb16bb5615dc => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1238/2236] 10.0.0.197 () {32 vars in 719 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/trunks/85c1a0a0-0bfd-4687-aa60-e2fa20fdc826 => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2237] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/ports/6d7ba8c3-9cf4-47bb-80e5-16055e18ff3c => generated 826 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1239/2238] 10.0.0.197 () {32 vars in 722 bytes} [Fri Apr 17 05:11:18 2026] DELETE /v2.0/trunks/85c1a0a0-0bfd-4687-aa60-e2fa20fdc826 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2239] 10.0.0.197 () {32 vars in 719 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/trunks/5c55a729-8dec-46c5-ba6e-f2e5981717e6 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1240/2240] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:11:18 2026] GET /v2.0/ports/b9e0c5c7-efc8-4f84-9509-b63347b60c04 => generated 826 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2241] 10.0.0.197 () {32 vars in 722 bytes} [Fri Apr 17 05:11:18 2026] DELETE /v2.0/trunks/5c55a729-8dec-46c5-ba6e-f2e5981717e6 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1241/2242] 10.0.0.197 () {32 vars in 719 bytes} [Fri Apr 17 05:11:19 2026] GET /v2.0/trunks/0395d175-1fce-45b4-89cb-b56ff0e422d9 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2243] 10.0.0.197 () {32 vars in 717 bytes} [Fri Apr 17 05:11:19 2026] GET /v2.0/ports/f40413a6-ffe4-41cf-83e5-dc97af159d2a => generated 826 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1242/2244] 10.0.0.197 () {32 vars in 722 bytes} [Fri Apr 17 05:11:19 2026] DELETE /v2.0/trunks/0395d175-1fce-45b4-89cb-b56ff0e422d9 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:11:19.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-b393897a-d022-43c9-8e07-d868cf2d1f85 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] TaaS: Handle Delete Port: 570f9c72-179f-4f40-b927-49611568501c 2026-04-17 05:11:19.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b393897a-d022-43c9-8e07-d868cf2d1f85 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] Tap Mirror: Handle Delete Port: 570f9c72-179f-4f40-b927-49611568501c [pid: 8|app: 0|req: 1003/2245] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:11:19 2026] DELETE /v2.0/ports/570f9c72-179f-4f40-b927-49611568501c => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:11:19.552 9 INFO neutron_taas.services.taas.taas_plugin [None req-07a14513-39da-4504-8b01-98ecbcf021d2 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] TaaS: Handle Delete Port: 0f058500-df75-48b2-91f8-ae2f939e31c7 2026-04-17 05:11:19.555 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07a14513-39da-4504-8b01-98ecbcf021d2 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] Tap Mirror: Handle Delete Port: 0f058500-df75-48b2-91f8-ae2f939e31c7 [pid: 9|app: 0|req: 1243/2246] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:11:19 2026] DELETE /v2.0/ports/0f058500-df75-48b2-91f8-ae2f939e31c7 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:11:19.753 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb504435-7218-4ed2-b12c-bf552445914d 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] TaaS: Handle Delete Port: 6d7ba8c3-9cf4-47bb-80e5-16055e18ff3c 2026-04-17 05:11:19.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb504435-7218-4ed2-b12c-bf552445914d 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] Tap Mirror: Handle Delete Port: 6d7ba8c3-9cf4-47bb-80e5-16055e18ff3c [pid: 8|app: 0|req: 1004/2247] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:11:19 2026] DELETE /v2.0/ports/6d7ba8c3-9cf4-47bb-80e5-16055e18ff3c => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:11:19.938 9 INFO neutron_taas.services.taas.taas_plugin [None req-4b0b59ba-74f9-4813-80f0-59df72346c93 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] TaaS: Handle Delete Port: b9e0c5c7-efc8-4f84-9509-b63347b60c04 2026-04-17 05:11:19.941 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b0b59ba-74f9-4813-80f0-59df72346c93 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] Tap Mirror: Handle Delete Port: b9e0c5c7-efc8-4f84-9509-b63347b60c04 [pid: 9|app: 0|req: 1244/2248] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:11:19 2026] DELETE /v2.0/ports/b9e0c5c7-efc8-4f84-9509-b63347b60c04 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:11:20.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d8a6c38-0808-4d72-b022-c3177df0ca39 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] TaaS: Handle Delete Port: f40413a6-ffe4-41cf-83e5-dc97af159d2a 2026-04-17 05:11:20.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d8a6c38-0808-4d72-b022-c3177df0ca39 15ee10b674ff4fde80d12fda8bb04010 5e6eb6fc52054960aecce5cd34e2d101 - - default default] Tap Mirror: Handle Delete Port: f40413a6-ffe4-41cf-83e5-dc97af159d2a [pid: 8|app: 0|req: 1005/2249] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:11:20 2026] DELETE /v2.0/ports/f40413a6-ffe4-41cf-83e5-dc97af159d2a => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:11:20.340 9 INFO neutron.services.segments.plugin [-] Segment 06b2704b-9ef4-428f-9413-e3d126e56216 resource provider aggregate not found 2026-04-17 05:11:20.342 9 INFO neutron.services.segments.plugin [-] Segment 06b2704b-9ef4-428f-9413-e3d126e56216 resource provider aggregate not found 2026-04-17 05:11:20.365 9 INFO neutron.services.segments.plugin [-] Segment 06b2704b-9ef4-428f-9413-e3d126e56216 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06b2704b-9ef4-428f-9413-e3d126e56216 found for delete ", "request_id": "req-559e5403-e37d-433e-bc66-abe2b825fe33"}]} 2026-04-17 05:11:20.368 9 INFO neutron.services.segments.plugin [-] Segment 06b2704b-9ef4-428f-9413-e3d126e56216 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06b2704b-9ef4-428f-9413-e3d126e56216 found for delete ", "request_id": "req-72cfbb00-fd52-456c-9688-0e06bde185f3"}]} [pid: 9|app: 0|req: 1245/2250] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:20 2026] DELETE /v2.0/networks/09cd798c-5d07-4c69-8b8c-f321ecdeb567 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:11:20.510 8 INFO neutron.services.segments.plugin [-] Segment b7b8c5f7-666b-47f1-907d-a623b15a4a4a resource provider aggregate not found 2026-04-17 05:11:20.514 8 INFO neutron.services.segments.plugin [-] Segment b7b8c5f7-666b-47f1-907d-a623b15a4a4a resource provider aggregate not found 2026-04-17 05:11:20.530 8 INFO neutron.services.segments.plugin [-] Segment b7b8c5f7-666b-47f1-907d-a623b15a4a4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7b8c5f7-666b-47f1-907d-a623b15a4a4a found for delete ", "request_id": "req-56ac2093-a0b7-4c03-995f-0313b1bd6b08"}]} 2026-04-17 05:11:20.532 8 INFO neutron.services.segments.plugin [-] Segment b7b8c5f7-666b-47f1-907d-a623b15a4a4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7b8c5f7-666b-47f1-907d-a623b15a4a4a found for delete ", "request_id": "req-a90f7d5f-5973-4e27-80fb-891807c972e6"}]} [pid: 8|app: 0|req: 1006/2251] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:20 2026] DELETE /v2.0/networks/517bb0bc-bd6d-49bd-8b7d-968a4794cb28 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1246/2252] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:20 2026] DELETE /v2.0/networks/0b47efc8-25d9-4ca6-a90e-63737424a7dc => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2253] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:20 2026] DELETE /v2.0/networks/8768329e-b245-42bb-a2d0-478fd65ece9c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1247/2254] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:20 2026] DELETE /v2.0/networks/40ace3d6-5511-4576-8e47-b024ff1d2084 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1248/2255] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:21 2026] GET /v2.0/security-groups?tenant_id=5e6eb6fc52054960aecce5cd34e2d101&name=default => generated 2929 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2256] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:21 2026] GET /v2.0/security-groups?tenant_id=1a6ff45a09d244f99dd1687eb1c240b6&name=default => generated 2929 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1249/2257] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:21 2026] DELETE /v2.0/security-groups/70780703-335e-4007-8674-bc248def923e => 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: 1009/2258] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:21 2026] DELETE /v2.0/security-groups/cd4e0c38-3efc-4857-88a3-f06072f3d29f => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1250/2259] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:22 2026] GET /v2.0/security-groups?tenant_id=2099de7a8fa14df8953a011fb180528c&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2260] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:22 2026] DELETE /v2.0/security-groups/4722fb52-6d86-4c90-83a7-6dc020c46471 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:11:22.386 9 INFO neutron.services.segments.plugin [-] Segment 1944c87a-7fcd-4fab-8089-38a4851dac8f resource provider aggregate not found 2026-04-17 05:11:22.392 9 INFO neutron.services.segments.plugin [-] Segment 1944c87a-7fcd-4fab-8089-38a4851dac8f resource provider aggregate not found 2026-04-17 05:11:22.406 9 INFO neutron.services.segments.plugin [-] Segment 1944c87a-7fcd-4fab-8089-38a4851dac8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1944c87a-7fcd-4fab-8089-38a4851dac8f found for delete ", "request_id": "req-dcdaec53-6946-4df6-8fce-2d06e063d722"}]} 2026-04-17 05:11:22.413 9 INFO neutron.services.segments.plugin [-] Segment 1944c87a-7fcd-4fab-8089-38a4851dac8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1944c87a-7fcd-4fab-8089-38a4851dac8f found for delete ", "request_id": "req-cdd36b83-e6bc-4cbb-9bcd-391e99a7da4a"}]} 2026-04-17 05:11:22.425 9 INFO neutron.services.segments.plugin [-] Segment a5c7deb1-5a41-46f8-85e7-3a68b861514f resource provider aggregate not found 2026-04-17 05:11:22.429 9 INFO neutron.services.segments.plugin [-] Segment a5c7deb1-5a41-46f8-85e7-3a68b861514f resource provider aggregate not found 2026-04-17 05:11:22.442 9 INFO neutron.services.segments.plugin [-] Segment a5c7deb1-5a41-46f8-85e7-3a68b861514f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5c7deb1-5a41-46f8-85e7-3a68b861514f found for delete ", "request_id": "req-a52dd127-351e-4797-8691-99bcbace006b"}]} 2026-04-17 05:11:22.447 9 INFO neutron.services.segments.plugin [-] Segment a5c7deb1-5a41-46f8-85e7-3a68b861514f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5c7deb1-5a41-46f8-85e7-3a68b861514f found for delete ", "request_id": "req-2de1d88e-53a4-4042-a072-14da4f16b3c2"}]} 2026-04-17 05:11:22.551 8 INFO neutron.services.segments.plugin [-] Segment d241cf42-ba00-4602-b0f6-21ea25ebd107 resource provider aggregate not found 2026-04-17 05:11:22.557 8 INFO neutron.services.segments.plugin [-] Segment d241cf42-ba00-4602-b0f6-21ea25ebd107 resource provider aggregate not found [pid: 9|app: 0|req: 1251/2261] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:22 2026] GET /v2.0/security-groups?tenant_id=88a7dab11799492eb5735eec7b150e79&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:11:22.575 8 INFO neutron.services.segments.plugin [-] Segment d241cf42-ba00-4602-b0f6-21ea25ebd107 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d241cf42-ba00-4602-b0f6-21ea25ebd107 found for delete ", "request_id": "req-d0d63f8d-e9ba-491d-8a31-55773aaed7cb"}]} 2026-04-17 05:11:22.576 8 INFO neutron.services.segments.plugin [-] Segment d241cf42-ba00-4602-b0f6-21ea25ebd107 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d241cf42-ba00-4602-b0f6-21ea25ebd107 found for delete ", "request_id": "req-18a7665b-05c9-43d9-a851-9cefcdc4ebbb"}]} [pid: 8|app: 0|req: 1011/2262] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:22 2026] DELETE /v2.0/security-groups/e8ae8e25-e9ab-4a4d-9b76-3b555b7a6b06 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:11:26.108 9 INFO neutron.db.segments_db [None req-9ce7afbd-3843-4941-b92f-674693d12d0b a8d8ba0c888140d59d08b3822e23b1ca 14c49c9a2fa84096a70026f78ff8c52e - - default default] Added segment ad9f8777-7640-42cc-abd4-d23588d46aae of type vxlan for network c98725fc-84ab-4a5c-a6e9-b87358b98c66 [pid: 9|app: 0|req: 1252/2263] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:11:25 2026] POST /v2.0/networks => generated 613 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1253/2264] 10.0.0.197 () {34 vars in 669 bytes} [Fri Apr 17 05:11:26 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1254/2265] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:11:26 2026] PUT /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1255/2266] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:11:26 2026] GET /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1256/2267] 10.0.0.197 () {34 vars in 762 bytes} [Fri Apr 17 05:11:26 2026] PUT /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags/green => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1257/2268] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:11:26 2026] GET /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1258/2269] 10.0.0.197 () {34 vars in 758 bytes} [Fri Apr 17 05:11:26 2026] PUT /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags/red => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2270] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:11:26 2026] POST /v2.0/floatingips => generated 552 bytes in 663 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1259/2271] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:11:26 2026] GET /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1260/2272] 10.0.0.197 () {34 vars in 780 bytes} [Fri Apr 17 05:11:26 2026] PUT /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags/black.or.white => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1261/2273] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:11:26 2026] GET /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1262/2274] 10.0.0.197 () {34 vars in 751 bytes} [Fri Apr 17 05:11:27 2026] PUT /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1263/2275] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:11:27 2026] GET /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1264/2276] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:11:27 2026] GET /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:11:27.210 9 INFO neutron.api.v2.resource [None req-4c2174fb-2b0b-4d67-9f9d-1cfa20ce9a18 a8d8ba0c888140d59d08b3822e23b1ca 14c49c9a2fa84096a70026f78ff8c52e - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1265/2277] 10.0.0.197 () {32 vars in 743 bytes} [Fri Apr 17 05:11:27 2026] GET /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1266/2278] 10.0.0.197 () {32 vars in 742 bytes} [Fri Apr 17 05:11:27 2026] DELETE /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1267/2279] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:11:27 2026] GET /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:11:27.376 9 INFO neutron.api.v2.resource [None req-5562eaca-250d-45d4-9fad-c3d8fb0e88e4 a8d8ba0c888140d59d08b3822e23b1ca 14c49c9a2fa84096a70026f78ff8c52e - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1268/2280] 10.0.0.197 () {32 vars in 746 bytes} [Fri Apr 17 05:11:27 2026] DELETE /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2281] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:11:26 2026] POST /v2.0/floatingips => generated 552 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1269/2282] 10.0.0.197 () {32 vars in 734 bytes} [Fri Apr 17 05:11:27 2026] DELETE /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1270/2283] 10.0.0.197 () {32 vars in 731 bytes} [Fri Apr 17 05:11:27 2026] GET /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1271/2284] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:11:27 2026] DELETE /v2.0/subnets/c9138d11-c35b-44ee-873b-cb03ef373e45 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:11:27.790 9 INFO neutron_taas.services.taas.taas_plugin [None req-18f8eb31-9447-46ee-a11e-3d2b82d3e481 a8d8ba0c888140d59d08b3822e23b1ca 14c49c9a2fa84096a70026f78ff8c52e - - default default] TaaS: Handle Delete Port: 1b81c3bd-d486-4af6-bc0d-2d946237738d 2026-04-17 05:11:27.793 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18f8eb31-9447-46ee-a11e-3d2b82d3e481 a8d8ba0c888140d59d08b3822e23b1ca 14c49c9a2fa84096a70026f78ff8c52e - - default default] Tap Mirror: Handle Delete Port: 1b81c3bd-d486-4af6-bc0d-2d946237738d 2026-04-17 05:11:27.974 9 INFO neutron.services.segments.plugin [-] Segment ad9f8777-7640-42cc-abd4-d23588d46aae resource provider aggregate not found 2026-04-17 05:11:27.979 9 INFO neutron.services.segments.plugin [-] Segment ad9f8777-7640-42cc-abd4-d23588d46aae resource provider aggregate not found 2026-04-17 05:11:27.995 9 INFO neutron.services.segments.plugin [-] Segment ad9f8777-7640-42cc-abd4-d23588d46aae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad9f8777-7640-42cc-abd4-d23588d46aae found for delete ", "request_id": "req-a4f9293b-07de-4539-9d1c-072f0dd52159"}]} 2026-04-17 05:11:27.998 9 INFO neutron.services.segments.plugin [-] Segment ad9f8777-7640-42cc-abd4-d23588d46aae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad9f8777-7640-42cc-abd4-d23588d46aae found for delete ", "request_id": "req-a8c1f388-bc49-4f0d-a866-51d8c1a42dff"}]} [pid: 9|app: 0|req: 1272/2285] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:27 2026] DELETE /v2.0/networks/c98725fc-84ab-4a5c-a6e9-b87358b98c66 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2286] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:11:27 2026] POST /v2.0/floatingips => generated 552 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2287] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:11:28 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1273/2290] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:11:28 2026] POST /v2.0/floatingips => generated 552 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1274/2291] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:28 2026] GET /v2.0/security-groups?tenant_id=14c49c9a2fa84096a70026f78ff8c52e&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1275/2292] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:28 2026] DELETE /v2.0/security-groups/aad553a3-2d64-4f9d-a4f9-12d2a9136597 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2293] 10.0.0.197 () {34 vars in 676 bytes} [Fri Apr 17 05:11:28 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1276/2294] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:29 2026] GET /v2.0/security-groups?tenant_id=59fe31e23482443e854b362b08108c3a&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2295] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:11:29 2026] PUT /v2.0/floatingips/75d3b3c1-bbbf-4cd0-afbf-684b60cf24aa/tags => generated 17 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1277/2296] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:29 2026] DELETE /v2.0/security-groups/bfa6bcb7-2dda-4105-ada0-afaf80055807 => 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: 1020/2297] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:11:29 2026] PUT /v2.0/floatingips/09f4b8e6-0d2c-4439-9d8e-2b920b4f9b09/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1278/2298] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:11:29 2026] PUT /v2.0/floatingips/efc605a8-22d0-4391-9da0-8dfd7dee5c02/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2299] 10.0.0.197 () {34 vars in 759 bytes} [Fri Apr 17 05:11:29 2026] PUT /v2.0/floatingips/e5eb24c9-1aeb-4a7c-a80f-2aba401c84c4/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1279/2300] 10.0.0.197 () {32 vars in 672 bytes} [Fri Apr 17 05:11:29 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2301] 10.0.0.197 () {32 vars in 686 bytes} [Fri Apr 17 05:11:29 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2302] 10.0.0.197 () {32 vars in 682 bytes} [Fri Apr 17 05:11:29 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2303] 10.0.0.197 () {32 vars in 694 bytes} [Fri Apr 17 05:11:29 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2304] 10.0.0.197 () {32 vars in 680 bytes} [Fri Apr 17 05:11:29 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1280/2305] 10.0.0.154 () {30 vars in 690 bytes} [Fri Apr 17 05:11:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1281/2306] 10.0.0.154 () {30 vars in 692 bytes} [Fri Apr 17 05:11:29 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: 9|app: 0|req: 1282/2307] 10.0.0.154 () {30 vars in 668 bytes} [Fri Apr 17 05:11:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2308] 10.0.0.197 () {32 vars in 694 bytes} [Fri Apr 17 05:11:29 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2309] 10.0.0.154 () {30 vars in 704 bytes} [Fri Apr 17 05:11:29 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: 9|app: 0|req: 1283/2310] 10.0.0.197 () {32 vars in 690 bytes} [Fri Apr 17 05:11:29 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2311] 10.0.0.197 () {32 vars in 702 bytes} [Fri Apr 17 05:11:29 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:11:29.882 9 INFO neutron_taas.services.taas.taas_plugin [None req-68917bd9-afa3-4e8f-8016-83e6233bd2f2 d44acd53ed014e13a467656f45ab0d1c f8cbf8dd330b47afb878d1003188b0ac - - default default] TaaS: Handle Delete Port: 19f86c96-fba4-4266-8b91-6443f564fee6 2026-04-17 05:11:29.885 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68917bd9-afa3-4e8f-8016-83e6233bd2f2 d44acd53ed014e13a467656f45ab0d1c f8cbf8dd330b47afb878d1003188b0ac - - default default] Tap Mirror: Handle Delete Port: 19f86c96-fba4-4266-8b91-6443f564fee6 [pid: 9|app: 0|req: 1284/2312] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:11:29 2026] DELETE /v2.0/floatingips/75d3b3c1-bbbf-4cd0-afbf-684b60cf24aa => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:11:30.144 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1eafb4e-5c42-49bc-ae81-2ad4a4d27c02 d44acd53ed014e13a467656f45ab0d1c f8cbf8dd330b47afb878d1003188b0ac - - default default] TaaS: Handle Delete Port: a21eea4e-a8a0-4b5a-bfc8-847650abcda8 2026-04-17 05:11:30.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1eafb4e-5c42-49bc-ae81-2ad4a4d27c02 d44acd53ed014e13a467656f45ab0d1c f8cbf8dd330b47afb878d1003188b0ac - - default default] Tap Mirror: Handle Delete Port: a21eea4e-a8a0-4b5a-bfc8-847650abcda8 [pid: 9|app: 0|req: 1285/2313] 10.0.0.154 () {28 vars in 439 bytes} [Fri Apr 17 05:11:30 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1286/2314] 10.0.0.154 () {30 vars in 728 bytes} [Fri Apr 17 05:11:30 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 657 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1287/2315] 10.0.0.154 () {30 vars in 690 bytes} [Fri Apr 17 05:11:30 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: 1029/2316] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:11:30 2026] DELETE /v2.0/floatingips/09f4b8e6-0d2c-4439-9d8e-2b920b4f9b09 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1288/2317] 10.0.0.154 () {30 vars in 692 bytes} [Fri Apr 17 05:11:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1289/2318] 10.0.0.154 () {30 vars in 668 bytes} [Fri Apr 17 05:11:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1290/2319] 10.0.0.154 () {30 vars in 704 bytes} [Fri Apr 17 05:11:30 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: 9|app: 0|req: 1291/2320] 10.0.0.154 () {30 vars in 728 bytes} [Fri Apr 17 05:11:30 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:11:30.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d26873e-9e05-457a-9232-82993f788725 d44acd53ed014e13a467656f45ab0d1c f8cbf8dd330b47afb878d1003188b0ac - - default default] TaaS: Handle Delete Port: dc144a83-15b2-4ffb-8cb9-439565956ebb 2026-04-17 05:11:30.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d26873e-9e05-457a-9232-82993f788725 d44acd53ed014e13a467656f45ab0d1c f8cbf8dd330b47afb878d1003188b0ac - - default default] Tap Mirror: Handle Delete Port: dc144a83-15b2-4ffb-8cb9-439565956ebb [pid: 8|app: 0|req: 1030/2321] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:11:30 2026] DELETE /v2.0/floatingips/efc605a8-22d0-4391-9da0-8dfd7dee5c02 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2322] 10.0.0.154 () {30 vars in 690 bytes} [Fri Apr 17 05:11:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2323] 10.0.0.154 () {30 vars in 692 bytes} [Fri Apr 17 05:11:30 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: 1033/2324] 10.0.0.154 () {30 vars in 668 bytes} [Fri Apr 17 05:11:30 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: 1034/2325] 10.0.0.154 () {30 vars in 704 bytes} [Fri Apr 17 05:11:30 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-17 05:11:30.705 9 INFO neutron_taas.services.taas.taas_plugin [None req-e0ed83a5-ee17-4376-b88d-24d0fe98ec08 d44acd53ed014e13a467656f45ab0d1c f8cbf8dd330b47afb878d1003188b0ac - - default default] TaaS: Handle Delete Port: 01ff5436-b58a-462b-ba89-8fa91792b81f 2026-04-17 05:11:30.708 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0ed83a5-ee17-4376-b88d-24d0fe98ec08 d44acd53ed014e13a467656f45ab0d1c f8cbf8dd330b47afb878d1003188b0ac - - default default] Tap Mirror: Handle Delete Port: 01ff5436-b58a-462b-ba89-8fa91792b81f [pid: 8|app: 0|req: 1035/2326] 10.0.0.154 () {30 vars in 730 bytes} [Fri Apr 17 05:11:30 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2327] 10.0.0.154 () {30 vars in 682 bytes} [Fri Apr 17 05:11:30 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1292/2328] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:11:30 2026] DELETE /v2.0/floatingips/e5eb24c9-1aeb-4a7c-a80f-2aba401c84c4 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:11:30.975 9 INFO neutron_taas.services.taas.taas_plugin [None req-4d5cf41f-c0eb-4510-ba52-8ecfe4d5d178 d44acd53ed014e13a467656f45ab0d1c f8cbf8dd330b47afb878d1003188b0ac - - default default] TaaS: Handle Delete Port: f318d1a8-5f63-4c75-8fbd-a9ebcf2396d3 2026-04-17 05:11:30.977 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d5cf41f-c0eb-4510-ba52-8ecfe4d5d178 d44acd53ed014e13a467656f45ab0d1c f8cbf8dd330b47afb878d1003188b0ac - - default default] Tap Mirror: Handle Delete Port: f318d1a8-5f63-4c75-8fbd-a9ebcf2396d3 [pid: 8|app: 0|req: 1037/2329] 10.0.0.154 () {34 vars in 704 bytes} [Fri Apr 17 05:11:30 2026] POST /v2.0/ports => generated 1132 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1293/2330] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:11:30 2026] DELETE /v2.0/floatingips/aa636e25-592c-49e8-a3c0-0f8b1aad96f1 => generated 0 bytes in 228 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: 1038/2331] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:31 2026] GET /v2.0/security-groups?tenant_id=f8cbf8dd330b47afb878d1003188b0ac&name=default => generated 2929 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1294/2332] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:32 2026] DELETE /v2.0/security-groups/d0e51605-2ead-48e3-8d07-4d047252844c => 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: 1039/2333] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:32 2026] GET /v2.0/security-groups?tenant_id=c45aa1062ee44ed5bcd3876350af3761&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1295/2334] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:32 2026] DELETE /v2.0/security-groups/5d2edc58-20ba-43ae-9b3f-327edc3787a7 => 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: 1040/2335] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:32 2026] GET /v2.0/security-groups?tenant_id=32b6d1630978479ca7413697b2d12667&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1296/2336] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:32 2026] DELETE /v2.0/security-groups/6a68fd65-2f7c-4cfe-afda-fbe312516bed => 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: 1041/2337] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:11:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1297/2338] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:11: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: 1042/2339] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:11: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: 9|app: 0|req: 1298/2340] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:11:34 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: 1043/2341] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:11:34 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1299/2342] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:11:34 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: 1044/2343] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:11:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1300/2344] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:11:34 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: 1045/2345] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:11: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) 2026-04-17 05:11:34.686 9 INFO neutron.api.v2.resource [None req-17c11111-cf6a-4ab2-944f-d6443e52e506 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1301/2346] 199.204.45.113 () {30 vars in 763 bytes} [Fri Apr 17 05:11:34 2026] GET /v2.0/security-groups/lb-648883b9-3216-4f04-9391-8b21d1f4b43f => 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: 1046/2347] 199.204.45.113 () {30 vars in 785 bytes} [Fri Apr 17 05:11:34 2026] GET /v2.0/security-groups?name=lb-648883b9-3216-4f04-9391-8b21d1f4b43f => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1302/2348] 199.204.45.113 () {34 vars in 736 bytes} [Fri Apr 17 05:11:34 2026] POST /v2.0/security-groups => generated 1638 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2349] 199.204.45.113 () {30 vars in 815 bytes} [Fri Apr 17 05:11:34 2026] GET /v2.0/security-group-rules?security_group_id=f8130a3e-645c-438a-b0d3-9d85daffe8ed => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1303/2350] 199.204.45.113 () {34 vars in 789 bytes} [Fri Apr 17 05:11:34 2026] PUT /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2351] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:11:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1304/2352] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:11:35 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: 1049/2353] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:11:35 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: 9|app: 0|req: 1305/2354] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:11:35 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: 1050/2355] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:11:35 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:11:36.589 9 INFO neutron.db.segments_db [None req-8b5a1562-11c1-4f1e-ad71-87c4ef5e48a1 09ad29909a4d481bbe909d9c8d294944 8c6967cfe9a5439da2a4156060090bfa - - default default] Added segment 93122d0a-6d30-4667-898f-cdb6f0a5d075 of type vxlan for network 5fb0159b-6864-4fac-952a-625cac7b32d6 [pid: 9|app: 0|req: 1306/2356] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:11:36 2026] POST /v2.0/networks => generated 613 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2357] 10.0.0.197 () {34 vars in 664 bytes} [Fri Apr 17 05:11:36 2026] POST /v2.0/ports => generated 743 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1307/2358] 10.0.0.197 () {34 vars in 747 bytes} [Fri Apr 17 05:11:37 2026] PUT /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags => generated 25 bytes in 88 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: 1052/2359] 10.0.0.197 () {32 vars in 727 bytes} [Fri Apr 17 05:11:37 2026] GET /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1308/2360] 10.0.0.197 () {34 vars in 758 bytes} [Fri Apr 17 05:11:37 2026] PUT /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags/green => generated 4 bytes in 95 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: 1053/2361] 10.0.0.197 () {32 vars in 727 bytes} [Fri Apr 17 05:11:37 2026] GET /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1309/2362] 10.0.0.197 () {34 vars in 754 bytes} [Fri Apr 17 05:11:37 2026] PUT /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags/red => generated 4 bytes in 66 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: 1054/2363] 10.0.0.197 () {32 vars in 727 bytes} [Fri Apr 17 05:11:37 2026] GET /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1310/2364] 10.0.0.197 () {34 vars in 776 bytes} [Fri Apr 17 05:11:37 2026] PUT /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags/black.or.white => generated 4 bytes in 85 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: 1055/2365] 10.0.0.197 () {32 vars in 727 bytes} [Fri Apr 17 05:11:37 2026] GET /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags => generated 52 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: 9|app: 0|req: 1311/2366] 10.0.0.197 () {34 vars in 747 bytes} [Fri Apr 17 05:11:37 2026] PUT /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags => generated 37 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: 8|app: 0|req: 1056/2367] 10.0.0.197 () {32 vars in 727 bytes} [Fri Apr 17 05:11:37 2026] GET /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags => generated 37 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: 9|app: 0|req: 1312/2368] 10.0.0.197 () {32 vars in 735 bytes} [Fri Apr 17 05:11:37 2026] GET /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags/red => 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, ' 2026-04-17 05:11:37.901 8 INFO neutron.api.v2.resource [None req-c388a061-617e-4671-9b88-d78a39fcafca 09ad29909a4d481bbe909d9c8d294944 8c6967cfe9a5439da2a4156060090bfa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1057/2369] 10.0.0.197 () {32 vars in 739 bytes} [Fri Apr 17 05:11:37 2026] GET /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags/green => generated 99 bytes in 48 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: 9|app: 0|req: 1313/2370] 10.0.0.197 () {32 vars in 738 bytes} [Fri Apr 17 05:11:37 2026] DELETE /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1058/2371] 10.0.0.197 () {32 vars in 727 bytes} [Fri Apr 17 05:11:37 2026] GET /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags => generated 30 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 05:11:38.093 9 INFO neutron.api.v2.resource [None req-d2b00f4d-33af-4d64-944e-88a751bfa0e0 09ad29909a4d481bbe909d9c8d294944 8c6967cfe9a5439da2a4156060090bfa - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1314/2372] 10.0.0.197 () {32 vars in 742 bytes} [Fri Apr 17 05:11:38 2026] DELETE /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1059/2373] 10.0.0.197 () {32 vars in 730 bytes} [Fri Apr 17 05:11:38 2026] DELETE /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1315/2374] 10.0.0.197 () {32 vars in 727 bytes} [Fri Apr 17 05:11:38 2026] GET /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 05:11:38.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f141abb-60d9-4af7-b33d-ed47f419bf02 09ad29909a4d481bbe909d9c8d294944 8c6967cfe9a5439da2a4156060090bfa - - default default] TaaS: Handle Delete Port: b355449e-ed5c-4167-8977-7a411418ba5f 2026-04-17 05:11:38.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f141abb-60d9-4af7-b33d-ed47f419bf02 09ad29909a4d481bbe909d9c8d294944 8c6967cfe9a5439da2a4156060090bfa - - default default] Tap Mirror: Handle Delete Port: b355449e-ed5c-4167-8977-7a411418ba5f [pid: 8|app: 0|req: 1060/2375] 10.0.0.197 () {32 vars in 720 bytes} [Fri Apr 17 05:11:38 2026] DELETE /v2.0/ports/b355449e-ed5c-4167-8977-7a411418ba5f => generated 0 bytes in 184 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-17 05:11:38.542 9 INFO neutron.services.segments.plugin [-] Segment 93122d0a-6d30-4667-898f-cdb6f0a5d075 resource provider aggregate not found 2026-04-17 05:11:38.546 9 INFO neutron.services.segments.plugin [-] Segment 93122d0a-6d30-4667-898f-cdb6f0a5d075 resource provider aggregate not found 2026-04-17 05:11:38.568 9 INFO neutron.services.segments.plugin [-] Segment 93122d0a-6d30-4667-898f-cdb6f0a5d075 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93122d0a-6d30-4667-898f-cdb6f0a5d075 found for delete ", "request_id": "req-fb5932e4-ab04-4b89-9074-26b71a71dc97"}]} 2026-04-17 05:11:38.571 9 INFO neutron.services.segments.plugin [-] Segment 93122d0a-6d30-4667-898f-cdb6f0a5d075 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93122d0a-6d30-4667-898f-cdb6f0a5d075 found for delete ", "request_id": "req-b566b311-943b-4295-b4fc-4e8f8cd82a25"}]} [pid: 9|app: 0|req: 1316/2376] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:38 2026] DELETE /v2.0/networks/5fb0159b-6864-4fac-952a-625cac7b32d6 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2377] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:39 2026] GET /v2.0/security-groups?tenant_id=51291df204504f3d87296064ac1ffe4d&name=default => generated 2929 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1317/2378] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:39 2026] DELETE /v2.0/security-groups/cfa3fafa-2141-4c46-b9bc-fab56088b79b => 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: 1062/2379] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:39 2026] GET /v2.0/security-groups?tenant_id=8c6967cfe9a5439da2a4156060090bfa&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1318/2380] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:39 2026] DELETE /v2.0/security-groups/f4578bed-4182-46d9-99d3-ef80626ea296 => 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: 1063/2381] 10.0.0.172 () {34 vars in 1016 bytes} [Fri Apr 17 05:11:42 2026] GET /v2.0/security-groups?id=f84b971e-76e5-4da9-b42b-67f7f3164110&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1319/2382] 10.0.0.172 () {34 vars in 982 bytes} [Fri Apr 17 05:11:42 2026] GET /v2.0/networks?id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2383] 10.0.0.172 () {34 vars in 965 bytes} [Fri Apr 17 05:11:42 2026] GET /v2.0/quotas/571436b44957485fb86e6d08562f66cc => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2384] 10.0.0.172 () {34 vars in 1002 bytes} [Fri Apr 17 05:11:42 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1320/2385] 10.0.0.197 () {34 vars in 678 bytes} [Fri Apr 17 05:11:42 2026] POST /v2.0/qos/policies => generated 359 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2386] 10.0.0.172 () {34 vars in 1008 bytes} [Fri Apr 17 05:11:42 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1321/2387] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:11:42 2026] PUT /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2388] 10.0.0.172 () {34 vars in 1108 bytes} [Fri Apr 17 05:11:42 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?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: 9|app: 0|req: 1322/2389] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:11:42 2026] GET /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2390] 10.0.0.197 () {34 vars in 764 bytes} [Fri Apr 17 05:11:43 2026] PUT /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1323/2391] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:11:43 2026] GET /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2392] 10.0.0.197 () {34 vars in 760 bytes} [Fri Apr 17 05:11:43 2026] PUT /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1324/2393] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:11:43 2026] GET /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2394] 10.0.0.197 () {34 vars in 782 bytes} [Fri Apr 17 05:11:43 2026] PUT /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1325/2395] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:11:43 2026] GET /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2396] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:11:43 2026] PUT /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1326/2399] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:11:43 2026] GET /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/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: 1074/2400] 10.0.0.197 () {32 vars in 741 bytes} [Fri Apr 17 05:11:43 2026] GET /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:11:43.473 9 INFO neutron.api.v2.resource [None req-72373857-1c2f-4494-a191-b210b746ad87 c4321d8876ba457ab98becd1cb57d656 67e0d87a510748dd824efc31d8c52832 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1327/2401] 10.0.0.197 () {32 vars in 745 bytes} [Fri Apr 17 05:11:43 2026] GET /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1328/2402] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:43 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => 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: 1075/2403] 10.0.0.197 () {32 vars in 744 bytes} [Fri Apr 17 05:11:43 2026] DELETE /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1329/2404] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:11:43 2026] GET /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2405] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:43 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:11:43.672 9 INFO neutron.api.v2.resource [None req-ec2174a9-ead7-4510-949b-dacec869b336 c4321d8876ba457ab98becd1cb57d656 67e0d87a510748dd824efc31d8c52832 - - default default] delete failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1330/2406] 10.0.0.197 () {32 vars in 748 bytes} [Fri Apr 17 05:11:43 2026] DELETE /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2407] 10.0.0.197 () {32 vars in 736 bytes} [Fri Apr 17 05:11:43 2026] DELETE /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1331/2408] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:11:43 2026] GET /v2.0/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2409] 10.0.0.197 () {32 vars in 734 bytes} [Fri Apr 17 05:11:43 2026] DELETE /v2.0/qos/policies/d12aee8d-78fb-4eff-b7fc-c0435b633e3a => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1332/2410] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:44 2026] GET /v2.0/security-groups?tenant_id=67e0d87a510748dd824efc31d8c52832&name=default => generated 2929 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2411] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:44 2026] DELETE /v2.0/security-groups/46bee4b9-9455-4139-9a9f-c6958bee41e8 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1333/2412] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:44 2026] GET /v2.0/security-groups?tenant_id=f66f24cf93ef4098b85d53a7d86781d6&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2413] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:44 2026] DELETE /v2.0/security-groups/b0f72215-3ccb-4e30-ad3e-6ad47c7e6d10 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1334/2414] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:46 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2415] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:46 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1335/2416] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:11:47 2026] GET /v2.0/networks?id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2417] 199.204.45.113 () {34 vars in 1050 bytes} [Fri Apr 17 05:11:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=571436b44957485fb86e6d08562f66cc => generated 343 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1336/2418] 199.204.45.113 () {38 vars in 955 bytes} [Fri Apr 17 05:11:47 2026] POST /v2.0/ports => generated 1078 bytes in 317 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-17 05:11:48.578 9 INFO neutron.db.segments_db [None req-07954f42-8936-4485-8d62-9db253ba81e1 d2458c9a32514d41b64b1ba07bc90823 500d9335857a4c7c8f0e139ba123cdd9 - - default default] Added segment f0b1f20b-1843-49ff-9442-48637f54c6c1 of type vxlan for network 6813823b-7325-48a9-a9f2-f125de1d1e56 [pid: 8|app: 0|req: 1083/2419] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:11:48 2026] PUT /v2.0/ports/23939574-791e-487d-8072-c6aa18023a08 => generated 1239 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:11:48.620 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7576e91-007c-42f0-9f57-83463c0cbffb'] response: {'name': 'network-changed', 'server_uuid': '1ed544a8-f390-478a-880f-0e59247b5e9f', 'tag': '23939574-791e-487d-8072-c6aa18023a08', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1337/2420] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:11:48 2026] POST /v2.0/networks => generated 613 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 05:11:48.754 8 INFO neutron.db.segments_db [None req-9489db77-a110-42d2-9b46-c8a9f3981d4d d2458c9a32514d41b64b1ba07bc90823 500d9335857a4c7c8f0e139ba123cdd9 - - default default] Added segment 876054cc-ac11-4694-aedd-5d110c06e6be of type vxlan for network 6cf69b04-2e18-45d5-9dd6-1af91e60714a [pid: 8|app: 0|req: 1084/2421] 10.0.0.197 () {34 vars in 670 bytes} [Fri Apr 17 05:11:48 2026] POST /v2.0/networks => generated 613 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1338/2422] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:11:48 2026] PUT /v2.0/networks/6813823b-7325-48a9-a9f2-f125de1d1e56/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2423] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:11:48 2026] GET /v2.0/networks/6813823b-7325-48a9-a9f2-f125de1d1e56/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1339/2424] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:11:48 2026] PUT /v2.0/networks/6cf69b04-2e18-45d5-9dd6-1af91e60714a/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2425] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:11:49 2026] GET /v2.0/networks/6cf69b04-2e18-45d5-9dd6-1af91e60714a/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2426] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:11:49 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1340/2427] 10.0.0.197 () {34 vars in 753 bytes} [Fri Apr 17 05:11:49 2026] PUT /v2.0/networks/6cf69b04-2e18-45d5-9dd6-1af91e60714a/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: 1088/2428] 199.204.45.113 () {34 vars in 1018 bytes} [Fri Apr 17 05:11:49 2026] GET /v2.0/networks?tenant_id=571436b44957485fb86e6d08562f66cc&shared=False => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1341/2429] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:11:49 2026] GET /v2.0/networks/6cf69b04-2e18-45d5-9dd6-1af91e60714a/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: 1089/2430] 10.0.0.197 () {32 vars in 733 bytes} [Fri Apr 17 05:11:49 2026] GET /v2.0/networks/6813823b-7325-48a9-a9f2-f125de1d1e56/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1342/2431] 199.204.45.113 () {34 vars in 930 bytes} [Fri Apr 17 05:11:49 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) 2026-04-17 05:11:49.417 8 INFO neutron.services.segments.plugin [-] Segment f0b1f20b-1843-49ff-9442-48637f54c6c1 resource provider aggregate not found 2026-04-17 05:11:49.420 8 INFO neutron.services.segments.plugin [-] Segment f0b1f20b-1843-49ff-9442-48637f54c6c1 resource provider aggregate not found 2026-04-17 05:11:49.443 8 INFO neutron.services.segments.plugin [-] Segment f0b1f20b-1843-49ff-9442-48637f54c6c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0b1f20b-1843-49ff-9442-48637f54c6c1 found for delete ", "request_id": "req-56b99726-5030-4f9e-80a0-3ce597f01859"}]} 2026-04-17 05:11:49.444 8 INFO neutron.services.segments.plugin [-] Segment f0b1f20b-1843-49ff-9442-48637f54c6c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0b1f20b-1843-49ff-9442-48637f54c6c1 found for delete ", "request_id": "req-db7d7615-2940-4b0c-85a5-65e5a2b345e5"}]} [pid: 8|app: 0|req: 1090/2432] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:49 2026] DELETE /v2.0/networks/6813823b-7325-48a9-a9f2-f125de1d1e56 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:11:49.565 9 INFO neutron.services.segments.plugin [-] Segment 876054cc-ac11-4694-aedd-5d110c06e6be resource provider aggregate not found 2026-04-17 05:11:49.572 9 INFO neutron.services.segments.plugin [-] Segment 876054cc-ac11-4694-aedd-5d110c06e6be resource provider aggregate not found 2026-04-17 05:11:49.587 9 INFO neutron.services.segments.plugin [-] Segment 876054cc-ac11-4694-aedd-5d110c06e6be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 876054cc-ac11-4694-aedd-5d110c06e6be found for delete ", "request_id": "req-3d686603-1eed-42e0-8e86-e92be977aef8"}]} 2026-04-17 05:11:49.591 9 INFO neutron.services.segments.plugin [-] Segment 876054cc-ac11-4694-aedd-5d110c06e6be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 876054cc-ac11-4694-aedd-5d110c06e6be found for delete ", "request_id": "req-c14243b8-16db-4166-aab8-4e32a1f0bbe7"}]} [pid: 9|app: 0|req: 1343/2433] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:11:49 2026] DELETE /v2.0/networks/6cf69b04-2e18-45d5-9dd6-1af91e60714a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2434] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:49 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1344/2435] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:11:49 2026] GET /v2.0/security-groups?id=f84b971e-76e5-4da9-b42b-67f7f3164110&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2436] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:49 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2437] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:11:50 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2438] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:11:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.18&port_id=23939574-791e-487d-8072-c6aa18023a08 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1345/2439] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:50 2026] GET /v2.0/security-groups?tenant_id=500d9335857a4c7c8f0e139ba123cdd9&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1346/2440] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:11:50 2026] GET /v2.0/subnets?id=a7a07579-ef35-4622-af7b-5a393f580fa5 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1347/2441] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:11:50 2026] GET /v2.0/ports?network_id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c&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: 8|app: 0|req: 1095/2442] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:50 2026] DELETE /v2.0/security-groups/f1d3e86a-2c47-486c-b242-36518a0c6827 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1348/2443] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:11:50 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?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: 1096/2444] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:11:50 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?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: 9|app: 0|req: 1349/2445] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:50 2026] GET /v2.0/security-groups?tenant_id=068d1c6558714e6bb137940faa1ac714&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2446] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:50 2026] DELETE /v2.0/security-groups/515b15fa-bb06-4550-97a0-a04540548c3d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1350/2447] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:52 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1242 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2448] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:11:52 2026] GET /v2.0/security-groups?id=f84b971e-76e5-4da9-b42b-67f7f3164110&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1351/2449] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:52 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1242 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2450] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:54 2026] GET /v2.0/security-groups?tenant_id=232790988b35439b880cde36038bdad9&name=default => generated 2929 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1352/2451] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:54 2026] DELETE /v2.0/security-groups/69e53243-bdc9-4349-9090-aeb3ea9c31af => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2452] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:11:54 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1353/2453] 199.204.45.113 () {34 vars in 1044 bytes} [Fri Apr 17 05:11:54 2026] GET /v2.0/security-groups?id=f84b971e-76e5-4da9-b42b-67f7f3164110&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2454] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:11:54 2026] GET /v2.0/security-groups?tenant_id=d5e175fdede248609356ee470f1dbbf8&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1354/2455] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:11:54 2026] DELETE /v2.0/security-groups/04f56d47-72a6-4d1e-9e6d-dd64a13e1ade => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2456] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:55 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1355/2457] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:11:55 2026] GET /v2.0/security-groups?id=f84b971e-76e5-4da9-b42b-67f7f3164110&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: 1103/2458] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:55 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2461] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:59 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1357/2462] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:11:59 2026] GET /v2.0/security-groups?id=f84b971e-76e5-4da9-b42b-67f7f3164110&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2463] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:11:59 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => 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: 1109/2468] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:12:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1360/2469] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:12:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2470] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:12:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1361/2471] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:12:37 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: 1111/2472] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:12:37 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1362/2473] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:12:37 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => 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: 1112/2474] 199.204.45.113 () {34 vars in 717 bytes} [Fri Apr 17 05:12:37 2026] POST /v2.0/ports => generated 1055 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1363/2475] 10.0.0.172 () {34 vars in 971 bytes} [Fri Apr 17 05:12:37 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2476] 10.0.0.172 () {34 vars in 907 bytes} [Fri Apr 17 05:12:37 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1364/2477] 199.204.45.113 () {34 vars in 1262 bytes} [Fri Apr 17 05:12:38 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2478] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:12:38 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1365/2479] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:12:38 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2480] 199.204.45.113 () {34 vars in 975 bytes} [Fri Apr 17 05:12:39 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1055 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1366/2481] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:12:39 2026] GET /v2.0/networks?id=01876270-3d7f-449f-9010-09f61f66ee01 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2482] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:12:39 2026] PUT /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1245 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:12:40.220 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4388387e-c981-443d-b204-affa39f04453'] response: {'name': 'network-changed', 'server_uuid': '1ed544a8-f390-478a-880f-0e59247b5e9f', 'tag': 'd80e102a-2e52-4b73-91ae-518e28509476', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1367/2483] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:12:40 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2481 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2484] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:12:40 2026] GET /v2.0/networks?id=01876270-3d7f-449f-9010-09f61f66ee01 => generated 802 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1368/2485] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:12:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=d80e102a-2e52-4b73-91ae-518e28509476 => 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: 1118/2486] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:12:40 2026] GET /v2.0/subnets?id=308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 678 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1369/2487] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:12:40 2026] GET /v2.0/ports?network_id=01876270-3d7f-449f-9010-09f61f66ee01&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2488] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:12:40 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1370/2489] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:12:41 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2490] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:12:42 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2481 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1371/2491] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:12:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.18&port_id=23939574-791e-487d-8072-c6aa18023a08 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2492] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:12:42 2026] GET /v2.0/subnets?id=a7a07579-ef35-4622-af7b-5a393f580fa5 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1372/2493] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:12:42 2026] GET /v2.0/ports?network_id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2494] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:12:42 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1373/2495] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:12:42 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?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: 1123/2496] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:12:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=d80e102a-2e52-4b73-91ae-518e28509476 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1374/2497] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:12:42 2026] GET /v2.0/subnets?id=308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2498] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:12:42 2026] GET /v2.0/ports?network_id=01876270-3d7f-449f-9010-09f61f66ee01&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: 9|app: 0|req: 1375/2499] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:12:42 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2500] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:12:42 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2503] 10.0.0.172 () {34 vars in 971 bytes} [Fri Apr 17 05:12:46 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1247 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1377/2504] 199.204.45.113 () {34 vars in 789 bytes} [Fri Apr 17 05:12:46 2026] PUT /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1272 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:12:46.986 8 INFO neutron.api.v2.resource [None req-6643d0e3-8f3f-4605-b3ce-773d32b80a95 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1128/2505] 199.204.45.113 () {30 vars in 763 bytes} [Fri Apr 17 05:12:46 2026] GET /v2.0/security-groups/lb-648883b9-3216-4f04-9391-8b21d1f4b43f => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1378/2506] 199.204.45.113 () {30 vars in 785 bytes} [Fri Apr 17 05:12:46 2026] GET /v2.0/security-groups?name=lb-648883b9-3216-4f04-9391-8b21d1f4b43f => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:12:47.031 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-16a2552a-9f74-4687-8ea6-c532c2c2e4e2'] response: {'name': 'network-changed', 'server_uuid': '1ed544a8-f390-478a-880f-0e59247b5e9f', 'tag': 'd80e102a-2e52-4b73-91ae-518e28509476', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1129/2507] 199.204.45.113 () {34 vars in 789 bytes} [Fri Apr 17 05:12:47 2026] PUT /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1310 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:12:47.321 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17acfc21-3821-46ea-b38b-ed5724e4ba97'] response: {'name': 'network-changed', 'server_uuid': '1ed544a8-f390-478a-880f-0e59247b5e9f', 'tag': 'd80e102a-2e52-4b73-91ae-518e28509476', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1379/2508] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1130/2509] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:12:47 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: 9|app: 0|req: 1380/2510] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2511] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:12:47 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: 1132/2512] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1381/2513] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2582 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2514] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1382/2515] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/networks?id=01876270-3d7f-449f-9010-09f61f66ee01 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1383/2516] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=d80e102a-2e52-4b73-91ae-518e28509476 => 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: 1134/2517] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1346 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1384/2518] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/subnets?id=308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2519] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1385/2520] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/ports?network_id=01876270-3d7f-449f-9010-09f61f66ee01&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2521] 199.204.45.113 () {30 vars in 743 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1386/2522] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?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: 1137/2523] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1387/2524] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?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: 1138/2525] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:12:47 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1388/2526] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:12:48 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2582 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2527] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:12:48 2026] GET /v2.0/networks?id=01876270-3d7f-449f-9010-09f61f66ee01 => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1389/2528] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:12:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=d80e102a-2e52-4b73-91ae-518e28509476 => 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: 1140/2529] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:12:49 2026] GET /v2.0/subnets?id=308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1390/2530] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:12:49 2026] GET /v2.0/ports?network_id=01876270-3d7f-449f-9010-09f61f66ee01&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2531] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:12:49 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1391/2532] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:12:49 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:12:52.496 8 INFO neutron.db.l3_db [None req-cebf858a-0bcf-42cd-8b7c-26f82614d3ac 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Floating IP 146a960c-7601-4182-be18-c9c27b09c591 associated. External IP: 10.96.250.201, port: 1084cfff-2632-4f7d-9981-c482ca07b320. [pid: 8|app: 0|req: 1142/2533] 10.0.0.197 () {34 vars in 677 bytes} [Fri Apr 17 05:12:51 2026] POST /v2.0/floatingips => generated 899 bytes in 1088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1392/2534] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:12:57 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) [pid: 8|app: 0|req: 1143/2535] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:12:57 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: 9|app: 0|req: 1393/2536] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:12:57 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: 1144/2537] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:12:57 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-17 05:12:57.531 9 INFO neutron.api.v2.resource [None req-9541f90e-3798-4d6d-b892-23adad211a31 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1394/2538] 199.204.45.113 () {30 vars in 763 bytes} [Fri Apr 17 05:12:57 2026] GET /v2.0/security-groups/lb-648883b9-3216-4f04-9391-8b21d1f4b43f => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2539] 199.204.45.113 () {30 vars in 785 bytes} [Fri Apr 17 05:12:57 2026] GET /v2.0/security-groups?name=lb-648883b9-3216-4f04-9391-8b21d1f4b43f => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1395/2540] 199.204.45.113 () {30 vars in 815 bytes} [Fri Apr 17 05:12:57 2026] GET /v2.0/security-group-rules?security_group_id=f8130a3e-645c-438a-b0d3-9d85daffe8ed => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2541] 199.204.45.113 () {34 vars in 747 bytes} [Fri Apr 17 05:12:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1396/2542] 199.204.45.113 () {34 vars in 747 bytes} [Fri Apr 17 05:12:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2545] 10.0.0.154 () {30 vars in 690 bytes} [Fri Apr 17 05:13:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1398/2546] 10.0.0.154 () {30 vars in 692 bytes} [Fri Apr 17 05:13: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: 1149/2547] 10.0.0.154 () {30 vars in 668 bytes} [Fri Apr 17 05:13: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: 9|app: 0|req: 1399/2548] 10.0.0.154 () {30 vars in 704 bytes} [Fri Apr 17 05:13: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: 1150/2549] 10.0.0.154 () {28 vars in 439 bytes} [Fri Apr 17 05:13:05 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1400/2550] 10.0.0.154 () {30 vars in 728 bytes} [Fri Apr 17 05:13:05 2026] GET /v2.0/subnets/151854e3-59a7-4eca-a83b-8fce2708fc75 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2551] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:13: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: 9|app: 0|req: 1401/2552] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:13:05 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: 1152/2553] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:13:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1402/2554] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:13:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2555] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:06 2026] GET /v2.0/subnets/151854e3-59a7-4eca-a83b-8fce2708fc75 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1403/2556] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:13:06 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2582 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2557] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:13:06 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: 9|app: 0|req: 1404/2558] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:13:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2559] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:13:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1405/2560] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:13:06 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: 1156/2561] 199.204.45.113 () {34 vars in 717 bytes} [Fri Apr 17 05:13:06 2026] POST /v2.0/ports => generated 1324 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1406/2562] 10.0.0.172 () {34 vars in 971 bytes} [Fri Apr 17 05:13:06 2026] GET /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 1324 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: 8|app: 0|req: 1157/2563] 10.0.0.172 () {34 vars in 907 bytes} [Fri Apr 17 05:13:06 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: 9|app: 0|req: 1407/2564] 199.204.45.113 () {34 vars in 1262 bytes} [Fri Apr 17 05:13:07 2026] GET /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2565] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:07 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1408/2566] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:07 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?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: 1159/2567] 199.204.45.113 () {34 vars in 975 bytes} [Fri Apr 17 05:13:08 2026] GET /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 1324 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1409/2568] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:13:08 2026] GET /v2.0/networks?id=7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2569] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:13:08 2026] PUT /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 1514 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:13:09.120 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b2e46f0-ec31-4b6b-9040-a345a756cc59'] response: {'name': 'network-changed', 'server_uuid': '1ed544a8-f390-478a-880f-0e59247b5e9f', 'tag': '399dedbe-1280-4421-b5bc-a74b12e1da32', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1410/2570] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:13:09 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 4088 bytes in 61 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: 1161/2571] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:13:09 2026] GET /v2.0/networks?id=7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1411/2572] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:13:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.23&port_id=399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2573] 199.204.45.113 () {34 vars in 1104 bytes} [Fri Apr 17 05:13:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3db&port_id=399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1412/2574] 199.204.45.113 () {34 vars in 1064 bytes} [Fri Apr 17 05:13:09 2026] GET /v2.0/subnets?id=151854e3-59a7-4eca-a83b-8fce2708fc75&id=55a17aab-3b8a-4320-82e5-ed01ce5a7be8 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2575] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:09 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1413/2576] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:09 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&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: 1164/2577] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:09 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1414/2578] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:10 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?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: 1165/2579] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 4088 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1415/2580] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.18&port_id=23939574-791e-487d-8072-c6aa18023a08 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2581] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/subnets?id=a7a07579-ef35-4622-af7b-5a393f580fa5 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1416/2582] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/ports?network_id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2583] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1417/2584] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?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: 1168/2585] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=d80e102a-2e52-4b73-91ae-518e28509476 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1418/2586] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/subnets?id=308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2587] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/ports?network_id=01876270-3d7f-449f-9010-09f61f66ee01&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: 9|app: 0|req: 1419/2588] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?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: 1170/2589] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?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: 9|app: 0|req: 1420/2590] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.23&port_id=399dedbe-1280-4421-b5bc-a74b12e1da32 => 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: 1171/2591] 199.204.45.113 () {34 vars in 1104 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3db&port_id=399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1421/2592] 199.204.45.113 () {34 vars in 1064 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/subnets?id=151854e3-59a7-4eca-a83b-8fce2708fc75&id=55a17aab-3b8a-4320-82e5-ed01ce5a7be8 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2593] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1422/2594] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&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: 8|app: 0|req: 1173/2595] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1423/2596] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:11 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2599] 10.0.0.172 () {34 vars in 971 bytes} [Fri Apr 17 05:13:15 2026] GET /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 1516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1425/2600] 199.204.45.113 () {30 vars in 743 bytes} [Fri Apr 17 05:13:15 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 796 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2601] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:16 2026] GET /v2.0/subnets/151854e3-59a7-4eca-a83b-8fce2708fc75 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1426/2602] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:16 2026] GET /v2.0/subnets/55a17aab-3b8a-4320-82e5-ed01ce5a7be8 => generated 743 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2603] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:13:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1427/2604] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:13:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2605] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:13:16 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: 9|app: 0|req: 1428/2606] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:13:16 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: 1179/2607] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:16 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1429/2608] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:16 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2609] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:16 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1430/2610] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:16 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2611] 199.204.45.113 () {30 vars in 743 bytes} [Fri Apr 17 05:13:16 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01 => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1431/2612] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:16 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2613] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:16 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1432/2614] 10.0.0.154 () {30 vars in 690 bytes} [Fri Apr 17 05:13:25 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: 1183/2615] 10.0.0.154 () {30 vars in 692 bytes} [Fri Apr 17 05:13:25 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: 9|app: 0|req: 1433/2616] 10.0.0.154 () {30 vars in 668 bytes} [Fri Apr 17 05:13:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2617] 10.0.0.154 () {30 vars in 704 bytes} [Fri Apr 17 05:13:25 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: 9|app: 0|req: 1434/2618] 10.0.0.154 () {28 vars in 439 bytes} [Fri Apr 17 05:13:26 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2619] 10.0.0.154 () {30 vars in 728 bytes} [Fri Apr 17 05:13:26 2026] GET /v2.0/subnets/3dfc7b26-f6aa-447c-8f27-5f3b933e88f9 => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1435/2620] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:13:26 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: 1186/2621] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:13:26 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: 9|app: 0|req: 1436/2622] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:13:26 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: 1187/2623] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:13:26 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: 9|app: 0|req: 1437/2624] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:26 2026] GET /v2.0/subnets/151854e3-59a7-4eca-a83b-8fce2708fc75 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2625] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:26 2026] GET /v2.0/subnets/3dfc7b26-f6aa-447c-8f27-5f3b933e88f9 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1438/2626] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:13:26 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 4090 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2627] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:13:27 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: 9|app: 0|req: 1439/2628] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:13:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2629] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:13:27 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: 9|app: 0|req: 1440/2630] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:13:27 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: 1191/2631] 199.204.45.113 () {34 vars in 717 bytes} [Fri Apr 17 05:13:27 2026] POST /v2.0/ports => generated 1332 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1441/2632] 10.0.0.172 () {34 vars in 971 bytes} [Fri Apr 17 05:13:28 2026] GET /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 1332 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1443/2635] 199.204.45.113 () {34 vars in 1262 bytes} [Fri Apr 17 05:13:29 2026] GET /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1193/2636] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:29 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1444/2637] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:29 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?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: 1194/2638] 199.204.45.113 () {34 vars in 975 bytes} [Fri Apr 17 05:13:29 2026] GET /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 1332 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1445/2639] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:13:29 2026] GET /v2.0/networks?id=cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 800 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2640] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:13:29 2026] PUT /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 1522 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:13:30.422 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-97e496c8-ff75-4d61-84a2-9c66b7d4153c'] response: {'name': 'network-changed', 'server_uuid': '1ed544a8-f390-478a-880f-0e59247b5e9f', 'tag': 'e11bbaff-7d97-48a0-90c1-4c83e00bd3aa', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1446/2641] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:13:30 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 5604 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1196/2642] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:13:31 2026] GET /v2.0/networks?id=cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1447/2643] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:13:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.167&port_id=e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => 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: 1197/2644] 199.204.45.113 () {34 vars in 1106 bytes} [Fri Apr 17 05:13:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f8&port_id=e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1448/2645] 199.204.45.113 () {34 vars in 1064 bytes} [Fri Apr 17 05:13:31 2026] GET /v2.0/subnets?id=9fd49455-27fa-4307-ae0b-b6846e4bc2a8&id=3dfc7b26-f6aa-447c-8f27-5f3b933e88f9 => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2646] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:31 2026] GET /v2.0/ports?network_id=cc775dc7-26ed-44fd-acc6-f5a96498f010&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: 9|app: 0|req: 1449/2647] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:31 2026] GET /v2.0/ports?network_id=cc775dc7-26ed-44fd-acc6-f5a96498f010&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2648] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:31 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1450/2649] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:31 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?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: 1200/2650] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 5604 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1451/2651] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.18&port_id=23939574-791e-487d-8072-c6aa18023a08 => 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: 1201/2652] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/subnets?id=a7a07579-ef35-4622-af7b-5a393f580fa5 => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1452/2653] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/ports?network_id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c&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: 1202/2654] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1453/2655] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?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: 1203/2656] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=d80e102a-2e52-4b73-91ae-518e28509476 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1454/2657] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/subnets?id=308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2658] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/ports?network_id=01876270-3d7f-449f-9010-09f61f66ee01&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: 9|app: 0|req: 1455/2659] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2660] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?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: 9|app: 0|req: 1456/2661] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.23&port_id=399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2662] 199.204.45.113 () {34 vars in 1104 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3db&port_id=399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1457/2663] 199.204.45.113 () {34 vars in 1064 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/subnets?id=151854e3-59a7-4eca-a83b-8fce2708fc75&id=55a17aab-3b8a-4320-82e5-ed01ce5a7be8 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2664] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:32 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1458/2665] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:33 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&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: 8|app: 0|req: 1208/2666] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:33 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1459/2667] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:33 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2668] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:13:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.167&port_id=e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1460/2669] 199.204.45.113 () {34 vars in 1106 bytes} [Fri Apr 17 05:13:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f8&port_id=e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => 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: 1210/2670] 199.204.45.113 () {34 vars in 1064 bytes} [Fri Apr 17 05:13:33 2026] GET /v2.0/subnets?id=9fd49455-27fa-4307-ae0b-b6846e4bc2a8&id=3dfc7b26-f6aa-447c-8f27-5f3b933e88f9 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1461/2671] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:33 2026] GET /v2.0/ports?network_id=cc775dc7-26ed-44fd-acc6-f5a96498f010&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2672] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:33 2026] GET /v2.0/ports?network_id=cc775dc7-26ed-44fd-acc6-f5a96498f010&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: 9|app: 0|req: 1462/2673] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:33 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?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: 1212/2674] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:33 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?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: 9|app: 0|req: 1463/2675] 10.0.0.172 () {34 vars in 971 bytes} [Fri Apr 17 05:13:37 2026] GET /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2676] 199.204.45.113 () {30 vars in 743 bytes} [Fri Apr 17 05:13:37 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1464/2677] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:37 2026] GET /v2.0/subnets/3dfc7b26-f6aa-447c-8f27-5f3b933e88f9 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2678] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:37 2026] GET /v2.0/subnets/9fd49455-27fa-4307-ae0b-b6846e4bc2a8 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1465/2679] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:37 2026] GET /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 1516 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2680] 199.204.45.113 () {34 vars in 790 bytes} [Fri Apr 17 05:13:37 2026] PUT /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 1251 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:13:38.256 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f68855c-be45-473a-a22b-0985b5e6e1d1'] response: {'name': 'network-changed', 'server_uuid': '1ed544a8-f390-478a-880f-0e59247b5e9f', 'tag': '399dedbe-1280-4421-b5bc-a74b12e1da32', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1466/2681] 199.204.45.113 () {30 vars in 743 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 796 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1216/2682] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/subnets/151854e3-59a7-4eca-a83b-8fce2708fc75 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1467/2683] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:13: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: 1217/2684] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:13:38 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: 9|app: 0|req: 1468/2685] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:13: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: 8|app: 0|req: 1218/2686] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:13: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) [pid: 9|app: 0|req: 1469/2687] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2688] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1470/2689] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2690] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1471/2691] 199.204.45.113 () {30 vars in 743 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2692] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1472/2693] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2694] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 5377 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1473/2695] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/networks?id=7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2696] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.23&port_id=399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1474/2697] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/subnets?id=151854e3-59a7-4eca-a83b-8fce2708fc75 => 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: 1224/2698] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:38 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1475/2699] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:39 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?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: 1225/2700] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:39 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?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: 9|app: 0|req: 1477/2703] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2704] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1478/2705] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2706] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1479/2707] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/subnets/151854e3-59a7-4eca-a83b-8fce2708fc75 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2708] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 5377 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1480/2709] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2710] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1481/2711] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2712] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:13:51 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: 9|app: 0|req: 1482/2713] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 1524 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2714] 199.204.45.113 () {34 vars in 790 bytes} [Fri Apr 17 05:13:51 2026] PUT /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 1255 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:13:51.934 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57b1ae1f-004f-4fa4-ba23-6d39b5d5c8ed'] response: {'name': 'network-changed', 'server_uuid': '1ed544a8-f390-478a-880f-0e59247b5e9f', 'tag': 'e11bbaff-7d97-48a0-90c1-4c83e00bd3aa', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1483/2715] 199.204.45.113 () {30 vars in 743 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1233/2716] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:51 2026] GET /v2.0/subnets/3dfc7b26-f6aa-447c-8f27-5f3b933e88f9 => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1484/2717] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:52 2026] GET /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1485/2718] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:13:52 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 4969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2719] 199.204.45.113 () {34 vars in 789 bytes} [Fri Apr 17 05:13:52 2026] PUT /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 1080 bytes in 465 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: 9|app: 0|req: 1486/2720] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:13:52 2026] GET /v2.0/networks?id=cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2721] 199.204.45.113 () {30 vars in 743 bytes} [Fri Apr 17 05:13:52 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 797 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1487/2722] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:52 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?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: 1236/2723] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:13:52 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 4969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1488/2724] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:52 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?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: 1237/2725] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:13:52 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 4969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1489/2726] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:13:53 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 4969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:13:53.992 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-24507f74-7364-46e2-8b77-8e134ac85a41'] response: {'name': 'network-changed', 'server_uuid': '1ed544a8-f390-478a-880f-0e59247b5e9f', 'tag': 'e11bbaff-7d97-48a0-90c1-4c83e00bd3aa', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1238/2727] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:13:54 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 4969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1490/2728] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:13:54 2026] GET /v2.0/networks?id=cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2729] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:54 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1491/2730] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:54 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2731] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:13:54 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 4969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1492/2732] 199.204.45.113 () {34 vars in 975 bytes} [Fri Apr 17 05:13:55 2026] GET /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2733] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:13:55 2026] GET /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1493/2734] 199.204.45.113 () {34 vars in 1016 bytes} [Fri Apr 17 05:13:55 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2735] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:13:55 2026] PUT /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 917 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1494/2736] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:13:55 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 3861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 05:13:56.113 8 INFO neutron_taas.services.taas.taas_plugin [None req-f438e21b-11ae-44b5-ba7c-086a922c7080 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: e11bbaff-7d97-48a0-90c1-4c83e00bd3aa 2026-04-17 05:13:56.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f438e21b-11ae-44b5-ba7c-086a922c7080 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: e11bbaff-7d97-48a0-90c1-4c83e00bd3aa [pid: 8|app: 0|req: 1243/2737] 199.204.45.113 () {32 vars in 759 bytes} [Fri Apr 17 05:13:56 2026] DELETE /v2.0/ports/e11bbaff-7d97-48a0-90c1-4c83e00bd3aa => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1495/2738] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:13:56 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: 1244/2739] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:13: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: 9|app: 0|req: 1496/2740] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:13:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2741] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:13: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: 9|app: 0|req: 1497/2742] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:56 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2743] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:56 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1498/2744] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:56 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2745] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:56 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1499/2746] 199.204.45.113 () {30 vars in 743 bytes} [Fri Apr 17 05:13:56 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2747] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:13:56 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1500/2748] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:13:56 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2749] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:13:56 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 3861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1501/2750] 199.204.45.113 () {34 vars in 1226 bytes} [Fri Apr 17 05:13:56 2026] GET /v2.0/networks?id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c&id=01876270-3d7f-449f-9010-09f61f66ee01&id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&id=cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 3094 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2751] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.18&port_id=23939574-791e-487d-8072-c6aa18023a08 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1502/2752] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/subnets?id=a7a07579-ef35-4622-af7b-5a393f580fa5 => 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: 1251/2753] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/ports?network_id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1503/2754] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?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: 1252/2755] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?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: 9|app: 0|req: 1504/2756] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=d80e102a-2e52-4b73-91ae-518e28509476 => 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: 1253/2757] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/subnets?id=308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1505/2758] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/ports?network_id=01876270-3d7f-449f-9010-09f61f66ee01&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2759] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1506/2760] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?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: 1255/2761] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.23&port_id=399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1507/2762] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/subnets?id=151854e3-59a7-4eca-a83b-8fce2708fc75 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2763] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&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: 9|app: 0|req: 1508/2764] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?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: 1257/2765] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:13:57 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2768] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:14:01 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: 9|app: 0|req: 1510/2769] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:14:01 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: 1260/2770] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:14:01 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: 9|app: 0|req: 1511/2771] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:14:01 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: 1261/2772] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:01 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 3861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1512/2773] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:14:01 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: 1262/2774] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:14:01 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: 9|app: 0|req: 1513/2775] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:14:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2776] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:14:01 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: 9|app: 0|req: 1514/2777] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:14:01 2026] GET /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 1287 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2778] 199.204.45.113 () {34 vars in 789 bytes} [Fri Apr 17 05:14:01 2026] PUT /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 1080 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:14:01.804 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e87ba7f-645b-4e55-9741-80faf2700a2d'] response: {'name': 'network-changed', 'server_uuid': '1ed544a8-f390-478a-880f-0e59247b5e9f', 'tag': '399dedbe-1280-4421-b5bc-a74b12e1da32', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1515/2779] 199.204.45.113 () {30 vars in 743 bytes} [Fri Apr 17 05:14:01 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 796 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1265/2780] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:01 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 3690 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1516/2781] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:01 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 3690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2782] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:14:02 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 3690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1517/2783] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:14:02 2026] GET /v2.0/networks?id=7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2784] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:14:02 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1518/2785] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:14:02 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?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: 1268/2786] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:03 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 3690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1519/2787] 199.204.45.113 () {34 vars in 975 bytes} [Fri Apr 17 05:14:04 2026] GET /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2788] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:14:04 2026] GET /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1520/2789] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:04 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 3690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2790] 199.204.45.113 () {34 vars in 1016 bytes} [Fri Apr 17 05:14:04 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?fields=dns_domain => generated 29 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1521/2791] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:14:04 2026] PUT /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 917 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2792] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:05 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2582 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-17 05:14:05.299 9 INFO neutron_taas.services.taas.taas_plugin [None req-b15037ef-2a11-44c9-913a-4cfe2c49fa56 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 399dedbe-1280-4421-b5bc-a74b12e1da32 2026-04-17 05:14:05.302 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b15037ef-2a11-44c9-913a-4cfe2c49fa56 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 399dedbe-1280-4421-b5bc-a74b12e1da32 [pid: 9|app: 0|req: 1522/2793] 199.204.45.113 () {32 vars in 759 bytes} [Fri Apr 17 05:14:05 2026] DELETE /v2.0/ports/399dedbe-1280-4421-b5bc-a74b12e1da32 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2794] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:14:05 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: 9|app: 0|req: 1523/2795] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:14:05 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: 1273/2796] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:14:05 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: 9|app: 0|req: 1524/2797] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:14:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2798] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:14:05 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1525/2799] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:14:05 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2800] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:14:05 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1526/2801] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:14:05 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2802] 199.204.45.113 () {30 vars in 743 bytes} [Fri Apr 17 05:14:05 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1527/2803] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:14:05 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2804] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:14:05 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1528/2805] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:14:05 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2582 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2806] 199.204.45.113 () {34 vars in 1146 bytes} [Fri Apr 17 05:14:05 2026] GET /v2.0/networks?id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c&id=01876270-3d7f-449f-9010-09f61f66ee01&id=7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 2308 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1529/2807] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:14:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.18&port_id=23939574-791e-487d-8072-c6aa18023a08 => 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: 1279/2808] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:14:06 2026] GET /v2.0/subnets?id=a7a07579-ef35-4622-af7b-5a393f580fa5 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1530/2809] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:14:06 2026] GET /v2.0/ports?network_id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2810] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:14:06 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1531/2811] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:14:06 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?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: 1281/2812] 199.204.45.113 () {34 vars in 1056 bytes} [Fri Apr 17 05:14:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.98&port_id=d80e102a-2e52-4b73-91ae-518e28509476 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1532/2813] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:14:06 2026] GET /v2.0/subnets?id=308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2814] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:14:06 2026] GET /v2.0/ports?network_id=01876270-3d7f-449f-9010-09f61f66ee01&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: 9|app: 0|req: 1533/2815] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:14:06 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?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: 1283/2816] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:14:06 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?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: 1285/2819] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:14:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1535/2820] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:14:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2821] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:14:17 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: 9|app: 0|req: 1536/2822] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:14:17 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-17 05:14:17.470 8 INFO neutron.api.v2.resource [None req-81e5e2af-e589-4e7a-8a45-69c38bf82202 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1287/2823] 199.204.45.113 () {30 vars in 763 bytes} [Fri Apr 17 05:14:17 2026] GET /v2.0/security-groups/lb-648883b9-3216-4f04-9391-8b21d1f4b43f => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1537/2824] 199.204.45.113 () {30 vars in 785 bytes} [Fri Apr 17 05:14:17 2026] GET /v2.0/security-groups?name=lb-648883b9-3216-4f04-9391-8b21d1f4b43f => generated 2865 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2825] 199.204.45.113 () {30 vars in 815 bytes} [Fri Apr 17 05:14:17 2026] GET /v2.0/security-group-rules?security_group_id=f8130a3e-645c-438a-b0d3-9d85daffe8ed => generated 2334 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1538/2826] 199.204.45.113 () {32 vars in 789 bytes} [Fri Apr 17 05:14:17 2026] DELETE /v2.0/security-group-rules/d135f577-4d9f-4444-980d-ad3fd958114b => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2827] 199.204.45.113 () {32 vars in 789 bytes} [Fri Apr 17 05:14:17 2026] DELETE /v2.0/security-group-rules/d9246f16-3577-418f-8f6e-26dd82def518 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:21.394 9 INFO neutron_taas.services.taas.taas_plugin [None req-0c8194d2-b13e-4650-83d7-c9cbae9b45ab 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: 4f298ce7-f046-4b6c-98f8-10eff885167d 2026-04-17 05:14:21.397 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c8194d2-b13e-4650-83d7-c9cbae9b45ab 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: 4f298ce7-f046-4b6c-98f8-10eff885167d 2026-04-17 05:14:21.582 9 INFO neutron.db.l3_db [None req-0c8194d2-b13e-4650-83d7-c9cbae9b45ab 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Floating IP 146a960c-7601-4182-be18-c9c27b09c591 disassociated (deleted). External IP: 10.96.250.201, port: 1084cfff-2632-4f7d-9981-c482ca07b320. [pid: 9|app: 0|req: 1539/2828] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:14:21 2026] DELETE /v2.0/floatingips/146a960c-7601-4182-be18-c9c27b09c591 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:21.933 8 INFO neutron.api.v2.resource [None req-3a8c8059-5b0d-4b78-96c2-9866c8b158b8 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1290/2829] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:14:21 2026] GET /v2.0/floatingips/146a960c-7601-4182-be18-c9c27b09c591 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1540/2830] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:14: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: 8|app: 0|req: 1291/2831] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:14:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1541/2832] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:14:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2833] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:14:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:14:22.844 9 INFO neutron.api.v2.resource [None req-55155443-0a37-499a-88bc-45d10a767e86 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1542/2834] 199.204.45.113 () {30 vars in 763 bytes} [Fri Apr 17 05:14:22 2026] GET /v2.0/security-groups/lb-648883b9-3216-4f04-9391-8b21d1f4b43f => 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: 1293/2835] 199.204.45.113 () {30 vars in 785 bytes} [Fri Apr 17 05:14:22 2026] GET /v2.0/security-groups?name=lb-648883b9-3216-4f04-9391-8b21d1f4b43f => generated 1639 bytes in 627 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1543/2836] 199.204.45.113 () {30 vars in 815 bytes} [Fri Apr 17 05:14:23 2026] GET /v2.0/security-group-rules?security_group_id=f8130a3e-645c-438a-b0d3-9d85daffe8ed => generated 1182 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2837] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:14:24 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: 9|app: 0|req: 1544/2838] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:14:24 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: 1295/2839] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:14:24 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: 9|app: 0|req: 1545/2840] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:14:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2841] 199.204.45.113 () {30 vars in 741 bytes} [Fri Apr 17 05:14:24 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1546/2842] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:24 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2582 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2843] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:24 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2582 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1547/2844] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:24 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2582 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2845] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:25 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2582 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1548/2846] 199.204.45.113 () {34 vars in 975 bytes} [Fri Apr 17 05:14:26 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1346 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2847] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:26 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 2582 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1549/2848] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:14:26 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2849] 199.204.45.113 () {34 vars in 1016 bytes} [Fri Apr 17 05:14:26 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1550/2850] 199.204.45.113 () {38 vars in 1028 bytes} [Fri Apr 17 05:14:26 2026] PUT /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1147 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2851] 199.204.45.113 () {30 vars in 769 bytes} [Fri Apr 17 05:14:27 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 9|app: 0|req: 1551/2852] 199.204.45.113 () {34 vars in 789 bytes} [Fri Apr 17 05:14:27 2026] PUT /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1086 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2853] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:14:28 2026] GET /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 1086 bytes in 33 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-17 05:14:28.335 9 INFO neutron_taas.services.taas.taas_plugin [None req-891d652c-cce2-4901-944f-87afdced2ed4 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: d80e102a-2e52-4b73-91ae-518e28509476 2026-04-17 05:14:28.338 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-891d652c-cce2-4901-944f-87afdced2ed4 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: d80e102a-2e52-4b73-91ae-518e28509476 [pid: 9|app: 0|req: 1552/2856] 199.204.45.113 () {32 vars in 759 bytes} [Fri Apr 17 05:14:28 2026] DELETE /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2857] 199.204.45.113 () {30 vars in 703 bytes} [Fri Apr 17 05:14:28 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: 9|app: 0|req: 1553/2858] 199.204.45.113 () {30 vars in 705 bytes} [Fri Apr 17 05:14:28 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: 1306/2859] 199.204.45.113 () {30 vars in 681 bytes} [Fri Apr 17 05:14:28 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: 9|app: 0|req: 1554/2860] 199.204.45.113 () {30 vars in 717 bytes} [Fri Apr 17 05:14:28 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-17 05:14:28.636 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c2d9b44-9e97-48f2-a902-a9abb8472dec 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1307/2861] 199.204.45.113 () {32 vars in 759 bytes} [Fri Apr 17 05:14:28 2026] DELETE /v2.0/ports/d80e102a-2e52-4b73-91ae-518e28509476 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1555/2862] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:14:28 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:14:28.705 8 INFO neutron.api.v2.resource [None req-060607cc-786a-499d-b1eb-3fc3a80cdfd7 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1308/2863] 199.204.45.113 () {30 vars in 763 bytes} [Fri Apr 17 05:14:28 2026] GET /v2.0/security-groups/lb-648883b9-3216-4f04-9391-8b21d1f4b43f => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1556/2864] 199.204.45.113 () {30 vars in 785 bytes} [Fri Apr 17 05:14:28 2026] GET /v2.0/security-groups?name=lb-648883b9-3216-4f04-9391-8b21d1f4b43f => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1557/2865] 199.204.45.113 () {30 vars in 737 bytes} [Fri Apr 17 05:14:28 2026] GET /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => 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: 1309/2866] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:14:28 2026] GET /v2.0/ports?tenant_id=571436b44957485fb86e6d08562f66cc&device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2867] 199.204.45.113 () {34 vars in 1066 bytes} [Fri Apr 17 05:14:28 2026] GET /v2.0/networks?id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c&id=01876270-3d7f-449f-9010-09f61f66ee01 => generated 1523 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2868] 199.204.45.113 () {34 vars in 1060 bytes} [Fri Apr 17 05:14:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.18&port_id=23939574-791e-487d-8072-c6aa18023a08 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2869] 199.204.45.113 () {34 vars in 984 bytes} [Fri Apr 17 05:14:28 2026] GET /v2.0/subnets?id=a7a07579-ef35-4622-af7b-5a393f580fa5 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2870] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:14:28 2026] GET /v2.0/ports?network_id=62f166f4-684c-4fb3-a5b5-e85826dd0f3c&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: 9|app: 0|req: 1558/2871] 199.204.45.113 () {34 vars in 789 bytes} [Fri Apr 17 05:14:28 2026] PUT /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 1094 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2872] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:14:28 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1559/2873] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:14:29 2026] GET /v2.0/networks/62f166f4-684c-4fb3-a5b5-e85826dd0f3c?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: 1315/2874] 199.204.45.113 () {32 vars in 779 bytes} [Fri Apr 17 05:14:29 2026] DELETE /v2.0/security-groups/f8130a3e-645c-438a-b0d3-9d85daffe8ed => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:29.207 9 INFO neutron_taas.services.taas.taas_plugin [None req-77a403bd-a39f-4a10-a516-641461989176 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 1084cfff-2632-4f7d-9981-c482ca07b320 2026-04-17 05:14:29.209 9 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77a403bd-a39f-4a10-a516-641461989176 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 1084cfff-2632-4f7d-9981-c482ca07b320 [pid: 9|app: 0|req: 1560/2875] 199.204.45.113 () {32 vars in 759 bytes} [Fri Apr 17 05:14:29 2026] DELETE /v2.0/ports/1084cfff-2632-4f7d-9981-c482ca07b320 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1561/2876] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:14:32 2026] GET /v2.0/ports?device_id=1ed544a8-f390-478a-880f-0e59247b5e9f => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:14:32.280 8 INFO neutron_taas.services.taas.taas_plugin [None req-9241f64d-64f4-4c4f-ad63-07ef2b450f45 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: fee894be-ca7f-4f68-b097-d576d31d8a0d 2026-04-17 05:14:32.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9241f64d-64f4-4c4f-ad63-07ef2b450f45 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: fee894be-ca7f-4f68-b097-d576d31d8a0d 2026-04-17 05:14:32.335 9 INFO neutron_taas.services.taas.taas_plugin [req-13861d25-2530-40b4-9ae9-777c0b458190 req-a2231397-3b91-43fe-b591-bc043329f32a 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] TaaS: Handle Delete Port: 23939574-791e-487d-8072-c6aa18023a08 2026-04-17 05:14:32.338 9 INFO neutron_taas.services.taas.tap_mirror_plugin [req-13861d25-2530-40b4-9ae9-777c0b458190 req-a2231397-3b91-43fe-b591-bc043329f32a 147a493ae8a840729697baa0fe58c898 571436b44957485fb86e6d08562f66cc - - default default] Tap Mirror: Handle Delete Port: 23939574-791e-487d-8072-c6aa18023a08 [pid: 9|app: 0|req: 1562/2877] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:14:32 2026] DELETE /v2.0/ports/23939574-791e-487d-8072-c6aa18023a08 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:14:32.481 8 INFO neutron.db.l3_db [None req-9241f64d-64f4-4c4f-ad63-07ef2b450f45 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Floating IP a8d5fef4-a10a-403f-b8af-f258b5636ad9 disassociated (deleted). External IP: 10.96.250.207, port: c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5. 2026-04-17 05:14:32.515 9 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8ee6e3e-8738-429d-842e-dfba75d203a6'] response: {'server_uuid': '1ed544a8-f390-478a-880f-0e59247b5e9f', 'name': 'network-vif-deleted', 'tag': '23939574-791e-487d-8072-c6aa18023a08', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1316/2878] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:14:32 2026] DELETE /v2.0/floatingips/a8d5fef4-a10a-403f-b8af-f258b5636ad9 => generated 0 bytes in 708 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:32.876 9 INFO neutron.api.v2.resource [None req-33591b6c-3249-4f9f-b7cf-02cdcefd4d13 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1563/2879] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:14:32 2026] GET /v2.0/floatingips/a8d5fef4-a10a-403f-b8af-f258b5636ad9 => generated 144 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:14:32.886 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d9780c6-841c-41c4-a896-c8ca5d64dda9'] response: {'name': 'network-changed', 'server_uuid': '37db655d-d409-49e6-87e6-cd21bbeac89e', 'tag': 'c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1317/2880] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:14:33 2026] GET /v2.0/ports?device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 1204 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1564/2881] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:14:33 2026] GET /v2.0/security-groups?id=5f04946f-cd7f-4ede-a2b4-ec758d815675&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2882] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:14:33 2026] GET /v2.0/ports?tenant_id=31e8582a955f47c4af4016efb7198186&device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 1473 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1565/2883] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:14:33 2026] GET /v2.0/networks?id=cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2884] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:14:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.162&port_id=c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1566/2885] 199.204.45.113 () {34 vars in 1106 bytes} [Fri Apr 17 05:14:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2fe&port_id=c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2886] 199.204.45.113 () {34 vars in 1064 bytes} [Fri Apr 17 05:14:33 2026] GET /v2.0/subnets?id=9fd49455-27fa-4307-ae0b-b6846e4bc2a8&id=3dfc7b26-f6aa-447c-8f27-5f3b933e88f9 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1567/2887] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:14:33 2026] GET /v2.0/ports?network_id=cc775dc7-26ed-44fd-acc6-f5a96498f010&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2888] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:14:33 2026] GET /v2.0/ports?network_id=cc775dc7-26ed-44fd-acc6-f5a96498f010&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1568/2889] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:14:33 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?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: 1322/2890] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:14:33 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010?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: 9|app: 0|req: 1569/2891] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:14:35 2026] GET /v2.0/ports?device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 1202 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:14:35.643 8 INFO neutron_taas.services.taas.taas_plugin [req-253b58b2-3aca-481a-a8b1-d7c804f67842 req-8d76be5b-1cc2-4432-8b3f-4c7cb0f93beb 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5 2026-04-17 05:14:35.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-253b58b2-3aca-481a-a8b1-d7c804f67842 req-8d76be5b-1cc2-4432-8b3f-4c7cb0f93beb 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5 [pid: 8|app: 0|req: 1323/2892] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:14:35 2026] DELETE /v2.0/ports/c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:14:35.867 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74c0f1bd-4b8a-48ad-b028-fc0a9fe0ceb1'] response: {'server_uuid': '37db655d-d409-49e6-87e6-cd21bbeac89e', 'name': 'network-vif-deleted', 'tag': 'c80e2d51-6efc-4ba7-8ed8-55d7b911e8e5', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1570/2893] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:14:38 2026] GET /v2.0/ports?device_id=37db655d-d409-49e6-87e6-cd21bbeac89e => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 05:14:43.461 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9d47598-61e5-4003-b5fa-8b0800b606ba 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: c8a7305e-bf8c-48e5-b1f7-04d2876dc6f2 2026-04-17 05:14:43.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9d47598-61e5-4003-b5fa-8b0800b606ba 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: c8a7305e-bf8c-48e5-b1f7-04d2876dc6f2 2026-04-17 05:14:43.625 8 INFO neutron.db.l3_db [None req-b9d47598-61e5-4003-b5fa-8b0800b606ba 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Floating IP 816f4755-d36c-4529-9be2-cb254fa580cd disassociated (deleted). External IP: 10.96.250.217, port: 9a9c674c-4c5f-4d74-afdf-d66b40a44988. [pid: 8|app: 0|req: 1324/2896] 10.0.0.197 () {32 vars in 732 bytes} [Fri Apr 17 05:14:43 2026] DELETE /v2.0/floatingips/816f4755-d36c-4529-9be2-cb254fa580cd => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:43.966 9 INFO neutron.api.v2.resource [None req-868433df-83b3-4374-b52e-10f973d80a2f 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1573/2897] 10.0.0.197 () {32 vars in 729 bytes} [Fri Apr 17 05:14:43 2026] GET /v2.0/floatingips/816f4755-d36c-4529-9be2-cb254fa580cd => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:14:43.974 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7acb96f7-0c7e-4941-986d-061f50f8a3c2'] response: {'name': 'network-changed', 'server_uuid': '3461db0d-1047-43c5-a31d-d09bf75bd8c8', 'tag': '9a9c674c-4c5f-4d74-afdf-d66b40a44988', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1325/2898] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:14:44 2026] GET /v2.0/ports?device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1574/2899] 10.0.0.172 () {34 vars in 1040 bytes} [Fri Apr 17 05:14:44 2026] GET /v2.0/security-groups?id=5f04946f-cd7f-4ede-a2b4-ec758d815675&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2900] 199.204.45.113 () {34 vars in 1080 bytes} [Fri Apr 17 05:14:44 2026] GET /v2.0/ports?tenant_id=31e8582a955f47c4af4016efb7198186&device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => generated 1465 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1575/2901] 199.204.45.113 () {34 vars in 986 bytes} [Fri Apr 17 05:14:44 2026] GET /v2.0/networks?id=7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2902] 199.204.45.113 () {34 vars in 1058 bytes} [Fri Apr 17 05:14:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.192&port_id=9a9c674c-4c5f-4d74-afdf-d66b40a44988 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1576/2903] 199.204.45.113 () {34 vars in 1102 bytes} [Fri Apr 17 05:14:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ae5&port_id=9a9c674c-4c5f-4d74-afdf-d66b40a44988 => 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: 1328/2904] 199.204.45.113 () {34 vars in 1064 bytes} [Fri Apr 17 05:14:44 2026] GET /v2.0/subnets?id=151854e3-59a7-4eca-a83b-8fce2708fc75&id=55a17aab-3b8a-4320-82e5-ed01ce5a7be8 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1577/2905] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:14:44 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2906] 199.204.45.113 () {34 vars in 1052 bytes} [Fri Apr 17 05:14:44 2026] GET /v2.0/ports?network_id=7989c413-8c9c-4762-9c46-ab53e6e4b81b&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1578/2907] 199.204.45.113 () {34 vars in 1012 bytes} [Fri Apr 17 05:14:44 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?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: 1330/2908] 199.204.45.113 () {34 vars in 1112 bytes} [Fri Apr 17 05:14:44 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b?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: 9|app: 0|req: 1579/2909] 199.204.45.113 () {34 vars in 994 bytes} [Fri Apr 17 05:14:46 2026] GET /v2.0/ports?device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 05:14:46.761 8 INFO neutron_taas.services.taas.taas_plugin [req-774af049-8649-4499-88f3-e529769c90b8 req-f5257261-ff59-44c3-8fc5-b1a6df2344d5 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: 9a9c674c-4c5f-4d74-afdf-d66b40a44988 2026-04-17 05:14:46.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-774af049-8649-4499-88f3-e529769c90b8 req-f5257261-ff59-44c3-8fc5-b1a6df2344d5 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: 9a9c674c-4c5f-4d74-afdf-d66b40a44988 [pid: 8|app: 0|req: 1331/2910] 199.204.45.113 () {36 vars in 997 bytes} [Fri Apr 17 05:14:46 2026] DELETE /v2.0/ports/9a9c674c-4c5f-4d74-afdf-d66b40a44988 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:14:46.975 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-76a5d242-c2fb-440c-86d5-69922c53b592'] response: {'server_uuid': '3461db0d-1047-43c5-a31d-d09bf75bd8c8', 'name': 'network-vif-deleted', 'tag': '9a9c674c-4c5f-4d74-afdf-d66b40a44988', 'status': 'completed', 'code': 200} [pid: 9|app: 0|req: 1580/2911] 10.0.0.172 () {34 vars in 990 bytes} [Fri Apr 17 05:14:49 2026] GET /v2.0/ports?device_id=3461db0d-1047-43c5-a31d-d09bf75bd8c8 => 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: 1332/2912] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:14:54 2026] DELETE /v2.0/security-group-rules/346aac51-9735-46f2-9611-c3f4d9398b6a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:54.549 9 INFO neutron.api.v2.resource [None req-ea7735d3-0045-4eec-8576-ba9416523155 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1581/2913] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:14:54 2026] GET /v2.0/security-group-rules/346aac51-9735-46f2-9611-c3f4d9398b6a => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2914] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:14:54 2026] DELETE /v2.0/security-group-rules/0148fdc8-1ee0-4569-8b45-f542a307bac4 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:54.652 9 INFO neutron.api.v2.resource [None req-7ec703c4-b99c-458b-acc1-f64cd2cb54ca 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1582/2915] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:14:54 2026] GET /v2.0/security-group-rules/0148fdc8-1ee0-4569-8b45-f542a307bac4 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2916] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:14:54 2026] DELETE /v2.0/security-group-rules/d7269201-b5d9-4a84-8d7b-446d7a3670ba => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:54.740 9 INFO neutron.api.v2.resource [None req-f8956708-55e3-43fb-aa19-4b7cdc251a72 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1583/2917] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:14:54 2026] GET /v2.0/security-group-rules/d7269201-b5d9-4a84-8d7b-446d7a3670ba => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2918] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:14:54 2026] DELETE /v2.0/security-group-rules/9a873a17-accb-44e7-97b4-638661657075 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:54.825 9 INFO neutron.api.v2.resource [None req-e0691b39-341b-4173-9e3d-8afcb2de0cf0 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1584/2919] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:14:54 2026] GET /v2.0/security-group-rules/9a873a17-accb-44e7-97b4-638661657075 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2920] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:14:54 2026] DELETE /v2.0/security-group-rules/a1afcdf4-975b-42d3-b90e-ea41139c9cfd => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:54.906 9 INFO neutron.api.v2.resource [None req-2e128919-70ba-4551-b500-c27be577147f 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1585/2921] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:14:54 2026] GET /v2.0/security-group-rules/a1afcdf4-975b-42d3-b90e-ea41139c9cfd => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2922] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:14:54 2026] DELETE /v2.0/security-group-rules/8b5187c3-3dab-433f-a85a-410700da3d92 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:55.002 9 INFO neutron.api.v2.resource [None req-01f846f2-0336-48aa-9683-53b072248d3e 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1586/2923] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:14:54 2026] GET /v2.0/security-group-rules/8b5187c3-3dab-433f-a85a-410700da3d92 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2924] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:14:55 2026] DELETE /v2.0/security-group-rules/d940e3b1-5ed3-442d-afce-ad83c71a0dfd => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:55.114 9 INFO neutron.api.v2.resource [None req-fa99c333-e9da-4edc-832e-fd846960777e 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1587/2925] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:14:55 2026] GET /v2.0/security-group-rules/d940e3b1-5ed3-442d-afce-ad83c71a0dfd => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2926] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:14:55 2026] DELETE /v2.0/security-group-rules/a715fcf7-d4eb-4167-b365-b48710aa72b0 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:55.189 9 INFO neutron.api.v2.resource [None req-59fe59bd-ea85-42e2-8468-5827984ad04b 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1588/2927] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:14:55 2026] GET /v2.0/security-group-rules/a715fcf7-d4eb-4167-b365-b48710aa72b0 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2928] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:14:55 2026] DELETE /v2.0/security-group-rules/00c36a92-ce89-46a4-999a-efbac063cfd8 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:55.267 9 INFO neutron.api.v2.resource [None req-03fbdd35-eb8c-4d30-be48-eb8901159e0b 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1589/2929] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:14:55 2026] GET /v2.0/security-group-rules/00c36a92-ce89-46a4-999a-efbac063cfd8 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2930] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:14:55 2026] DELETE /v2.0/security-group-rules/ed6ec2ea-e965-4c85-b7d9-96ed6eca5533 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:55.355 9 INFO neutron.api.v2.resource [None req-ee40a29f-8a65-4293-bccb-42ef47876e65 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1590/2931] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:14:55 2026] GET /v2.0/security-group-rules/ed6ec2ea-e965-4c85-b7d9-96ed6eca5533 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2932] 10.0.0.197 () {32 vars in 750 bytes} [Fri Apr 17 05:14:55 2026] DELETE /v2.0/security-group-rules/7845efcb-7658-4164-92b9-847a65fcc959 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:55.438 9 INFO neutron.api.v2.resource [None req-8b01b428-cd13-4033-83c3-49b49a248a83 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1591/2933] 10.0.0.197 () {32 vars in 747 bytes} [Fri Apr 17 05:14:55 2026] GET /v2.0/security-group-rules/7845efcb-7658-4164-92b9-847a65fcc959 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2934] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:14:55 2026] DELETE /v2.0/security-groups/5f04946f-cd7f-4ede-a2b4-ec758d815675 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:14:55.540 9 INFO neutron.api.v2.resource [None req-bdc4c31d-41c7-47f4-9a1b-efd95821aaec 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1592/2935] 10.0.0.197 () {32 vars in 737 bytes} [Fri Apr 17 05:14:55 2026] GET /v2.0/security-groups/5f04946f-cd7f-4ede-a2b4-ec758d815675 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:14:55.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-1168e2a8-9199-4621-a6cb-0260f74d9d4e 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: 1ceb1103-b471-4ed6-91a4-fd0e52cbfd40 2026-04-17 05:14:55.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1168e2a8-9199-4621-a6cb-0260f74d9d4e 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: 1ceb1103-b471-4ed6-91a4-fd0e52cbfd40 [pid: 8|app: 0|req: 1344/2936] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:14:55 2026] PUT /v2.0/routers/46a5b684-9e8b-4f16-9cde-b152c830988e/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:14:56.752 9 INFO neutron.api.v2.resource [None req-2b44d5b3-3826-494b-b0d8-b3a86a32de31 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1593/2937] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:14:56 2026] PUT /v2.0/routers/46a5b684-9e8b-4f16-9cde-b152c830988e/remove_router_interface => generated 198 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:14:57.159 8 INFO neutron_taas.services.taas.taas_plugin [None req-8aaf4df2-5173-4b3d-a94c-6389e4077583 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: b2bdb03b-bee9-4155-87a3-1c5455e51d42 2026-04-17 05:14:57.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8aaf4df2-5173-4b3d-a94c-6389e4077583 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: b2bdb03b-bee9-4155-87a3-1c5455e51d42 [pid: 8|app: 0|req: 1345/2938] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:14:56 2026] PUT /v2.0/routers/46a5b684-9e8b-4f16-9cde-b152c830988e/remove_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:14:57.955 9 INFO neutron.api.v2.resource [None req-e494f163-fad9-402e-9d31-560ed9ef87a2 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1594/2939] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:14:57 2026] PUT /v2.0/routers/46a5b684-9e8b-4f16-9cde-b152c830988e/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:14:58.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-27a80373-2a7d-4158-8c03-e1c3e3023a60 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: a89325f6-0ae8-4b54-a563-f8792be3b16f 2026-04-17 05:14:58.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27a80373-2a7d-4158-8c03-e1c3e3023a60 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: a89325f6-0ae8-4b54-a563-f8792be3b16f [pid: 8|app: 0|req: 1346/2942] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:14:57 2026] PUT /v2.0/routers/46a5b684-9e8b-4f16-9cde-b152c830988e/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 05:14:59.099 9 INFO neutron.api.v2.resource [None req-5f0db05b-e763-43ca-b899-a575fa755122 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1597/2943] 10.0.0.197 () {34 vars in 789 bytes} [Fri Apr 17 05:14:58 2026] PUT /v2.0/routers/46a5b684-9e8b-4f16-9cde-b152c830988e/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:14:59.322 8 INFO neutron_taas.services.taas.taas_plugin [None req-0baf8327-17d4-4bb8-9658-2bfb77fcc999 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: cfe1b3da-0af2-41b7-afde-572174d6f179 2026-04-17 05:14:59.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0baf8327-17d4-4bb8-9658-2bfb77fcc999 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: cfe1b3da-0af2-41b7-afde-572174d6f179 2026-04-17 05:14:59.614 8 INFO neutron_taas.services.taas.taas_plugin [None req-0baf8327-17d4-4bb8-9658-2bfb77fcc999 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: 4f0a0e49-6582-4eca-9f89-1e7ed35e9863 2026-04-17 05:14:59.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0baf8327-17d4-4bb8-9658-2bfb77fcc999 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: 4f0a0e49-6582-4eca-9f89-1e7ed35e9863 2026-04-17 05:15:00.022 8 INFO neutron.db.l3_hamode_db [None req-0baf8327-17d4-4bb8-9658-2bfb77fcc999 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] HA network eb55ca12-e4e5-4720-9a74-472a1cb4ed30 was deleted as no HA routers are present in tenant 31e8582a955f47c4af4016efb7198186. [pid: 8|app: 0|req: 1347/2944] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:14:59 2026] DELETE /v2.0/routers/46a5b684-9e8b-4f16-9cde-b152c830988e => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 05:15:00.046 9 INFO neutron.api.v2.resource [None req-728d5a2f-6356-49dc-9cfc-93a506064644 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] show failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1598/2945] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:15:00 2026] GET /v2.0/routers/46a5b684-9e8b-4f16-9cde-b152c830988e => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:15:00.060 8 INFO neutron.services.segments.plugin [-] Segment 839e57bb-e3de-44ac-a860-209de4f62f95 resource provider aggregate not found 2026-04-17 05:15:00.068 8 INFO neutron.services.segments.plugin [-] Segment 839e57bb-e3de-44ac-a860-209de4f62f95 resource provider aggregate not found 2026-04-17 05:15:00.085 8 INFO neutron.services.segments.plugin [-] Segment 839e57bb-e3de-44ac-a860-209de4f62f95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 839e57bb-e3de-44ac-a860-209de4f62f95 found for delete ", "request_id": "req-9da89ae1-2e43-4da9-8cc8-ffe37d41156d"}]} 2026-04-17 05:15:00.094 8 INFO neutron.services.segments.plugin [-] Segment 839e57bb-e3de-44ac-a860-209de4f62f95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 839e57bb-e3de-44ac-a860-209de4f62f95 found for delete ", "request_id": "req-9669bb41-ed1a-4af7-a2bf-bd1e20aabd1e"}]} [pid: 8|app: 0|req: 1348/2946] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:15:00 2026] DELETE /v2.0/subnets/9fd49455-27fa-4307-ae0b-b6846e4bc2a8 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:15:00.260 9 INFO neutron.pecan_wsgi.hooks.translation [None req-6cdd4995-260c-4fa9-bcbe-7de2e938e29c 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1599/2947] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:15:00 2026] GET /v2.0/subnets/9fd49455-27fa-4307-ae0b-b6846e4bc2a8 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2948] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:15:00 2026] DELETE /v2.0/subnets/3dfc7b26-f6aa-447c-8f27-5f3b933e88f9 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:15:00.526 9 INFO neutron.pecan_wsgi.hooks.translation [None req-3a9cfbc9-14f1-4291-8430-8c1153dbe350 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1600/2949] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:15:00 2026] GET /v2.0/subnets/3dfc7b26-f6aa-447c-8f27-5f3b933e88f9 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:15:00.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-c68bb57c-6e9e-4d45-a9fa-5e332968ef6f 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: a332b73d-8f8e-4d9e-8519-cb02e8c0ec67 2026-04-17 05:15:00.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c68bb57c-6e9e-4d45-a9fa-5e332968ef6f 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: a332b73d-8f8e-4d9e-8519-cb02e8c0ec67 [pid: 8|app: 0|req: 1350/2950] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:15:00 2026] DELETE /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:15:00.889 9 INFO neutron.pecan_wsgi.hooks.translation [None req-264bbc73-20c8-4810-b172-9a95b13df9e0 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1601/2951] 10.0.0.197 () {32 vars in 723 bytes} [Fri Apr 17 05:15:00 2026] GET /v2.0/networks/cc775dc7-26ed-44fd-acc6-f5a96498f010 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2952] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:15:00 2026] DELETE /v2.0/subnets/55a17aab-3b8a-4320-82e5-ed01ce5a7be8 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:15:01.097 9 INFO neutron.pecan_wsgi.hooks.translation [None req-3b201bc7-eb2a-4c71-ba12-cf3a6a970cfa 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1602/2953] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:15:01 2026] GET /v2.0/subnets/55a17aab-3b8a-4320-82e5-ed01ce5a7be8 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2954] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:15:01 2026] DELETE /v2.0/subnets/151854e3-59a7-4eca-a83b-8fce2708fc75 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:15:01.275 9 INFO neutron.pecan_wsgi.hooks.translation [None req-c95a4057-89a5-485a-a7a0-8bc241b52b35 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1603/2955] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:15:01 2026] GET /v2.0/subnets/151854e3-59a7-4eca-a83b-8fce2708fc75 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:15:01.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebb345da-98f4-4b39-8d9f-52fa882e4ede 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: fb3d9eb0-babc-4136-8a55-ee49bae2ba5a 2026-04-17 05:15:01.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebb345da-98f4-4b39-8d9f-52fa882e4ede 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: fb3d9eb0-babc-4136-8a55-ee49bae2ba5a [pid: 8|app: 0|req: 1353/2956] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:15:01 2026] DELETE /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:15:01.628 9 INFO neutron.pecan_wsgi.hooks.translation [None req-892a4ae8-15eb-4526-aeaf-7803605bbaa4 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1604/2957] 10.0.0.197 () {32 vars in 723 bytes} [Fri Apr 17 05:15:01 2026] GET /v2.0/networks/7989c413-8c9c-4762-9c46-ab53e6e4b81b => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2958] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:15:01 2026] DELETE /v2.0/subnets/3be7e336-4d71-4cbc-a87b-b839946b6045 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:15:01.813 9 INFO neutron.pecan_wsgi.hooks.translation [None req-51bcd1c3-e314-4089-998f-270455414318 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1605/2959] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:15:01 2026] GET /v2.0/subnets/3be7e336-4d71-4cbc-a87b-b839946b6045 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2960] 10.0.0.197 () {32 vars in 724 bytes} [Fri Apr 17 05:15:01 2026] DELETE /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:15:02.015 9 INFO neutron.pecan_wsgi.hooks.translation [None req-36235a64-0d29-49b0-983f-f77c02852c6c 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1606/2961] 10.0.0.197 () {32 vars in 721 bytes} [Fri Apr 17 05:15:02 2026] GET /v2.0/subnets/308c94f9-3a3d-44dd-8807-1399d1091d3d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:15:02.111 8 INFO neutron.services.segments.plugin [-] Segment 2c79a0c6-919e-4ea6-a2a2-bf0d2919a6d0 resource provider aggregate not found 2026-04-17 05:15:02.116 8 INFO neutron.services.segments.plugin [-] Segment 2c79a0c6-919e-4ea6-a2a2-bf0d2919a6d0 resource provider aggregate not found 2026-04-17 05:15:02.135 8 INFO neutron.services.segments.plugin [-] Segment 2c79a0c6-919e-4ea6-a2a2-bf0d2919a6d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c79a0c6-919e-4ea6-a2a2-bf0d2919a6d0 found for delete ", "request_id": "req-5c919873-3261-4a5e-9cba-a5c5addd499c"}]} 2026-04-17 05:15:02.146 8 INFO neutron.services.segments.plugin [-] Segment 2c79a0c6-919e-4ea6-a2a2-bf0d2919a6d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c79a0c6-919e-4ea6-a2a2-bf0d2919a6d0 found for delete ", "request_id": "req-3a113bae-5ca0-48fb-8d29-144245164b12"}]} 2026-04-17 05:15:02.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-43023b1c-1889-4502-b855-136fedc45e0b 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] TaaS: Handle Delete Port: 53f468bb-4117-44eb-931d-ebad6de4e933 2026-04-17 05:15:02.166 8 INFO neutron.services.segments.plugin [-] Segment 40a23dcb-d5e9-4a35-add5-06289d7a3f09 resource provider aggregate not found 2026-04-17 05:15:02.172 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43023b1c-1889-4502-b855-136fedc45e0b 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] Tap Mirror: Handle Delete Port: 53f468bb-4117-44eb-931d-ebad6de4e933 2026-04-17 05:15:02.181 8 INFO neutron.services.segments.plugin [-] Segment 40a23dcb-d5e9-4a35-add5-06289d7a3f09 resource provider aggregate not found 2026-04-17 05:15:02.190 8 INFO neutron.services.segments.plugin [-] Segment 40a23dcb-d5e9-4a35-add5-06289d7a3f09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40a23dcb-d5e9-4a35-add5-06289d7a3f09 found for delete ", "request_id": "req-208f4edc-0e6a-4e7f-9817-f5e1f7133422"}]} 2026-04-17 05:15:02.209 8 INFO neutron.services.segments.plugin [-] Segment 40a23dcb-d5e9-4a35-add5-06289d7a3f09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40a23dcb-d5e9-4a35-add5-06289d7a3f09 found for delete ", "request_id": "req-720b5743-4e75-4c31-96a4-c7d8709da502"}]} [pid: 8|app: 0|req: 1356/2962] 10.0.0.197 () {32 vars in 726 bytes} [Fri Apr 17 05:15:02 2026] DELETE /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 05:15:02.429 9 INFO neutron.pecan_wsgi.hooks.translation [None req-4d325cc6-4607-4c4d-b68d-0d29ccb45b8c 1e66857923d943ebb81dc5dd1df587d4 31e8582a955f47c4af4016efb7198186 - - default default] GET failed (client error): The resource could not be found. [pid: 9|app: 0|req: 1607/2963] 10.0.0.197 () {32 vars in 723 bytes} [Fri Apr 17 05:15:02 2026] GET /v2.0/networks/01876270-3d7f-449f-9010-09f61f66ee01 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 05:15:04.207 8 INFO neutron.services.segments.plugin [-] Segment 885e8f4b-10ab-4a63-831b-39a56871f72d resource provider aggregate not found 2026-04-17 05:15:04.226 8 INFO neutron.services.segments.plugin [-] Segment 885e8f4b-10ab-4a63-831b-39a56871f72d resource provider aggregate not found 2026-04-17 05:15:04.229 8 INFO neutron.services.segments.plugin [-] Segment 885e8f4b-10ab-4a63-831b-39a56871f72d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885e8f4b-10ab-4a63-831b-39a56871f72d found for delete ", "request_id": "req-8cf15200-71d0-4dca-8de8-2dfaddbadc75"}]} 2026-04-17 05:15:04.253 8 INFO neutron.services.segments.plugin [-] Segment 885e8f4b-10ab-4a63-831b-39a56871f72d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 885e8f4b-10ab-4a63-831b-39a56871f72d found for delete ", "request_id": "req-490ec06e-5866-401c-8726-6b991d14fb61"}]} [pid: 8|app: 0|req: 1357/2964] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:15:04 2026] GET /v2.0/security-groups?tenant_id=9a99106a525e46be84f3edf3edef4a88&name=default => generated 2929 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1608/2965] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:15:04 2026] DELETE /v2.0/security-groups/dfd543f1-9aae-46af-b34e-513e620a46eb => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2966] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:15:04 2026] GET /v2.0/security-groups?tenant_id=b6567f425615438b89dc578756e550bf&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1609/2967] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:15:05 2026] DELETE /v2.0/security-groups/0f4916a1-d9d7-4749-91ef-0f82785162a3 => 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: 1359/2968] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:15:05 2026] GET /v2.0/security-groups?tenant_id=31e8582a955f47c4af4016efb7198186&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1610/2969] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:15:05 2026] DELETE /v2.0/security-groups/e24045ef-50e7-4197-ab8c-053edcda1a05 => 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: 1360/2970] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:15:05 2026] GET /v2.0/security-groups?tenant_id=9ea54cce098b46678702f207eb01ac82&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1611/2971] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:15:05 2026] DELETE /v2.0/security-groups/e12f17e0-668b-4fb0-abe3-c943daf8ef20 => 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: 1361/2972] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:15:05 2026] GET /v2.0/security-groups?tenant_id=743cb8e1eff8455eb084e9f70c43e6f7&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1612/2973] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:15:06 2026] DELETE /v2.0/security-groups/f6f04275-fb07-4d03-8c4b-0b24dc07d2a6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2974] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:15:06 2026] GET /v2.0/security-groups?tenant_id=8b73a065195c48c29ee4d2bb29e2fa37&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1613/2975] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:15:06 2026] DELETE /v2.0/security-groups/589212ba-c991-400b-85b0-e2f83c7e4381 => 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: 1363/2976] 10.0.0.197 () {32 vars in 774 bytes} [Fri Apr 17 05:15:06 2026] GET /v2.0/security-groups?tenant_id=c798b957bca444c8b916a5d4d689b29d&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1614/2977] 10.0.0.197 () {32 vars in 740 bytes} [Fri Apr 17 05:15:06 2026] DELETE /v2.0/security-groups/858206cc-5be4-4807-9404-801960a133aa => 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: 1364/2978] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:15:09 2026] GET /v2.0/networks => generated 2167 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1615/2979] 10.0.0.197 () {32 vars in 655 bytes} [Fri Apr 17 05:15:10 2026] GET /v2.0/floatingips => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2980] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:15:10 2026] GET /v2.0/routers => generated 15 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1616/2981] 10.0.0.197 () {32 vars in 643 bytes} [Fri Apr 17 05:15:10 2026] GET /v2.0/ports => generated 4725 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2982] 10.0.0.197 () {32 vars in 647 bytes} [Fri Apr 17 05:15:10 2026] GET /v2.0/subnets => generated 1308 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1617/2983] 10.0.0.197 () {32 vars in 649 bytes} [Fri Apr 17 05:15:10 2026] GET /v2.0/networks => generated 2167 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2984] 10.0.0.197 () {32 vars in 663 bytes} [Fri Apr 17 05:15:10 2026] GET /v2.0/security-groups => generated 17401 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 9|app: 0|req: 1618/2985] 10.0.0.197 () {32 vars in 655 bytes} [Fri Apr 17 05:15:11 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)