+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Apr 16 03:24:53 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-5d765fcd4b-shlf2 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 0x7f1261438668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-16 03:24:57.998 7 INFO neutron.common.config [-] Logging enabled! 2026-04-16 03:24:57.998 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-16 03:24:58.000 8 INFO neutron.common.config [-] Logging enabled! 2026-04-16 03:24:58.000 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-16 03:24:59.038 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-16 03:24:59.081 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-16 03:25:00.511 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 03:25:00.513 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-16 03:25:00.517 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-16 03:25:00.518 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 03:25:00.518 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-16 03:25:00.518 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-16 03:25:00.518 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 03:25:00.526 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 03:25:00.526 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 03:25:00.526 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 03:25:00.554 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-16 03:25:00.556 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 03:25:00.556 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-16 03:25:00.585 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-16 03:25:00.585 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-16 03:25:00.585 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-16 03:25:00.585 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-16 03:25:00.625 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 03:25:00.628 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-16 03:25:00.631 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-16 03:25:00.632 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 03:25:00.633 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-16 03:25:00.633 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-16 03:25:00.633 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 03:25:00.640 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 03:25:00.640 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 03:25:00.640 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 03:25:00.663 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-16 03:25:00.664 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 03:25:00.664 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-16 03:25:00.691 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-16 03:25:00.691 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-16 03:25:00.691 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-16 03:25:00.691 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-16 03:25:00.871 7 INFO neutron.plugins.ml2.managers [None req-dcd15c7f-ca9c-411c-a14d-c2cb010c4147 - - - - - -] Initializing driver for type 'vlan' 2026-04-16 03:25:00.973 8 INFO neutron.plugins.ml2.managers [None req-28ec873a-2a01-4344-a285-5a1edb594df5 - - - - - -] Initializing driver for type 'vlan' 2026-04-16 03:25:01.138 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dcd15c7f-ca9c-411c-a14d-c2cb010c4147 - - - - - -] VlanTypeDriver initialization complete 2026-04-16 03:25:01.138 7 INFO neutron.plugins.ml2.managers [None req-dcd15c7f-ca9c-411c-a14d-c2cb010c4147 - - - - - -] Initializing driver for type 'vxlan' 2026-04-16 03:25:01.139 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dcd15c7f-ca9c-411c-a14d-c2cb010c4147 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-16 03:25:01.151 7 INFO neutron.plugins.ml2.managers [None req-dcd15c7f-ca9c-411c-a14d-c2cb010c4147 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-16 03:25:01.151 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dcd15c7f-ca9c-411c-a14d-c2cb010c4147 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-16 03:25:01.151 7 INFO neutron.plugins.ml2.managers [None req-dcd15c7f-ca9c-411c-a14d-c2cb010c4147 - - - - - -] Initializing extension driver 'port_security' 2026-04-16 03:25:01.151 7 INFO neutron.plugins.ml2.extensions.port_security [None req-dcd15c7f-ca9c-411c-a14d-c2cb010c4147 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-16 03:25:01.151 7 INFO neutron.plugins.ml2.managers [None req-dcd15c7f-ca9c-411c-a14d-c2cb010c4147 - - - - - -] Initializing extension driver 'qos' 2026-04-16 03:25:01.151 7 INFO neutron.plugins.ml2.managers [None req-dcd15c7f-ca9c-411c-a14d-c2cb010c4147 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-16 03:25:01.152 7 INFO neutron.plugins.ml2.managers [None req-dcd15c7f-ca9c-411c-a14d-c2cb010c4147 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-16 03:25:01.166 7 INFO neutron.quota [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded quota_driver: . 2026-04-16 03:25:01.166 7 INFO neutron.plugins.ml2.plugin [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Modular L2 Plugin initialization complete 2026-04-16 03:25:01.167 7 INFO neutron.plugins.ml2.managers [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-16 03:25:01.167 7 INFO neutron.plugins.ml2.managers [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-16 03:25:01.167 7 INFO neutron.plugins.ml2.managers [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-16 03:25:01.168 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: qos 2026-04-16 03:25:01.180 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: router 2026-04-16 03:25:01.225 7 INFO neutron.services.service_base [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-16 03:25:01.225 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: segments 2026-04-16 03:25:01.241 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-28ec873a-2a01-4344-a285-5a1edb594df5 - - - - - -] VlanTypeDriver initialization complete 2026-04-16 03:25:01.241 8 INFO neutron.plugins.ml2.managers [None req-28ec873a-2a01-4344-a285-5a1edb594df5 - - - - - -] Initializing driver for type 'vxlan' 2026-04-16 03:25:01.241 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-28ec873a-2a01-4344-a285-5a1edb594df5 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-16 03:25:01.254 8 INFO neutron.plugins.ml2.managers [None req-28ec873a-2a01-4344-a285-5a1edb594df5 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-16 03:25:01.254 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-28ec873a-2a01-4344-a285-5a1edb594df5 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-16 03:25:01.254 8 INFO neutron.plugins.ml2.managers [None req-28ec873a-2a01-4344-a285-5a1edb594df5 - - - - - -] Initializing extension driver 'port_security' 2026-04-16 03:25:01.254 8 INFO neutron.plugins.ml2.extensions.port_security [None req-28ec873a-2a01-4344-a285-5a1edb594df5 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-16 03:25:01.254 8 INFO neutron.plugins.ml2.managers [None req-28ec873a-2a01-4344-a285-5a1edb594df5 - - - - - -] Initializing extension driver 'qos' 2026-04-16 03:25:01.255 8 INFO neutron.plugins.ml2.managers [None req-28ec873a-2a01-4344-a285-5a1edb594df5 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-16 03:25:01.255 8 INFO neutron.plugins.ml2.managers [None req-28ec873a-2a01-4344-a285-5a1edb594df5 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-16 03:25:01.273 8 INFO neutron.quota [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded quota_driver: . 2026-04-16 03:25:01.273 8 INFO neutron.plugins.ml2.plugin [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Modular L2 Plugin initialization complete 2026-04-16 03:25:01.273 8 INFO neutron.plugins.ml2.managers [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-16 03:25:01.274 8 INFO neutron.plugins.ml2.managers [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-16 03:25:01.274 8 INFO neutron.plugins.ml2.managers [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Got port-security extension from driver 'port_security' 2026-04-16 03:25:01.274 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: qos 2026-04-16 03:25:01.286 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: router 2026-04-16 03:25:01.321 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: trunk 2026-04-16 03:25:01.331 8 INFO neutron.services.service_base [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-16 03:25:01.331 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: segments 2026-04-16 03:25:01.335 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: vpnaas 2026-04-16 03:25:01.383 7 WARNING stevedore.named [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 03:25:01.427 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: trunk 2026-04-16 03:25:01.440 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: vpnaas 2026-04-16 03:25:01.465 7 INFO neutron_vpnaas.services.vpn.plugin [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-16 03:25:01.465 7 INFO neutron.common.utils [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-16 03:25:01.465 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: taas 2026-04-16 03:25:01.478 8 WARNING stevedore.named [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 03:25:01.497 7 WARNING stevedore.named [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 03:25:01.497 7 WARNING stevedore.named [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 03:25:01.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-16 03:25:01.523 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: tapmirror 2026-04-16 03:25:01.540 7 WARNING stevedore.named [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 03:25:01.540 7 WARNING stevedore.named [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 03:25:01.550 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-16 03:25:01.550 8 INFO neutron.common.utils [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-16 03:25:01.550 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: taas 2026-04-16 03:25:01.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-16 03:25:01.556 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: auto_allocate 2026-04-16 03:25:01.564 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: tag 2026-04-16 03:25:01.573 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: timestamp 2026-04-16 03:25:01.576 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: network_ip_availability 2026-04-16 03:25:01.576 8 WARNING stevedore.named [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 03:25:01.576 8 WARNING stevedore.named [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 03:25:01.580 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: flavors 2026-04-16 03:25:01.583 7 INFO neutron.manager [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loading Plugin: revisions 2026-04-16 03:25:01.587 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Initializing extension manager. 2026-04-16 03:25:01.588 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: address-group 2026-04-16 03:25:01.590 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: address-scope 2026-04-16 03:25:01.590 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-16 03:25:01.591 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: agent 2026-04-16 03:25:01.592 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: agent-resources-synced 2026-04-16 03:25:01.593 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-16 03:25:01.593 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-16 03:25:01.594 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: availability_zone 2026-04-16 03:25:01.595 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: availability_zone_filter 2026-04-16 03:25:01.595 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-16 03:25:01.596 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: default-subnetpools 2026-04-16 03:25:01.597 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-16 03:25:01.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-16 03:25:01.598 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: dns-integration 2026-04-16 03:25:01.598 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: tapmirror 2026-04-16 03:25:01.598 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: dns-domain-ports 2026-04-16 03:25:01.599 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-16 03:25:01.599 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: dvr 2026-04-16 03:25:01.600 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-16 03:25:01.601 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: empty-string-filtering 2026-04-16 03:25:01.601 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 03:25:01.602 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-16 03:25:01.602 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: external-net 2026-04-16 03:25:01.603 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-16 03:25:01.603 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: extraroute 2026-04-16 03:25:01.604 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: extraroute-atomic 2026-04-16 03:25:01.605 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-16 03:25:01.605 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-16 03:25:01.606 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-16 03:25:01.606 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-16 03:25:01.607 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: fip-port-details 2026-04-16 03:25:01.608 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: flavors 2026-04-16 03:25:01.609 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-16 03:25:01.610 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: floatingip-pools 2026-04-16 03:25:01.610 8 WARNING stevedore.named [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 03:25:01.610 8 WARNING stevedore.named [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 03:25:01.610 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: ip_allocation 2026-04-16 03:25:01.611 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-16 03:25:01.611 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: l2_adjacency 2026-04-16 03:25:01.613 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: router 2026-04-16 03:25:01.614 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 03:25:01.615 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-16 03:25:01.616 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-16 03:25:01.616 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: ext-gw-mode 2026-04-16 03:25:01.617 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: l3-ha 2026-04-16 03:25:01.617 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-16 03:25:01.618 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-16 03:25:01.618 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: l3-flavors 2026-04-16 03:25:01.619 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-16 03:25:01.619 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-16 03:25:01.622 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-16 03:25:01.623 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-16 03:25:01.624 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-16 03:25:01.625 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-16 03:25:01.626 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-16 03:25:01.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-16 03:25:01.626 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: multi-provider 2026-04-16 03:25:01.626 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: auto_allocate 2026-04-16 03:25:01.627 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: net-mtu 2026-04-16 03:25:01.627 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: net-mtu-writable 2026-04-16 03:25:01.628 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: network_availability_zone 2026-04-16 03:25:01.628 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: network_ha 2026-04-16 03:25:01.629 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: network-ip-availability 2026-04-16 03:25:01.630 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-16 03:25:01.630 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: pagination 2026-04-16 03:25:01.631 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: port-device-profile 2026-04-16 03:25:01.631 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-16 03:25:01.632 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-16 03:25:01.633 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-16 03:25:01.633 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: port-mac-override 2026-04-16 03:25:01.634 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-16 03:25:01.634 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-16 03:25:01.635 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-16 03:25:01.635 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: port-resource-request 2026-04-16 03:25:01.636 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-16 03:25:01.636 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: tag 2026-04-16 03:25:01.636 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-16 03:25:01.637 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: binding 2026-04-16 03:25:01.638 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: binding-extended 2026-04-16 03:25:01.638 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: port-security 2026-04-16 03:25:01.639 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: project-id 2026-04-16 03:25:01.639 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: provider 2026-04-16 03:25:01.640 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-16 03:25:01.642 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos 2026-04-16 03:25:01.642 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-16 03:25:01.643 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-16 03:25:01.643 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-default 2026-04-16 03:25:01.644 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-fip 2026-04-16 03:25:01.644 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-16 03:25:01.645 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: timestamp 2026-04-16 03:25:01.645 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-16 03:25:01.645 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-16 03:25:01.646 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-16 03:25:01.647 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-16 03:25:01.647 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-pps 2026-04-16 03:25:01.648 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-16 03:25:01.648 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-16 03:25:01.648 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: network_ip_availability 2026-04-16 03:25:01.649 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: qos-rules-alias 2026-04-16 03:25:01.649 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: quota-check-limit 2026-04-16 03:25:01.650 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-16 03:25:01.652 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: flavors 2026-04-16 03:25:01.652 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: quotas 2026-04-16 03:25:01.653 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: quota_details 2026-04-16 03:25:01.655 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: rbac-policies 2026-04-16 03:25:01.655 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: rbac-address-group 2026-04-16 03:25:01.655 8 INFO neutron.manager [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loading Plugin: revisions 2026-04-16 03:25:01.656 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: rbac-address-scope 2026-04-16 03:25:01.656 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: rbac-security-groups 2026-04-16 03:25:01.657 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-16 03:25:01.657 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: revision-if-match 2026-04-16 03:25:01.658 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-16 03:25:01.659 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Initializing extension manager. 2026-04-16 03:25:01.659 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: router_availability_zone 2026-04-16 03:25:01.659 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-16 03:25:01.660 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: address-group 2026-04-16 03:25:01.661 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-16 03:25:01.661 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: address-scope 2026-04-16 03:25:01.661 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-16 03:25:01.661 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-16 03:25:01.662 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-16 03:25:01.662 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: agent 2026-04-16 03:25:01.662 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-16 03:25:01.663 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: agent-resources-synced 2026-04-16 03:25:01.663 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-16 03:25:01.663 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-16 03:25:01.664 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: allowed-address-pairs 2026-04-16 03:25:01.664 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: auto-allocated-topology 2026-04-16 03:25:01.665 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: availability_zone 2026-04-16 03:25:01.666 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: availability_zone_filter 2026-04-16 03:25:01.666 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-16 03:25:01.667 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: default-subnetpools 2026-04-16 03:25:01.668 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-16 03:25:01.669 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: dns-integration 2026-04-16 03:25:01.669 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: dns-domain-ports 2026-04-16 03:25:01.670 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-16 03:25:01.668 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: security-group 2026-04-16 03:25:01.670 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: dvr 2026-04-16 03:25:01.671 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-16 03:25:01.671 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: empty-string-filtering 2026-04-16 03:25:01.671 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: segment 2026-04-16 03:25:01.672 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-16 03:25:01.672 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 03:25:01.672 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: service-type 2026-04-16 03:25:01.673 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-16 03:25:01.673 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: sorting 2026-04-16 03:25:01.673 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: external-net 2026-04-16 03:25:01.673 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: standard-attr-segment 2026-04-16 03:25:01.674 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-16 03:25:01.674 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: extraroute 2026-04-16 03:25:01.674 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: standard-attr-description 2026-04-16 03:25:01.675 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: extraroute-atomic 2026-04-16 03:25:01.675 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: stateful-security-group 2026-04-16 03:25:01.675 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-16 03:25:01.675 7 WARNING neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-16 03:25:01.676 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-16 03:25:01.676 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-16 03:25:01.676 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-16 03:25:01.677 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: subnet-external-network 2026-04-16 03:25:01.677 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-16 03:25:01.677 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: subnet_onboard 2026-04-16 03:25:01.678 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: fip-port-details 2026-04-16 03:25:01.678 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-16 03:25:01.678 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: subnet-service-types 2026-04-16 03:25:01.678 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: flavors 2026-04-16 03:25:01.679 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: subnet_allocation 2026-04-16 03:25:01.680 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-16 03:25:01.680 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-16 03:25:01.680 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: tag-creation 2026-04-16 03:25:01.681 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-16 03:25:01.681 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: floatingip-pools 2026-04-16 03:25:01.681 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: ip_allocation 2026-04-16 03:25:01.682 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: ip-substring-filtering 2026-04-16 03:25:01.682 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: l2_adjacency 2026-04-16 03:25:01.684 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: router 2026-04-16 03:25:01.684 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: standard-attr-tag 2026-04-16 03:25:01.685 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-16 03:25:01.685 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 03:25:01.686 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: trunk 2026-04-16 03:25:01.686 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-16 03:25:01.686 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: trunk-details 2026-04-16 03:25:01.686 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-16 03:25:01.687 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-16 03:25:01.687 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: ext-gw-mode 2026-04-16 03:25:01.687 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-16 03:25:01.687 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: l3-ha 2026-04-16 03:25:01.688 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-16 03:25:01.688 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-16 03:25:01.688 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-16 03:25:01.688 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-16 03:25:01.689 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: l3-flavors 2026-04-16 03:25:01.690 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-16 03:25:01.690 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-16 03:25:01.690 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-16 03:25:01.691 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-16 03:25:01.692 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: vpn-flavors 2026-04-16 03:25:01.692 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-16 03:25:01.693 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: vpnaas 2026-04-16 03:25:01.693 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-16 03:25:01.694 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-16 03:25:01.694 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: taas 2026-04-16 03:25:01.695 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-16 03:25:01.696 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: tap-mirror 2026-04-16 03:25:01.696 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-16 03:25:01.696 7 INFO neutron.api.extensions [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-16 03:25:01.697 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: multi-provider 2026-04-16 03:25:01.697 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: net-mtu 2026-04-16 03:25:01.697 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: net-mtu-writable 2026-04-16 03:25:01.698 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: network_availability_zone 2026-04-16 03:25:01.698 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-16 03:25:01.699 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: network_ha 2026-04-16 03:25:01.699 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-16 03:25:01.699 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 03:25:01.699 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-16 03:25:01.699 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: network-ip-availability 2026-04-16 03:25:01.700 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-16 03:25:01.701 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: pagination 2026-04-16 03:25:01.701 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: port-device-profile 2026-04-16 03:25:01.702 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-16 03:25:01.702 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-16 03:25:01.703 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-16 03:25:01.703 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 03:25:01.703 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: port-mac-override 2026-04-16 03:25:01.703 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 03:25:01.704 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-16 03:25:01.704 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-16 03:25:01.705 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-16 03:25:01.706 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: port-resource-request 2026-04-16 03:25:01.706 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: port-resource-request-groups 2026-04-16 03:25:01.707 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-16 03:25:01.707 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: binding 2026-04-16 03:25:01.708 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 03:25:01.708 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: binding-extended 2026-04-16 03:25:01.708 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 03:25:01.709 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: port-security 2026-04-16 03:25:01.709 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 03:25:01.709 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: project-id 2026-04-16 03:25:01.710 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: provider 2026-04-16 03:25:01.710 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 03:25:01.710 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] subnetpool is already registered 2026-04-16 03:25:01.710 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 03:25:01.710 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-16 03:25:01.710 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] subnetpool is already registered 2026-04-16 03:25:01.711 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 03:25:01.711 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 03:25:01.712 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 03:25:01.712 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 03:25:01.712 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos 2026-04-16 03:25:01.712 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 03:25:01.713 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 03:25:01.713 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-16 03:25:01.713 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 03:25:01.713 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] ipsecpolicy is already registered 2026-04-16 03:25:01.713 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-16 03:25:01.714 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 03:25:01.714 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] ikepolicy is already registered 2026-04-16 03:25:01.714 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-default 2026-04-16 03:25:01.714 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-fip 2026-04-16 03:25:01.715 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-16 03:25:01.715 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-gateway-ip 2026-04-16 03:25:01.716 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-port-network-policy 2026-04-16 03:25:01.716 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-pps-minimum 2026-04-16 03:25:01.717 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-16 03:25:01.718 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-pps 2026-04-16 03:25:01.718 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-rule-type-details 2026-04-16 03:25:01.718 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 03:25:01.718 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] router is already registered 2026-04-16 03:25:01.719 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-16 03:25:01.719 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 03:25:01.719 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] floatingip is already registered 2026-04-16 03:25:01.719 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: qos-rules-alias 2026-04-16 03:25:01.720 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: quota-check-limit 2026-04-16 03:25:01.720 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: quota-check-limit-default 2026-04-16 03:25:01.722 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: quotas 2026-04-16 03:25:01.723 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 03:25:01.723 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] rbac_policy is already registered 2026-04-16 03:25:01.723 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 03:25:01.723 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: quota_details 2026-04-16 03:25:01.724 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] security_group is already registered 2026-04-16 03:25:01.724 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 03:25:01.724 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] security_group_rule is already registered 2026-04-16 03:25:01.725 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: rbac-policies 2026-04-16 03:25:01.725 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 03:25:01.725 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] subnetpool is already registered 2026-04-16 03:25:01.725 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: rbac-address-group 2026-04-16 03:25:01.725 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 03:25:01.726 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] subnetpool is already registered 2026-04-16 03:25:01.726 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: rbac-address-scope 2026-04-16 03:25:01.726 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 03:25:01.726 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] trunk is already registered 2026-04-16 03:25:01.726 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: rbac-security-groups 2026-04-16 03:25:01.727 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 03:25:01.727 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: rbac-subnetpool 2026-04-16 03:25:01.727 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] ikepolicy is already registered 2026-04-16 03:25:01.727 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 03:25:01.727 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: revision-if-match 2026-04-16 03:25:01.727 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] ipsecpolicy is already registered 2026-04-16 03:25:01.728 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 03:25:01.728 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] endpoint_group is already registered 2026-04-16 03:25:01.728 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: standard-attr-revisions 2026-04-16 03:25:01.728 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 03:25:01.728 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] vpnservice is already registered 2026-04-16 03:25:01.728 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: router_availability_zone 2026-04-16 03:25:01.729 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 03:25:01.729 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] ipsec_site_connection is already registered 2026-04-16 03:25:01.729 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-16 03:25:01.729 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 03:25:01.729 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] ipsecpolicy is already registered 2026-04-16 03:25:01.730 7 INFO neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 03:25:01.730 7 WARNING neutron.quota.resource_registry [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] ikepolicy is already registered 2026-04-16 03:25:01.731 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: security-groups-default-rules 2026-04-16 03:25:01.731 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-16 03:25:01.732 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-16 03:25:01.732 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-16 03:25:01.732 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-16 03:25:01.733 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-16 03:25:01.739 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: security-group 2026-04-16 03:25:01.740 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: segment 2026-04-16 03:25:01.740 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-16 03:25:01.741 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: service-type 2026-04-16 03:25:01.741 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: sorting 2026-04-16 03:25:01.742 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: standard-attr-segment 2026-04-16 03:25:01.742 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: standard-attr-description 2026-04-16 03:25:01.743 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: stateful-security-group 2026-04-16 03:25:01.744 8 WARNING neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-16 03:25:01.745 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-16 03:25:01.745 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: subnet-external-network 2026-04-16 03:25:01.746 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: subnet_onboard 2026-04-16 03:25:01.746 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-16 03:25:01.747 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: subnet-service-types 2026-04-16 03:25:01.747 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: subnet_allocation 2026-04-16 03:25:01.748 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-16 03:25:01.749 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: tag-creation 2026-04-16 03:25:01.749 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-16 03:25:01.753 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: standard-attr-tag 2026-04-16 03:25:01.753 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-16 03:25:01.754 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: trunk 2026-04-16 03:25:01.754 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: trunk-details 2026-04-16 03:25:01.755 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-16 03:25:01.755 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-16 03:25:01.756 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-16 03:25:01.757 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-16 03:25:01.759 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-16 03:25:01.759 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-16 03:25:01.760 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: vpn-flavors 2026-04-16 03:25:01.761 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: vpnaas 2026-04-16 03:25:01.763 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: taas 2026-04-16 03:25:01.764 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: tap-mirror 2026-04-16 03:25:01.764 8 INFO neutron.api.extensions [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Loaded extension: taas-vlan-filter 2026-04-16 03:25:01.766 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-16 03:25:01.767 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-16 03:25:01.767 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 03:25:01.767 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-16 03:25:01.768 7 WARNING keystonemiddleware._common.config [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-16 03:25:01.770 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 03:25:01.770 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 03:25:01.775 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 03:25:01.775 7 WARNING oslo_config.cfg [None req-22860f22-8943-4133-9b56-d1bb70ab0d89 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-16 03:25:01.775 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 03:25:01.776 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 03:25:01.777 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 03:25:01.777 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] subnetpool is already registered 2026-04-16 03:25:01.777 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 03:25:01.777 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] subnetpool is already registered WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f1261438668 pid: 7 (default app) 2026-04-16 03:25:01.778 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 03:25:01.778 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 03:25:01.779 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 03:25:01.779 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 03:25:01.779 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 03:25:01.780 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 03:25:01.780 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 03:25:01.780 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] ipsecpolicy is already registered 2026-04-16 03:25:01.781 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 03:25:01.781 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] ikepolicy is already registered 2026-04-16 03:25:01.787 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 03:25:01.787 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] router is already registered 2026-04-16 03:25:01.788 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 03:25:01.788 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] floatingip is already registered 2026-04-16 03:25:01.792 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 03:25:01.792 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] rbac_policy is already registered 2026-04-16 03:25:01.792 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 03:25:01.793 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] security_group is already registered 2026-04-16 03:25:01.793 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 03:25:01.793 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] security_group_rule is already registered 2026-04-16 03:25:01.794 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 03:25:01.794 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] subnetpool is already registered 2026-04-16 03:25:01.794 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 03:25:01.795 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] subnetpool is already registered 2026-04-16 03:25:01.795 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 03:25:01.795 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] trunk is already registered 2026-04-16 03:25:01.795 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 03:25:01.796 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] ikepolicy is already registered 2026-04-16 03:25:01.796 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 03:25:01.796 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] ipsecpolicy is already registered 2026-04-16 03:25:01.796 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 03:25:01.797 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] endpoint_group is already registered 2026-04-16 03:25:01.797 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 03:25:01.797 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] vpnservice is already registered 2026-04-16 03:25:01.798 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 03:25:01.798 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] ipsec_site_connection is already registered 2026-04-16 03:25:01.798 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 03:25:01.798 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] ipsecpolicy is already registered 2026-04-16 03:25:01.799 8 INFO neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 03:25:01.799 8 WARNING neutron.quota.resource_registry [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] ikepolicy is already registered 2026-04-16 03:25:01.848 8 WARNING keystonemiddleware._common.config [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-16 03:25:01.856 8 WARNING oslo_config.cfg [None req-5b187c3b-39ed-4da5-a506-577dae53ce2f - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f1261438668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 03:25:06.017 7 INFO neutron.pecan_wsgi.hooks.translation [None req-183a9631-6fa0-4372-b2b8-e105553de968 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.129 () {44 vars in 928 bytes} [Thu Apr 16 03:25:05 2026] GET /v2.0/networks/public => generated 108 bytes in 796 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: 1/4] 199.204.45.129 () {44 vars in 950 bytes} [Thu Apr 16 03:25:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:25:06.829 7 WARNING neutron.services.revisions.revision_plugin [None req-a46de2f9-9c92-4991-9e83-12ea254bf413 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Could not find related network for resource to bump revision. 2026-04-16 03:25:06.852 7 INFO neutron.db.segments_db [None req-a46de2f9-9c92-4991-9e83-12ea254bf413 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 71478b8f-c332-42db-8666-70edb887b02c of type flat for network 6dc7a6b1-0013-445f-9569-caaef1a2b189 2026-04-16 03:25:06.901 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a46de2f9-9c92-4991-9e83-12ea254bf413 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.129 () {48 vars in 968 bytes} [Thu Apr 16 03:25:06 2026] POST /v2.0/networks => generated 124 bytes in 507 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:25:12.828 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8bb495c-b353-4963-bc8d-40e62691cc95 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.129 () {44 vars in 928 bytes} [Thu Apr 16 03:25:12 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.129 () {44 vars in 950 bytes} [Thu Apr 16 03:25:12 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-16 03:25:12.901 7 WARNING neutron.services.revisions.revision_plugin [None req-739427ca-313f-457f-a2dc-6c7313c727d4 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Could not find related network for resource to bump revision. 2026-04-16 03:25:12.915 7 INFO neutron.db.segments_db [None req-739427ca-313f-457f-a2dc-6c7313c727d4 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 56178bfe-7dc6-436c-a259-aecdb27de2ce of type flat for network 1c8f092f-e1d2-4c9e-b009-3da5ad387142 2026-04-16 03:25:12.943 7 INFO neutron.pecan_wsgi.hooks.translation [None req-739427ca-313f-457f-a2dc-6c7313c727d4 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.129 () {48 vars in 968 bytes} [Thu Apr 16 03:25:12 2026] POST /v2.0/networks => generated 124 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:25:19.273 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df783f08-3989-488a-8feb-9dd2451f3aab 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.129 () {44 vars in 928 bytes} [Thu Apr 16 03:25:18 2026] GET /v2.0/networks/public => generated 108 bytes in 445 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.129 () {44 vars in 950 bytes} [Thu Apr 16 03:25:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:25:19.560 8 WARNING neutron.services.revisions.revision_plugin [None req-a133cf75-403e-47fa-bd61-0866b0f78aa1 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Could not find related network for resource to bump revision. 2026-04-16 03:25:19.589 8 INFO neutron.db.segments_db [None req-a133cf75-403e-47fa-bd61-0866b0f78aa1 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 9c727358-75fb-4701-a9c0-fb95db42fd0a of type flat for network 9b973667-6773-46fb-a826-c19e71d56696 2026-04-16 03:25:19.647 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a133cf75-403e-47fa-bd61-0866b0f78aa1 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.129 () {48 vars in 968 bytes} [Thu Apr 16 03:25:19 2026] POST /v2.0/networks => generated 124 bytes in 364 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:25:25.533 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14180916-d725-4d27-9f17-f2b854dc389a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.129 () {44 vars in 928 bytes} [Thu Apr 16 03:25:25 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.129 () {44 vars in 950 bytes} [Thu Apr 16 03:25:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:25:25.597 8 WARNING neutron.services.revisions.revision_plugin [None req-852c2e86-04b3-44de-b185-224b419ca0a7 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Could not find related network for resource to bump revision. 2026-04-16 03:25:25.614 8 INFO neutron.db.segments_db [None req-852c2e86-04b3-44de-b185-224b419ca0a7 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 25106ce9-601e-4b5c-802f-1f47c8ddae57 of type flat for network 61dee77f-c300-47a9-baaf-23c8dc0dd053 2026-04-16 03:25:25.635 8 INFO neutron.pecan_wsgi.hooks.translation [None req-852c2e86-04b3-44de-b185-224b419ca0a7 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.129 () {48 vars in 968 bytes} [Thu Apr 16 03:25:25 2026] POST /v2.0/networks => generated 124 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:25:31.475 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0d9bf2ee-85df-40af-9e62-7fe90f47baac 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.129 () {44 vars in 928 bytes} [Thu Apr 16 03:25:31 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.129 () {44 vars in 950 bytes} [Thu Apr 16 03:25:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:25:31.573 7 WARNING neutron.services.revisions.revision_plugin [None req-452f7ca9-466b-4a2c-9504-f50f20fce2b0 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Could not find related network for resource to bump revision. 2026-04-16 03:25:31.594 7 INFO neutron.db.segments_db [None req-452f7ca9-466b-4a2c-9504-f50f20fce2b0 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment a639c650-1798-4880-b1dd-4cbec20d38ad of type flat for network f717615e-bf6a-477b-ae82-0b770da0e960 2026-04-16 03:25:31.620 7 INFO neutron.pecan_wsgi.hooks.translation [None req-452f7ca9-466b-4a2c-9504-f50f20fce2b0 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.129 () {48 vars in 968 bytes} [Thu Apr 16 03:25:31 2026] POST /v2.0/networks => generated 124 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:25:37.508 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f512395-7330-4955-94b8-92aac4f44471 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.129 () {44 vars in 928 bytes} [Thu Apr 16 03:25:37 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.129 () {44 vars in 950 bytes} [Thu Apr 16 03:25:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:25:37.605 8 WARNING neutron.services.revisions.revision_plugin [None req-11db24d7-3702-4093-a6e7-9e494fe3312c 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Could not find related network for resource to bump revision. 2026-04-16 03:25:37.630 8 INFO neutron.db.segments_db [None req-11db24d7-3702-4093-a6e7-9e494fe3312c 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 34308d63-7d4b-47be-8089-a998dd048b94 of type flat for network ec39df39-1a8b-4923-95cd-fca457cacfa2 2026-04-16 03:25:37.659 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11db24d7-3702-4093-a6e7-9e494fe3312c 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.129 () {48 vars in 968 bytes} [Thu Apr 16 03:25:37 2026] POST /v2.0/networks => generated 124 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:25:43.616 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3eaa17f-6fae-4d53-9d2b-0140e06d91da 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.129 () {44 vars in 928 bytes} [Thu Apr 16 03:25:43 2026] GET /v2.0/networks/public => generated 108 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.129 () {44 vars in 950 bytes} [Thu Apr 16 03:25:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:25:43.713 8 WARNING neutron.services.revisions.revision_plugin [None req-a76ce0e8-652c-4b59-930e-6c3ecf989efe 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Could not find related network for resource to bump revision. 2026-04-16 03:25:43.732 8 INFO neutron.db.segments_db [None req-a76ce0e8-652c-4b59-930e-6c3ecf989efe 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 955f0ff5-95e9-4f60-8816-0a9e0c7ef0d4 of type flat for network 4bcabe9b-a8ff-4344-b9db-cac942cf8a8d [pid: 8|app: 0|req: 12/26] 199.204.45.129 () {48 vars in 968 bytes} [Thu Apr 16 03:25:43 2026] POST /v2.0/networks => generated 706 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:25:44.962 7 INFO neutron.pecan_wsgi.hooks.translation [None req-116ad091-7615-4c36-a7cb-551cffd60547 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.129 () {44 vars in 928 bytes} [Thu Apr 16 03:25: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: 8|app: 0|req: 13/28] 199.204.45.129 () {44 vars in 950 bytes} [Thu Apr 16 03:25:44 2026] GET /v2.0/networks?name=public => generated 709 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:25:45.030 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ffca161d-cc27-44aa-b47d-bacc444a1730 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.129 () {44 vars in 1035 bytes} [Thu Apr 16 03:25:45 2026] GET /v2.0/subnets/public-subnet?network_id=4bcabe9b-a8ff-4344-b9db-cac942cf8a8d => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.129 () {44 vars in 1058 bytes} [Thu Apr 16 03:25:45 2026] GET /v2.0/subnets?name=public-subnet&network_id=4bcabe9b-a8ff-4344-b9db-cac942cf8a8d => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.204.45.129 () {48 vars in 966 bytes} [Thu Apr 16 03:25:45 2026] POST /v2.0/subnets => generated 664 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:30:31.831 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f51200c8-dd9f-454a-9db4-0eacc33d62fd 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/70] 199.204.45.129 () {44 vars in 938 bytes} [Thu Apr 16 03:30:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.204.45.129 () {44 vars in 960 bytes} [Thu Apr 16 03:30:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:30:31.916 7 INFO neutron.db.segments_db [None req-ac7d6e14-cc4f-40c2-a4f2-302ea38865f8 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 7b68d446-c327-4b99-9cb7-4e1c7e33231a of type vxlan for network 26eed707-a82f-4044-a5b6-4b46fb3bc5c8 [pid: 7|app: 0|req: 38/72] 199.204.45.129 () {48 vars in 967 bytes} [Thu Apr 16 03:30:31 2026] POST /v2.0/networks => generated 687 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:30:32.966 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2aa3e6f5-7ddf-41bc-9abe-ec10d0154a23 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/73] 199.204.45.129 () {44 vars in 938 bytes} [Thu Apr 16 03:30:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.129 () {44 vars in 960 bytes} [Thu Apr 16 03:30:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:30:33.039 8 INFO neutron.pecan_wsgi.hooks.translation [None req-67e0a911-f906-456d-a0f0-196a78464330 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/75] 199.204.45.129 () {44 vars in 1037 bytes} [Thu Apr 16 03:30:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.129 () {44 vars in 1060 bytes} [Thu Apr 16 03:30:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.129 () {48 vars in 966 bytes} [Thu Apr 16 03:30:33 2026] POST /v2.0/subnets => generated 651 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:30:34.442 7 INFO neutron.api.v2.resource [None req-34a89a7f-cadd-4a5e-be37-5144ccf78888 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/78] 199.204.45.129 () {44 vars in 972 bytes} [Thu Apr 16 03:30:34 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.129 () {44 vars in 994 bytes} [Thu Apr 16 03:30:34 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.129 () {48 vars in 981 bytes} [Thu Apr 16 03:30:34 2026] POST /v2.0/security-groups => generated 1616 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:35 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 1616 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:35 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:35 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.129 () {48 vars in 992 bytes} [Thu Apr 16 03:30:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:36 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:36 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:36 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.129 () {48 vars in 992 bytes} [Thu Apr 16 03:30:36 2026] POST /v2.0/security-group-rules => generated 603 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:37 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:37 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:37 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.129 () {48 vars in 992 bytes} [Thu Apr 16 03:30:37 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:38 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:38 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:38 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.129 () {48 vars in 992 bytes} [Thu Apr 16 03:30:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:39 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4078 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:39 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:39 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.129 () {48 vars in 992 bytes} [Thu Apr 16 03:30:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.129 () {44 vars in 988 bytes} [Thu Apr 16 03:30:41 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 731 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:30:41.319 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c2b48a5-b294-46dc-971f-9a7dee96a8a3 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/104] 199.204.45.129 () {44 vars in 1077 bytes} [Thu Apr 16 03:30:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.204.45.129 () {44 vars in 1100 bytes} [Thu Apr 16 03:30:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:41 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.204.45.129 () {48 vars in 962 bytes} [Thu Apr 16 03:30:41 2026] POST /v2.0/ports => generated 1100 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 03:30:48.809 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24973840-438c-4eb9-86aa-73fe9d0fd979 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/108] 199.204.45.129 () {44 vars in 980 bytes} [Thu Apr 16 03:30:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 53/109] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 199.204.45.129 () {48 vars in 1032 bytes} [Thu Apr 16 03:30:49 2026] PUT /v2.0/ports/c88761a3-62a7-456e-8445-1ad6b8a585ea => generated 1249 bytes in 696 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.129 () {44 vars in 921 bytes} [Thu Apr 16 03:30:51 2026] GET /v2.0/ports => generated 3730 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 03:30:52.413 7 INFO neutron.api.v2.resource [None req-abc69da6-efb7-4f9a-b351-84a025ee4442 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 58/112] 199.204.45.129 () {44 vars in 960 bytes} [Thu Apr 16 03:30:52 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.129 () {44 vars in 982 bytes} [Thu Apr 16 03:30:52 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.204.45.129 () {48 vars in 981 bytes} [Thu Apr 16 03:30:52 2026] POST /v2.0/security-groups => generated 1610 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:53 2026] GET /v2.0/security-groups/960e3a7a-28c9-4873-b4fd-d3a1fe0fad30 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:53 2026] GET /v2.0/security-groups/960e3a7a-28c9-4873-b4fd-d3a1fe0fad30 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:53 2026] GET /v2.0/security-groups/960e3a7a-28c9-4873-b4fd-d3a1fe0fad30 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/120] 199.204.45.129 () {48 vars in 992 bytes} [Thu Apr 16 03:30:53 2026] POST /v2.0/security-group-rules => generated 623 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/121] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:54 2026] GET /v2.0/security-groups/960e3a7a-28c9-4873-b4fd-d3a1fe0fad30 => generated 2246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/122] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:54 2026] GET /v2.0/security-groups/960e3a7a-28c9-4873-b4fd-d3a1fe0fad30 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/123] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:30:54 2026] GET /v2.0/security-groups/960e3a7a-28c9-4873-b4fd-d3a1fe0fad30 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/124] 199.204.45.129 () {48 vars in 992 bytes} [Thu Apr 16 03:30:54 2026] POST /v2.0/security-group-rules => generated 627 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/135] 199.204.45.129 () {44 vars in 976 bytes} [Thu Apr 16 03:32:13 2026] GET /v2.0/quotas/14f5c492daee4bbeb6bce787bc166ec8 => 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: 66/136] 199.204.45.129 () {48 vars in 1028 bytes} [Thu Apr 16 03:32:13 2026] PUT /v2.0/quotas/14f5c492daee4bbeb6bce787bc166ec8 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 03:34:34.191 7 INFO neutron.pecan_wsgi.hooks.translation [None req-514ba596-8155-47a3-9d10-fb3f83073ebf 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 80/155] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 03:34:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 203 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/156] 199.204.45.129 () {30 vars in 763 bytes} [Thu Apr 16 03:34:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:34:36.032 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dce85245-6765-4659-bd01-4d602f1a4fbd 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/157] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 03:34:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/158] 199.204.45.129 () {30 vars in 763 bytes} [Thu Apr 16 03:34:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:40:24.069 8 INFO neutron.api.v2.resource [None req-71ed4488-2725-41a0-aa58-bc9ab3dbf90f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 102/207] 199.204.45.129 () {44 vars in 1075 bytes} [Thu Apr 16 03:40:23 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d162146c22b6433cb85fddc952da3f8e => generated 139 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/208] 199.204.45.129 () {44 vars in 1098 bytes} [Thu Apr 16 03:40:24 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d162146c22b6433cb85fddc952da3f8e => generated 23 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/209] 199.204.45.129 () {48 vars in 982 bytes} [Thu Apr 16 03:40:24 2026] POST /v2.0/security-groups => generated 1624 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/210] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:40:25 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 1624 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/211] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:40:25 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/212] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:40:25 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/213] 199.204.45.129 () {48 vars in 992 bytes} [Thu Apr 16 03:40:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/214] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:40:26 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 2234 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/215] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:40:26 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/216] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:40:26 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/217] 199.204.45.129 () {48 vars in 992 bytes} [Thu Apr 16 03:40:26 2026] POST /v2.0/security-group-rules => generated 599 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/218] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:40:27 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/219] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:40:27 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/220] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:40:27 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/221] 199.204.45.129 () {48 vars in 992 bytes} [Thu Apr 16 03:40:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/222] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:40:29 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 3460 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/223] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:40:29 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/224] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:40:29 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/225] 199.204.45.129 () {48 vars in 992 bytes} [Thu Apr 16 03:40:29 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: 7|app: 0|req: 124/244] 199.204.45.129 () {30 vars in 740 bytes} [Thu Apr 16 03:42:46 2026] GET /v2.0/networks?tenant_id=d162146c22b6433cb85fddc952da3f8e&shared=False => generated 15 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:42:46.312 8 INFO neutron.db.segments_db [None req-fd80639f-236b-4695-857a-96d97a89d732 c8ad59859eda423993cdc1322d44f92b d162146c22b6433cb85fddc952da3f8e - - 7f2d300e39b7482cba7f2bf07a251001 7f2d300e39b7482cba7f2bf07a251001] Added segment 004d58ed-e636-427a-8658-397fbd345429 of type vxlan for network 99d42ad3-b1b4-4e25-a84e-f87ec86c9875 [pid: 8|app: 0|req: 121/245] 199.204.45.129 () {34 vars in 682 bytes} [Thu Apr 16 03:42:46 2026] POST /v2.0/networks => generated 699 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/246] 199.204.45.129 () {30 vars in 722 bytes} [Thu Apr 16 03:42:46 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/247] 199.204.45.129 () {30 vars in 633 bytes} [Thu Apr 16 03:42:46 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/248] 199.204.45.129 () {34 vars in 677 bytes} [Thu Apr 16 03:42:46 2026] POST /v2.0/ports => generated 999 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/249] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 03:42:46 2026] GET /v2.0/networks/99d42ad3-b1b4-4e25-a84e-f87ec86c9875 => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/250] 199.204.45.129 () {30 vars in 722 bytes} [Thu Apr 16 03:42:48 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/251] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 03:42:48 2026] GET /v2.0/networks/99d42ad3-b1b4-4e25-a84e-f87ec86c9875 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/254] 199.204.45.129 () {44 vars in 976 bytes} [Thu Apr 16 03:43:00 2026] GET /v2.0/quotas/d162146c22b6433cb85fddc952da3f8e => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/255] 199.204.45.129 () {48 vars in 1028 bytes} [Thu Apr 16 03:43:01 2026] PUT /v2.0/quotas/d162146c22b6433cb85fddc952da3f8e => generated 291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:53:50.669 7 INFO neutron.pecan_wsgi.hooks.translation [None req-799edbeb-6f24-4fd9-ad29-1280654187fc 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/342] 199.204.45.129 () {44 vars in 928 bytes} [Thu Apr 16 03:53:50 2026] GET /v2.0/networks/public => generated 108 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/343] 199.204.45.129 () {44 vars in 950 bytes} [Thu Apr 16 03:53:50 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:53:51.860 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f890748-de09-420a-aa1e-56edeb63a902 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/344] 199.204.45.129 () {44 vars in 928 bytes} [Thu Apr 16 03:53:51 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/345] 199.204.45.129 () {44 vars in 950 bytes} [Thu Apr 16 03:53:51 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:53:51.934 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2bcf6de-4a73-436a-8caf-544bf6843e83 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/346] 199.204.45.129 () {44 vars in 1035 bytes} [Thu Apr 16 03:53:51 2026] GET /v2.0/subnets/public-subnet?network_id=4bcabe9b-a8ff-4344-b9db-cac942cf8a8d => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/347] 199.204.45.129 () {44 vars in 1058 bytes} [Thu Apr 16 03:53:51 2026] GET /v2.0/subnets?name=public-subnet&network_id=4bcabe9b-a8ff-4344-b9db-cac942cf8a8d => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:54:19.280 8 INFO neutron.pecan_wsgi.hooks.translation [None req-55492005-8a01-4901-afa9-7f1435cd0429 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/352] 199.204.45.129 () {44 vars in 938 bytes} [Thu Apr 16 03:54:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/353] 199.204.45.129 () {44 vars in 960 bytes} [Thu Apr 16 03:54:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:54:20.269 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5306f987-d453-47a9-aea8-bd866ca70c82 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/354] 199.204.45.129 () {44 vars in 938 bytes} [Thu Apr 16 03:54:20 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/355] 199.204.45.129 () {44 vars in 960 bytes} [Thu Apr 16 03:54:20 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:54:20.337 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e95918b6-b843-4ddb-8fc4-0402e6e8b7de 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/356] 199.204.45.129 () {44 vars in 1037 bytes} [Thu Apr 16 03:54:20 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/357] 199.204.45.129 () {44 vars in 1060 bytes} [Thu Apr 16 03:54:20 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:54:21.555 8 INFO neutron.api.v2.resource [None req-89a7d0ae-8a9b-4e9f-bdae-e36c00e1384b 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/358] 199.204.45.129 () {44 vars in 972 bytes} [Thu Apr 16 03:54:21 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/359] 199.204.45.129 () {44 vars in 994 bytes} [Thu Apr 16 03:54:21 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/360] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:22 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/361] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:22 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/362] 199.204.45.129 () {44 vars in 1012 bytes} [Thu Apr 16 03:54:22 2026] GET /v2.0/security-group-rules/1f80f26e-1296-4041-981f-2cbfc499756f => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/365] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:23 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/366] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:23 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/367] 199.204.45.129 () {44 vars in 1012 bytes} [Thu Apr 16 03:54:23 2026] GET /v2.0/security-group-rules/59851c03-85bd-45af-9be8-9353e3692ba2 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/368] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:24 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/369] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:24 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/370] 199.204.45.129 () {44 vars in 1012 bytes} [Thu Apr 16 03:54:24 2026] GET /v2.0/security-group-rules/b56f3450-317c-4ae8-8232-964b012f823f => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/371] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:25 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/372] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:25 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 199.204.45.129 () {44 vars in 1012 bytes} [Thu Apr 16 03:54:25 2026] GET /v2.0/security-group-rules/977a1560-b996-493c-8821-b7188139ea37 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/374] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:26 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/375] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:26 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/376] 199.204.45.129 () {44 vars in 1012 bytes} [Thu Apr 16 03:54:26 2026] GET /v2.0/security-group-rules/39ab83d8-718c-4429-8947-19ea6ffe9363 => generated 603 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/377] 199.204.45.129 () {44 vars in 988 bytes} [Thu Apr 16 03:54:27 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 731 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:54:27.851 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a532a8c4-13d9-48f4-980e-7fde976b9e51 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/378] 199.204.45.129 () {44 vars in 1077 bytes} [Thu Apr 16 03:54:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/379] 199.204.45.129 () {44 vars in 1100 bytes} [Thu Apr 16 03:54:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 1254 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/380] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:27 2026] GET /v2.0/security-groups/e6e67c69-0ea6-495d-a56d-5b3883a1324f => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:54:35.677 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb71106e-2c90-471e-b9cf-b79f62dd6eb1 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/381] 199.204.45.129 () {44 vars in 980 bytes} [Thu Apr 16 03:54:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/382] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/383] 199.204.45.129 () {44 vars in 921 bytes} [Thu Apr 16 03:54:37 2026] GET /v2.0/ports => generated 4725 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:54:38.237 8 INFO neutron.api.v2.resource [None req-3fbc74d7-cf03-4d18-9907-1790a0173bff 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/384] 199.204.45.129 () {44 vars in 960 bytes} [Thu Apr 16 03:54:38 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/385] 199.204.45.129 () {44 vars in 982 bytes} [Thu Apr 16 03:54:38 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/388] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:39 2026] GET /v2.0/security-groups/960e3a7a-28c9-4873-b4fd-d3a1fe0fad30 => generated 2886 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/389] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:39 2026] GET /v2.0/security-groups/960e3a7a-28c9-4873-b4fd-d3a1fe0fad30 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/390] 199.204.45.129 () {44 vars in 1012 bytes} [Thu Apr 16 03:54:39 2026] GET /v2.0/security-group-rules/82862119-55ed-402f-91ca-683108ebec32 => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/391] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:40 2026] GET /v2.0/security-groups/960e3a7a-28c9-4873-b4fd-d3a1fe0fad30 => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/392] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:54:40 2026] GET /v2.0/security-groups/960e3a7a-28c9-4873-b4fd-d3a1fe0fad30 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/393] 199.204.45.129 () {44 vars in 1012 bytes} [Thu Apr 16 03:54:40 2026] GET /v2.0/security-group-rules/c6372d2d-945c-4098-8d4d-4d07528ca69d => generated 627 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/394] 199.204.45.129 () {44 vars in 976 bytes} [Thu Apr 16 03:54:51 2026] GET /v2.0/quotas/14f5c492daee4bbeb6bce787bc166ec8 => generated 291 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:55:41.861 7 INFO neutron.api.v2.resource [None req-929c62c2-1805-4752-b038-88b3d75c745a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/403] 199.204.45.129 () {44 vars in 1075 bytes} [Thu Apr 16 03:55:41 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=d162146c22b6433cb85fddc952da3f8e => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/404] 199.204.45.129 () {44 vars in 1098 bytes} [Thu Apr 16 03:55:41 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=d162146c22b6433cb85fddc952da3f8e => generated 4072 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/405] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:55:42 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/406] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:55:42 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6 => generated 4075 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/407] 199.204.45.129 () {44 vars in 1012 bytes} [Thu Apr 16 03:55:42 2026] GET /v2.0/security-group-rules/414ed9d6-1cc6-4f43-b39f-b3ac5c9f1809 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/408] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:55:43 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/409] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:55:43 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/410] 199.204.45.129 () {44 vars in 1012 bytes} [Thu Apr 16 03:55:43 2026] GET /v2.0/security-group-rules/a458e9d2-0b10-4bc1-b643-594605e65574 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/411] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:55:44 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/412] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:55:44 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/413] 199.204.45.129 () {44 vars in 1012 bytes} [Thu Apr 16 03:55:44 2026] GET /v2.0/security-group-rules/62d9eb95-f892-419f-8dd9-703f89086565 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/414] 199.204.45.129 () {44 vars in 1089 bytes} [Thu Apr 16 03:55:45 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6?project_id=d162146c22b6433cb85fddc952da3f8e => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/415] 199.204.45.129 () {44 vars in 1002 bytes} [Thu Apr 16 03:55:45 2026] GET /v2.0/security-groups/1654eae0-645f-4610-851d-74e3716e19d6 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.204.45.129 () {44 vars in 1012 bytes} [Thu Apr 16 03:55:45 2026] GET /v2.0/security-group-rules/7296d10e-2246-40a5-af83-475dda83a1a6 => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.204.45.129 () {44 vars in 976 bytes} [Thu Apr 16 03:55:53 2026] GET /v2.0/quotas/d162146c22b6433cb85fddc952da3f8e => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/426] 199.204.45.129 () {44 vars in 950 bytes} [Thu Apr 16 03:56:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 03:57:21 2026] GET /v2.0/networks => generated 2167 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/432] 10.0.0.4 () {32 vars in 653 bytes} [Thu Apr 16 03:57:22 2026] GET /v2.0/floatingips => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 03:57:22 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 10.0.0.4 () {32 vars in 641 bytes} [Thu Apr 16 03:57:23 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 03:57:23 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/436] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 03:57:23 2026] GET /v2.0/networks => generated 2167 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/437] 10.0.0.4 () {32 vars in 661 bytes} [Thu Apr 16 03:57:23 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 10.0.0.4 () {32 vars in 653 bytes} [Thu Apr 16 03:57:23 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:57:33.890 8 INFO neutron.db.segments_db [None req-fc6e79df-58b6-485f-b8a7-597e0e19b448 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment e211029a-bfd0-4546-90ef-a7573395312b of type vxlan for network e1b5978d-e39e-49f4-82bc-7253511858ea 2026-04-16 03:57:33.962 7 INFO neutron.db.segments_db [None req-c61e71f6-eedd-46ac-9044-fdd07494adc3 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment efc4a517-40ac-4e3f-8ce1-1a00da823ef6 of type vxlan for network 7741541d-6256-42dd-bf48-270ba2f63082 [pid: 8|app: 0|req: 219/441] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 03:57:33 2026] POST /v2.0/networks => generated 726 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/442] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 03:57:33 2026] POST /v2.0/networks => generated 733 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/443] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:57:34 2026] POST /v2.0/subnets => generated 692 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:57:34.315 8 INFO neutron.db.segments_db [None req-eef3cd36-1919-414f-8437-96e7e12ca66e 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment bc81da74-0ef2-45ee-ae5a-e5647a07665e of type vxlan for network c82ac926-6337-49c4-8b6c-c4ed69e2a0bc [pid: 8|app: 0|req: 220/444] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 03:57:33 2026] POST /v2.0/networks => generated 730 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:57:34.481 8 INFO neutron.db.segments_db [None req-5104238b-7ea3-41e5-9cac-ecccc8e0a2ba 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 9ae6d5fa-7245-4071-835f-3f9677e4a406 of type vxlan for network bf746e91-8228-437d-8e35-127bac2f2e2f [pid: 7|app: 0|req: 225/445] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:57:34 2026] POST /v2.0/subnets => generated 699 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/446] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:57:34 2026] POST /v2.0/subnets => generated 696 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:57:34.704 8 INFO neutron.db.l3_hamode_db [None req-5104238b-7ea3-41e5-9cac-ecccc8e0a2ba 02d3731826984f82b4d34dd274dadd62 f454980bbe0a46c68c69ceab0a381184 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 03:57:34.730 7 INFO neutron.db.segments_db [None req-f6ad3c57-3397-4478-95b5-c7407098d55f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 39a9b74a-dfbc-45f3-ba38-a5ae35afecbb of type vxlan for network f4e42be8-b0a6-48ac-8b13-0b6bcfc7dec3 2026-04-16 03:57:34.947 7 INFO neutron.db.l3_hamode_db [None req-f6ad3c57-3397-4478-95b5-c7407098d55f 02d3731826984f82b4d34dd274dadd62 962046c040b742979820d56c293e61d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 03:57:35.592 8 INFO neutron.db.l3_hamode_db [None req-5104238b-7ea3-41e5-9cac-ecccc8e0a2ba 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 03:57:36.026 7 INFO neutron.db.l3_hamode_db [None req-f6ad3c57-3397-4478-95b5-c7407098d55f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 227/447] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:57:34 2026] POST /v2.0/routers => generated 739 bytes in 2313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/448] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:57:34 2026] POST /v2.0/routers => generated 732 bytes in 2579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:57:37.064 7 INFO neutron.db.segments_db [None req-0672908b-b1b3-4e8e-a82f-d60d70d0ef1f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 30632537-dc09-469c-9c15-e173df3c81af of type vxlan for network 849ce5d4-accb-4c33-84fa-8edaa14b763b 2026-04-16 03:57:37.297 7 INFO neutron.db.l3_hamode_db [None req-0672908b-b1b3-4e8e-a82f-d60d70d0ef1f 02d3731826984f82b4d34dd274dadd62 8f5de0108630444fa14a6afa4c115340 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 222/449] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:57:37 2026] GET /v2.0/security-groups?tenant_id=febf57ca91a44a7faff1185c36d72e28&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:57:37.980 7 INFO neutron.db.l3_hamode_db [None req-0672908b-b1b3-4e8e-a82f-d60d70d0ef1f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 223/450] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:57:37 2026] PUT /v2.0/routers/9daff358-428e-4817-ae49-5f16ea0b325e/add_router_interface => generated 309 bytes in 1240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/451] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:57:37 2026] POST /v2.0/routers => generated 736 bytes in 1831 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/452] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:57:38 2026] DELETE /v2.0/security-groups/9be4928a-7129-4178-bfc0-2da60859f533 => 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: 224/455] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:57:38 2026] PUT /v2.0/routers/f637ecbd-46ed-44a4-98bc-cc60bba7979a/add_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/456] 10.0.0.4 () {34 vars in 683 bytes} [Thu Apr 16 03:57:39 2026] POST /v2.0/security-groups => generated 1661 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/457] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:57:39 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: 227/458] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:57:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/459] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:57:38 2026] PUT /v2.0/routers/9bb7c310-0ce9-4f7a-aed9-6e51b54acd51/add_router_interface => generated 309 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/460] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 03:57:40 2026] POST /v2.0/floatingips => generated 552 bytes in 672 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/461] 10.0.0.64 () {38 vars in 970 bytes} [Thu Apr 16 03:57:40 2026] POST /v2.0/security-groups => generated 1680 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 03:57:40.982 8 INFO neutron.db.segments_db [None req-24be3616-8156-4f45-ab5c-109c4762ee0f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 8466f9f4-2969-4f88-83c4-eb7da815ab11 of type vxlan for network b9fac955-04f3-4a88-86a6-5b0b11dbbb16 [pid: 7|app: 0|req: 234/462] 10.0.0.64 () {38 vars in 970 bytes} [Thu Apr 16 03:57:40 2026] POST /v2.0/security-groups => generated 1681 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/463] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 03:57:40 2026] POST /v2.0/networks => generated 729 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/464] 10.0.0.64 () {38 vars in 970 bytes} [Thu Apr 16 03:57:41 2026] POST /v2.0/security-groups => generated 1685 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/465] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:57:41 2026] POST /v2.0/subnets => generated 695 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/466] 10.0.0.64 () {34 vars in 1099 bytes} [Thu Apr 16 03:57:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1053445262&fields=id&tenant_id=962046c040b742979820d56c293e61d3 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:57:41.383 7 INFO neutron.db.segments_db [None req-3775e44a-d10c-4265-9966-d3e7a22e8b4c 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment c19c1f43-b989-45be-ba22-0f33515cb42d of type vxlan for network 4c87205f-2902-4d16-92d4-d94325bcd4de [pid: 8|app: 0|req: 231/467] 10.0.0.64 () {38 vars in 970 bytes} [Thu Apr 16 03:57:41 2026] POST /v2.0/security-groups => generated 1682 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/468] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 03:57:41 2026] GET /v2.0/networks?id=7741541d-6256-42dd-bf48-270ba2f63082 => generated 684 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/469] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:41 2026] GET /v2.0/security-groups/b360d819-e070-4ecc-b232-8868efd56f6a => generated 1685 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/470] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 03:57:41 2026] GET /v2.0/quotas/962046c040b742979820d56c293e61d3 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:57:41.656 7 INFO neutron.db.l3_hamode_db [None req-3775e44a-d10c-4265-9966-d3e7a22e8b4c 02d3731826984f82b4d34dd274dadd62 4060bbce676b49d6916ed2dc49720cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/471] 10.0.0.64 () {38 vars in 980 bytes} [Thu Apr 16 03:57:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/472] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 03:57:41 2026] GET /v2.0/ports?tenant_id=962046c040b742979820d56c293e61d3&fields=id => generated 57 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/473] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 03:57:41 2026] GET /v2.0/security-groups?tenant_id=f454980bbe0a46c68c69ceab0a381184 => generated 7904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:41 2026] GET /v2.0/security-groups/1de0d6a0-f744-47f8-b2db-bfd222765f9b => generated 2918 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/475] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:41 2026] GET /v2.0/security-groups/1de0d6a0-f744-47f8-b2db-bfd222765f9b => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/476] 10.0.0.64 () {38 vars in 970 bytes} [Thu Apr 16 03:57:41 2026] POST /v2.0/security-groups => generated 1684 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/477] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/security-groups/32d0c5b0-04fb-4d59-963b-d10f069a8cab => generated 1680 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/478] 10.0.0.64 () {36 vars in 1012 bytes} [Thu Apr 16 03:57:42 2026] DELETE /v2.0/security-groups/32d0c5b0-04fb-4d59-963b-d10f069a8cab => 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: 243/479] 10.0.0.64 () {34 vars in 906 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/extensions => generated 21537 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/480] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/security-groups/deb7576c-d2bc-46a3-836a-c356e7be3af4 => generated 1684 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/481] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/482] 10.0.0.64 () {38 vars in 980 bytes} [Thu Apr 16 03:57:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/483] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:57:42.462 8 INFO neutron.api.v2.resource [req-2e426cbb-f137-4de4-bf84-f63fcc48b8ba req-667d86b1-b28c-42fb-a737-621e806d9f6e 1347e1ece9854b0185664fea9e8e5d65 f454980bbe0a46c68c69ceab0a381184 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/484] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/security-groups/32d0c5b0-04fb-4d59-963b-d10f069a8cab => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/485] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/security-groups/deb7576c-d2bc-46a3-836a-c356e7be3af4 => generated 2309 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/486] 10.0.0.64 () {38 vars in 980 bytes} [Thu Apr 16 03:57:42 2026] POST /v2.0/security-group-rules => generated 619 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/487] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/security-groups/86df8c7f-ea3b-4b19-99c2-a94bd4413e71 => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/488] 10.0.0.64 () {36 vars in 1012 bytes} [Thu Apr 16 03:57:42 2026] DELETE /v2.0/security-groups/86df8c7f-ea3b-4b19-99c2-a94bd4413e71 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/489] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/490] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/security-groups/deb7576c-d2bc-46a3-836a-c356e7be3af4 => generated 2939 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:57:42.845 8 INFO neutron.api.v2.resource [req-a9015cdc-9ad3-4387-9de3-4269411db1f2 req-132d6c82-1566-44cb-99c9-a9af315ff896 1347e1ece9854b0185664fea9e8e5d65 f454980bbe0a46c68c69ceab0a381184 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/491] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/security-groups/86df8c7f-ea3b-4b19-99c2-a94bd4413e71 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/492] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/security-groups/907a8bd1-024e-4cf4-8a0b-9f2ec9a9101e => generated 1682 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/493] 10.0.0.64 () {34 vars in 1000 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/security-group-rules/08586686-2683-45d9-aee2-72e52480884d => generated 616 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:57:42.929 7 INFO neutron.db.l3_hamode_db [None req-3775e44a-d10c-4265-9966-d3e7a22e8b4c 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 258/494] 10.0.0.64 () {36 vars in 1012 bytes} [Thu Apr 16 03:57:42 2026] DELETE /v2.0/security-groups/907a8bd1-024e-4cf4-8a0b-9f2ec9a9101e => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/495] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:42 2026] GET /v2.0/security-groups/deb7576c-d2bc-46a3-836a-c356e7be3af4 => generated 2939 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:57:43.016 8 INFO neutron.api.v2.resource [req-d5cefc36-86d7-404d-9eb2-76add5010f20 req-182a408d-fc6b-4e95-a86b-24cf51f7f32e 1347e1ece9854b0185664fea9e8e5d65 f454980bbe0a46c68c69ceab0a381184 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 260/496] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:43 2026] GET /v2.0/security-groups/907a8bd1-024e-4cf4-8a0b-9f2ec9a9101e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/497] 10.0.0.64 () {36 vars in 1022 bytes} [Thu Apr 16 03:57:43 2026] DELETE /v2.0/security-group-rules/08586686-2683-45d9-aee2-72e52480884d => 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: 262/498] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 03:57:43 2026] GET /v2.0/security-groups?tenant_id=f454980bbe0a46c68c69ceab0a381184 => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/499] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:43 2026] GET /v2.0/security-groups/deb7576c-d2bc-46a3-836a-c356e7be3af4 => generated 2309 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/500] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:43 2026] GET /v2.0/security-groups/1de0d6a0-f744-47f8-b2db-bfd222765f9b => generated 2918 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/501] 10.0.0.64 () {36 vars in 1012 bytes} [Thu Apr 16 03:57:43 2026] DELETE /v2.0/security-groups/deb7576c-d2bc-46a3-836a-c356e7be3af4 => 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: 266/502] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:43 2026] GET /v2.0/security-groups/1de0d6a0-f744-47f8-b2db-bfd222765f9b => generated 2918 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/503] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:43 2026] GET /v2.0/security-groups/b360d819-e070-4ecc-b232-8868efd56f6a => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/504] 10.0.0.64 () {36 vars in 1012 bytes} [Thu Apr 16 03:57:43 2026] DELETE /v2.0/security-groups/b360d819-e070-4ecc-b232-8868efd56f6a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:57:43.536 8 INFO neutron.api.v2.resource [req-2b2c134c-c246-4014-8f1f-67d519226bdd req-5b2e9c1c-ab67-452f-9806-2a0f6daed1fb 1347e1ece9854b0185664fea9e8e5d65 f454980bbe0a46c68c69ceab0a381184 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/505] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:43 2026] GET /v2.0/security-groups/907a8bd1-024e-4cf4-8a0b-9f2ec9a9101e => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/506] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:57:41 2026] POST /v2.0/routers => generated 735 bytes in 2504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:57:43.857 7 INFO neutron.api.v2.resource [req-1f1ae81d-c99d-4a44-b93b-3e7ea52e3fd3 req-640e219d-d2f2-4b6e-8d28-5fd722fd3ce2 1347e1ece9854b0185664fea9e8e5d65 f454980bbe0a46c68c69ceab0a381184 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 238/507] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:43 2026] GET /v2.0/security-groups/86df8c7f-ea3b-4b19-99c2-a94bd4413e71 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:57:44.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7ee1e48-fe50-4f65-a30f-47df518ff837 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: a7abf54e-468d-4c7b-892e-937acc259f51 2026-04-16 03:57:44.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7ee1e48-fe50-4f65-a30f-47df518ff837 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: a7abf54e-468d-4c7b-892e-937acc259f51 [pid: 7|app: 0|req: 239/508] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:57:43 2026] PUT /v2.0/routers/b07d7437-6169-49d0-9d80-b96727c97dfe/add_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:57:44.906 7 INFO neutron.api.v2.resource [req-de0b54ed-c85b-4f36-afa3-c7594f47577f req-38c96c77-f8db-4fac-b7cf-66382a1c3ea2 1347e1ece9854b0185664fea9e8e5d65 f454980bbe0a46c68c69ceab0a381184 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 240/509] 10.0.0.64 () {34 vars in 990 bytes} [Thu Apr 16 03:57:44 2026] GET /v2.0/security-groups/32d0c5b0-04fb-4d59-963b-d10f069a8cab => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/510] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:44 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => 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: 270/511] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:57:43 2026] PUT /v2.0/routers/9bb7c310-0ce9-4f7a-aed9-6e51b54acd51/remove_router_interface => generated 309 bytes in 1495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:57:45.256 8 INFO neutron_taas.services.taas.taas_plugin [None req-60c6bbeb-d19e-44e8-82ed-111b6da6c7c9 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 18aaa362-7400-4442-9c73-9c8b92787dbf 2026-04-16 03:57:45.259 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c6bbeb-d19e-44e8-82ed-111b6da6c7c9 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 18aaa362-7400-4442-9c73-9c8b92787dbf 2026-04-16 03:57:45.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-031cbff2-7e8e-4c63-afef-ee9b3caaa5c3 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: ebbf0898-b53b-46b1-814c-825f0527b830 2026-04-16 03:57:45.414 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-031cbff2-7e8e-4c63-afef-ee9b3caaa5c3 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: ebbf0898-b53b-46b1-814c-825f0527b830 2026-04-16 03:57:45.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-60c6bbeb-d19e-44e8-82ed-111b6da6c7c9 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 94394926-a26c-4b32-b8b1-48cbfb09dd6a 2026-04-16 03:57:45.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c6bbeb-d19e-44e8-82ed-111b6da6c7c9 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 94394926-a26c-4b32-b8b1-48cbfb09dd6a 2026-04-16 03:57:45.560 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-60c6bbeb-d19e-44e8-82ed-111b6da6c7c9 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 242/512] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:57:44 2026] PUT /v2.0/routers/f637ecbd-46ed-44a4-98bc-cc60bba7979a/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:57:45.940 8 INFO neutron.db.l3_hamode_db [None req-60c6bbeb-d19e-44e8-82ed-111b6da6c7c9 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] HA network 849ce5d4-accb-4c33-84fa-8edaa14b763b was deleted as no HA routers are present in tenant 8f5de0108630444fa14a6afa4c115340. [pid: 8|app: 0|req: 271/513] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:57:45 2026] DELETE /v2.0/routers/9bb7c310-0ce9-4f7a-aed9-6e51b54acd51 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/514] 10.0.0.4 () {34 vars in 683 bytes} [Thu Apr 16 03:57:45 2026] POST /v2.0/security-groups => generated 1660 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/515] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:57:46 2026] DELETE /v2.0/subnets/35c2fb53-1868-41f2-aedd-2ff4cd9d98b6 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:57:46.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-836f1992-6b89-40e6-9c97-ab8f482cb017 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: a60bb311-564e-43cc-8dae-fd26fc4729ab 2026-04-16 03:57:46.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-836f1992-6b89-40e6-9c97-ab8f482cb017 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: a60bb311-564e-43cc-8dae-fd26fc4729ab [pid: 7|app: 0|req: 245/516] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:57:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:57:46.309 8 INFO neutron.services.segments.plugin [-] Segment 30632537-dc09-469c-9c15-e173df3c81af resource provider aggregate not found 2026-04-16 03:57:46.318 8 INFO neutron.services.segments.plugin [-] Segment 30632537-dc09-469c-9c15-e173df3c81af resource provider aggregate not found [pid: 7|app: 0|req: 246/517] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:46 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:57:46.342 8 INFO neutron.services.segments.plugin [-] Segment 30632537-dc09-469c-9c15-e173df3c81af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30632537-dc09-469c-9c15-e173df3c81af found for delete ", "request_id": "req-cfa19966-7d60-48ca-840a-923c6fbba03d"}]} 2026-04-16 03:57:46.343 8 INFO neutron.services.segments.plugin [-] Segment 30632537-dc09-469c-9c15-e173df3c81af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30632537-dc09-469c-9c15-e173df3c81af found for delete ", "request_id": "req-7ad6fb6c-8ae1-4920-a555-eee3e3f52776"}]} 2026-04-16 03:57:46.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd119cd0-a319-412e-a5a4-2f4fb7a56a28 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: c7cc738b-ba45-4d9d-8d23-b1f9a935c0dd 2026-04-16 03:57:46.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd119cd0-a319-412e-a5a4-2f4fb7a56a28 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: c7cc738b-ba45-4d9d-8d23-b1f9a935c0dd 2026-04-16 03:57:46.489 8 INFO neutron_taas.services.taas.taas_plugin [None req-836f1992-6b89-40e6-9c97-ab8f482cb017 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: fe6afb5b-756f-4ea4-acf4-f282113ffadf 2026-04-16 03:57:46.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-836f1992-6b89-40e6-9c97-ab8f482cb017 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: fe6afb5b-756f-4ea4-acf4-f282113ffadf [pid: 7|app: 0|req: 247/518] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:57:46 2026] DELETE /v2.0/networks/c82ac926-6337-49c4-8b6c-c4ed69e2a0bc => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/519] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:57:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:57:46.833 8 INFO neutron.db.l3_hamode_db [None req-836f1992-6b89-40e6-9c97-ab8f482cb017 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] HA network bf746e91-8228-437d-8e35-127bac2f2e2f was deleted as no HA routers are present in tenant f454980bbe0a46c68c69ceab0a381184. [pid: 8|app: 0|req: 272/520] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:57:45 2026] DELETE /v2.0/routers/f637ecbd-46ed-44a4-98bc-cc60bba7979a => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/521] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:57:46 2026] GET /v2.0/security-groups?tenant_id=8f5de0108630444fa14a6afa4c115340&name=default => generated 2921 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/522] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:57:46 2026] DELETE /v2.0/subnets/eca64424-693a-41d5-863d-4fa7373f3a73 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:57:47.167 7 INFO neutron.services.segments.plugin [-] Segment bc81da74-0ef2-45ee-ae5a-e5647a07665e resource provider aggregate not found 2026-04-16 03:57:47.194 7 INFO neutron.services.segments.plugin [-] Segment bc81da74-0ef2-45ee-ae5a-e5647a07665e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc81da74-0ef2-45ee-ae5a-e5647a07665e found for delete ", "request_id": "req-ab787545-8eba-4426-88e5-167663c6a052"}]} 2026-04-16 03:57:47.194 7 INFO neutron.services.segments.plugin [-] Segment bc81da74-0ef2-45ee-ae5a-e5647a07665e resource provider aggregate not found [pid: 8|app: 0|req: 275/523] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:57:47 2026] DELETE /v2.0/security-groups/945795e5-7a2b-4bd5-833e-8677e3b1dbc4 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:57:47.216 7 INFO neutron.services.segments.plugin [-] Segment bc81da74-0ef2-45ee-ae5a-e5647a07665e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc81da74-0ef2-45ee-ae5a-e5647a07665e found for delete ", "request_id": "req-a691d0fc-b12c-4a1d-9124-0589071c63a2"}]} 2026-04-16 03:57:47.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca9e8cec-e8cd-4cd9-bd2d-c02686f64411 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 19116619-1479-487d-9336-6bc646ea09f7 2026-04-16 03:57:47.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca9e8cec-e8cd-4cd9-bd2d-c02686f64411 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 19116619-1479-487d-9336-6bc646ea09f7 [pid: 7|app: 0|req: 249/524] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 03:57:46 2026] POST /v2.0/floatingips => generated 552 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/525] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:47 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => 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: 276/526] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:57:47 2026] DELETE /v2.0/networks/e1b5978d-e39e-49f4-82bc-7253511858ea => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/527] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:57:47 2026] GET /v2.0/security-groups?tenant_id=f454980bbe0a46c68c69ceab0a381184&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/528] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:57:47 2026] GET /v2.0/networks?id=7741541d-6256-42dd-bf48-270ba2f63082 => generated 684 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/529] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:57:47 2026] DELETE /v2.0/security-groups/1de0d6a0-f744-47f8-b2db-bfd222765f9b => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/530] 199.204.45.129 () {34 vars in 911 bytes} [Thu Apr 16 03:57:47 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/531] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Apr 16 03:57:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=962046c040b742979820d56c293e61d3 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/532] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 03:57:47 2026] POST /v2.0/ports => generated 958 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:57:48.367 8 INFO neutron.services.segments.plugin [-] Segment 9ae6d5fa-7245-4071-835f-3f9677e4a406 resource provider aggregate not found 2026-04-16 03:57:48.371 8 INFO neutron.services.segments.plugin [-] Segment 9ae6d5fa-7245-4071-835f-3f9677e4a406 resource provider aggregate not found 2026-04-16 03:57:48.389 8 INFO neutron.services.segments.plugin [-] Segment 9ae6d5fa-7245-4071-835f-3f9677e4a406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ae6d5fa-7245-4071-835f-3f9677e4a406 found for delete ", "request_id": "req-1960aeee-7bcf-441f-abed-cab5f943f222"}]} 2026-04-16 03:57:48.395 8 INFO neutron.services.segments.plugin [-] Segment 9ae6d5fa-7245-4071-835f-3f9677e4a406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ae6d5fa-7245-4071-835f-3f9677e4a406 found for delete ", "request_id": "req-fda55306-84bc-4fbb-9a68-0fc10dc37761"}]} 2026-04-16 03:57:48.413 8 INFO neutron.services.segments.plugin [-] Segment e211029a-bfd0-4546-90ef-a7573395312b resource provider aggregate not found 2026-04-16 03:57:48.416 8 INFO neutron.services.segments.plugin [-] Segment e211029a-bfd0-4546-90ef-a7573395312b resource provider aggregate not found 2026-04-16 03:57:48.433 8 INFO neutron.services.segments.plugin [-] Segment e211029a-bfd0-4546-90ef-a7573395312b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e211029a-bfd0-4546-90ef-a7573395312b found for delete ", "request_id": "req-4407f9bd-6404-4c35-987c-4c202a4d45ce"}]} 2026-04-16 03:57:48.437 8 INFO neutron.services.segments.plugin [-] Segment e211029a-bfd0-4546-90ef-a7573395312b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e211029a-bfd0-4546-90ef-a7573395312b found for delete ", "request_id": "req-4503df0c-8a9c-4c19-8f55-bd00706ad4cb"}]} [pid: 8|app: 0|req: 280/533] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:48 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 961 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 254/534] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:57:48 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:57:49.458 7 INFO neutron.db.segments_db [None req-69df040f-fa09-4c94-8c58-1c76f322be08 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 3efae838-1ba6-4fd5-bd2d-a33c5861a7ef of type vxlan for network f074de68-fc04-4d2a-8d6e-a3a4847c7a20 [pid: 8|app: 0|req: 281/535] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 03:57:48 2026] PUT /v2.0/ports/5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 1239 bytes in 736 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/536] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 03:57:49 2026] POST /v2.0/networks => generated 717 bytes in 313 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: 282/537] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:57:49 2026] POST /v2.0/subnets => generated 685 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/538] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:49 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:57:49.824 8 INFO neutron.db.segments_db [None req-ab02558b-6196-437d-b05f-95afb3df3060 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 7b6ad381-f83d-40ff-b7a8-903e289cc37e of type vxlan for network 132ae3c6-cd94-4f82-83bb-eb9c6d92401e [pid: 7|app: 0|req: 257/539] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:57:49 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:57:50.110 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffd00507-825a-4240-9611-8f6a80a1a0f1'] response: {'name': 'network-changed', 'server_uuid': '30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2', 'tag': '5c633ecc-2eba-497e-b768-ae418d9ce2a0', 'status': 'completed', 'code': 200} 2026-04-16 03:57:50.119 8 INFO neutron.db.l3_hamode_db [None req-ab02558b-6196-437d-b05f-95afb3df3060 02d3731826984f82b4d34dd274dadd62 39a1cad35d5d4b78b5c0c8090db6da19 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 258/540] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:57:50 2026] GET /v2.0/ports?tenant_id=962046c040b742979820d56c293e61d3&device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 1242 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/541] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:57:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/542] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:57:50 2026] GET /v2.0/subnets?id=b29bfb82-3ab3-40eb-9499-b2d62488b75e => generated 702 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/543] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:57:50 2026] GET /v2.0/ports?network_id=7741541d-6256-42dd-bf48-270ba2f63082&device_owner=network%3Adhcp => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/544] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:57:50 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/545] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:57:50 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/546] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:50 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:57:51.021 8 INFO neutron.db.l3_hamode_db [None req-ab02558b-6196-437d-b05f-95afb3df3060 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 265/547] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:57:50 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/548] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:57:51 2026] GET /v2.0/ports?tenant_id=962046c040b742979820d56c293e61d3&device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/549] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:57:51 2026] GET /v2.0/networks?id=7741541d-6256-42dd-bf48-270ba2f63082 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/550] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:57:49 2026] POST /v2.0/routers => generated 725 bytes in 2246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/551] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:57:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/552] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:57:52 2026] GET /v2.0/subnets?id=b29bfb82-3ab3-40eb-9499-b2d62488b75e => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/553] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:52 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/554] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:57:52 2026] GET /v2.0/ports?network_id=7741541d-6256-42dd-bf48-270ba2f63082&device_owner=network%3Adhcp => generated 12 bytes in 595 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/555] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:57:52 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&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: 284/556] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:57:52 2026] PUT /v2.0/routers/c290a7b6-a966-43aa-b5fb-10b002453643/add_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/557] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:57:53 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/558] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:57:53 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/559] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:57:52 2026] GET /v2.0/security-groups?tenant_id=2b710172efc44bff82dee25afd440c6e&name=default => generated 2925 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/560] 10.0.0.64 () {34 vars in 1099 bytes} [Thu Apr 16 03:57:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2053930542&fields=id&tenant_id=4060bbce676b49d6916ed2dc49720cad => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/561] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 03:57:53 2026] GET /v2.0/networks?id=b9fac955-04f3-4a88-86a6-5b0b11dbbb16 => generated 680 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/562] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 03:57:53 2026] GET /v2.0/quotas/4060bbce676b49d6916ed2dc49720cad => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/563] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:57:53 2026] DELETE /v2.0/security-groups/6d88b08f-5b7a-475c-89c4-4f06b0f0b13f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/564] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 03:57:53 2026] GET /v2.0/ports?tenant_id=4060bbce676b49d6916ed2dc49720cad&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/567] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:57:53 2026] GET /v2.0/security-groups?tenant_id=be2ef8b878cf498c8085137e1f246d2b&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/568] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:57:53 2026] DELETE /v2.0/security-groups/21cc9f01-e3df-49e5-8222-2098416f6851 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/569] 10.0.0.64 () {34 vars in 906 bytes} [Thu Apr 16 03:57:53 2026] GET /v2.0/extensions => generated 21537 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/570] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:54 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/571] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 03:57:54 2026] GET /v2.0/networks/b9fac955-04f3-4a88-86a6-5b0b11dbbb16?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/572] 10.0.0.4 () {34 vars in 683 bytes} [Thu Apr 16 03:57:53 2026] POST /v2.0/security-groups => generated 1661 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/573] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:57:54 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/574] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 03:57:54 2026] GET /v2.0/networks/b9fac955-04f3-4a88-86a6-5b0b11dbbb16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/575] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:57:54 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) [pid: 7|app: 0|req: 279/576] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:57:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/577] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:54 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => 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: 298/578] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 03:57:54 2026] POST /v2.0/floatingips => generated 552 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/579] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:55 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/580] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:57:55 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/581] 10.0.0.64 () {34 vars in 1099 bytes} [Thu Apr 16 03:57:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1273760187&fields=id&tenant_id=39a1cad35d5d4b78b5c0c8090db6da19 => 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: 300/582] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 03:57:55 2026] GET /v2.0/networks?id=f074de68-fc04-4d2a-8d6e-a3a4847c7a20 => generated 670 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/583] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 03:57:55 2026] GET /v2.0/quotas/39a1cad35d5d4b78b5c0c8090db6da19 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/584] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:55 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => 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: 301/585] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 03:57:55 2026] GET /v2.0/ports?tenant_id=39a1cad35d5d4b78b5c0c8090db6da19&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/586] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 03:57:55 2026] GET /v2.0/networks/f074de68-fc04-4d2a-8d6e-a3a4847c7a20?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/587] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 03:57:55 2026] GET /v2.0/networks/f074de68-fc04-4d2a-8d6e-a3a4847c7a20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/588] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:55 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/589] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:56 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/590] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:57:56 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&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: 304/591] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:56 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/592] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:57 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => 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: 305/593] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:57 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/594] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:57:57 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/595] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:57 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/596] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:58 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/597] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:58 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/598] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:57:58 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/599] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:57:58 2026] GET /v2.0/networks?id=b9fac955-04f3-4a88-86a6-5b0b11dbbb16 => generated 680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/600] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:58 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/601] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Apr 16 03:57:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4060bbce676b49d6916ed2dc49720cad => generated 181 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/602] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:59 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => 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: 310/603] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 03:57:58 2026] POST /v2.0/ports => generated 958 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 294/604] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 03:57:59 2026] PUT /v2.0/ports/bc797d6e-fc9a-4121-8500-3a72acf15a2b => generated 1239 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 295/605] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:59 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/606] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:57:59 2026] GET /v2.0/security-groups?tenant_id=1cd590321c174843a668e399fd1cf51a&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/607] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:57:59 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/608] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:57:59 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/609] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:00 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&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: 313/610] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:57:59 2026] DELETE /v2.0/security-groups/615f4d7c-9cf9-4c50-8a3c-26f8fb4882c4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/611] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:00 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/612] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:00 2026] GET /v2.0/security-groups?tenant_id=21804e222ca14688a42579a8c4433e41&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/613] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:00 2026] DELETE /v2.0/security-groups/e7a354a8-5ea8-45d2-8820-38352228aeea => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/614] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:00 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:00.505 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f785432-f4e4-44f6-aa52-b2f00fa770b4'] response: {'name': 'network-changed', 'server_uuid': '03d8f86c-71fd-44c9-8bf4-febe5fa0e433', 'tag': 'bc797d6e-fc9a-4121-8500-3a72acf15a2b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 302/615] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:00 2026] GET /v2.0/ports?tenant_id=4060bbce676b49d6916ed2dc49720cad&device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:00.993 8 INFO neutron.db.l3_db [None req-6bb3291f-4cf7-4225-8822-cc812be89fca 3e78483ff46d4a0f82b41e392015d252 962046c040b742979820d56c293e61d3 - - default default] Floating IP ed4b5352-37ae-4028-946a-c89dd97789a8 associated. External IP: 10.96.250.204, port: 5c633ecc-2eba-497e-b768-ae418d9ce2a0. [pid: 7|app: 0|req: 303/616] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:00 2026] GET /v2.0/networks?id=f074de68-fc04-4d2a-8d6e-a3a4847c7a20 => generated 670 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/617] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=bc797d6e-fc9a-4121-8500-3a72acf15a2b => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/618] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=39a1cad35d5d4b78b5c0c8090db6da19 => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/619] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/subnets?id=4e1a3c5c-ed58-4ddc-b6f3-7848cee1c2e5 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/620] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 03:58:00 2026] PUT /v2.0/floatingips/ed4b5352-37ae-4028-946a-c89dd97789a8 => generated 856 bytes in 1246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/621] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/ports?network_id=b9fac955-04f3-4a88-86a6-5b0b11dbbb16&device_owner=network%3Adhcp => generated 1244 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/622] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/623] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 03:58:01 2026] POST /v2.0/ports => generated 958 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 308/624] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/networks/b9fac955-04f3-4a88-86a6-5b0b11dbbb16?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: 317/625] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/626] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:01.648 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0578df11-c445-48fa-b00f-c473a97e8955'] response: {'name': 'network-changed', 'server_uuid': '30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2', 'tag': '5c633ecc-2eba-497e-b768-ae418d9ce2a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 310/627] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/networks/b9fac955-04f3-4a88-86a6-5b0b11dbbb16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/628] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/629] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 961 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/630] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:01 2026] GET /v2.0/security-groups?id=1a3d57bf-9b77-4dbb-9bfc-12a3e6873057&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: 318/631] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 03:58:01 2026] PUT /v2.0/ports/95fb8928-dbed-41a0-919b-30657895ed9c => generated 1239 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/632] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/ports?tenant_id=962046c040b742979820d56c293e61d3&device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => 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: 8|app: 0|req: 319/633] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/networks?id=7741541d-6256-42dd-bf48-270ba2f63082 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/634] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/635] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/subnets?id=b29bfb82-3ab3-40eb-9499-b2d62488b75e => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/636] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/ports?network_id=7741541d-6256-42dd-bf48-270ba2f63082&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/637] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/638] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/639] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/640] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/ports?tenant_id=4060bbce676b49d6916ed2dc49720cad&device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/641] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&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: 323/642] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/networks?id=b9fac955-04f3-4a88-86a6-5b0b11dbbb16 => generated 776 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/643] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=bc797d6e-fc9a-4121-8500-3a72acf15a2b => 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: 324/644] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/subnets?id=4e1a3c5c-ed58-4ddc-b6f3-7848cee1c2e5 => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/645] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/ports?network_id=b9fac955-04f3-4a88-86a6-5b0b11dbbb16&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/646] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/networks/b9fac955-04f3-4a88-86a6-5b0b11dbbb16?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: 325/647] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 973 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/648] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:02 2026] GET /v2.0/networks/b9fac955-04f3-4a88-86a6-5b0b11dbbb16?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: 326/649] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:03 2026] GET /v2.0/security-groups?id=1a3d57bf-9b77-4dbb-9bfc-12a3e6873057&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/650] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:03 2026] GET /v2.0/ports?tenant_id=39a1cad35d5d4b78b5c0c8090db6da19&device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/651] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:58:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=95fb8928-dbed-41a0-919b-30657895ed9c => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/652] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:03 2026] GET /v2.0/subnets?id=9eaeceb1-b9f4-4aab-b03a-66aa1f0446e4 => generated 688 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/653] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:03 2026] GET /v2.0/ports?network_id=f074de68-fc04-4d2a-8d6e-a3a4847c7a20&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/654] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:03 2026] GET /v2.0/networks/f074de68-fc04-4d2a-8d6e-a3a4847c7a20?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/655] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:03 2026] GET /v2.0/networks/f074de68-fc04-4d2a-8d6e-a3a4847c7a20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:03.691 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6536743-d767-44d3-920d-5b7cf9fcbf49'] response: {'name': 'network-changed', 'server_uuid': '22919ed4-4e2b-46c4-beeb-66d43f561d58', 'tag': '95fb8928-dbed-41a0-919b-30657895ed9c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 327/656] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:03 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/657] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:03 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/658] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:04 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/659] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:04 2026] GET /v2.0/security-groups?id=1a3d57bf-9b77-4dbb-9bfc-12a3e6873057&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/660] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:04 2026] GET /v2.0/ports?tenant_id=39a1cad35d5d4b78b5c0c8090db6da19&device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/661] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:04 2026] GET /v2.0/networks?id=f074de68-fc04-4d2a-8d6e-a3a4847c7a20 => generated 764 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/662] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:58:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=95fb8928-dbed-41a0-919b-30657895ed9c => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/663] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:04 2026] GET /v2.0/subnets?id=9eaeceb1-b9f4-4aab-b03a-66aa1f0446e4 => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/664] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:04 2026] GET /v2.0/ports?network_id=f074de68-fc04-4d2a-8d6e-a3a4847c7a20&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: 334/665] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:04 2026] GET /v2.0/networks/f074de68-fc04-4d2a-8d6e-a3a4847c7a20?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/666] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:04 2026] GET /v2.0/networks/f074de68-fc04-4d2a-8d6e-a3a4847c7a20?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: 335/667] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:05 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/668] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:05 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&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: 336/669] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:05 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/670] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:05 2026] GET /v2.0/security-groups?id=1a3d57bf-9b77-4dbb-9bfc-12a3e6873057&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: 337/671] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:05 2026] GET /v2.0/security-groups?tenant_id=328903f249d845beadcdb80285aa1787&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/672] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:05 2026] DELETE /v2.0/security-groups/d5df0c12-d474-469f-a0dd-e4b3add71566 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/673] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:06 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/674] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:06 2026] GET /v2.0/security-groups?tenant_id=3eb42cc9200a47e8b3d461b4c813c991&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/675] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:06 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/676] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:06 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/677] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:06 2026] DELETE /v2.0/security-groups/ad621051-7e7f-4902-840e-cd7612aacae4 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/678] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:06 2026] GET /v2.0/security-groups?id=1a3d57bf-9b77-4dbb-9bfc-12a3e6873057&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: 340/679] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:07 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/680] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:07 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&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: 341/681] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:07 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/682] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:07 2026] GET /v2.0/security-groups?id=1a3d57bf-9b77-4dbb-9bfc-12a3e6873057&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/685] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:08 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/686] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:08 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/687] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:08 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/688] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:08 2026] GET /v2.0/security-groups?id=1a3d57bf-9b77-4dbb-9bfc-12a3e6873057&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: 7|app: 0|req: 345/689] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:09 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:09.523 8 INFO neutron.db.l3_db [None req-772e9895-3495-4078-b12f-cd35d112a256 a9082f8382094823963fc65a87d96fe8 39a1cad35d5d4b78b5c0c8090db6da19 - - default default] Floating IP eb70747e-86a5-4db5-b9d6-436e97c64ef7 associated. External IP: 10.96.250.220, port: 95fb8928-dbed-41a0-919b-30657895ed9c. [pid: 7|app: 0|req: 346/690] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:09 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/691] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:09 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&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: 345/692] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 03:58:09 2026] PUT /v2.0/floatingips/eb70747e-86a5-4db5-b9d6-436e97c64ef7 => generated 856 bytes in 733 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:09.935 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe876b0d-54d8-4ba0-9b47-845d700fb53a'] response: {'name': 'network-changed', 'server_uuid': '22919ed4-4e2b-46c4-beeb-66d43f561d58', 'tag': '95fb8928-dbed-41a0-919b-30657895ed9c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 348/693] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:09 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/694] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/security-groups?id=1a3d57bf-9b77-4dbb-9bfc-12a3e6873057&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: 347/695] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/696] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/ports?tenant_id=39a1cad35d5d4b78b5c0c8090db6da19&device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/697] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/security-groups?id=1a3d57bf-9b77-4dbb-9bfc-12a3e6873057&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/698] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/networks?id=f074de68-fc04-4d2a-8d6e-a3a4847c7a20 => generated 764 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/699] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=95fb8928-dbed-41a0-919b-30657895ed9c => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/700] 10.0.0.234 () {34 vars in 990 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 1244 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/701] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/subnets?id=9eaeceb1-b9f4-4aab-b03a-66aa1f0446e4 => generated 688 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/702] 10.0.0.234 () {34 vars in 1040 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&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: 354/703] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/ports?network_id=f074de68-fc04-4d2a-8d6e-a3a4847c7a20&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/704] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/networks/f074de68-fc04-4d2a-8d6e-a3a4847c7a20?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/705] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/security-groups?tenant_id=d403fecc33ae4b99a1c378aa254878fc&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/706] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/networks/f074de68-fc04-4d2a-8d6e-a3a4847c7a20?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/707] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:10 2026] DELETE /v2.0/security-groups/c889f038-5f5c-4885-abc3-a7a34dfe5969 => 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: 357/708] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:10 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/709] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:11 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/710] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:11 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => 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: 358/711] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:11 2026] GET /v2.0/security-groups?tenant_id=34bbcdb97ea7452585902b625e3cd631&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/712] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:11 2026] DELETE /v2.0/security-groups/ebd48685-b8c5-424d-9999-120d32cab8ae => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/713] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:11 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:11.675 7 INFO neutron.db.l3_db [None req-d9a09098-969b-4146-92af-67d72bdf2f8f d6ab39845f6f44789018cbac0b550d3e 4060bbce676b49d6916ed2dc49720cad - - default default] Floating IP e09ef43e-8625-47ff-8430-96a90f742cf2 associated. External IP: 10.96.250.213, port: bc797d6e-fc9a-4121-8500-3a72acf15a2b. [pid: 8|app: 0|req: 361/714] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:11 2026] GET /v2.0/security-groups?id=1a3d57bf-9b77-4dbb-9bfc-12a3e6873057&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: 7|app: 0|req: 354/715] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 03:58:11 2026] PUT /v2.0/floatingips/e09ef43e-8625-47ff-8430-96a90f742cf2 => generated 856 bytes in 841 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:12.086 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1c7b833-532e-49ae-a244-e1ffd3298f64'] response: {'name': 'network-changed', 'server_uuid': '03d8f86c-71fd-44c9-8bf4-febe5fa0e433', 'tag': 'bc797d6e-fc9a-4121-8500-3a72acf15a2b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 362/716] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/717] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&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: 363/718] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/719] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/720] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/ports?tenant_id=4060bbce676b49d6916ed2dc49720cad&device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/721] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/networks?id=b9fac955-04f3-4a88-86a6-5b0b11dbbb16 => generated 776 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/722] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=bc797d6e-fc9a-4121-8500-3a72acf15a2b => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/723] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/subnets?id=4e1a3c5c-ed58-4ddc-b6f3-7848cee1c2e5 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/724] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/ports?network_id=b9fac955-04f3-4a88-86a6-5b0b11dbbb16&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: 7|app: 0|req: 359/725] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/726] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/727] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/networks/b9fac955-04f3-4a88-86a6-5b0b11dbbb16?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/728] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/security-groups?id=1a3d57bf-9b77-4dbb-9bfc-12a3e6873057&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/729] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:12 2026] GET /v2.0/networks/b9fac955-04f3-4a88-86a6-5b0b11dbbb16?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:13.033 7 INFO neutron_taas.services.taas.taas_plugin [req-181f74bc-46a5-4055-b364-c6e0693f820c req-2540328f-f9d3-4596-9e0f-ee76064a055d a9082f8382094823963fc65a87d96fe8 39a1cad35d5d4b78b5c0c8090db6da19 - - default default] TaaS: Handle Delete Port: 95fb8928-dbed-41a0-919b-30657895ed9c 2026-04-16 03:58:13.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-181f74bc-46a5-4055-b364-c6e0693f820c req-2540328f-f9d3-4596-9e0f-ee76064a055d a9082f8382094823963fc65a87d96fe8 39a1cad35d5d4b78b5c0c8090db6da19 - - default default] Tap Mirror: Handle Delete Port: 95fb8928-dbed-41a0-919b-30657895ed9c 2026-04-16 03:58:13.188 7 INFO neutron.db.l3_db [req-181f74bc-46a5-4055-b364-c6e0693f820c req-2540328f-f9d3-4596-9e0f-ee76064a055d a9082f8382094823963fc65a87d96fe8 39a1cad35d5d4b78b5c0c8090db6da19 - - default default] Floating IP eb70747e-86a5-4db5-b9d6-436e97c64ef7 disassociated. External IP: 10.96.250.220, port: 95fb8928-dbed-41a0-919b-30657895ed9c. [pid: 7|app: 0|req: 361/730] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 03:58:12 2026] DELETE /v2.0/ports/95fb8928-dbed-41a0-919b-30657895ed9c => generated 0 bytes in 701 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/731] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:13 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/732] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:13 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&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: 371/733] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:13 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:14.123 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b5bfdbb-b7ad-440e-b265-9e42c0fd163e'] response: {'server_uuid': '22919ed4-4e2b-46c4-beeb-66d43f561d58', 'name': 'network-vif-deleted', 'tag': '95fb8928-dbed-41a0-919b-30657895ed9c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 363/734] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:14 2026] GET /v2.0/security-groups?tenant_id=5c08cb15d1a94cc58e3ad3ae89ec7133&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/735] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:14 2026] DELETE /v2.0/security-groups/64e15eee-4a8a-4ed9-928d-cf17c1204cb4 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/736] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:14 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/737] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:14 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/738] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 03:58:14 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/739] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:15 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:15.122 8 INFO neutron_taas.services.taas.taas_plugin [req-a00207b7-fb9c-431b-9897-314f6d0ea589 req-e3e40643-d158-46df-b843-5c40eed4c789 d6ab39845f6f44789018cbac0b550d3e 4060bbce676b49d6916ed2dc49720cad - - default default] TaaS: Handle Delete Port: bc797d6e-fc9a-4121-8500-3a72acf15a2b 2026-04-16 03:58:15.129 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a00207b7-fb9c-431b-9897-314f6d0ea589 req-e3e40643-d158-46df-b843-5c40eed4c789 d6ab39845f6f44789018cbac0b550d3e 4060bbce676b49d6916ed2dc49720cad - - default default] Tap Mirror: Handle Delete Port: bc797d6e-fc9a-4121-8500-3a72acf15a2b 2026-04-16 03:58:15.880 8 INFO neutron_taas.services.taas.taas_plugin [req-a00207b7-fb9c-431b-9897-314f6d0ea589 req-e3e40643-d158-46df-b843-5c40eed4c789 d6ab39845f6f44789018cbac0b550d3e 4060bbce676b49d6916ed2dc49720cad - - default default] TaaS: Handle Delete Port: bc797d6e-fc9a-4121-8500-3a72acf15a2b 2026-04-16 03:58:15.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a00207b7-fb9c-431b-9897-314f6d0ea589 req-e3e40643-d158-46df-b843-5c40eed4c789 d6ab39845f6f44789018cbac0b550d3e 4060bbce676b49d6916ed2dc49720cad - - default default] Tap Mirror: Handle Delete Port: bc797d6e-fc9a-4121-8500-3a72acf15a2b 2026-04-16 03:58:16.016 8 INFO neutron.db.l3_db [req-a00207b7-fb9c-431b-9897-314f6d0ea589 req-e3e40643-d158-46df-b843-5c40eed4c789 d6ab39845f6f44789018cbac0b550d3e 4060bbce676b49d6916ed2dc49720cad - - default default] Floating IP e09ef43e-8625-47ff-8430-96a90f742cf2 disassociated. External IP: 10.96.250.213, port: bc797d6e-fc9a-4121-8500-3a72acf15a2b. [pid: 7|app: 0|req: 367/740] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:16 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:16.393 7 INFO neutron.db.segments_db [None req-3f5c25b4-8c80-4b64-8edb-232abb6977cf d01b391ed7b547e2bfc4f6c3da5db05e 849d9355508e4cdfa73861199793a806 - - default default] Added segment cad6d72e-17cd-48e5-9745-bb3e16a96bfe of type vxlan for network 78fdcf5c-03a3-4d81-8081-4fddb6c35c5b [pid: 8|app: 0|req: 374/741] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 03:58:14 2026] DELETE /v2.0/ports/bc797d6e-fc9a-4121-8500-3a72acf15a2b => generated 0 bytes in 1444 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/742] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:16 2026] GET /v2.0/security-groups?id=e2a905b6-9af1-42ce-9664-6a96b9c26fba&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: 376/743] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:16 2026] GET /v2.0/ports?device_id=22919ed4-4e2b-46c4-beeb-66d43f561d58 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:16.478 7 INFO neutron.db.segments_db [None req-3f5c25b4-8c80-4b64-8edb-232abb6977cf d01b391ed7b547e2bfc4f6c3da5db05e 849d9355508e4cdfa73861199793a806 - - default default] Added segment d9185ce8-b2af-43c4-9100-528679cdf224 of type vxlan for network b6ea224d-a0f8-4372-bf5d-1fad6b198789 2026-04-16 03:58:16.510 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7db5d5bd-8c5d-4a25-8765-aaeb46ca1608'] response: {'server_uuid': '03d8f86c-71fd-44c9-8bf4-febe5fa0e433', 'name': 'network-vif-deleted', 'tag': 'bc797d6e-fc9a-4121-8500-3a72acf15a2b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 368/744] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:58:16 2026] POST /v2.0/networks => generated 1207 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/745] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 03:58:16 2026] GET /v2.0/networks => generated 1844 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:16.813 7 INFO neutron.services.segments.plugin [-] Segment cad6d72e-17cd-48e5-9745-bb3e16a96bfe resource provider aggregate not found 2026-04-16 03:58:16.822 7 INFO neutron.services.segments.plugin [-] Segment cad6d72e-17cd-48e5-9745-bb3e16a96bfe resource provider aggregate not found 2026-04-16 03:58:16.829 7 INFO neutron.services.segments.plugin [-] Segment cad6d72e-17cd-48e5-9745-bb3e16a96bfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cad6d72e-17cd-48e5-9745-bb3e16a96bfe found for delete ", "request_id": "req-02b3f342-a734-4d3d-98a3-b2e749befd56"}]} 2026-04-16 03:58:16.842 7 INFO neutron.services.segments.plugin [-] Segment cad6d72e-17cd-48e5-9745-bb3e16a96bfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cad6d72e-17cd-48e5-9745-bb3e16a96bfe found for delete ", "request_id": "req-67ad1d95-999d-46f3-9102-02f746ad8b6f"}]} [pid: 7|app: 0|req: 369/746] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:16 2026] DELETE /v2.0/networks/78fdcf5c-03a3-4d81-8081-4fddb6c35c5b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:58:16.979 8 INFO neutron.services.segments.plugin [-] Segment d9185ce8-b2af-43c4-9100-528679cdf224 resource provider aggregate not found 2026-04-16 03:58:16.987 8 INFO neutron.services.segments.plugin [-] Segment d9185ce8-b2af-43c4-9100-528679cdf224 resource provider aggregate not found 2026-04-16 03:58:17.017 8 INFO neutron.services.segments.plugin [-] Segment d9185ce8-b2af-43c4-9100-528679cdf224 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9185ce8-b2af-43c4-9100-528679cdf224 found for delete ", "request_id": "req-c9b8c502-dd1d-4c9d-82fa-dca937a81130"}]} 2026-04-16 03:58:17.023 8 INFO neutron.services.segments.plugin [-] Segment d9185ce8-b2af-43c4-9100-528679cdf224 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9185ce8-b2af-43c4-9100-528679cdf224 found for delete ", "request_id": "req-7e349023-304b-46bc-ba05-f453b1dbd173"}]} [pid: 8|app: 0|req: 378/747] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:16 2026] DELETE /v2.0/networks/b6ea224d-a0f8-4372-bf5d-1fad6b198789 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/748] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 03:58:17 2026] GET /v2.0/networks => generated 651 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:17.193 8 INFO neutron.db.segments_db [None req-40a46844-ffe3-4424-8118-2a9bab0d3b74 d01b391ed7b547e2bfc4f6c3da5db05e 849d9355508e4cdfa73861199793a806 - - default default] Added segment f597fc5e-7edc-4985-b0ac-b9f9e616957c of type vxlan for network 3ee57f52-c0b9-4852-b3f6-b1740613e49f [pid: 8|app: 0|req: 379/749] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:58:17 2026] POST /v2.0/networks => generated 631 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:58:17.372 7 INFO neutron.db.segments_db [None req-b9f3268f-1d29-42a5-9914-224a43016413 d01b391ed7b547e2bfc4f6c3da5db05e 849d9355508e4cdfa73861199793a806 - - default default] Added segment a56cf8e9-aea0-4497-9f63-3cfe352cff7a of type vxlan for network b0dcd656-8a7f-4505-9432-1d066fc8587f [pid: 7|app: 0|req: 371/750] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:58:17 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/751] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:17 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/752] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:17 2026] DELETE /v2.0/security-groups/1a3d57bf-9b77-4dbb-9bfc-12a3e6873057 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:17.667 7 INFO neutron.api.v2.resource [None req-c8afc175-feb0-4365-abcc-5538aadb6cd9 a9082f8382094823963fc65a87d96fe8 39a1cad35d5d4b78b5c0c8090db6da19 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 374/753] 10.0.0.4 () {32 vars in 735 bytes} [Thu Apr 16 03:58:17 2026] GET /v2.0/security-groups/1a3d57bf-9b77-4dbb-9bfc-12a3e6873057 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:58:17.768 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3f942ac-6257-4ce4-a648-8aaeb7de95fa a9082f8382094823963fc65a87d96fe8 39a1cad35d5d4b78b5c0c8090db6da19 - - default default] TaaS: Handle Delete Port: 19adae34-1bb4-4f1b-8e7a-4da19653b569 2026-04-16 03:58:17.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3f942ac-6257-4ce4-a648-8aaeb7de95fa a9082f8382094823963fc65a87d96fe8 39a1cad35d5d4b78b5c0c8090db6da19 - - default default] Tap Mirror: Handle Delete Port: 19adae34-1bb4-4f1b-8e7a-4da19653b569 [pid: 7|app: 0|req: 375/754] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 03:58:17 2026] DELETE /v2.0/floatingips/eb70747e-86a5-4db5-b9d6-436e97c64ef7 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/755] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 03:58:17 2026] POST /v2.0/ports => generated 1505 bytes in 503 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: 381/756] 10.0.0.4 () {32 vars in 641 bytes} [Thu Apr 16 03:58:17 2026] GET /v2.0/ports => generated 1505 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:18.110 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e0ad696-c218-43cd-821f-52fc1bedffa3 d01b391ed7b547e2bfc4f6c3da5db05e 849d9355508e4cdfa73861199793a806 - - default default] TaaS: Handle Delete Port: b956613e-b9cc-40d7-b6ba-a2b470831671 2026-04-16 03:58:18.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e0ad696-c218-43cd-821f-52fc1bedffa3 d01b391ed7b547e2bfc4f6c3da5db05e 849d9355508e4cdfa73861199793a806 - - default default] Tap Mirror: Handle Delete Port: b956613e-b9cc-40d7-b6ba-a2b470831671 [pid: 8|app: 0|req: 382/757] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:58:18 2026] DELETE /v2.0/ports/b956613e-b9cc-40d7-b6ba-a2b470831671 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:58:18.213 7 INFO neutron_taas.services.taas.taas_plugin [None req-c216f3d4-5553-427d-99c4-2ed9b4077bd0 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 0b0bf5ec-13d7-4975-885d-38c4a5ad2813 2026-04-16 03:58:18.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c216f3d4-5553-427d-99c4-2ed9b4077bd0 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 0b0bf5ec-13d7-4975-885d-38c4a5ad2813 2026-04-16 03:58:18.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-c902f1a8-e244-4177-8185-06215a5fd488 d01b391ed7b547e2bfc4f6c3da5db05e 849d9355508e4cdfa73861199793a806 - - default default] TaaS: Handle Delete Port: 82e513a8-5ffe-414b-a4f3-0de637404d1d 2026-04-16 03:58:18.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c902f1a8-e244-4177-8185-06215a5fd488 d01b391ed7b547e2bfc4f6c3da5db05e 849d9355508e4cdfa73861199793a806 - - default default] Tap Mirror: Handle Delete Port: 82e513a8-5ffe-414b-a4f3-0de637404d1d [pid: 8|app: 0|req: 383/758] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:58:18 2026] DELETE /v2.0/ports/82e513a8-5ffe-414b-a4f3-0de637404d1d => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/759] 10.0.0.4 () {32 vars in 641 bytes} [Thu Apr 16 03:58:18 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:18.481 8 INFO neutron.db.segments_db [None req-dfa09c73-657a-40d0-8b3f-070c5fcb8088 d01b391ed7b547e2bfc4f6c3da5db05e 849d9355508e4cdfa73861199793a806 - - default default] Added segment bd16326c-4426-4843-a48d-41b9d2553c29 of type vxlan for network 8b546816-c89e-4d68-9cba-6de0e413e90d [pid: 8|app: 0|req: 385/760] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:58:18 2026] POST /v2.0/networks => generated 631 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:58:18.660 8 INFO neutron.db.segments_db [None req-b3f96267-d2b0-4ddd-b02c-9fe0e25f1d46 d01b391ed7b547e2bfc4f6c3da5db05e 849d9355508e4cdfa73861199793a806 - - default default] Added segment db793234-7085-411d-ad04-3221abf611e3 of type vxlan for network fa939975-e299-420b-af69-bb2777fa543b [pid: 8|app: 0|req: 386/761] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:58:18 2026] POST /v2.0/networks => generated 630 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/762] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:58:17 2026] PUT /v2.0/routers/c290a7b6-a966-43aa-b5fb-10b002453643/remove_router_interface => generated 309 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/763] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:18 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:18.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-e41d79b9-fdb8-4fc9-9841-49c7b6c3512a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 6af71329-4874-41cc-9dd1-3877a46056a5 2026-04-16 03:58:18.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e41d79b9-fdb8-4fc9-9841-49c7b6c3512a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 6af71329-4874-41cc-9dd1-3877a46056a5 [pid: 8|app: 0|req: 388/764] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:18 2026] POST /v2.0/subnets => generated 1274 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 03:58:19.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-e41d79b9-fdb8-4fc9-9841-49c7b6c3512a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 375f5651-1583-43a9-8262-3c05ef8107c5 2026-04-16 03:58:19.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e41d79b9-fdb8-4fc9-9841-49c7b6c3512a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 375f5651-1583-43a9-8262-3c05ef8107c5 [pid: 8|app: 0|req: 389/765] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 03:58:19 2026] GET /v2.0/subnets => generated 1910 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:19.304 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-e41d79b9-fdb8-4fc9-9841-49c7b6c3512a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - 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: 390/766] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:19 2026] DELETE /v2.0/subnets/129e98cc-4390-41fe-9f55-4a4b5ab55eec => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/767] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:19 2026] DELETE /v2.0/subnets/9ec79030-f4fc-4de1-9fe5-c4469024f610 => 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: 392/768] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 03:58:19 2026] GET /v2.0/subnets => generated 649 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:19.560 7 INFO neutron.services.segments.plugin [-] Segment 7b6ad381-f83d-40ff-b7a8-903e289cc37e resource provider aggregate not found 2026-04-16 03:58:19.566 7 INFO neutron.services.segments.plugin [-] Segment 7b6ad381-f83d-40ff-b7a8-903e289cc37e resource provider aggregate not found 2026-04-16 03:58:19.579 7 INFO neutron.services.segments.plugin [-] Segment 7b6ad381-f83d-40ff-b7a8-903e289cc37e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b6ad381-f83d-40ff-b7a8-903e289cc37e found for delete ", "request_id": "req-b52465f3-d0d4-494d-904f-5e3f6d66df35"}]} 2026-04-16 03:58:19.583 7 INFO neutron.services.segments.plugin [-] Segment 7b6ad381-f83d-40ff-b7a8-903e289cc37e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b6ad381-f83d-40ff-b7a8-903e289cc37e found for delete ", "request_id": "req-5efae204-fe5b-45ea-b0fd-e4624dc44677"}]} 2026-04-16 03:58:19.589 7 INFO neutron.db.l3_hamode_db [None req-e41d79b9-fdb8-4fc9-9841-49c7b6c3512a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] HA network 132ae3c6-cd94-4f82-83bb-eb9c6d92401e was deleted as no HA routers are present in tenant 39a1cad35d5d4b78b5c0c8090db6da19. [pid: 7|app: 0|req: 377/769] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:18 2026] DELETE /v2.0/routers/c290a7b6-a966-43aa-b5fb-10b002453643 => generated 0 bytes in 827 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:19.614 8 INFO neutron.services.segments.plugin [-] Segment db793234-7085-411d-ad04-3221abf611e3 resource provider aggregate not found 2026-04-16 03:58:19.620 8 INFO neutron.services.segments.plugin [-] Segment db793234-7085-411d-ad04-3221abf611e3 resource provider aggregate not found 2026-04-16 03:58:19.635 8 INFO neutron.services.segments.plugin [-] Segment db793234-7085-411d-ad04-3221abf611e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db793234-7085-411d-ad04-3221abf611e3 found for delete ", "request_id": "req-0d1ed6df-cbd6-4ad8-b8de-8b496bbda368"}]} 2026-04-16 03:58:19.636 8 INFO neutron.services.segments.plugin [-] Segment db793234-7085-411d-ad04-3221abf611e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db793234-7085-411d-ad04-3221abf611e3 found for delete ", "request_id": "req-10adfb9d-6813-4e1c-aa44-90f43c20697d"}]} [pid: 8|app: 0|req: 393/770] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:19 2026] DELETE /v2.0/networks/fa939975-e299-420b-af69-bb2777fa543b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/771] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:19 2026] DELETE /v2.0/networks/8b546816-c89e-4d68-9cba-6de0e413e90d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/772] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:19 2026] DELETE /v2.0/subnets/9eaeceb1-b9f4-4aab-b03a-66aa1f0446e4 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:58:19.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6356e4a-8f18-4b54-a36c-3f4a83a8c076 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 9b937c9c-a591-42f4-b6ac-7729d0a7d370 2026-04-16 03:58:19.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6356e4a-8f18-4b54-a36c-3f4a83a8c076 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 9b937c9c-a591-42f4-b6ac-7729d0a7d370 [pid: 8|app: 0|req: 395/773] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:19 2026] DELETE /v2.0/networks/b0dcd656-8a7f-4505-9432-1d066fc8587f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/774] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:19 2026] GET /v2.0/ports?device_id=03d8f86c-71fd-44c9-8bf4-febe5fa0e433 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/775] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:19 2026] DELETE /v2.0/networks/3ee57f52-c0b9-4852-b3f6-b1740613e49f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/776] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:19 2026] DELETE /v2.0/networks/f074de68-fc04-4d2a-8d6e-a3a4847c7a20 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/777] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:20 2026] GET /v2.0/security-groups?tenant_id=39a1cad35d5d4b78b5c0c8090db6da19&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/778] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:20 2026] DELETE /v2.0/security-groups/e906d8cd-2e60-4372-b299-9a63e1740d5f => 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: 399/779] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:20 2026] GET /v2.0/security-groups?tenant_id=849d9355508e4cdfa73861199793a806&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/780] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:20 2026] DELETE /v2.0/security-groups/a996ec41-36fb-4679-9535-2a3d59d8c701 => 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: 400/781] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:20 2026] DELETE /v2.0/security-groups/e2a905b6-9af1-42ce-9664-6a96b9c26fba => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:21.073 7 INFO neutron.api.v2.resource [None req-ec3dbd69-9e51-499c-8426-b256faf7d168 d6ab39845f6f44789018cbac0b550d3e 4060bbce676b49d6916ed2dc49720cad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 382/782] 10.0.0.4 () {32 vars in 735 bytes} [Thu Apr 16 03:58:21 2026] GET /v2.0/security-groups/e2a905b6-9af1-42ce-9664-6a96b9c26fba => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:58:21.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-05ebd266-a5ae-43db-9d51-5923c535275f d6ab39845f6f44789018cbac0b550d3e 4060bbce676b49d6916ed2dc49720cad - - default default] TaaS: Handle Delete Port: 028c30ea-85ff-4ea3-af02-f90f5a9c701c 2026-04-16 03:58:21.181 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05ebd266-a5ae-43db-9d51-5923c535275f d6ab39845f6f44789018cbac0b550d3e 4060bbce676b49d6916ed2dc49720cad - - default default] Tap Mirror: Handle Delete Port: 028c30ea-85ff-4ea3-af02-f90f5a9c701c [pid: 8|app: 0|req: 401/783] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 03:58:21 2026] DELETE /v2.0/floatingips/e09ef43e-8625-47ff-8430-96a90f742cf2 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:21.609 7 INFO neutron.services.segments.plugin [-] Segment 3efae838-1ba6-4fd5-bd2d-a33c5861a7ef resource provider aggregate not found 2026-04-16 03:58:21.613 7 INFO neutron.services.segments.plugin [-] Segment 3efae838-1ba6-4fd5-bd2d-a33c5861a7ef resource provider aggregate not found 2026-04-16 03:58:21.634 7 INFO neutron.services.segments.plugin [-] Segment 3efae838-1ba6-4fd5-bd2d-a33c5861a7ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3efae838-1ba6-4fd5-bd2d-a33c5861a7ef found for delete ", "request_id": "req-fb9b7fc3-e1a7-4053-a03d-a7569173276b"}]} 2026-04-16 03:58:21.636 7 INFO neutron.services.segments.plugin [-] Segment 3efae838-1ba6-4fd5-bd2d-a33c5861a7ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3efae838-1ba6-4fd5-bd2d-a33c5861a7ef found for delete ", "request_id": "req-9aaf1c4e-b00b-4414-8b47-64cbc5fbd1c8"}]} 2026-04-16 03:58:21.654 8 INFO neutron.services.segments.plugin [-] Segment bd16326c-4426-4843-a48d-41b9d2553c29 resource provider aggregate not found 2026-04-16 03:58:21.661 8 INFO neutron.services.segments.plugin [-] Segment bd16326c-4426-4843-a48d-41b9d2553c29 resource provider aggregate not found 2026-04-16 03:58:21.668 8 INFO neutron.services.segments.plugin [-] Segment bd16326c-4426-4843-a48d-41b9d2553c29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd16326c-4426-4843-a48d-41b9d2553c29 found for delete ", "request_id": "req-71747188-925a-44c3-97a9-1141037447d7"}]} 2026-04-16 03:58:21.676 8 INFO neutron.services.segments.plugin [-] Segment bd16326c-4426-4843-a48d-41b9d2553c29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd16326c-4426-4843-a48d-41b9d2553c29 found for delete ", "request_id": "req-14e77b40-4cce-427e-994c-8798a2713e87"}]} 2026-04-16 03:58:21.682 8 INFO neutron.services.segments.plugin [-] Segment a56cf8e9-aea0-4497-9f63-3cfe352cff7a resource provider aggregate not found 2026-04-16 03:58:21.700 8 INFO neutron.services.segments.plugin [-] Segment a56cf8e9-aea0-4497-9f63-3cfe352cff7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a56cf8e9-aea0-4497-9f63-3cfe352cff7a found for delete ", "request_id": "req-9aad3f1e-a243-43cd-b921-f70945c52ff6"}]} 2026-04-16 03:58:21.705 8 INFO neutron.services.segments.plugin [-] Segment a56cf8e9-aea0-4497-9f63-3cfe352cff7a resource provider aggregate not found 2026-04-16 03:58:21.725 8 INFO neutron.services.segments.plugin [-] Segment a56cf8e9-aea0-4497-9f63-3cfe352cff7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a56cf8e9-aea0-4497-9f63-3cfe352cff7a found for delete ", "request_id": "req-60991580-5b7b-4946-baf3-8c7db66b3ba1"}]} 2026-04-16 03:58:21.726 8 INFO neutron.services.segments.plugin [-] Segment f597fc5e-7edc-4985-b0ac-b9f9e616957c resource provider aggregate not found 2026-04-16 03:58:21.745 8 INFO neutron.services.segments.plugin [-] Segment f597fc5e-7edc-4985-b0ac-b9f9e616957c resource provider aggregate not found 2026-04-16 03:58:21.751 8 INFO neutron.services.segments.plugin [-] Segment f597fc5e-7edc-4985-b0ac-b9f9e616957c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f597fc5e-7edc-4985-b0ac-b9f9e616957c found for delete ", "request_id": "req-ca58efba-9398-4405-aab1-889a33e55163"}]} 2026-04-16 03:58:21.766 8 INFO neutron.services.segments.plugin [-] Segment f597fc5e-7edc-4985-b0ac-b9f9e616957c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f597fc5e-7edc-4985-b0ac-b9f9e616957c found for delete ", "request_id": "req-a0511308-8ff0-4978-9b9f-5be50fbd8289"}]} 2026-04-16 03:58:22.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec387d4b-1195-4d7e-8500-496f8838bbca 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 94954be8-d751-4ceb-b1e0-520ccb8e1ed9 2026-04-16 03:58:22.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec387d4b-1195-4d7e-8500-496f8838bbca 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 94954be8-d751-4ceb-b1e0-520ccb8e1ed9 2026-04-16 03:58:22.498 8 INFO neutron.db.segments_db [None req-6f2bf195-8a61-441d-877d-561cc1416437 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment a647893a-2571-42e0-88d4-4b408cfb0f47 of type vxlan for network 8c5edffa-86a3-42df-8b9b-f74eff22ab70 [pid: 8|app: 0|req: 402/784] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 03:58:22 2026] POST /v2.0/networks => generated 724 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/785] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:58:21 2026] PUT /v2.0/routers/b07d7437-6169-49d0-9d80-b96727c97dfe/remove_router_interface => generated 309 bytes in 1278 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/786] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:22 2026] POST /v2.0/subnets => generated 690 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:58:22.882 8 INFO neutron.db.segments_db [None req-c36aaf50-0964-461e-8b10-00fc3913feaa 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Added segment 9424e7be-84ee-4001-9f4c-c252c589e00f of type vxlan for network ec92805f-5fe7-4a4a-a2e6-b09486558370 [pid: 8|app: 0|req: 403/787] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:58:22 2026] POST /v2.0/networks => generated 611 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:58:23.026 8 INFO neutron.db.segments_db [None req-6b732492-52be-4829-9612-6442df22f450 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 66d63ea2-2783-46dd-bf67-ca9792178e69 of type vxlan for network 0e39756e-0d04-4c51-8a38-d18d554e62de 2026-04-16 03:58:23.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-599f7ec7-551a-4738-b27b-a49b0c88bd0d 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: f9dc02e8-9be7-4514-81c2-da57eb677483 2026-04-16 03:58:23.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-599f7ec7-551a-4738-b27b-a49b0c88bd0d 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: f9dc02e8-9be7-4514-81c2-da57eb677483 2026-04-16 03:58:23.283 8 INFO neutron.db.l3_hamode_db [None req-6b732492-52be-4829-9612-6442df22f450 02d3731826984f82b4d34dd274dadd62 c279866adb224646ac5ac8a1f1075ea9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 03:58:23.330 7 INFO neutron_taas.services.taas.taas_plugin [None req-599f7ec7-551a-4738-b27b-a49b0c88bd0d 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 4d57a57a-3318-4045-a249-36a0abac2317 2026-04-16 03:58:23.332 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-599f7ec7-551a-4738-b27b-a49b0c88bd0d 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 4d57a57a-3318-4045-a249-36a0abac2317 2026-04-16 03:58:23.696 7 INFO neutron.services.segments.plugin [-] Segment c19c1f43-b989-45be-ba22-0f33515cb42d resource provider aggregate not found 2026-04-16 03:58:23.703 7 INFO neutron.services.segments.plugin [-] Segment c19c1f43-b989-45be-ba22-0f33515cb42d resource provider aggregate not found 2026-04-16 03:58:23.717 7 INFO neutron.services.segments.plugin [-] Segment c19c1f43-b989-45be-ba22-0f33515cb42d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c19c1f43-b989-45be-ba22-0f33515cb42d found for delete ", "request_id": "req-c3ba01aa-3c8d-4db7-bd49-776ead4dc669"}]} 2026-04-16 03:58:23.728 7 INFO neutron.db.l3_hamode_db [None req-599f7ec7-551a-4738-b27b-a49b0c88bd0d 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] HA network 4c87205f-2902-4d16-92d4-d94325bcd4de was deleted as no HA routers are present in tenant 4060bbce676b49d6916ed2dc49720cad. 2026-04-16 03:58:23.729 7 INFO neutron.services.segments.plugin [-] Segment c19c1f43-b989-45be-ba22-0f33515cb42d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c19c1f43-b989-45be-ba22-0f33515cb42d found for delete ", "request_id": "req-9d085768-8f82-41d8-bddb-7099adacf8fa"}]} [pid: 7|app: 0|req: 385/788] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:22 2026] DELETE /v2.0/routers/b07d7437-6169-49d0-9d80-b96727c97dfe => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:23.797 7 INFO neutron.db.segments_db [None req-707def8d-8c24-4c75-838d-6fd07075c5b8 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Added segment 236ff768-bfc3-4c7c-8026-6014e142a303 of type vxlan for network 382c01c6-c300-4e98-ae27-a57886f07b15 [pid: 7|app: 0|req: 386/789] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:58:23 2026] POST /v2.0/networks => generated 609 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:58:24.025 8 INFO neutron.db.l3_hamode_db [None req-6b732492-52be-4829-9612-6442df22f450 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 389/792] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:23 2026] DELETE /v2.0/subnets/4e1a3c5c-ed58-4ddc-b6f3-7848cee1c2e5 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/793] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:24 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:58:24.396 7 INFO neutron_taas.services.taas.taas_plugin [None req-adbf5c39-bcc2-4072-b03f-a78c62e65d58 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 13e5a116-fcde-4c24-bc2e-6c0c2dde75e8 2026-04-16 03:58:24.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adbf5c39-bcc2-4072-b03f-a78c62e65d58 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 13e5a116-fcde-4c24-bc2e-6c0c2dde75e8 [pid: 7|app: 0|req: 391/794] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:24 2026] DELETE /v2.0/networks/b9fac955-04f3-4a88-86a6-5b0b11dbbb16 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/795] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:24 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/796] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:24 2026] GET /v2.0/security-groups?tenant_id=4060bbce676b49d6916ed2dc49720cad&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:24.945 7 INFO neutron.db.segments_db [None req-135b7dd8-f9e0-41a4-9218-97c3e530bf89 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Added segment e3fef578-1bab-4e3a-80f8-df485ff00629 of type vxlan for network 71ee7cf1-7796-46a8-8d10-9770cc3a9b9c [pid: 8|app: 0|req: 404/797] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:22 2026] POST /v2.0/routers => generated 730 bytes in 2201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:58:25.237 7 INFO neutron.db.l3_hamode_db [None req-135b7dd8-f9e0-41a4-9218-97c3e530bf89 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 405/798] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:25 2026] DELETE /v2.0/security-groups/e4a9c8a6-09be-4cc5-a99f-59226ab4ac19 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:25.379 7 INFO neutron.db.l3_hamode_db [None req-135b7dd8-f9e0-41a4-9218-97c3e530bf89 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 03:58:25.740 7 INFO neutron.services.segments.plugin [-] Segment 8466f9f4-2969-4f88-83c4-eb7da815ab11 resource provider aggregate not found 2026-04-16 03:58:25.758 7 INFO neutron.services.segments.plugin [-] Segment 8466f9f4-2969-4f88-83c4-eb7da815ab11 resource provider aggregate not found 2026-04-16 03:58:25.774 7 INFO neutron.services.segments.plugin [-] Segment 8466f9f4-2969-4f88-83c4-eb7da815ab11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8466f9f4-2969-4f88-83c4-eb7da815ab11 found for delete ", "request_id": "req-a6e9d5ca-37fc-4a9b-af7b-c25fd79dc4a7"}]} 2026-04-16 03:58:25.788 7 INFO neutron.services.segments.plugin [-] Segment 8466f9f4-2969-4f88-83c4-eb7da815ab11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8466f9f4-2969-4f88-83c4-eb7da815ab11 found for delete ", "request_id": "req-1467b4cc-d40a-43af-a0f0-bbaa3f0d689e"}]} [pid: 7|app: 0|req: 394/799] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:24 2026] POST /v2.0/routers => generated 506 bytes in 1003 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/800] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:58:25 2026] PUT /v2.0/routers/8ffd71d7-a8d3-49e9-9f31-78e1d93fc602/add_router_interface => generated 309 bytes in 1292 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/801] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:58:25 2026] PUT /v2.0/routers/05439886-2051-40fb-be60-bc591166e740/add_router_interface => generated 309 bytes in 1054 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/802] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 03:58:26 2026] GET /v2.0/ports/5a659581-f978-4cf5-9564-c0ea74d88a75 => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/803] 10.0.0.4 () {34 vars in 683 bytes} [Thu Apr 16 03:58:27 2026] POST /v2.0/security-groups => generated 1660 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/804] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:58:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/805] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:58:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/806] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 03:58:27 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/807] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:58:27 2026] PUT /v2.0/routers/05439886-2051-40fb-be60-bc591166e740/add_router_interface => generated 309 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/808] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 03:58:28 2026] GET /v2.0/ports/bf21ec0d-eeb9-4dd9-921e-10cac4ee981f => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/809] 10.0.0.64 () {34 vars in 1097 bytes} [Thu Apr 16 03:58:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--810135156&fields=id&tenant_id=c279866adb224646ac5ac8a1f1075ea9 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:28.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a50aeb9-5bd8-4b85-9c24-c4e91a8c7235 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] TaaS: Handle Delete Port: bf21ec0d-eeb9-4dd9-921e-10cac4ee981f 2026-04-16 03:58:28.576 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a50aeb9-5bd8-4b85-9c24-c4e91a8c7235 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Tap Mirror: Handle Delete Port: bf21ec0d-eeb9-4dd9-921e-10cac4ee981f [pid: 8|app: 0|req: 414/810] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 03:58:28 2026] GET /v2.0/networks?id=8c5edffa-86a3-42df-8b9b-f74eff22ab70 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/811] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 03:58:28 2026] GET /v2.0/quotas/c279866adb224646ac5ac8a1f1075ea9 => 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: 416/812] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 03:58:28 2026] GET /v2.0/ports?tenant_id=c279866adb224646ac5ac8a1f1075ea9&fields=id => generated 103 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/813] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 03:58:28 2026] GET /v2.0/networks/8c5edffa-86a3-42df-8b9b-f74eff22ab70?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: 418/814] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 03:58:28 2026] GET /v2.0/networks/8c5edffa-86a3-42df-8b9b-f74eff22ab70?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: 419/815] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:28 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/816] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:58:28 2026] PUT /v2.0/routers/05439886-2051-40fb-be60-bc591166e740/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:29.386 8 INFO neutron_taas.services.taas.taas_plugin [None req-2203cb86-c1eb-4305-bbf4-4c3390214aae 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] TaaS: Handle Delete Port: 5a659581-f978-4cf5-9564-c0ea74d88a75 2026-04-16 03:58:29.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2203cb86-c1eb-4305-bbf4-4c3390214aae 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Tap Mirror: Handle Delete Port: 5a659581-f978-4cf5-9564-c0ea74d88a75 [pid: 7|app: 0|req: 398/817] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:29 2026] GET /v2.0/security-groups?tenant_id=0e82bd344cd8400cbef69f2d5162bb9c&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/818] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:29 2026] DELETE /v2.0/security-groups/13469e8d-204c-4059-98cd-6b1ea864e685 => 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: 420/819] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:58:29 2026] PUT /v2.0/routers/05439886-2051-40fb-be60-bc591166e740/remove_router_interface => generated 309 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/820] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 03:58:29 2026] GET /v2.0/ports?device_id=05439886-2051-40fb-be60-bc591166e740 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/821] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:29 2026] GET /v2.0/security-groups?tenant_id=6bb624d5f58b460eaf9fce99877e70c1&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/822] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:29 2026] DELETE /v2.0/security-groups/01ab4472-25fb-40f5-8d1c-21c3665251cc => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:29.936 8 INFO neutron_taas.services.taas.taas_plugin [None req-67af5a6b-f11d-48ad-99a2-b960111515d3 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] TaaS: Handle Delete Port: f3120775-9ef5-497d-8bea-bca7bb9cabb9 2026-04-16 03:58:29.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67af5a6b-f11d-48ad-99a2-b960111515d3 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Tap Mirror: Handle Delete Port: f3120775-9ef5-497d-8bea-bca7bb9cabb9 [pid: 7|app: 0|req: 402/823] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:30 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:30.223 8 INFO neutron.services.segments.plugin [-] Segment e3fef578-1bab-4e3a-80f8-df485ff00629 resource provider aggregate not found 2026-04-16 03:58:30.234 8 INFO neutron.services.segments.plugin [-] Segment e3fef578-1bab-4e3a-80f8-df485ff00629 resource provider aggregate not found 2026-04-16 03:58:30.243 8 INFO neutron.db.l3_hamode_db [None req-67af5a6b-f11d-48ad-99a2-b960111515d3 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] HA network 71ee7cf1-7796-46a8-8d10-9770cc3a9b9c was deleted as no HA routers are present in tenant 8e1dbe4098724a21b6f26329468cfb15. 2026-04-16 03:58:30.245 8 INFO neutron.services.segments.plugin [-] Segment e3fef578-1bab-4e3a-80f8-df485ff00629 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3fef578-1bab-4e3a-80f8-df485ff00629 found for delete ", "request_id": "req-32d0fe55-e156-4789-a8f7-6451f8a499d4"}]} [pid: 7|app: 0|req: 403/824] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:30 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/825] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:29 2026] DELETE /v2.0/routers/05439886-2051-40fb-be60-bc591166e740 => generated 0 bytes in 446 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:30.255 8 INFO neutron.services.segments.plugin [-] Segment e3fef578-1bab-4e3a-80f8-df485ff00629 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3fef578-1bab-4e3a-80f8-df485ff00629 found for delete ", "request_id": "req-48494db9-d25e-4fed-84d1-1466fa46d3b2"}]} [pid: 8|app: 0|req: 423/826] 10.0.0.64 () {34 vars in 970 bytes} [Thu Apr 16 03:58:30 2026] GET /v2.0/ports/5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 972 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/827] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:30 2026] DELETE /v2.0/subnets/f5acfa2a-6dba-4d11-adfa-d6ff03e95430 => 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: 424/828] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:30 2026] DELETE /v2.0/subnets/0c87c0c8-84f2-43ee-8eea-85ba3755bb88 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:58:30.637 7 INFO neutron.services.segments.plugin [-] Segment 236ff768-bfc3-4c7c-8026-6014e142a303 resource provider aggregate not found 2026-04-16 03:58:30.643 7 INFO neutron.services.segments.plugin [-] Segment 236ff768-bfc3-4c7c-8026-6014e142a303 resource provider aggregate not found 2026-04-16 03:58:30.659 7 INFO neutron.services.segments.plugin [-] Segment 236ff768-bfc3-4c7c-8026-6014e142a303 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 236ff768-bfc3-4c7c-8026-6014e142a303 found for delete ", "request_id": "req-729fd0b0-50f9-4596-b63a-15a0d42a654b"}]} 2026-04-16 03:58:30.660 7 INFO neutron.services.segments.plugin [-] Segment 236ff768-bfc3-4c7c-8026-6014e142a303 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 236ff768-bfc3-4c7c-8026-6014e142a303 found for delete ", "request_id": "req-900820df-48c2-422d-96d4-0633ca4fd809"}]} [pid: 7|app: 0|req: 405/829] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:30 2026] DELETE /v2.0/networks/382c01c6-c300-4e98-ae27-a57886f07b15 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/830] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:30 2026] DELETE /v2.0/networks/ec92805f-5fe7-4a4a-a2e6-b09486558370 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:58:30.842 7 INFO neutron.db.segments_db [None req-2c26ada8-f5d5-4fa7-844e-0796dd001cb4 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Added segment 92d1fa4a-d369-4eaf-9a15-c3e20876cc13 of type vxlan for network 9fe5f981-c110-49d7-ae40-1da6a9b2d279 [pid: 7|app: 0|req: 406/831] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:58:30 2026] POST /v2.0/networks => generated 610 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/832] 199.204.45.129 () {34 vars in 1000 bytes} [Thu Apr 16 03:58:31 2026] GET /v2.0/subnets?network_id=7741541d-6256-42dd-bf48-270ba2f63082 => generated 684 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/833] 199.204.45.129 () {34 vars in 1146 bytes} [Thu Apr 16 03:58:31 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2&device_owner=compute%3Anova&network_id=7741541d-6256-42dd-bf48-270ba2f63082 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/834] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:30 2026] POST /v2.0/subnets => generated 626 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/835] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:31 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:31.251 8 INFO neutron.db.segments_db [None req-256ff76e-3c4d-4aff-9072-8dca3ca91218 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Added segment 29d637c6-00cc-4c71-8331-ca73027dd72e of type vxlan for network 9f07a896-c806-43d6-bfae-5d70ac91de17 2026-04-16 03:58:31.514 8 INFO neutron.db.l3_hamode_db [None req-256ff76e-3c4d-4aff-9072-8dca3ca91218 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 03:58:31.634 8 INFO neutron.db.l3_hamode_db [None req-256ff76e-3c4d-4aff-9072-8dca3ca91218 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 409/836] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 03:58:31 2026] PUT /v2.0/ports/5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 1149 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:31.690 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ac7b00c-185a-42cc-b7eb-6000d4ac6c4e'] response: {'name': 'network-changed', 'server_uuid': '30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2', 'tag': '5c633ecc-2eba-497e-b768-ae418d9ce2a0', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 410/837] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:32 2026] GET /v2.0/ports?tenant_id=962046c040b742979820d56c293e61d3&device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/838] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:32 2026] GET /v2.0/networks?id=7741541d-6256-42dd-bf48-270ba2f63082 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:32.283 8 INFO neutron.services.segments.plugin [-] Segment 9424e7be-84ee-4001-9f4c-c252c589e00f resource provider aggregate not found [pid: 7|app: 0|req: 412/839] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:32 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:32.305 8 INFO neutron.services.segments.plugin [-] Segment 9424e7be-84ee-4001-9f4c-c252c589e00f resource provider aggregate not found 2026-04-16 03:58:32.313 8 INFO neutron.services.segments.plugin [-] Segment 9424e7be-84ee-4001-9f4c-c252c589e00f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9424e7be-84ee-4001-9f4c-c252c589e00f found for delete ", "request_id": "req-6e4fe37d-9f85-4c15-a24d-143a1bca06ba"}]} 2026-04-16 03:58:32.328 8 INFO neutron.services.segments.plugin [-] Segment 9424e7be-84ee-4001-9f4c-c252c589e00f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9424e7be-84ee-4001-9f4c-c252c589e00f found for delete ", "request_id": "req-55de5c37-0ac8-46ad-8d02-1c354a84fd77"}]} [pid: 7|app: 0|req: 413/840] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:58:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5c633ecc-2eba-497e-b768-ae418d9ce2a0 => 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: 428/841] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:31 2026] POST /v2.0/routers => generated 506 bytes in 1148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/842] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 03:58:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/843] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:32 2026] GET /v2.0/subnets?id=b29bfb82-3ab3-40eb-9499-b2d62488b75e => generated 702 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/844] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:32 2026] GET /v2.0/ports?network_id=7741541d-6256-42dd-bf48-270ba2f63082&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/845] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:32 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/846] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:32 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?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: 8|app: 0|req: 429/847] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 03:58:32 2026] POST /v2.0/ports => generated 948 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/848] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:32 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 1152 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 420/849] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:32 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/850] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:33 2026] GET /v2.0/networks?id=8c5edffa-86a3-42df-8b9b-f74eff22ab70 => generated 675 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/851] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Apr 16 03:58:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c279866adb224646ac5ac8a1f1075ea9 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/852] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:33 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => 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: 430/853] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:58:32 2026] PUT /v2.0/routers/b82549b6-dfe5-441d-815c-4db25b368a4e/add_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 424/854] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 03:58:33 2026] POST /v2.0/ports => generated 954 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 431/855] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:33 2026] GET /v2.0/ports?tenant_id=962046c040b742979820d56c293e61d3&device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 1421 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/856] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 03:58:33 2026] GET /v2.0/ports/21a91083-b85f-4e81-b830-796163f568ab => generated 1022 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/857] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:33 2026] GET /v2.0/networks?id=7741541d-6256-42dd-bf48-270ba2f63082 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/858] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 03:58:33 2026] PUT /v2.0/ports/9f82c435-b47d-4442-b467-eaa5fcaf1c7d => generated 1235 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 03:58:34.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c4c283e-8d93-4a03-a56a-1b9389ad82c9 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] TaaS: Handle Delete Port: 21a91083-b85f-4e81-b830-796163f568ab 2026-04-16 03:58:34.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c4c283e-8d93-4a03-a56a-1b9389ad82c9 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Tap Mirror: Handle Delete Port: 21a91083-b85f-4e81-b830-796163f568ab [pid: 8|app: 0|req: 433/859] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:34.221 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4cd9275-80a4-4e0f-8291-d5b5bf300351'] response: {'name': 'network-changed', 'server_uuid': '1d518b40-071a-4ce2-b404-42673c43b776', 'tag': '9f82c435-b47d-4442-b467-eaa5fcaf1c7d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 434/860] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=5c633ecc-2eba-497e-b768-ae418d9ce2a0 => 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: 435/861] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/subnets?id=b29bfb82-3ab3-40eb-9499-b2d62488b75e => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/862] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/ports?network_id=7741541d-6256-42dd-bf48-270ba2f63082&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: 437/863] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/864] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/865] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/866] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/security-groups?id=ead0fc2f-a9d7-4a14-b80e-45154a5a4133&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/867] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:58:33 2026] PUT /v2.0/routers/b82549b6-dfe5-441d-815c-4db25b368a4e/remove_router_interface => generated 309 bytes in 685 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:34.718 8 INFO neutron.api.v2.resource [None req-ff0f3b1b-ef71-44fa-b9ef-d64f6d6872d6 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 441/868] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:58:34 2026] PUT /v2.0/routers/b82549b6-dfe5-441d-815c-4db25b368a4e/remove_router_interface => generated 197 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 428/869] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/ports?device_id=b82549b6-dfe5-441d-815c-4db25b368a4e => 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: 442/870] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/ports?tenant_id=c279866adb224646ac5ac8a1f1075ea9&device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/871] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/networks?tenant_id=c279866adb224646ac5ac8a1f1075ea9&shared=False => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/872] 199.204.45.129 () {34 vars in 930 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:34.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ca01f7f-00f4-4e73-ac51-b2a1b93c10e3 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] TaaS: Handle Delete Port: acd29434-0640-4081-b8b3-bbefdea83f7c 2026-04-16 03:58:34.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ca01f7f-00f4-4e73-ac51-b2a1b93c10e3 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Tap Mirror: Handle Delete Port: acd29434-0640-4081-b8b3-bbefdea83f7c [pid: 8|app: 0|req: 445/873] 199.204.45.129 () {34 vars in 1118 bytes} [Thu Apr 16 03:58:34 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1152 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:35.251 7 INFO neutron.services.segments.plugin [-] Segment 29d637c6-00cc-4c71-8331-ca73027dd72e resource provider aggregate not found 2026-04-16 03:58:35.256 7 INFO neutron.services.segments.plugin [-] Segment 29d637c6-00cc-4c71-8331-ca73027dd72e resource provider aggregate not found 2026-04-16 03:58:35.272 7 INFO neutron.services.segments.plugin [-] Segment 29d637c6-00cc-4c71-8331-ca73027dd72e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d637c6-00cc-4c71-8331-ca73027dd72e found for delete ", "request_id": "req-e163927c-13fe-42cc-b738-d21ab7b3d58e"}]} 2026-04-16 03:58:35.274 7 INFO neutron.services.segments.plugin [-] Segment 29d637c6-00cc-4c71-8331-ca73027dd72e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d637c6-00cc-4c71-8331-ca73027dd72e found for delete ", "request_id": "req-87e47dd2-b30f-49ec-997c-9fc2cb812b24"}]} 2026-04-16 03:58:35.277 7 INFO neutron.db.l3_hamode_db [None req-4ca01f7f-00f4-4e73-ac51-b2a1b93c10e3 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] HA network 9f07a896-c806-43d6-bfae-5d70ac91de17 was deleted as no HA routers are present in tenant 8e1dbe4098724a21b6f26329468cfb15. [pid: 7|app: 0|req: 429/874] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:34 2026] DELETE /v2.0/routers/b82549b6-dfe5-441d-815c-4db25b368a4e => generated 0 bytes in 532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/875] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:35 2026] DELETE /v2.0/subnets/133cf71b-0d93-4086-84ab-b22314ff9a3c => 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: 446/876] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 03:58:35 2026] PUT /v2.0/ports/5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 972 bytes in 502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/877] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:35 2026] DELETE /v2.0/networks/9fe5f981-c110-49d7-ae40-1da6a9b2d279 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 03:58:35.609 8 INFO neutron.db.segments_db [None req-be8e1ae9-1e01-4e82-9782-71df3b19ca6e 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Added segment d269e2c7-cdad-4306-bae9-b6fd025a36dd of type vxlan for network 7c72a50d-4f19-4532-85d6-8c4922cbe98a [pid: 7|app: 0|req: 432/878] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:35 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/879] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:58:35 2026] POST /v2.0/networks => generated 610 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/880] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:35 2026] POST /v2.0/subnets => generated 626 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/881] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:35 2026] GET /v2.0/security-groups?tenant_id=409a579c11274078b2e3c1d271d56d7c&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/882] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:35 2026] GET /v2.0/security-groups?id=ead0fc2f-a9d7-4a14-b80e-45154a5a4133&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:35.928 7 INFO neutron.db.segments_db [None req-5ec7e53e-0c28-4041-b0f9-51dee14fbe06 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Added segment aa7c9617-221b-4c0a-b4f0-8ccd572b74eb of type vxlan for network 9896e893-235f-4499-a82c-0008b377329f [pid: 8|app: 0|req: 450/883] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:35 2026] GET /v2.0/ports?tenant_id=c279866adb224646ac5ac8a1f1075ea9&device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/884] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:35 2026] DELETE /v2.0/security-groups/1fc97f3b-be4e-4f77-a320-fe5a3e5aff12 => 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: 452/885] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9f82c435-b47d-4442-b467-eaa5fcaf1c7d => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/886] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/ports?tenant_id=962046c040b742979820d56c293e61d3&device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => 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: 454/887] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/subnets?id=2c3953c1-aa4d-48ca-88a5-636c46f79def => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:36.124 7 INFO neutron.db.l3_hamode_db [None req-5ec7e53e-0c28-4041-b0f9-51dee14fbe06 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 455/888] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/networks?id=7741541d-6256-42dd-bf48-270ba2f63082 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/889] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/ports?network_id=8c5edffa-86a3-42df-8b9b-f74eff22ab70&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:36.244 7 INFO neutron.db.l3_hamode_db [None req-5ec7e53e-0c28-4041-b0f9-51dee14fbe06 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 03:58:36.264 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-693f2be6-b646-49da-ab0c-6268b79040fa'] response: {'name': 'network-changed', 'server_uuid': '30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2', 'tag': '5c633ecc-2eba-497e-b768-ae418d9ce2a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 457/890] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/security-groups?tenant_id=c633bd15a2df4a2c898e48e5026dcdd0&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/891] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/892] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/networks/8c5edffa-86a3-42df-8b9b-f74eff22ab70?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: 460/893] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:36 2026] DELETE /v2.0/security-groups/99cf31ec-81d1-4beb-b7ae-04f87587fdbc => 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: 461/894] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/subnets?id=b29bfb82-3ab3-40eb-9499-b2d62488b75e => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/895] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/networks/8c5edffa-86a3-42df-8b9b-f74eff22ab70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/896] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/ports?network_id=7741541d-6256-42dd-bf48-270ba2f63082&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/897] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?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: 465/898] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/899] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:35 2026] POST /v2.0/routers => generated 507 bytes in 917 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/900] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:36 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/901] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:37 2026] GET /v2.0/security-groups?id=ead0fc2f-a9d7-4a14-b80e-45154a5a4133&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:37.302 7 INFO neutron.services.segments.plugin [-] Segment 92d1fa4a-d369-4eaf-9a15-c3e20876cc13 resource provider aggregate not found 2026-04-16 03:58:37.310 7 INFO neutron.services.segments.plugin [-] Segment 92d1fa4a-d369-4eaf-9a15-c3e20876cc13 resource provider aggregate not found 2026-04-16 03:58:37.320 7 INFO neutron.services.segments.plugin [-] Segment 92d1fa4a-d369-4eaf-9a15-c3e20876cc13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92d1fa4a-d369-4eaf-9a15-c3e20876cc13 found for delete ", "request_id": "req-f0cd3d05-01f3-46d4-b3c0-49e7a0f4e57a"}]} [pid: 7|app: 0|req: 437/902] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:37 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:37.351 7 INFO neutron.services.segments.plugin [-] Segment 92d1fa4a-d369-4eaf-9a15-c3e20876cc13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92d1fa4a-d369-4eaf-9a15-c3e20876cc13 found for delete ", "request_id": "req-aa3664f5-fbc8-4647-83dd-8db192057d68"}]} [pid: 7|app: 0|req: 438/903] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:37 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/904] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:37 2026] GET /v2.0/ports?tenant_id=962046c040b742979820d56c293e61d3&device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/905] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:37 2026] GET /v2.0/networks?id=7741541d-6256-42dd-bf48-270ba2f63082 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/906] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:58:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/907] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:37 2026] GET /v2.0/subnets?id=b29bfb82-3ab3-40eb-9499-b2d62488b75e => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/908] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:37 2026] GET /v2.0/ports?network_id=7741541d-6256-42dd-bf48-270ba2f63082&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/909] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:37 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/910] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:58:36 2026] PUT /v2.0/routers/6a801414-f7bf-4e46-a4dc-97c29284e7c2/add_router_interface => generated 309 bytes in 1137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/911] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:37 2026] GET /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082?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: 467/912] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 03:58:37 2026] GET /v2.0/ports/012631ce-9cff-4628-a1e3-396e8bb368c5 => generated 955 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/913] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:38 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/914] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:38 2026] GET /v2.0/security-groups?id=ead0fc2f-a9d7-4a14-b80e-45154a5a4133&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:38.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-dca7ba3a-8ce4-4278-b9e7-56b03e638af6 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] TaaS: Handle Delete Port: 012631ce-9cff-4628-a1e3-396e8bb368c5 2026-04-16 03:58:38.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dca7ba3a-8ce4-4278-b9e7-56b03e638af6 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Tap Mirror: Handle Delete Port: 012631ce-9cff-4628-a1e3-396e8bb368c5 [pid: 8|app: 0|req: 472/917] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:38 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => 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: 473/918] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:38 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/919] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:58:38 2026] PUT /v2.0/routers/6a801414-f7bf-4e46-a4dc-97c29284e7c2/remove_router_interface => generated 309 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/920] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 03:58:38 2026] GET /v2.0/ports?device_id=6a801414-f7bf-4e46-a4dc-97c29284e7c2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:38.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8a5632e-552b-412a-8003-accb20733fc7 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] TaaS: Handle Delete Port: e2a63b21-1b7a-4797-ab2f-a07177197503 2026-04-16 03:58:38.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8a5632e-552b-412a-8003-accb20733fc7 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Tap Mirror: Handle Delete Port: e2a63b21-1b7a-4797-ab2f-a07177197503 [pid: 8|app: 0|req: 475/921] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:38 2026] GET /v2.0/security-groups?tenant_id=0084966c2afc49dcb068974551966328&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/922] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:39 2026] DELETE /v2.0/security-groups/8ae41647-e3da-4815-a9dc-50d46008d5a8 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:39.296 7 INFO neutron.db.l3_hamode_db [None req-b8a5632e-552b-412a-8003-accb20733fc7 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] HA network 9896e893-235f-4499-a82c-0008b377329f was deleted as no HA routers are present in tenant 8e1dbe4098724a21b6f26329468cfb15. [pid: 7|app: 0|req: 447/923] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:38 2026] DELETE /v2.0/routers/6a801414-f7bf-4e46-a4dc-97c29284e7c2 => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/924] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:39 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/925] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:39 2026] GET /v2.0/security-groups?id=ead0fc2f-a9d7-4a14-b80e-45154a5a4133&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:39.344 7 INFO neutron.services.segments.plugin [-] Segment aa7c9617-221b-4c0a-b4f0-8ccd572b74eb resource provider aggregate not found 2026-04-16 03:58:39.362 7 INFO neutron.services.segments.plugin [-] Segment aa7c9617-221b-4c0a-b4f0-8ccd572b74eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa7c9617-221b-4c0a-b4f0-8ccd572b74eb found for delete ", "request_id": "req-93fcc6cb-1fed-4ece-8d34-6959c9869587"}]} 2026-04-16 03:58:39.377 7 INFO neutron.services.segments.plugin [-] Segment aa7c9617-221b-4c0a-b4f0-8ccd572b74eb resource provider aggregate not found 2026-04-16 03:58:39.395 7 INFO neutron.services.segments.plugin [-] Segment aa7c9617-221b-4c0a-b4f0-8ccd572b74eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa7c9617-221b-4c0a-b4f0-8ccd572b74eb found for delete ", "request_id": "req-992599c9-0aa1-4d18-95e4-e4f3339c2125"}]} [pid: 7|app: 0|req: 448/926] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:39 2026] DELETE /v2.0/subnets/18f75b06-0b0c-4483-b87e-10efb17a7916 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:58:39.557 8 INFO neutron.services.segments.plugin [-] Segment d269e2c7-cdad-4306-bae9-b6fd025a36dd resource provider aggregate not found 2026-04-16 03:58:39.562 8 INFO neutron.services.segments.plugin [-] Segment d269e2c7-cdad-4306-bae9-b6fd025a36dd resource provider aggregate not found 2026-04-16 03:58:39.577 8 INFO neutron.services.segments.plugin [-] Segment d269e2c7-cdad-4306-bae9-b6fd025a36dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d269e2c7-cdad-4306-bae9-b6fd025a36dd found for delete ", "request_id": "req-28d5ecb4-1e14-4aa3-a4ef-360f4a50199f"}]} 2026-04-16 03:58:39.581 8 INFO neutron.services.segments.plugin [-] Segment d269e2c7-cdad-4306-bae9-b6fd025a36dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d269e2c7-cdad-4306-bae9-b6fd025a36dd found for delete ", "request_id": "req-c35e2d47-5892-4c8b-8eb2-a7730b157426"}]} [pid: 8|app: 0|req: 479/927] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:39 2026] DELETE /v2.0/networks/7c72a50d-4f19-4532-85d6-8c4922cbe98a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/928] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:39 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:39.641 8 INFO neutron.db.segments_db [None req-9c6517d7-e4d8-4d80-8e07-b69d9768a807 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Added segment 59446477-f37d-403a-b1ed-6b618ba73bc1 of type vxlan for network b9e018ac-88fd-404d-ab55-b6d50dd55e1e [pid: 7|app: 0|req: 450/929] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:39 2026] GET /v2.0/security-groups?id=7ade6776-90c2-43e9-a090-6782a9aecc09&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/930] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 03:58:39 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:39.786 7 INFO neutron_taas.services.taas.taas_plugin [req-0a8f4ace-1905-4067-b2f3-3d56e4173113 req-e8be08fe-82a1-404a-b7ea-b46ddde09de1 3e78483ff46d4a0f82b41e392015d252 962046c040b742979820d56c293e61d3 - - default default] TaaS: Handle Delete Port: 5c633ecc-2eba-497e-b768-ae418d9ce2a0 2026-04-16 03:58:39.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0a8f4ace-1905-4067-b2f3-3d56e4173113 req-e8be08fe-82a1-404a-b7ea-b46ddde09de1 3e78483ff46d4a0f82b41e392015d252 962046c040b742979820d56c293e61d3 - - default default] Tap Mirror: Handle Delete Port: 5c633ecc-2eba-497e-b768-ae418d9ce2a0 2026-04-16 03:58:39.854 8 INFO neutron.db.l3_hamode_db [None req-9c6517d7-e4d8-4d80-8e07-b69d9768a807 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 03:58:39.888 7 INFO neutron.db.l3_db [req-0a8f4ace-1905-4067-b2f3-3d56e4173113 req-e8be08fe-82a1-404a-b7ea-b46ddde09de1 3e78483ff46d4a0f82b41e392015d252 962046c040b742979820d56c293e61d3 - - default default] Floating IP ed4b5352-37ae-4028-946a-c89dd97789a8 disassociated. External IP: 10.96.250.204, port: 5c633ecc-2eba-497e-b768-ae418d9ce2a0. [pid: 7|app: 0|req: 452/931] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 03:58:39 2026] DELETE /v2.0/ports/5c633ecc-2eba-497e-b768-ae418d9ce2a0 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:58:40.314 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fabd871-d206-4c2a-b174-054acc0eaef9'] response: {'server_uuid': '30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2', 'name': 'network-vif-deleted', 'tag': '5c633ecc-2eba-497e-b768-ae418d9ce2a0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 453/932] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:40 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/933] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:40 2026] GET /v2.0/security-groups?id=ead0fc2f-a9d7-4a14-b80e-45154a5a4133&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:40.624 8 INFO neutron.db.l3_hamode_db [None req-9c6517d7-e4d8-4d80-8e07-b69d9768a807 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 455/934] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:40 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:41.260 7 INFO neutron.db.segments_db [None req-b2ca3bcb-6fcb-4f50-adb5-d9abe85e4f34 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Added segment e9be03ab-174f-45f4-8cba-b4790fa99394 of type vxlan for network c968706f-bd55-410d-81eb-73f01299f54c [pid: 7|app: 0|req: 456/935] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:58:40 2026] POST /v2.0/networks => generated 630 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/936] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:41 2026] POST /v2.0/subnets => generated 627 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:58:41.665 7 INFO neutron.db.segments_db [None req-7676e8f7-84fa-4b72-8b7e-e5df91e74c52 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Added segment 0695751a-e3fa-423c-95a9-716f52472d57 of type vxlan for network fd4cf5f5-b58f-4f9c-86b2-4e444468b218 [pid: 8|app: 0|req: 480/937] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:39 2026] POST /v2.0/routers => generated 687 bytes in 2068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/938] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:41 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/939] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 03:58:41 2026] GET /v2.0/routers/313e2729-c392-4f84-a1c3-6f9cc36c83b4 => generated 693 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/940] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:41 2026] GET /v2.0/security-groups?id=ead0fc2f-a9d7-4a14-b80e-45154a5a4133&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:41.862 7 INFO neutron.db.l3_hamode_db [None req-7676e8f7-84fa-4b72-8b7e-e5df91e74c52 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 484/941] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 03:58:41 2026] GET /v2.0/routers => generated 696 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/942] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:41 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => 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: 486/943] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:41 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/944] 10.0.0.4 () {34 vars in 739 bytes} [Thu Apr 16 03:58:41 2026] PUT /v2.0/routers/313e2729-c392-4f84-a1c3-6f9cc36c83b4 => generated 700 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:42.698 8 INFO neutron.db.l3_db [None req-4601a2ea-e357-4c66-a904-0de05f5becbb 712dbefabcb746deb81763050dd3eeb8 c279866adb224646ac5ac8a1f1075ea9 - - default default] Floating IP 555cbc13-b3aa-4577-b356-6a5142018094 associated. External IP: 10.96.250.213, port: 9f82c435-b47d-4442-b467-eaa5fcaf1c7d. [pid: 8|app: 0|req: 488/945] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 03:58:42 2026] PUT /v2.0/floatingips/555cbc13-b3aa-4577-b356-6a5142018094 => generated 855 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:43.038 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e5095cb-e0f1-4d49-a50b-9e02d5e3f87d'] response: {'name': 'network-changed', 'server_uuid': '1d518b40-071a-4ce2-b404-42673c43b776', 'tag': '9f82c435-b47d-4442-b467-eaa5fcaf1c7d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 489/946] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 03:58:42 2026] GET /v2.0/routers/313e2729-c392-4f84-a1c3-6f9cc36c83b4 => generated 700 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/947] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:43 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/948] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 03:58:43 2026] GET /v2.0/ports?device_id=313e2729-c392-4f84-a1c3-6f9cc36c83b4 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/949] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:43 2026] GET /v2.0/security-groups?id=ead0fc2f-a9d7-4a14-b80e-45154a5a4133&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:43.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd9337d3-376b-4eed-8f60-5b6b069bd0dc 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] TaaS: Handle Delete Port: 3179c229-6350-4a30-aa6e-1c6689d812cb 2026-04-16 03:58:43.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd9337d3-376b-4eed-8f60-5b6b069bd0dc 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Tap Mirror: Handle Delete Port: 3179c229-6350-4a30-aa6e-1c6689d812cb 2026-04-16 03:58:43.366 7 INFO neutron.db.l3_hamode_db [None req-7676e8f7-84fa-4b72-8b7e-e5df91e74c52 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 03:58:43.641 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd9337d3-376b-4eed-8f60-5b6b069bd0dc 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] TaaS: Handle Delete Port: f0def43a-8640-4f35-9c45-7d8fe58ea974 2026-04-16 03:58:43.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd9337d3-376b-4eed-8f60-5b6b069bd0dc 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] Tap Mirror: Handle Delete Port: f0def43a-8640-4f35-9c45-7d8fe58ea974 2026-04-16 03:58:43.978 8 INFO neutron.services.segments.plugin [-] Segment 59446477-f37d-403a-b1ed-6b618ba73bc1 resource provider aggregate not found 2026-04-16 03:58:43.982 8 INFO neutron.services.segments.plugin [-] Segment 59446477-f37d-403a-b1ed-6b618ba73bc1 resource provider aggregate not found 2026-04-16 03:58:43.998 8 INFO neutron.services.segments.plugin [-] Segment 59446477-f37d-403a-b1ed-6b618ba73bc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59446477-f37d-403a-b1ed-6b618ba73bc1 found for delete ", "request_id": "req-27814ae7-2b1c-41cb-b8d9-56bc921cb7fd"}]} 2026-04-16 03:58:44.000 8 INFO neutron.services.segments.plugin [-] Segment 59446477-f37d-403a-b1ed-6b618ba73bc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59446477-f37d-403a-b1ed-6b618ba73bc1 found for delete ", "request_id": "req-65603638-71ed-4904-a410-f98194d6948b"}]} 2026-04-16 03:58:44.011 8 INFO neutron.db.l3_hamode_db [None req-dd9337d3-376b-4eed-8f60-5b6b069bd0dc 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] HA network b9e018ac-88fd-404d-ab55-b6d50dd55e1e was deleted as no HA routers are present in tenant 8e1dbe4098724a21b6f26329468cfb15. [pid: 8|app: 0|req: 493/950] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:43 2026] DELETE /v2.0/routers/313e2729-c392-4f84-a1c3-6f9cc36c83b4 => generated 0 bytes in 890 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/951] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/ports?device_id=30bf676a-1d75-4db5-b5f0-2e7a3f31c4a2 => 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: 495/952] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/953] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/ports?tenant_id=c279866adb224646ac5ac8a1f1075ea9&device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/954] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:41 2026] POST /v2.0/routers => generated 693 bytes in 2514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/955] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/ports?device_id=313e2729-c392-4f84-a1c3-6f9cc36c83b4 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/956] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/security-groups?id=ead0fc2f-a9d7-4a14-b80e-45154a5a4133&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/957] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/networks?id=8c5edffa-86a3-42df-8b9b-f74eff22ab70 => generated 771 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:44.173 7 INFO neutron.api.v2.resource [None req-ff30778f-faec-41fb-ba95-2cc6c6d9d5da 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 460/958] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:44 2026] DELETE /v2.0/routers/313e2729-c392-4f84-a1c3-6f9cc36c83b4 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/959] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9f82c435-b47d-4442-b467-eaa5fcaf1c7d => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/960] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/ports?device_id=6a801414-f7bf-4e46-a4dc-97c29284e7c2 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/961] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/subnets?id=2c3953c1-aa4d-48ca-88a5-636c46f79def => generated 693 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:44.262 7 INFO neutron.api.v2.resource [None req-b1ea36d2-636b-4d9d-a91f-4b89a65b3504 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 464/962] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:44 2026] DELETE /v2.0/routers/6a801414-f7bf-4e46-a4dc-97c29284e7c2 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/963] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/ports?network_id=8c5edffa-86a3-42df-8b9b-f74eff22ab70&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:44.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93b396c6-549e-4006-9458-e22eb07e35e4 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 466/964] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:44 2026] DELETE /v2.0/subnets/18f75b06-0b0c-4483-b87e-10efb17a7916 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/965] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/networks/8c5edffa-86a3-42df-8b9b-f74eff22ab70?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/966] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/ports?device_id=b82549b6-dfe5-441d-815c-4db25b368a4e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/967] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/networks/8c5edffa-86a3-42df-8b9b-f74eff22ab70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:44.399 7 INFO neutron.api.v2.resource [None req-9c3a5679-672e-4caf-9bb4-1273c95b86ee 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 470/968] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:44 2026] DELETE /v2.0/routers/b82549b6-dfe5-441d-815c-4db25b368a4e => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:58:44.419 7 INFO neutron.pecan_wsgi.hooks.translation [None req-445a75e2-3d6f-44a0-9a25-db55f4b0603f 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 471/969] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:44 2026] DELETE /v2.0/subnets/133cf71b-0d93-4086-84ab-b22314ff9a3c => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/970] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 03:58:44 2026] GET /v2.0/ports?device_id=05439886-2051-40fb-be60-bc591166e740 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:44.463 7 INFO neutron.api.v2.resource [None req-5ae7b556-6124-4ee3-b83d-c58692c53e4f 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 473/971] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:44 2026] DELETE /v2.0/routers/05439886-2051-40fb-be60-bc591166e740 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:58:44.483 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1b1a662-7fa2-45a6-b74d-32554314153d 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 474/972] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:44 2026] DELETE /v2.0/subnets/f5acfa2a-6dba-4d11-adfa-d6ff03e95430 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:58:44.500 7 INFO neutron.pecan_wsgi.hooks.translation [None req-04bf6e50-304b-4a80-8602-403ecb41eeef 09f600626a734e66ba4395f7e8a67a22 8e1dbe4098724a21b6f26329468cfb15 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 475/973] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:44 2026] DELETE /v2.0/subnets/0c87c0c8-84f2-43ee-8eea-85ba3755bb88 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/974] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:45 2026] GET /v2.0/security-groups?tenant_id=8e1dbe4098724a21b6f26329468cfb15&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/975] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:45 2026] DELETE /v2.0/security-groups/7ade6776-90c2-43e9-a090-6782a9aecc09 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/976] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:45 2026] DELETE /v2.0/security-groups/4fd6a8fe-97f3-405a-968f-dd881d6a7546 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:45.327 7 INFO neutron.api.v2.resource [None req-4061dbc9-1898-4d73-8791-b517b5c99b42 3e78483ff46d4a0f82b41e392015d252 962046c040b742979820d56c293e61d3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 479/977] 10.0.0.4 () {32 vars in 735 bytes} [Thu Apr 16 03:58:45 2026] GET /v2.0/security-groups/7ade6776-90c2-43e9-a090-6782a9aecc09 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/978] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:45 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:45.462 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1e94d06-7810-47c9-a9a9-87dd72d83742 3e78483ff46d4a0f82b41e392015d252 962046c040b742979820d56c293e61d3 - - default default] TaaS: Handle Delete Port: 159e9824-ecd1-4cb0-bfda-65394599ca3d 2026-04-16 03:58:45.465 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1e94d06-7810-47c9-a9a9-87dd72d83742 3e78483ff46d4a0f82b41e392015d252 962046c040b742979820d56c293e61d3 - - default default] Tap Mirror: Handle Delete Port: 159e9824-ecd1-4cb0-bfda-65394599ca3d [pid: 7|app: 0|req: 481/979] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 03:58:45 2026] DELETE /v2.0/floatingips/ed4b5352-37ae-4028-946a-c89dd97789a8 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/980] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:58:45 2026] GET /v2.0/security-groups?id=ead0fc2f-a9d7-4a14-b80e-45154a5a4133&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/981] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:58:44 2026] PUT /v2.0/routers/5695ff47-4475-4eaf-829e-b77a3ada0a1e/add_router_interface => generated 309 bytes in 1642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:46.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-220f13bc-a190-41cd-b6a1-289548118482 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 9a89e797-ff62-4ac2-8c8c-177b3ed24a18 2026-04-16 03:58:46.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-220f13bc-a190-41cd-b6a1-289548118482 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 9a89e797-ff62-4ac2-8c8c-177b3ed24a18 [pid: 8|app: 0|req: 500/982] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 03:58:45 2026] POST /v2.0/ports => generated 954 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 501/983] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 03:58:46 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/984] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 03:58:46 2026] POST /v2.0/ports => generated 954 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 483/985] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:58:45 2026] PUT /v2.0/routers/9daff358-428e-4817-ae49-5f16ea0b325e/remove_router_interface => generated 309 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:46.626 8 INFO neutron_taas.services.taas.taas_plugin [req-f91cc3d3-c33f-430a-a9ba-cc5f42f630ad req-e39bc854-f944-49d4-9a95-7931d2bc33dc 712dbefabcb746deb81763050dd3eeb8 c279866adb224646ac5ac8a1f1075ea9 - - default default] TaaS: Handle Delete Port: 9f82c435-b47d-4442-b467-eaa5fcaf1c7d 2026-04-16 03:58:46.629 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f91cc3d3-c33f-430a-a9ba-cc5f42f630ad req-e39bc854-f944-49d4-9a95-7931d2bc33dc 712dbefabcb746deb81763050dd3eeb8 c279866adb224646ac5ac8a1f1075ea9 - - default default] Tap Mirror: Handle Delete Port: 9f82c435-b47d-4442-b467-eaa5fcaf1c7d 2026-04-16 03:58:46.755 8 INFO neutron.db.l3_db [req-f91cc3d3-c33f-430a-a9ba-cc5f42f630ad req-e39bc854-f944-49d4-9a95-7931d2bc33dc 712dbefabcb746deb81763050dd3eeb8 c279866adb224646ac5ac8a1f1075ea9 - - default default] Floating IP 555cbc13-b3aa-4577-b356-6a5142018094 disassociated. External IP: 10.96.250.213, port: 9f82c435-b47d-4442-b467-eaa5fcaf1c7d. [pid: 8|app: 0|req: 503/986] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 03:58:46 2026] DELETE /v2.0/ports/9f82c435-b47d-4442-b467-eaa5fcaf1c7d => generated 0 bytes in 689 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:58:47.229 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef78d178-cce7-40cf-8339-e4cdb0d49407'] response: {'server_uuid': '1d518b40-071a-4ce2-b404-42673c43b776', 'name': 'network-vif-deleted', 'tag': '9f82c435-b47d-4442-b467-eaa5fcaf1c7d', 'status': 'completed', 'code': 200} 2026-04-16 03:58:47.341 7 INFO neutron.db.l3_db [None req-efebc85f-5ba6-45fc-8c21-d63a6c925cb5 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Floating IP 14cc32ac-a53e-4d77-9449-caa1d790d4ae associated. External IP: 10.96.250.205, port: 353ee57e-c554-430e-bd89-fdf78b3f8536. 2026-04-16 03:58:47.416 8 INFO neutron_taas.services.taas.taas_plugin [None req-d65e5f21-8b70-4f0a-adf0-2c5cfdd4cf90 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: b45b71c7-4ba7-47bb-bcdb-030c4b1c2f6e 2026-04-16 03:58:47.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d65e5f21-8b70-4f0a-adf0-2c5cfdd4cf90 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: b45b71c7-4ba7-47bb-bcdb-030c4b1c2f6e [pid: 7|app: 0|req: 484/987] 10.0.0.4 () {34 vars in 675 bytes} [Thu Apr 16 03:58:46 2026] POST /v2.0/floatingips => generated 841 bytes in 1103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/988] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:47 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:58:47.665 8 INFO neutron_taas.services.taas.taas_plugin [None req-d65e5f21-8b70-4f0a-adf0-2c5cfdd4cf90 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: e510be7a-d1fc-4e1f-bb60-5091aebd1b1d 2026-04-16 03:58:47.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d65e5f21-8b70-4f0a-adf0-2c5cfdd4cf90 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: e510be7a-d1fc-4e1f-bb60-5091aebd1b1d 2026-04-16 03:58:47.988 8 INFO neutron.services.segments.plugin [-] Segment 39a9b74a-dfbc-45f3-ba38-a5ae35afecbb resource provider aggregate not found 2026-04-16 03:58:47.994 8 INFO neutron.services.segments.plugin [-] Segment 39a9b74a-dfbc-45f3-ba38-a5ae35afecbb resource provider aggregate not found [pid: 7|app: 0|req: 486/989] 10.0.0.4 () {34 vars in 682 bytes} [Thu Apr 16 03:58:47 2026] POST /v2.0/security-groups => generated 1624 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 03:58:48.010 8 INFO neutron.services.segments.plugin [-] Segment 39a9b74a-dfbc-45f3-ba38-a5ae35afecbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a9b74a-dfbc-45f3-ba38-a5ae35afecbb found for delete ", "request_id": "req-baa9fcb9-3d1b-4ffe-b955-d8042b97bce2"}]} 2026-04-16 03:58:48.010 8 INFO neutron.services.segments.plugin [-] Segment 39a9b74a-dfbc-45f3-ba38-a5ae35afecbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a9b74a-dfbc-45f3-ba38-a5ae35afecbb found for delete ", "request_id": "req-bc8b2ec9-f891-4566-aaa2-1d3e9da10346"}]} 2026-04-16 03:58:48.014 8 INFO neutron.db.l3_hamode_db [None req-d65e5f21-8b70-4f0a-adf0-2c5cfdd4cf90 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] HA network f4e42be8-b0a6-48ac-8b13-0b6bcfc7dec3 was deleted as no HA routers are present in tenant 962046c040b742979820d56c293e61d3. [pid: 8|app: 0|req: 504/990] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:47 2026] DELETE /v2.0/routers/9daff358-428e-4817-ae49-5f16ea0b325e => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/991] 10.0.0.4 () {32 vars in 661 bytes} [Thu Apr 16 03:58:48 2026] GET /v2.0/security-groups => generated 4529 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:48.104 7 INFO neutron.db.l3_db [None req-751fa6fe-524c-4224-8112-3bb84825a670 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Floating IP 14cc32ac-a53e-4d77-9449-caa1d790d4ae disassociated. External IP: 10.96.250.205, port: 353ee57e-c554-430e-bd89-fdf78b3f8536. [pid: 8|app: 0|req: 506/992] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:48 2026] DELETE /v2.0/subnets/b29bfb82-3ab3-40eb-9499-b2d62488b75e => 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: 507/993] 10.0.0.4 () {34 vars in 756 bytes} [Thu Apr 16 03:58:48 2026] PUT /v2.0/security-groups/090b874c-8b46-4c3a-90be-1cfdd5174c89 => generated 1663 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:48.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-c618e91f-889b-4fca-aaba-b67facf95b78 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 51d2d1b2-ddba-46cf-a68e-3ec7d63c5440 2026-04-16 03:58:48.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c618e91f-889b-4fca-aaba-b67facf95b78 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 51d2d1b2-ddba-46cf-a68e-3ec7d63c5440 [pid: 7|app: 0|req: 487/994] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 03:58:48 2026] PUT /v2.0/floatingips/14cc32ac-a53e-4d77-9449-caa1d790d4ae => generated 552 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/995] 10.0.0.4 () {32 vars in 735 bytes} [Thu Apr 16 03:58:48 2026] GET /v2.0/security-groups/090b874c-8b46-4c3a-90be-1cfdd5174c89 => generated 1663 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/996] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:48 2026] DELETE /v2.0/networks/7741541d-6256-42dd-bf48-270ba2f63082 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:58:48.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bf33b82-d516-49b4-8603-665b4f2f571b f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] TaaS: Handle Delete Port: cb61092e-c3a4-43f4-9582-5edca77ac936 2026-04-16 03:58:48.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bf33b82-d516-49b4-8603-665b4f2f571b f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Tap Mirror: Handle Delete Port: cb61092e-c3a4-43f4-9582-5edca77ac936 [pid: 8|app: 0|req: 509/997] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:48 2026] DELETE /v2.0/security-groups/090b874c-8b46-4c3a-90be-1cfdd5174c89 => 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: 510/998] 10.0.0.4 () {32 vars in 661 bytes} [Thu Apr 16 03:58:48 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-16 03:58:48.647 8 INFO neutron.api.v2.resource [None req-e3640a1f-6600-4b02-964e-93f0247f0c4a 2f2ef5279c9b49099fd0d1101d6a7f9b 080a39ea0c3d4d3db50375862595d950 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 511/999] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:48 2026] DELETE /v2.0/security-groups/090b874c-8b46-4c3a-90be-1cfdd5174c89 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1000] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 03:58:48 2026] DELETE /v2.0/floatingips/14cc32ac-a53e-4d77-9449-caa1d790d4ae => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1001] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:48 2026] GET /v2.0/security-groups?tenant_id=962046c040b742979820d56c293e61d3&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1002] 10.0.0.4 () {34 vars in 682 bytes} [Thu Apr 16 03:58:48 2026] POST /v2.0/security-groups => generated 1624 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1003] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:48 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1004] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:48 2026] DELETE /v2.0/security-groups/c7cfc947-925b-48ef-bd16-14463bd74656 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1005] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:58:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1006] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 03:58:48 2026] GET /v2.0/security-group-rules/7208c281-8fb0-4ea2-9823-5654aa7fa7e1 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1007] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1008] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 03:58:49 2026] DELETE /v2.0/security-group-rules/7208c281-8fb0-4ea2-9823-5654aa7fa7e1 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1009] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1010] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:58:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1011] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 03:58:49 2026] GET /v2.0/security-group-rules/dba6dbec-fb60-4b69-bd41-abc5d5b2dce4 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1012] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:49 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1013] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 03:58:49 2026] DELETE /v2.0/security-group-rules/dba6dbec-fb60-4b69-bd41-abc5d5b2dce4 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:49.469 8 INFO neutron.db.l3_db [None req-7c34027a-d573-4211-9fc0-441cbcccdc5c f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Floating IP 86788a6c-f995-48ba-8a47-3fc4a3db33ac associated. External IP: 10.96.250.210, port: e0c0b2d1-c4ab-444c-abc9-5b671545f981. [pid: 7|app: 0|req: 502/1014] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:49.532 7 INFO neutron.db.securitygroups_db [None req-8955eb61-03f7-4752-9576-ce64ad3fa356 2f2ef5279c9b49099fd0d1101d6a7f9b 080a39ea0c3d4d3db50375862595d950 - - default default] Project 080a39ea0c3d4d3db50375862595d950 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 503/1015] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:58:49 2026] POST /v2.0/security-group-rules => generated 607 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1016] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 03:58:49 2026] GET /v2.0/security-group-rules/037af348-f68f-48d9-8e25-5971413dc2f7 => generated 607 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1017] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:49 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1018] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 03:58:49 2026] DELETE /v2.0/security-group-rules/037af348-f68f-48d9-8e25-5971413dc2f7 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1019] 10.0.0.4 () {34 vars in 675 bytes} [Thu Apr 16 03:58:48 2026] POST /v2.0/floatingips => generated 841 bytes in 980 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1020] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 03:58:49 2026] GET /v2.0/floatingips/86788a6c-f995-48ba-8a47-3fc4a3db33ac => generated 841 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1021] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:49 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: 515/1022] 10.0.0.4 () {32 vars in 653 bytes} [Thu Apr 16 03:58:49 2026] GET /v2.0/floatingips => generated 844 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1023] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:49 2026] DELETE /v2.0/security-groups/b63b87f6-42c6-43de-9ba8-941c6409f5f4 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1024] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:49 2026] GET /v2.0/ports?device_id=1d518b40-071a-4ce2-b404-42673c43b776 => 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: 517/1025] 10.0.0.4 () {32 vars in 661 bytes} [Thu Apr 16 03:58:49 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: 518/1026] 10.0.0.4 () {32 vars in 661 bytes} [Thu Apr 16 03:58:49 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-16 03:58:50.030 8 INFO neutron.services.segments.plugin [-] Segment efc4a517-40ac-4e3f-8ce1-1a00da823ef6 resource provider aggregate not found 2026-04-16 03:58:50.041 8 INFO neutron.services.segments.plugin [-] Segment efc4a517-40ac-4e3f-8ce1-1a00da823ef6 resource provider aggregate not found 2026-04-16 03:58:50.045 8 INFO neutron.services.segments.plugin [-] Segment efc4a517-40ac-4e3f-8ce1-1a00da823ef6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efc4a517-40ac-4e3f-8ce1-1a00da823ef6 found for delete ", "request_id": "req-228dbe27-b41d-424f-a4ef-cf03c0251e0b"}]} 2026-04-16 03:58:50.059 8 INFO neutron.services.segments.plugin [-] Segment efc4a517-40ac-4e3f-8ce1-1a00da823ef6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efc4a517-40ac-4e3f-8ce1-1a00da823ef6 found for delete ", "request_id": "req-6b9c6c4a-abd7-4c4c-9b2a-1bc0be68de16"}]} 2026-04-16 03:58:50.214 7 INFO neutron.db.l3_db [None req-14e470bf-a39d-4ad8-bf1f-0f99c16ffb25 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Floating IP 86788a6c-f995-48ba-8a47-3fc4a3db33ac associated. External IP: 10.96.250.210, port: e0c0b2d1-c4ab-444c-abc9-5b671545f981. [pid: 8|app: 0|req: 519/1027] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:50 2026] GET /v2.0/security-groups?tenant_id=080a39ea0c3d4d3db50375862595d950&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1028] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 03:58:49 2026] PUT /v2.0/floatingips/86788a6c-f995-48ba-8a47-3fc4a3db33ac => generated 841 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:50.803 8 INFO neutron.db.segments_db [None req-30162d96-6983-493c-adbc-1274e2ffc04b 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 74d769fe-d590-4a1d-8583-fa052e239bef of type vxlan for network 0e169ed6-c05b-4abd-8de6-b7d471e8a450 [pid: 7|app: 0|req: 510/1029] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:50 2026] DELETE /v2.0/security-groups/d90ad35f-cd6d-436d-b373-c40811cea356 => 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: 520/1030] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 03:58:50 2026] POST /v2.0/networks => generated 724 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:58:50.988 7 INFO neutron.db.l3_db [None req-29f2da68-5824-43a6-989f-dcabde30ad3b f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Floating IP 86788a6c-f995-48ba-8a47-3fc4a3db33ac disassociated. External IP: 10.96.250.210, port: 353ee57e-c554-430e-bd89-fdf78b3f8536. [pid: 8|app: 0|req: 521/1031] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:50 2026] POST /v2.0/subnets => generated 690 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1032] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:51 2026] DELETE /v2.0/security-groups/ead0fc2f-a9d7-4a14-b80e-45154a5a4133 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:51.198 8 INFO neutron.db.segments_db [None req-2b8db3ba-d492-44ef-82f0-1b2a14852c3f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 4db6c91d-7944-4605-9029-86b0e6727702 of type vxlan for network bc78516d-b7a5-4df9-bffe-e0413be97946 [pid: 7|app: 0|req: 511/1033] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 03:58:50 2026] PUT /v2.0/floatingips/86788a6c-f995-48ba-8a47-3fc4a3db33ac => generated 552 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:51.353 7 INFO neutron.api.v2.resource [None req-09be7398-0527-4ea7-9ce5-134f16942313 712dbefabcb746deb81763050dd3eeb8 c279866adb224646ac5ac8a1f1075ea9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 512/1034] 10.0.0.4 () {32 vars in 735 bytes} [Thu Apr 16 03:58:51 2026] GET /v2.0/security-groups/ead0fc2f-a9d7-4a14-b80e-45154a5a4133 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:58:51.457 8 INFO neutron.db.l3_hamode_db [None req-2b8db3ba-d492-44ef-82f0-1b2a14852c3f 02d3731826984f82b4d34dd274dadd62 7f08333b62c842c28698c76b90af6296 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 03:58:51.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-27c8a9b5-b26a-4b62-a76c-e29decbf767a f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] TaaS: Handle Delete Port: e028084c-acc9-4002-a5fc-c35ceaadb80b 2026-04-16 03:58:51.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27c8a9b5-b26a-4b62-a76c-e29decbf767a f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Tap Mirror: Handle Delete Port: e028084c-acc9-4002-a5fc-c35ceaadb80b [pid: 7|app: 0|req: 513/1035] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 03:58:51 2026] DELETE /v2.0/floatingips/86788a6c-f995-48ba-8a47-3fc4a3db33ac => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:51.753 7 INFO neutron_taas.services.taas.taas_plugin [None req-96a1e8e9-f875-4bda-a22b-d61b2b8a4766 712dbefabcb746deb81763050dd3eeb8 c279866adb224646ac5ac8a1f1075ea9 - - default default] TaaS: Handle Delete Port: 54b43563-f559-479a-9fbc-cd48e19e72d9 2026-04-16 03:58:51.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96a1e8e9-f875-4bda-a22b-d61b2b8a4766 712dbefabcb746deb81763050dd3eeb8 c279866adb224646ac5ac8a1f1075ea9 - - default default] Tap Mirror: Handle Delete Port: 54b43563-f559-479a-9fbc-cd48e19e72d9 [pid: 7|app: 0|req: 514/1036] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 03:58:51 2026] DELETE /v2.0/floatingips/555cbc13-b3aa-4577-b356-6a5142018094 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:51.964 7 INFO neutron.api.v2.resource [None req-99d1f10f-0436-4ab2-a9c7-35b6cecf528a f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 515/1037] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 03:58:51 2026] DELETE /v2.0/floatingips/86788a6c-f995-48ba-8a47-3fc4a3db33ac => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:58:52.270 8 INFO neutron.db.l3_hamode_db [None req-2b8db3ba-d492-44ef-82f0-1b2a14852c3f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 03:58:52.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-61e5dfcf-b49c-495c-90eb-ed4d655221af 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: b33d7f37-9890-4717-a2c4-7116ff3e9638 2026-04-16 03:58:52.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61e5dfcf-b49c-495c-90eb-ed4d655221af 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: b33d7f37-9890-4717-a2c4-7116ff3e9638 [pid: 7|app: 0|req: 516/1038] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:58:51 2026] PUT /v2.0/routers/8ffd71d7-a8d3-49e9-9f31-78e1d93fc602/remove_router_interface => generated 309 bytes in 947 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:58:53.046 7 INFO neutron_taas.services.taas.taas_plugin [None req-18d8e5e1-33cb-40e8-94af-93e4a13e6f93 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] TaaS: Handle Delete Port: 353ee57e-c554-430e-bd89-fdf78b3f8536 2026-04-16 03:58:53.050 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18d8e5e1-33cb-40e8-94af-93e4a13e6f93 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Tap Mirror: Handle Delete Port: 353ee57e-c554-430e-bd89-fdf78b3f8536 [pid: 8|app: 0|req: 523/1039] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:58:51 2026] POST /v2.0/routers => generated 730 bytes in 2007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1040] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:58:52 2026] DELETE /v2.0/ports/353ee57e-c554-430e-bd89-fdf78b3f8536 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:58:53.359 7 INFO neutron_taas.services.taas.taas_plugin [None req-da974b32-0531-417c-84f1-4b0fde00d052 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: ce59c526-4df7-400e-bc75-6ed8e6737659 2026-04-16 03:58:53.361 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da974b32-0531-417c-84f1-4b0fde00d052 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: ce59c526-4df7-400e-bc75-6ed8e6737659 [pid: 8|app: 0|req: 524/1041] 10.0.0.4 () {34 vars in 682 bytes} [Thu Apr 16 03:58:53 2026] POST /v2.0/security-groups => generated 1625 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 03:58:53.587 7 INFO neutron_taas.services.taas.taas_plugin [None req-da974b32-0531-417c-84f1-4b0fde00d052 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 91110c61-a9a7-4764-a578-db880d213f13 2026-04-16 03:58:53.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da974b32-0531-417c-84f1-4b0fde00d052 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 91110c61-a9a7-4764-a578-db880d213f13 2026-04-16 03:58:53.956 7 INFO neutron.services.segments.plugin [-] Segment 66d63ea2-2783-46dd-bf67-ca9792178e69 resource provider aggregate not found 2026-04-16 03:58:53.964 7 INFO neutron.services.segments.plugin [-] Segment 66d63ea2-2783-46dd-bf67-ca9792178e69 resource provider aggregate not found 2026-04-16 03:58:53.976 7 INFO neutron.services.segments.plugin [-] Segment 66d63ea2-2783-46dd-bf67-ca9792178e69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d63ea2-2783-46dd-bf67-ca9792178e69 found for delete ", "request_id": "req-a32a67e1-2029-4482-971f-a2fb3064e4cf"}]} 2026-04-16 03:58:53.986 7 INFO neutron.services.segments.plugin [-] Segment 66d63ea2-2783-46dd-bf67-ca9792178e69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d63ea2-2783-46dd-bf67-ca9792178e69 found for delete ", "request_id": "req-9cdd0a67-ffca-43da-8f45-a593782ba4af"}]} 2026-04-16 03:58:53.989 7 INFO neutron.db.l3_hamode_db [None req-da974b32-0531-417c-84f1-4b0fde00d052 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] HA network 0e39756e-0d04-4c51-8a38-d18d554e62de was deleted as no HA routers are present in tenant c279866adb224646ac5ac8a1f1075ea9. [pid: 7|app: 0|req: 518/1042] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:53 2026] DELETE /v2.0/routers/8ffd71d7-a8d3-49e9-9f31-78e1d93fc602 => generated 0 bytes in 795 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:54.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa5f2b48-0ea4-4801-b750-a5b9b111311d f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] TaaS: Handle Delete Port: e0c0b2d1-c4ab-444c-abc9-5b671545f981 2026-04-16 03:58:54.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa5f2b48-0ea4-4801-b750-a5b9b111311d f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Tap Mirror: Handle Delete Port: e0c0b2d1-c4ab-444c-abc9-5b671545f981 [pid: 7|app: 0|req: 519/1043] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:58:53 2026] DELETE /v2.0/ports/e0c0b2d1-c4ab-444c-abc9-5b671545f981 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1046] 10.0.0.4 () {32 vars in 661 bytes} [Thu Apr 16 03:58:54 2026] GET /v2.0/security-groups => generated 4530 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1047] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:54 2026] DELETE /v2.0/subnets/2c3953c1-aa4d-48ca-88a5-636c46f79def => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1048] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 03:58:54 2026] GET /v2.0/ports?device_id=5695ff47-4475-4eaf-829e-b77a3ada0a1e => generated 958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1049] 10.0.0.4 () {34 vars in 756 bytes} [Thu Apr 16 03:58:54 2026] PUT /v2.0/security-groups/e01c83cf-e277-48fc-b7e4-4ae47d35b68e => generated 1663 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:54.630 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f832f3e-2d13-4238-81d6-97cd542934c6 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 47d33e2a-acde-4173-9d18-555467cb670f 2026-04-16 03:58:54.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f832f3e-2d13-4238-81d6-97cd542934c6 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 47d33e2a-acde-4173-9d18-555467cb670f [pid: 8|app: 0|req: 525/1050] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:58:53 2026] PUT /v2.0/routers/2945ab8d-b3d9-422e-b01d-907a31559ca5/add_router_interface => generated 309 bytes in 1291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1051] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:54 2026] DELETE /v2.0/networks/8c5edffa-86a3-42df-8b9b-f74eff22ab70 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1052] 10.0.0.4 () {32 vars in 735 bytes} [Thu Apr 16 03:58:54 2026] GET /v2.0/security-groups/e01c83cf-e277-48fc-b7e4-4ae47d35b68e => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1053] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:54 2026] DELETE /v2.0/security-groups/e01c83cf-e277-48fc-b7e4-4ae47d35b68e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1054] 10.0.0.4 () {32 vars in 661 bytes} [Thu Apr 16 03:58:55 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) 2026-04-16 03:58:55.059 7 INFO neutron.api.v2.resource [None req-9e30c6b2-42d6-4016-95be-15b21d8dfca5 bde766afc7ef49868dbf1db5f79dbb4e 85a9c697aa734f469123a7e2b18cbab2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 530/1055] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:55 2026] DELETE /v2.0/security-groups/e01c83cf-e277-48fc-b7e4-4ae47d35b68e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1056] 10.0.0.4 () {34 vars in 682 bytes} [Thu Apr 16 03:58:55 2026] POST /v2.0/security-groups => generated 1624 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 03:58:55.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c002ec9-7f46-4937-bb46-bb85f2b8523f f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] TaaS: Handle Delete Port: 4297e114-8468-4bf7-ae3d-69b6158ff126 [pid: 7|app: 0|req: 532/1057] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:55 2026] GET /v2.0/security-groups?tenant_id=c279866adb224646ac5ac8a1f1075ea9&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:55.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c002ec9-7f46-4937-bb46-bb85f2b8523f f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Tap Mirror: Handle Delete Port: 4297e114-8468-4bf7-ae3d-69b6158ff126 [pid: 7|app: 0|req: 533/1058] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:58:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1059] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:55 2026] DELETE /v2.0/security-groups/67a73004-72fc-40f4-8100-a57285a7c5d5 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1060] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 03:58:55 2026] GET /v2.0/security-group-rules/c891233b-0fc6-401a-bb66-8ac0ae1d87da => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1061] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:55 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1062] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 03:58:55 2026] DELETE /v2.0/security-group-rules/c891233b-0fc6-401a-bb66-8ac0ae1d87da => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1063] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:55 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) [pid: 7|app: 0|req: 539/1064] 10.0.0.4 () {34 vars in 683 bytes} [Thu Apr 16 03:58:55 2026] POST /v2.0/security-groups => generated 1660 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1065] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:58:54 2026] PUT /v2.0/routers/5695ff47-4475-4eaf-829e-b77a3ada0a1e/remove_router_interface => generated 309 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1066] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:58:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1067] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:58:55 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: 8|app: 0|req: 528/1068] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 03:58:55 2026] GET /v2.0/security-group-rules/85ad9ac1-9759-4f04-ab73-8ae3d26dde17 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1069] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:58:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:58:56.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b389e25-075c-43a7-beed-e87995ebd265 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] TaaS: Handle Delete Port: 04f61f57-ad76-4bb2-ab52-2af8fa438260 2026-04-16 03:58:56.013 7 INFO neutron.services.segments.plugin [-] Segment a647893a-2571-42e0-88d4-4b408cfb0f47 resource provider aggregate not found 2026-04-16 03:58:56.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b389e25-075c-43a7-beed-e87995ebd265 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Tap Mirror: Handle Delete Port: 04f61f57-ad76-4bb2-ab52-2af8fa438260 2026-04-16 03:58:56.020 7 INFO neutron.services.segments.plugin [-] Segment a647893a-2571-42e0-88d4-4b408cfb0f47 resource provider aggregate not found 2026-04-16 03:58:56.033 7 INFO neutron.services.segments.plugin [-] Segment a647893a-2571-42e0-88d4-4b408cfb0f47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a647893a-2571-42e0-88d4-4b408cfb0f47 found for delete ", "request_id": "req-c62d2a0c-038e-4261-b538-00ebb2e4a348"}]} 2026-04-16 03:58:56.041 7 INFO neutron.services.segments.plugin [-] Segment a647893a-2571-42e0-88d4-4b408cfb0f47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a647893a-2571-42e0-88d4-4b408cfb0f47 found for delete ", "request_id": "req-d86b55a4-2a80-4854-94c6-dfa2c0c22641"}]} [pid: 8|app: 0|req: 530/1070] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:55 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:58:56.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b389e25-075c-43a7-beed-e87995ebd265 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] TaaS: Handle Delete Port: 08c23bb1-6f31-4485-8334-24dfd5120efe 2026-04-16 03:58:56.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b389e25-075c-43a7-beed-e87995ebd265 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] Tap Mirror: Handle Delete Port: 08c23bb1-6f31-4485-8334-24dfd5120efe [pid: 8|app: 0|req: 531/1071] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 03:58:56 2026] POST /v2.0/floatingips => generated 552 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:58:56.636 7 INFO neutron.db.l3_hamode_db [None req-7b389e25-075c-43a7-beed-e87995ebd265 f8b30b006d134a21ba2a14f4bd218584 cb15a9f031334b66bdb7e87afd65d35b - - default default] HA network fd4cf5f5-b58f-4f9c-86b2-4e444468b218 was deleted as no HA routers are present in tenant cb15a9f031334b66bdb7e87afd65d35b. [pid: 8|app: 0|req: 532/1072] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 03:58:56 2026] DELETE /v2.0/security-group-rules/85ad9ac1-9759-4f04-ab73-8ae3d26dde17 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1073] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:55 2026] DELETE /v2.0/routers/5695ff47-4475-4eaf-829e-b77a3ada0a1e => generated 0 bytes in 854 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1074] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1075] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:58:56 2026] DELETE /v2.0/subnets/74a5b504-7474-4741-b8e4-1c27cdea4c63 => 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: 534/1076] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:58:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1077] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 03:58:56 2026] GET /v2.0/security-group-rules/97646f53-c0ff-4b0a-8e67-d62715552d7d => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1078] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:56 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1079] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:58:56 2026] DELETE /v2.0/networks/c968706f-bd55-410d-81eb-73f01299f54c => 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: 537/1080] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 03:58:56 2026] DELETE /v2.0/security-group-rules/97646f53-c0ff-4b0a-8e67-d62715552d7d => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1081] 10.0.0.4 () {32 vars in 671 bytes} [Thu Apr 16 03:58:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1082] 10.0.0.64 () {34 vars in 1097 bytes} [Thu Apr 16 03:58:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--604443132&fields=id&tenant_id=7f08333b62c842c28698c76b90af6296 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1083] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:57 2026] DELETE /v2.0/security-groups/127df531-c5f3-4b41-9c3a-61324420bf45 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1084] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 03:58:57 2026] GET /v2.0/networks?id=0e169ed6-c05b-4abd-8de6-b7d471e8a450 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1085] 10.0.0.4 () {32 vars in 661 bytes} [Thu Apr 16 03:58:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1086] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 03:58:57 2026] GET /v2.0/quotas/7f08333b62c842c28698c76b90af6296 => 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: 540/1087] 10.0.0.4 () {32 vars in 661 bytes} [Thu Apr 16 03:58:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1088] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 03:58:57 2026] GET /v2.0/ports?tenant_id=7f08333b62c842c28698c76b90af6296&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1089] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 03:58:57 2026] GET /v2.0/networks/0e169ed6-c05b-4abd-8de6-b7d471e8a450?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1090] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 03:58:57 2026] GET /v2.0/networks/0e169ed6-c05b-4abd-8de6-b7d471e8a450?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1091] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:57 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1092] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:57 2026] GET /v2.0/security-groups?tenant_id=cb15a9f031334b66bdb7e87afd65d35b&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1093] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:57 2026] DELETE /v2.0/security-groups/859ca377-42e5-4bff-a067-965827344ab7 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1094] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:57 2026] GET /v2.0/security-groups?tenant_id=85a9c697aa734f469123a7e2b18cbab2&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1095] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:57 2026] DELETE /v2.0/security-groups/a615aebf-04f7-4f0a-8e29-d397f10fac05 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:58:58.051 7 INFO neutron.services.segments.plugin [-] Segment 0695751a-e3fa-423c-95a9-716f52472d57 resource provider aggregate not found 2026-04-16 03:58:58.061 7 INFO neutron.services.segments.plugin [-] Segment 0695751a-e3fa-423c-95a9-716f52472d57 resource provider aggregate not found 2026-04-16 03:58:58.068 7 INFO neutron.services.segments.plugin [-] Segment 0695751a-e3fa-423c-95a9-716f52472d57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0695751a-e3fa-423c-95a9-716f52472d57 found for delete ", "request_id": "req-aa740971-24f0-4148-a108-4b784d574528"}]} 2026-04-16 03:58:58.087 7 INFO neutron.services.segments.plugin [-] Segment 0695751a-e3fa-423c-95a9-716f52472d57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0695751a-e3fa-423c-95a9-716f52472d57 found for delete ", "request_id": "req-2ccd6ef3-93ab-47d5-a167-e02c57aa3421"}]} 2026-04-16 03:58:58.102 7 INFO neutron.services.segments.plugin [-] Segment e9be03ab-174f-45f4-8cba-b4790fa99394 resource provider aggregate not found 2026-04-16 03:58:58.109 7 INFO neutron.services.segments.plugin [-] Segment e9be03ab-174f-45f4-8cba-b4790fa99394 resource provider aggregate not found 2026-04-16 03:58:58.131 7 INFO neutron.services.segments.plugin [-] Segment e9be03ab-174f-45f4-8cba-b4790fa99394 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9be03ab-174f-45f4-8cba-b4790fa99394 found for delete ", "request_id": "req-658791c9-57c5-4cad-83d5-21c6977d299d"}]} 2026-04-16 03:58:58.131 7 INFO neutron.services.segments.plugin [-] Segment e9be03ab-174f-45f4-8cba-b4790fa99394 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9be03ab-174f-45f4-8cba-b4790fa99394 found for delete ", "request_id": "req-73e6b808-a27e-4431-988a-3cb890b8f58c"}]} [pid: 7|app: 0|req: 552/1096] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:58 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => 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: 545/1097] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:59 2026] GET /v2.0/security-groups?tenant_id=e543e2f404cc4bb88a23c363d6c7ed99&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1098] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:59 2026] DELETE /v2.0/security-groups/4f82ab55-af74-4c69-8da8-18bc71afb854 => 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: 546/1099] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:58:59 2026] GET /v2.0/security-groups?tenant_id=039b172d733644aa8820010c08834ecf&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1100] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:58:59 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1101] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:58:59 2026] DELETE /v2.0/security-groups/da404fce-0843-4faa-9258-021b9e5dafcb => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:59:00.014 7 INFO neutron.db.segments_db [None req-20541657-fe43-4fa1-b10d-13c4aa1d055e 95c1e06295aa4fb5b669a03273851cc3 032dae30f78244c696c0e69f900d5159 - - default default] Added segment e4e0fe10-1745-4f01-bded-7f644770eb6f of type vxlan for network 0af96440-0410-4c78-aff8-8f1613022acf 2026-04-16 03:59:00.085 7 INFO neutron.db.segments_db [None req-20541657-fe43-4fa1-b10d-13c4aa1d055e 95c1e06295aa4fb5b669a03273851cc3 032dae30f78244c696c0e69f900d5159 - - default default] Added segment b418b9d3-90df-484d-ad9d-4f9bf6660bf4 of type vxlan for network 570b45cc-cfe0-433a-937d-5169920d625d [pid: 8|app: 0|req: 549/1102] 10.0.0.4 () {32 vars in 621 bytes} [Thu Apr 16 03:59:00 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1103] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:58:59 2026] POST /v2.0/networks => generated 1208 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1104] 10.0.0.4 () {32 vars in 631 bytes} [Thu Apr 16 03:59:00 2026] GET /v2.0/ => generated 632 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1105] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 03:59:00 2026] GET /v2.0/networks => generated 1845 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:59:00.388 8 INFO neutron.services.segments.plugin [-] Segment e4e0fe10-1745-4f01-bded-7f644770eb6f resource provider aggregate not found 2026-04-16 03:59:00.392 8 INFO neutron.services.segments.plugin [-] Segment e4e0fe10-1745-4f01-bded-7f644770eb6f resource provider aggregate not found 2026-04-16 03:59:00.406 8 INFO neutron.services.segments.plugin [-] Segment e4e0fe10-1745-4f01-bded-7f644770eb6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4e0fe10-1745-4f01-bded-7f644770eb6f found for delete ", "request_id": "req-61fb2e09-4613-458c-8e15-39398ddfa079"}]} 2026-04-16 03:59:00.413 8 INFO neutron.services.segments.plugin [-] Segment e4e0fe10-1745-4f01-bded-7f644770eb6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4e0fe10-1745-4f01-bded-7f644770eb6f found for delete ", "request_id": "req-f0271859-e045-41f3-9986-71f0624407e5"}]} [pid: 8|app: 0|req: 551/1106] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:00 2026] DELETE /v2.0/networks/0af96440-0410-4c78-aff8-8f1613022acf => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:00.527 7 INFO neutron.services.segments.plugin [-] Segment b418b9d3-90df-484d-ad9d-4f9bf6660bf4 resource provider aggregate not found 2026-04-16 03:59:00.540 7 INFO neutron.services.segments.plugin [-] Segment b418b9d3-90df-484d-ad9d-4f9bf6660bf4 resource provider aggregate not found 2026-04-16 03:59:00.546 7 INFO neutron.services.segments.plugin [-] Segment b418b9d3-90df-484d-ad9d-4f9bf6660bf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b418b9d3-90df-484d-ad9d-4f9bf6660bf4 found for delete ", "request_id": "req-815f189f-320c-4675-a507-371e8bc1fdcb"}]} [pid: 7|app: 0|req: 556/1107] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:00 2026] DELETE /v2.0/networks/570b45cc-cfe0-433a-937d-5169920d625d => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:00.569 7 INFO neutron.services.segments.plugin [-] Segment b418b9d3-90df-484d-ad9d-4f9bf6660bf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b418b9d3-90df-484d-ad9d-4f9bf6660bf4 found for delete ", "request_id": "req-24923146-2823-4f6a-bf72-933bb71a6e07"}]} [pid: 8|app: 0|req: 552/1108] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 03:59:00 2026] GET /v2.0/networks => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:00.673 7 INFO neutron.db.segments_db [None req-9d9293ef-943d-4c08-b53f-967e47a1c858 95c1e06295aa4fb5b669a03273851cc3 032dae30f78244c696c0e69f900d5159 - - default default] Added segment 2cb1d82e-42ef-418b-86f7-fa55abafa03b of type vxlan for network 9ed1b87d-7aa4-4fe9-bb90-ed21be007864 [pid: 7|app: 0|req: 557/1109] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:59:00 2026] POST /v2.0/networks => generated 634 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:59:00.816 7 INFO neutron.db.segments_db [None req-e7a9fb03-5a87-4071-8c3a-b19bc9f3cb96 95c1e06295aa4fb5b669a03273851cc3 032dae30f78244c696c0e69f900d5159 - - default default] Added segment 3f337b54-fcb9-400f-8c1e-d9a63636595b of type vxlan for network ef6721d2-667d-4a7c-8dce-f8198f836420 [pid: 8|app: 0|req: 553/1110] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:00 2026] GET /v2.0/security-groups?tenant_id=0ebb00d8bf324b84bd02e6481d786944&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1111] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:00 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1112] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:59:00 2026] POST /v2.0/networks => generated 634 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1113] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:00 2026] DELETE /v2.0/security-groups/d4bb5424-e7c4-44e8-840c-e030fe844650 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1114] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 03:59:00 2026] POST /v2.0/ports => generated 1506 bytes in 633 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1115] 10.0.0.4 () {32 vars in 641 bytes} [Thu Apr 16 03:59:01 2026] GET /v2.0/ports => generated 1506 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 03:59:01.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-b63c94a6-dbb4-4a97-bab7-f3a6073fc65b 95c1e06295aa4fb5b669a03273851cc3 032dae30f78244c696c0e69f900d5159 - - default default] TaaS: Handle Delete Port: c5447f8b-5b59-4e47-95c4-97541be8eb7a 2026-04-16 03:59:01.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b63c94a6-dbb4-4a97-bab7-f3a6073fc65b 95c1e06295aa4fb5b669a03273851cc3 032dae30f78244c696c0e69f900d5159 - - default default] Tap Mirror: Handle Delete Port: c5447f8b-5b59-4e47-95c4-97541be8eb7a [pid: 7|app: 0|req: 560/1116] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:59:01 2026] DELETE /v2.0/ports/c5447f8b-5b59-4e47-95c4-97541be8eb7a => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1117] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:59:01 2026] GET /v2.0/networks?id=0e169ed6-c05b-4abd-8de6-b7d471e8a450 => generated 675 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1118] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Apr 16 03:59:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7f08333b62c842c28698c76b90af6296 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:01.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-4617caab-292e-42bb-a4c4-d5abc99e1502 95c1e06295aa4fb5b669a03273851cc3 032dae30f78244c696c0e69f900d5159 - - default default] TaaS: Handle Delete Port: 902a0ba8-412e-43e4-a3f3-a45b4afc2aff 2026-04-16 03:59:01.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4617caab-292e-42bb-a4c4-d5abc99e1502 95c1e06295aa4fb5b669a03273851cc3 032dae30f78244c696c0e69f900d5159 - - default default] Tap Mirror: Handle Delete Port: 902a0ba8-412e-43e4-a3f3-a45b4afc2aff [pid: 7|app: 0|req: 561/1119] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:59:01 2026] DELETE /v2.0/ports/902a0ba8-412e-43e4-a3f3-a45b4afc2aff => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1120] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:02 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1121] 10.0.0.4 () {32 vars in 641 bytes} [Thu Apr 16 03:59:02 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:59:02.169 7 INFO neutron.db.segments_db [None req-9152340e-f69f-409c-918b-03b1d6bd7cb7 95c1e06295aa4fb5b669a03273851cc3 032dae30f78244c696c0e69f900d5159 - - default default] Added segment 1f0fee99-abe7-4f46-b7e2-b20cbb52e4f2 of type vxlan for network 2cfabc2f-d483-4bb2-8692-0b26f66b6bd0 [pid: 7|app: 0|req: 564/1122] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:59:02 2026] POST /v2.0/networks => generated 634 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1123] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 03:59:01 2026] POST /v2.0/ports => generated 954 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 03:59:02.337 7 INFO neutron.db.segments_db [None req-84ce34e1-5b5d-417c-b404-5a346a4e80bc 95c1e06295aa4fb5b669a03273851cc3 032dae30f78244c696c0e69f900d5159 - - default default] Added segment 5313e65d-553b-4705-913f-a523fbe94b38 of type vxlan for network 63826b79-7fec-4637-b351-f56457d60fbe [pid: 7|app: 0|req: 565/1124] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:59:02 2026] POST /v2.0/networks => generated 635 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1125] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 03:59:02 2026] PUT /v2.0/ports/958d390a-e723-43b1-bee3-cbb02c50f4a0 => generated 1235 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:59:02.758 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c53b1c0a-dd4e-4ccd-95a7-974404ecd074'] response: {'name': 'network-changed', 'server_uuid': '2f8b4b50-3545-4a28-967f-aa3ec1feb844', 'tag': '958d390a-e723-43b1-bee3-cbb02c50f4a0', '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: 561/1126] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:03 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1127] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:03 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&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: 563/1128] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:59:03 2026] GET /v2.0/ports?tenant_id=7f08333b62c842c28698c76b90af6296&device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1129] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:59:02 2026] POST /v2.0/subnets => generated 1324 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1130] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Apr 16 03:59:03 2026] GET /v2.0/networks?tenant_id=7f08333b62c842c28698c76b90af6296&shared=False => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1131] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 03:59:03 2026] GET /v2.0/subnets => generated 1960 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1132] 199.204.45.129 () {34 vars in 930 bytes} [Thu Apr 16 03:59:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1133] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:59:03 2026] DELETE /v2.0/subnets/3890648f-34b2-47c7-9d32-743857761460 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1134] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:59:03 2026] DELETE /v2.0/subnets/d2b12429-b865-4998-8d1e-ec93a0224403 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1135] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 03:59:03 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:03.803 8 INFO neutron.services.segments.plugin [-] Segment 5313e65d-553b-4705-913f-a523fbe94b38 resource provider aggregate not found 2026-04-16 03:59:03.808 8 INFO neutron.services.segments.plugin [-] Segment 5313e65d-553b-4705-913f-a523fbe94b38 resource provider aggregate not found 2026-04-16 03:59:03.826 8 INFO neutron.services.segments.plugin [-] Segment 5313e65d-553b-4705-913f-a523fbe94b38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5313e65d-553b-4705-913f-a523fbe94b38 found for delete ", "request_id": "req-c0823a02-9b38-4e00-8756-6b377a5a5ce4"}]} 2026-04-16 03:59:03.827 8 INFO neutron.services.segments.plugin [-] Segment 5313e65d-553b-4705-913f-a523fbe94b38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5313e65d-553b-4705-913f-a523fbe94b38 found for delete ", "request_id": "req-16cb0794-4612-4478-8955-fc4a6be3f528"}]} [pid: 8|app: 0|req: 567/1136] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:03 2026] DELETE /v2.0/networks/63826b79-7fec-4637-b351-f56457d60fbe => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:03.960 7 INFO neutron.services.segments.plugin [-] Segment 1f0fee99-abe7-4f46-b7e2-b20cbb52e4f2 resource provider aggregate not found 2026-04-16 03:59:03.968 7 INFO neutron.services.segments.plugin [-] Segment 1f0fee99-abe7-4f46-b7e2-b20cbb52e4f2 resource provider aggregate not found 2026-04-16 03:59:03.985 7 INFO neutron.services.segments.plugin [-] Segment 1f0fee99-abe7-4f46-b7e2-b20cbb52e4f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f0fee99-abe7-4f46-b7e2-b20cbb52e4f2 found for delete ", "request_id": "req-bc3b137a-44ee-43c6-97f7-a4dff6f5dcbb"}]} 2026-04-16 03:59:03.990 7 INFO neutron.services.segments.plugin [-] Segment 1f0fee99-abe7-4f46-b7e2-b20cbb52e4f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f0fee99-abe7-4f46-b7e2-b20cbb52e4f2 found for delete ", "request_id": "req-3ec6ba7f-beb6-4b43-876b-2ddd6aecce1a"}]} [pid: 7|app: 0|req: 570/1137] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:03 2026] DELETE /v2.0/networks/2cfabc2f-d483-4bb2-8692-0b26f66b6bd0 => 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: 568/1138] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:04 2026] DELETE /v2.0/networks/ef6721d2-667d-4a7c-8dce-f8198f836420 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1139] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:04 2026] DELETE /v2.0/networks/9ed1b87d-7aa4-4fe9-bb90-ed21be007864 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1140] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:04 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1141] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:04 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&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: 570/1142] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:59:04 2026] GET /v2.0/ports?tenant_id=7f08333b62c842c28698c76b90af6296&device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1143] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 03:59:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=958d390a-e723-43b1-bee3-cbb02c50f4a0 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1144] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:59:04 2026] GET /v2.0/subnets?id=3153f5f9-05e4-4f61-a920-61ac33b302f7 => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1145] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:59:04 2026] GET /v2.0/ports?network_id=0e169ed6-c05b-4abd-8de6-b7d471e8a450&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: 572/1146] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:59:04 2026] GET /v2.0/networks/0e169ed6-c05b-4abd-8de6-b7d471e8a450?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1147] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:59:04 2026] GET /v2.0/networks/0e169ed6-c05b-4abd-8de6-b7d471e8a450?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: 573/1148] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:04 2026] GET /v2.0/security-groups?tenant_id=032dae30f78244c696c0e69f900d5159&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1149] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:04 2026] DELETE /v2.0/security-groups/11c91781-0ec7-4835-9f5d-daf09460179a => 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: 574/1150] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:05 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1151] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:05 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1152] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:05 2026] GET /v2.0/security-groups?tenant_id=cb6b69d615f04e43bdf0fa922d448c49&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:59:05.852 8 INFO neutron.services.segments.plugin [-] Segment 3f337b54-fcb9-400f-8c1e-d9a63636595b resource provider aggregate not found 2026-04-16 03:59:05.861 8 INFO neutron.services.segments.plugin [-] Segment 3f337b54-fcb9-400f-8c1e-d9a63636595b resource provider aggregate not found 2026-04-16 03:59:05.876 8 INFO neutron.services.segments.plugin [-] Segment 3f337b54-fcb9-400f-8c1e-d9a63636595b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f337b54-fcb9-400f-8c1e-d9a63636595b found for delete ", "request_id": "req-9f331018-b67a-4297-b851-15702a302684"}]} 2026-04-16 03:59:05.881 8 INFO neutron.services.segments.plugin [-] Segment 3f337b54-fcb9-400f-8c1e-d9a63636595b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f337b54-fcb9-400f-8c1e-d9a63636595b found for delete ", "request_id": "req-9d716051-6535-4a0f-8c2f-8f42e4985270"}]} [pid: 8|app: 0|req: 576/1153] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:05 2026] DELETE /v2.0/security-groups/cd7c178a-46ef-49da-aa64-15881ba0c2db => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1154] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:05 2026] GET /v2.0/security-groups?tenant_id=1821bf593a4d45ad8210c7942ddf4243&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:59:06.009 7 INFO neutron.services.segments.plugin [-] Segment 2cb1d82e-42ef-418b-86f7-fa55abafa03b resource provider aggregate not found 2026-04-16 03:59:06.010 7 INFO neutron.services.segments.plugin [-] Segment 2cb1d82e-42ef-418b-86f7-fa55abafa03b resource provider aggregate not found 2026-04-16 03:59:06.027 7 INFO neutron.services.segments.plugin [-] Segment 2cb1d82e-42ef-418b-86f7-fa55abafa03b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cb1d82e-42ef-418b-86f7-fa55abafa03b found for delete ", "request_id": "req-5544060c-9e91-456e-80bd-3f8b3effecec"}]} 2026-04-16 03:59:06.033 7 INFO neutron.services.segments.plugin [-] Segment 2cb1d82e-42ef-418b-86f7-fa55abafa03b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cb1d82e-42ef-418b-86f7-fa55abafa03b found for delete ", "request_id": "req-288fa20a-dcb5-4b17-9645-28603c617752"}]} [pid: 8|app: 0|req: 577/1155] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:05 2026] DELETE /v2.0/security-groups/5ea711ed-876a-4cc7-9bc6-0893d29cc4dc => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1156] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:05 2026] GET /v2.0/security-groups?tenant_id=8e9661eae1194643b3a5c0beab5f8d48&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1157] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:06 2026] DELETE /v2.0/security-groups/12e97754-6a4b-4357-b9d4-4a303476ac7a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1158] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:06 2026] GET /v2.0/security-groups?tenant_id=ba6a802e1e40445097026eba1d33a72a&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1159] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:06 2026] DELETE /v2.0/security-groups/ff650af6-532a-44fa-b42b-5415436c1614 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1160] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:06 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1161] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:06 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:07.160 7 INFO neutron.db.segments_db [None req-d34792b8-7fcd-4e32-9350-3975845c2741 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] Added segment c308a5c8-3fb6-4164-a369-672c2e93e801 of type vxlan for network 6aff286b-6f5f-43ff-aed6-940adb1f715a [pid: 7|app: 0|req: 582/1162] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:59:06 2026] POST /v2.0/networks => generated 630 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1163] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 03:59:07 2026] POST /v2.0/ports => generated 778 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:59:07.647 7 INFO neutron.db.segments_db [None req-e92827ab-d915-45e5-8d0d-d7b0fc349cf5 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] Added segment 40596294-a30f-4ea3-a47b-9ab17fd050b9 of type vxlan for network f41bd412-8ea8-455c-a96c-fe49f1043ae8 [pid: 7|app: 0|req: 583/1164] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:59:07 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 584/1165] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:07 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1166] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:07 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&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: 582/1167] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:59:07 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1168] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 03:59:08 2026] POST /v2.0/ports => generated 965 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:59:08.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-4366995c-dd72-4240-8ea2-63db470a3627 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] TaaS: Handle Delete Port: 8a53d011-7f50-404a-9ff8-5d3dd11afc04 2026-04-16 03:59:08.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4366995c-dd72-4240-8ea2-63db470a3627 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] Tap Mirror: Handle Delete Port: 8a53d011-7f50-404a-9ff8-5d3dd11afc04 [pid: 8|app: 0|req: 583/1171] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:59:08 2026] DELETE /v2.0/ports/8a53d011-7f50-404a-9ff8-5d3dd11afc04 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 03:59:08.582 7 INFO neutron.pecan_wsgi.hooks.translation [None req-af447c80-186c-449a-a80c-57a973ff0d10 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1172] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:59:08 2026] DELETE /v2.0/ports/8a53d011-7f50-404a-9ff8-5d3dd11afc04 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:59:08.606 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3342f107-b48e-4185-a5f6-8c8a44c7c66e 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 584/1173] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 03:59:08 2026] GET /v2.0/ports/8a53d011-7f50-404a-9ff8-5d3dd11afc04 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1174] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:59:08 2026] DELETE /v2.0/subnets/443827b8-1b5d-4f08-b34a-7621811091c1 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:08.890 7 INFO neutron.services.segments.plugin [-] Segment 40596294-a30f-4ea3-a47b-9ab17fd050b9 resource provider aggregate not found 2026-04-16 03:59:08.895 7 INFO neutron.services.segments.plugin [-] Segment 40596294-a30f-4ea3-a47b-9ab17fd050b9 resource provider aggregate not found 2026-04-16 03:59:08.909 7 INFO neutron.services.segments.plugin [-] Segment 40596294-a30f-4ea3-a47b-9ab17fd050b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40596294-a30f-4ea3-a47b-9ab17fd050b9 found for delete ", "request_id": "req-85c50856-359f-4c83-b888-63a449d237b9"}]} 2026-04-16 03:59:08.912 7 INFO neutron.services.segments.plugin [-] Segment 40596294-a30f-4ea3-a47b-9ab17fd050b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40596294-a30f-4ea3-a47b-9ab17fd050b9 found for delete ", "request_id": "req-61e1b0d7-e697-4174-8297-8ec9d4f9d835"}]} [pid: 7|app: 0|req: 591/1175] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:08 2026] DELETE /v2.0/networks/f41bd412-8ea8-455c-a96c-fe49f1043ae8 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:08.979 7 INFO neutron.db.segments_db [None req-16909987-51eb-42ac-9024-e9093757f133 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] Added segment cbad663a-d0a0-4cca-a8d0-ba6b5eb093e6 of type vxlan for network 78b1f282-f26d-4a66-821d-16f0b2ae522a [pid: 8|app: 0|req: 585/1176] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:08 2026] GET /v2.0/security-groups?tenant_id=dba11d18f4614c97895c772c303816df&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1177] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:59:08 2026] POST /v2.0/networks => generated 616 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1178] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:09 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1179] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:09 2026] DELETE /v2.0/security-groups/25580607-954a-4097-8dab-bd2464b8ce1e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1180] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:09 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1181] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:09 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1182] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:59:09 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1183] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 03:59:09 2026] POST /v2.0/ports => generated 928 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:59:09.639 7 INFO neutron.db.l3_db [None req-1b188793-f27b-4648-9b77-7e37f2086f3d 0c90626069cc41c3a9da37ed676f4441 7f08333b62c842c28698c76b90af6296 - - default default] Floating IP 21c76e87-250b-4c28-b676-b0c5dee91499 associated. External IP: 10.96.250.204, port: 958d390a-e723-43b1-bee3-cbb02c50f4a0. 2026-04-16 03:59:09.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-be75ec21-0d73-49f0-a1f3-2e32f335bd34 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] TaaS: Handle Delete Port: 80b38568-33d6-4187-a98b-cb9e120d2aa4 2026-04-16 03:59:09.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be75ec21-0d73-49f0-a1f3-2e32f335bd34 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] Tap Mirror: Handle Delete Port: 80b38568-33d6-4187-a98b-cb9e120d2aa4 [pid: 8|app: 0|req: 589/1184] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:59:09 2026] DELETE /v2.0/ports/80b38568-33d6-4187-a98b-cb9e120d2aa4 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:09.909 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cee40e68-29ad-48be-aae5-16c676fc3464 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 590/1185] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 03:59:09 2026] GET /v2.0/ports/80b38568-33d6-4187-a98b-cb9e120d2aa4 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1186] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 03:59:09 2026] PUT /v2.0/floatingips/21c76e87-250b-4c28-b676-b0c5dee91499 => generated 855 bytes in 628 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:09.962 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8126e75b-85c3-43f9-a74b-2662ec8e5f8b'] response: {'name': 'network-changed', 'server_uuid': '2f8b4b50-3545-4a28-967f-aa3ec1feb844', 'tag': '958d390a-e723-43b1-bee3-cbb02c50f4a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 591/1187] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:59:09 2026] DELETE /v2.0/subnets/198f34f3-18c1-47af-b30b-d043b36f478f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1188] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:10 2026] DELETE /v2.0/networks/78b1f282-f26d-4a66-821d-16f0b2ae522a => 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: 592/1189] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 03:59:10 2026] POST /v2.0/ports => generated 778 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 598/1190] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:59:10 2026] GET /v2.0/ports?tenant_id=7f08333b62c842c28698c76b90af6296&device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1191] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:59:10 2026] GET /v2.0/networks?id=0e169ed6-c05b-4abd-8de6-b7d471e8a450 => generated 771 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1192] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 03:59:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=958d390a-e723-43b1-bee3-cbb02c50f4a0 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1193] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:59:10 2026] GET /v2.0/subnets?id=3153f5f9-05e4-4f61-a920-61ac33b302f7 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1194] 10.0.0.4 () {34 vars in 735 bytes} [Thu Apr 16 03:59:10 2026] PUT /v2.0/ports/f348da10-320c-4e7a-81ed-2688d68113e0 => generated 752 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1195] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:59:10 2026] GET /v2.0/ports?network_id=0e169ed6-c05b-4abd-8de6-b7d471e8a450&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 603/1196] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:59:10 2026] GET /v2.0/networks/0e169ed6-c05b-4abd-8de6-b7d471e8a450?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:59:10.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec5e9a9c-fb99-4b4b-b921-6244d420c6c8 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] TaaS: Handle Delete Port: f348da10-320c-4e7a-81ed-2688d68113e0 2026-04-16 03:59:10.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec5e9a9c-fb99-4b4b-b921-6244d420c6c8 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] Tap Mirror: Handle Delete Port: f348da10-320c-4e7a-81ed-2688d68113e0 [pid: 7|app: 0|req: 604/1197] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:59:10 2026] GET /v2.0/networks/0e169ed6-c05b-4abd-8de6-b7d471e8a450?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:59:10.934 7 INFO neutron.services.segments.plugin [-] Segment cbad663a-d0a0-4cca-a8d0-ba6b5eb093e6 resource provider aggregate not found 2026-04-16 03:59:10.939 7 INFO neutron.services.segments.plugin [-] Segment cbad663a-d0a0-4cca-a8d0-ba6b5eb093e6 resource provider aggregate not found [pid: 8|app: 0|req: 594/1198] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:59:10 2026] DELETE /v2.0/ports/f348da10-320c-4e7a-81ed-2688d68113e0 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:10.956 7 INFO neutron.services.segments.plugin [-] Segment cbad663a-d0a0-4cca-a8d0-ba6b5eb093e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbad663a-d0a0-4cca-a8d0-ba6b5eb093e6 found for delete ", "request_id": "req-3938609c-fd89-4df8-b8ac-bce8f6ec989f"}]} 2026-04-16 03:59:10.957 7 INFO neutron.services.segments.plugin [-] Segment cbad663a-d0a0-4cca-a8d0-ba6b5eb093e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbad663a-d0a0-4cca-a8d0-ba6b5eb093e6 found for delete ", "request_id": "req-503afc73-17b2-46e1-b357-a8e4d47f6277"}]} [pid: 7|app: 0|req: 605/1199] 10.0.0.4 () {32 vars in 641 bytes} [Thu Apr 16 03:59:10 2026] GET /v2.0/ports => generated 781 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:11.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac2eb8f3-3e8b-4a8c-9ace-9d1b11694d11 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1200] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 03:59:11 2026] GET /v2.0/ports/f348da10-320c-4e7a-81ed-2688d68113e0 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1201] 10.0.0.4 () {32 vars in 641 bytes} [Thu Apr 16 03:59:11 2026] GET /v2.0/ports => generated 781 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1202] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 03:59:11 2026] GET /v2.0/ports/58e967d1-0a1c-4612-b3ca-e39213d780e4 => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:11.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df13914c-f503-48bd-a9f2-5498f8351de9 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 607/1203] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:59:11 2026] DELETE /v2.0/ports/80b38568-33d6-4187-a98b-cb9e120d2aa4 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:59:11.181 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c338cd0d-916f-4b55-b4a3-ff70ae34b494 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 597/1204] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:59:11 2026] DELETE /v2.0/subnets/198f34f3-18c1-47af-b30b-d043b36f478f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:59:11.201 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c9aec8c-7f5f-4052-a915-a34ad369ba85 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 608/1205] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:59:11 2026] DELETE /v2.0/subnets/443827b8-1b5d-4f08-b34a-7621811091c1 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:59:11.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-953d3ac1-0158-4866-9475-7813ea7aad03 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] TaaS: Handle Delete Port: 58e967d1-0a1c-4612-b3ca-e39213d780e4 2026-04-16 03:59:11.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-953d3ac1-0158-4866-9475-7813ea7aad03 77bc066969d34f85ac4536540d83cf36 2c74c99dd9824deabf1d50883a302207 - - default default] Tap Mirror: Handle Delete Port: 58e967d1-0a1c-4612-b3ca-e39213d780e4 [pid: 8|app: 0|req: 598/1206] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 03:59:11 2026] DELETE /v2.0/ports/58e967d1-0a1c-4612-b3ca-e39213d780e4 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:11.606 8 INFO neutron.services.segments.plugin [-] Segment c308a5c8-3fb6-4164-a369-672c2e93e801 resource provider aggregate not found 2026-04-16 03:59:11.607 8 INFO neutron.services.segments.plugin [-] Segment c308a5c8-3fb6-4164-a369-672c2e93e801 resource provider aggregate not found 2026-04-16 03:59:11.626 8 INFO neutron.services.segments.plugin [-] Segment c308a5c8-3fb6-4164-a369-672c2e93e801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c308a5c8-3fb6-4164-a369-672c2e93e801 found for delete ", "request_id": "req-17e90ce4-75fc-450c-b4f8-273977a4981d"}]} 2026-04-16 03:59:11.631 8 INFO neutron.services.segments.plugin [-] Segment c308a5c8-3fb6-4164-a369-672c2e93e801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c308a5c8-3fb6-4164-a369-672c2e93e801 found for delete ", "request_id": "req-a58a7bac-7592-408d-9cc0-3bbbc7ae1224"}]} [pid: 8|app: 0|req: 599/1207] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:11 2026] DELETE /v2.0/networks/6aff286b-6f5f-43ff-aed6-940adb1f715a => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1208] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:11 2026] GET /v2.0/security-groups?tenant_id=b18c355f31b94e55b7f28d0bbb1b67a0&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1209] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:11 2026] DELETE /v2.0/security-groups/91f326fe-7944-46d0-b9c6-6b8b0e4fb774 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1210] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:11 2026] GET /v2.0/security-groups?tenant_id=9fb8f99e25a041c7a77816e19c649af6&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1211] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:12 2026] DELETE /v2.0/security-groups/86e30f41-1eac-4dcc-b133-8d88b2e4c122 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1212] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:12 2026] GET /v2.0/security-groups?tenant_id=2c74c99dd9824deabf1d50883a302207&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1213] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:12 2026] DELETE /v2.0/security-groups/734b6ca6-4daf-4c89-bd3b-0184871ac466 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1214] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:14 2026] GET /v2.0/security-groups?tenant_id=dcf96515c8664b99aa0fff61ea8695d9&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1215] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:14 2026] DELETE /v2.0/security-groups/a346b4cb-ddc5-437c-a23c-1d3c504f3564 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1216] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:15 2026] GET /v2.0/security-groups?tenant_id=b5bb5bb8c6414d978356a440d80b0c01&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1217] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:15 2026] DELETE /v2.0/security-groups/a087566c-c23e-470a-ac03-71def0e719af => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1218] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:15 2026] GET /v2.0/security-groups?tenant_id=bcb13cf459a448cbad0a504bbce3ada3&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1219] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:15 2026] DELETE /v2.0/security-groups/844cae99-fe47-47f0-aea9-0ebcb7913410 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:59:16.758 8 INFO neutron.db.segments_db [None req-c8afc459-3883-4b09-a1aa-bd7b3f3d015d b5ad55cb71064b72951ae99415f78bcf 374cdb3aa76f4c2ea57c89909c573cd1 - - default default] Added segment 7b72b435-ecc5-4533-a5c9-064734b2c5ca of type vxlan for network e2d2612a-1ef8-48fd-b906-d7c75d8300e4 [pid: 8|app: 0|req: 605/1220] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:59:16 2026] POST /v2.0/networks => generated 628 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1221] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:59:17 2026] POST /v2.0/subnets => generated 673 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:59:17.584 8 INFO neutron.db.segments_db [None req-804d2b1e-3b99-47ce-b9ec-e7e4fcefd422 b5ad55cb71064b72951ae99415f78bcf 374cdb3aa76f4c2ea57c89909c573cd1 - - default default] Added segment 5b7ca324-4bcc-4877-92e8-3cf0ec322cd8 of type vxlan for network 55459971-3228-48f2-8411-9066b120ef90 [pid: 8|app: 0|req: 606/1222] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:59:17 2026] POST /v2.0/networks => generated 628 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1223] 10.0.0.4 () {34 vars in 741 bytes} [Thu Apr 16 03:59:17 2026] PUT /v2.0/networks/55459971-3228-48f2-8411-9066b120ef90 => generated 592 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:17.939 8 INFO neutron.db.segments_db [None req-292456e0-caef-44c0-9ec1-a4b1f9856f1e 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment c9cd2fe5-61be-48a9-b304-b55d04da9bc6 of type vxlan for network b4d0c6ff-f012-4f48-869a-d6c56ed8669a [pid: 7|app: 0|req: 618/1224] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:59:17 2026] POST /v2.0/subnets => generated 646 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1225] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 03:59:17 2026] POST /v2.0/networks => generated 722 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1226] 10.0.0.4 () {34 vars in 739 bytes} [Thu Apr 16 03:59:18 2026] PUT /v2.0/subnets/c852de7e-9eff-4626-9e11-464846a55e0c => generated 656 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1227] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:59:18 2026] POST /v2.0/subnets => generated 688 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:59:18.255 8 INFO neutron.db.segments_db [None req-fc112e42-d8fe-468e-b56f-c6d9d91f7397 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment c24e5c5c-9a09-4d6f-919d-fc6e52c77e25 of type vxlan for network bb39773a-ce08-4266-b540-ffcb85baa72b 2026-04-16 03:59:18.347 7 INFO neutron.services.segments.plugin [-] Segment 5b7ca324-4bcc-4877-92e8-3cf0ec322cd8 resource provider aggregate not found 2026-04-16 03:59:18.351 7 INFO neutron.services.segments.plugin [-] Segment 5b7ca324-4bcc-4877-92e8-3cf0ec322cd8 resource provider aggregate not found 2026-04-16 03:59:18.367 7 INFO neutron.services.segments.plugin [-] Segment 5b7ca324-4bcc-4877-92e8-3cf0ec322cd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b7ca324-4bcc-4877-92e8-3cf0ec322cd8 found for delete ", "request_id": "req-f1580aac-4622-45f1-8b7c-7b772430b920"}]} [pid: 7|app: 0|req: 620/1228] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:18 2026] DELETE /v2.0/networks/55459971-3228-48f2-8411-9066b120ef90 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:18.379 7 INFO neutron.services.segments.plugin [-] Segment 5b7ca324-4bcc-4877-92e8-3cf0ec322cd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b7ca324-4bcc-4877-92e8-3cf0ec322cd8 found for delete ", "request_id": "req-a0aba5dd-b5ea-4dea-8a4d-8a8dd8a53d43"}]} 2026-04-16 03:59:18.392 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95c5aad1-0443-4dfd-be50-f8f3c8ea0486 b5ad55cb71064b72951ae99415f78bcf 374cdb3aa76f4c2ea57c89909c573cd1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 621/1229] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:18 2026] DELETE /v2.0/networks/55459971-3228-48f2-8411-9066b120ef90 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1230] 10.0.0.4 () {32 vars in 692 bytes} [Thu Apr 16 03:59:18 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1231] 10.0.0.4 () {32 vars in 740 bytes} [Thu Apr 16 03:59:18 2026] GET /v2.0/subnets?network_id=4bcabe9b-a8ff-4344-b9db-cac942cf8a8d => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:18.505 8 INFO neutron.db.l3_hamode_db [None req-fc112e42-d8fe-468e-b56f-c6d9d91f7397 02d3731826984f82b4d34dd274dadd62 286e61209abd47d8a10b3944666bc83a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 624/1232] 10.0.0.4 () {32 vars in 651 bytes} [Thu Apr 16 03:59:18 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1233] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 03:59:18 2026] GET /v2.0/networks => generated 1312 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1234] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 03:59:18 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1235] 10.0.0.4 () {32 vars in 721 bytes} [Thu Apr 16 03:59:18 2026] GET /v2.0/networks/e2d2612a-1ef8-48fd-b906-d7c75d8300e4 => generated 672 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1236] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 03:59:18 2026] GET /v2.0/subnets/536c3461-6002-4686-9343-0b1b025ac1d5 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:18.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a3cb6a8-cd38-4b1e-bf7c-d244447e53fc b5ad55cb71064b72951ae99415f78bcf 374cdb3aa76f4c2ea57c89909c573cd1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1237] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:59:18 2026] DELETE /v2.0/subnets/c852de7e-9eff-4626-9e11-464846a55e0c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:59:18.716 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4afe41f-3dc3-486e-8c5d-c29692c13ba8 b5ad55cb71064b72951ae99415f78bcf 374cdb3aa76f4c2ea57c89909c573cd1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 630/1238] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:18 2026] DELETE /v2.0/networks/55459971-3228-48f2-8411-9066b120ef90 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1239] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:59:18 2026] DELETE /v2.0/subnets/536c3461-6002-4686-9343-0b1b025ac1d5 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:18.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-62c6ac81-5408-465b-8c99-5dab93431787 b5ad55cb71064b72951ae99415f78bcf 374cdb3aa76f4c2ea57c89909c573cd1 - - default default] TaaS: Handle Delete Port: cf590657-eba0-4499-8053-3c557b43b6d4 2026-04-16 03:59:18.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62c6ac81-5408-465b-8c99-5dab93431787 b5ad55cb71064b72951ae99415f78bcf 374cdb3aa76f4c2ea57c89909c573cd1 - - default default] Tap Mirror: Handle Delete Port: cf590657-eba0-4499-8053-3c557b43b6d4 [pid: 7|app: 0|req: 632/1240] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:18 2026] DELETE /v2.0/networks/e2d2612a-1ef8-48fd-b906-d7c75d8300e4 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:19.269 8 INFO neutron.db.l3_hamode_db [None req-fc112e42-d8fe-468e-b56f-c6d9d91f7397 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 633/1241] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:19 2026] GET /v2.0/security-groups?tenant_id=aaec8f2503144e3b8d65ad6eb63a3186&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1242] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:19 2026] DELETE /v2.0/security-groups/4d4807d7-0548-496d-912d-d8d464b04d4a => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1243] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:19 2026] GET /v2.0/security-groups?tenant_id=374cdb3aa76f4c2ea57c89909c573cd1&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1244] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:19 2026] DELETE /v2.0/security-groups/673d1b6a-6063-46a4-bb01-56e900d84d96 => 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: 609/1245] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:59:18 2026] POST /v2.0/routers => generated 728 bytes in 1868 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:59:20.393 7 INFO neutron.services.segments.plugin [-] Segment 7b72b435-ecc5-4533-a5c9-064734b2c5ca resource provider aggregate not found 2026-04-16 03:59:20.420 7 INFO neutron.services.segments.plugin [-] Segment 7b72b435-ecc5-4533-a5c9-064734b2c5ca resource provider aggregate not found 2026-04-16 03:59:20.425 7 INFO neutron.services.segments.plugin [-] Segment 7b72b435-ecc5-4533-a5c9-064734b2c5ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b72b435-ecc5-4533-a5c9-064734b2c5ca found for delete ", "request_id": "req-b37b9e30-71e9-49cf-bb0f-ab70ade8dbba"}]} 2026-04-16 03:59:20.450 7 INFO neutron.services.segments.plugin [-] Segment 7b72b435-ecc5-4533-a5c9-064734b2c5ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b72b435-ecc5-4533-a5c9-064734b2c5ca found for delete ", "request_id": "req-b1a5d805-54b5-4e3f-b005-df42bb1a45a5"}]} [pid: 8|app: 0|req: 610/1246] 10.0.0.234 () {34 vars in 990 bytes} [Thu Apr 16 03:59:20 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 1240 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1247] 10.0.0.234 () {34 vars in 1040 bytes} [Thu Apr 16 03:59:20 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1248] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:59:20 2026] PUT /v2.0/routers/e98c584b-bbe5-4e3a-aaa4-d0ca4748b47d/add_router_interface => generated 309 bytes in 1656 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1249] 10.0.0.4 () {34 vars in 675 bytes} [Thu Apr 16 03:59:21 2026] POST /v2.0/subnetpools => generated 549 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1250] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 03:59:21 2026] GET /v2.0/subnetpools/75ce0c46-9622-4296-929e-4b28ac440370 => generated 549 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1251] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 03:59:21 2026] PUT /v2.0/subnetpools/75ce0c46-9622-4296-929e-4b28ac440370 => generated 501 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1252] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 03:59:22 2026] DELETE /v2.0/subnetpools/75ce0c46-9622-4296-929e-4b28ac440370 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 03:59:22.199 8 INFO neutron.api.v2.resource [None req-456e0406-35fd-4437-93bf-a2ac8e465cd9 e97915f4d626478fabd40085974c62a1 60f9f223c371438db00e384b88f9f762 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 615/1253] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 03:59:22 2026] GET /v2.0/subnetpools/75ce0c46-9622-4296-929e-4b28ac440370 => generated 145 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 03:59:22.219 8 INFO neutron.api.v2.resource [None req-2f4235a9-7baf-4a4e-bf20-2fe91bfc17fb e97915f4d626478fabd40085974c62a1 60f9f223c371438db00e384b88f9f762 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 616/1254] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 03:59:22 2026] DELETE /v2.0/subnetpools/75ce0c46-9622-4296-929e-4b28ac440370 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1255] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:22 2026] GET /v2.0/security-groups?tenant_id=bf89f8f58a794e2f8eddc2fecc885b65&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1256] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:22 2026] DELETE /v2.0/security-groups/652fe740-e02d-4075-8008-6da4d3ccd881 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1257] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:22 2026] GET /v2.0/security-groups?tenant_id=60f9f223c371438db00e384b88f9f762&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1258] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:23 2026] DELETE /v2.0/security-groups/d2bc2516-1415-442d-a485-dc499cfa3edb => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1261] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 03:59:24 2026] GET /v2.0/networks?id=b4d0c6ff-f012-4f48-869a-d6c56ed8669a => generated 673 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1262] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 03:59:24 2026] GET /v2.0/quotas/286e61209abd47d8a10b3944666bc83a => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1263] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 03:59:24 2026] GET /v2.0/ports?tenant_id=286e61209abd47d8a10b3944666bc83a&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1264] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 03:59:24 2026] GET /v2.0/networks/b4d0c6ff-f012-4f48-869a-d6c56ed8669a?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1265] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 03:59:24 2026] GET /v2.0/networks/b4d0c6ff-f012-4f48-869a-d6c56ed8669a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1266] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:24 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1267] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:25 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:59:26.637 8 INFO neutron.db.segments_db [None req-75364e83-ca19-4689-90c9-05e83959bfe4 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Added segment 9faa05c3-2359-48d2-af8b-bcdb539dbc74 of type vxlan for network a73911de-4cb7-4263-8fa6-72ee69394279 [pid: 7|app: 0|req: 646/1268] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:26 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => 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: 623/1269] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 03:59:26 2026] POST /v2.0/networks => generated 614 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:59:26.801 7 INFO neutron.db.segments_db [None req-386daed7-a711-4159-bed3-e6004a86a1de 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Added segment 7d721c5f-54d0-458d-a40d-7a4593633169 of type vxlan for network 551232ea-b806-4284-804b-520c86be4578 2026-04-16 03:59:27.074 7 INFO neutron.db.l3_hamode_db [None req-386daed7-a711-4159-bed3-e6004a86a1de 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 624/1270] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:27 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:59:27.865 7 INFO neutron.db.l3_hamode_db [None req-386daed7-a711-4159-bed3-e6004a86a1de 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 647/1271] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:59:26 2026] POST /v2.0/routers => generated 695 bytes in 2025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1272] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:59:28 2026] GET /v2.0/networks?id=b4d0c6ff-f012-4f48-869a-d6c56ed8669a => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1273] 10.0.0.4 () {32 vars in 774 bytes} [Thu Apr 16 03:59:28 2026] GET /v2.0/subnets?project_id=71e3c7b0182c4e46b99ea3cf603f459f&cidr=10.100.0.0%2F28 => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1274] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:28 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => 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: 627/1275] 10.0.0.4 () {32 vars in 692 bytes} [Thu Apr 16 03:59:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1276] 10.0.0.4 () {32 vars in 782 bytes} [Thu Apr 16 03:59:28 2026] GET /v2.0/subnets?network_id=4bcabe9b-a8ff-4344-b9db-cac942cf8a8d&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1277] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 03:59:28 2026] POST /v2.0/ports => generated 954 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1278] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 03:59:29 2026] POST /v2.0/subnets => generated 656 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 650/1279] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 03:59:29 2026] PUT /v2.0/ports/176927c6-d01c-4f7b-9a81-660e6fe124c0 => generated 1235 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:59:29.832 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2243a5ef-fe2e-4c98-927a-93d233e25e47'] response: {'name': 'network-changed', 'server_uuid': '1545cbd6-c4c2-4743-8d83-7c6e4f24e11c', 'tag': '176927c6-d01c-4f7b-9a81-660e6fe124c0', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 651/1280] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:29 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1281] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:30 2026] GET /v2.0/security-groups?id=f835768b-a95d-4a6e-bf32-05ff4a2271eb&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1282] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:59:30 2026] GET /v2.0/ports?tenant_id=286e61209abd47d8a10b3944666bc83a&device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1283] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Apr 16 03:59:30 2026] GET /v2.0/networks?tenant_id=286e61209abd47d8a10b3944666bc83a&shared=False => generated 769 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1284] 199.204.45.129 () {34 vars in 930 bytes} [Thu Apr 16 03:59:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1285] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 03:59:29 2026] PUT /v2.0/routers/7791bf8f-6d01-4bbc-b930-748a4acad4e8/add_router_interface => generated 309 bytes in 1468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1286] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 03:59:30 2026] GET /v2.0/networks => generated 6510 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1287] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 03:59:30 2026] GET /v2.0/subnets => generated 5196 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1288] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 03:59:30 2026] GET /v2.0/routers => generated 2188 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1289] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1290] 10.0.0.4 () {34 vars in 683 bytes} [Thu Apr 16 03:59:31 2026] POST /v2.0/security-groups => generated 1675 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1291] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/security-groups?id=f835768b-a95d-4a6e-bf32-05ff4a2271eb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1292] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:59:31 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: 7|app: 0|req: 660/1293] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1294] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:59:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1295] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/ports?tenant_id=286e61209abd47d8a10b3944666bc83a&device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1296] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1297] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=176927c6-d01c-4f7b-9a81-660e6fe124c0 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1298] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/subnets?id=17d9bc5c-3d2b-4b18-99bc-09d574950854 => generated 691 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1299] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:59:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1300] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1301] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/ports?network_id=b4d0c6ff-f012-4f48-869a-d6c56ed8669a&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1302] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1303] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/networks/b4d0c6ff-f012-4f48-869a-d6c56ed8669a?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1304] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:59:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1305] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:59:31 2026] GET /v2.0/networks/b4d0c6ff-f012-4f48-869a-d6c56ed8669a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:59:31.876 8 INFO neutron.db.securitygroups_db [None req-e6851b1d-f8b8-4850-97bd-c7662b43d9dd 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Project 71e3c7b0182c4e46b99ea3cf603f459f 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: 637/1306] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:59:31 2026] POST /v2.0/security-group-rules => generated 607 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:59:32.039 7 INFO neutron.db.securitygroups_db [None req-cf420b49-bdb2-4e36-ac48-93e14258e0b1 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Project 71e3c7b0182c4e46b99ea3cf603f459f 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: 638/1307] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:32 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1308] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 03:59:31 2026] POST /v2.0/security-group-rules => generated 606 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1309] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:32 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1310] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:32 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1311] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:32 2026] GET /v2.0/security-groups?id=f835768b-a95d-4a6e-bf32-05ff4a2271eb&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1312] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 03:59:32 2026] GET /v2.0/networks => generated 1298 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1313] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:32 2026] GET /v2.0/security-groups?tenant_id=8a9e8c6ccac548a9bc518bd012d2acae&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1314] 10.0.0.64 () {34 vars in 1099 bytes} [Thu Apr 16 03:59:32 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1823000779&fields=id&tenant_id=71e3c7b0182c4e46b99ea3cf603f459f => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1315] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 03:59:32 2026] GET /v2.0/networks?id=a73911de-4cb7-4263-8fa6-72ee69394279 => generated 661 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1316] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 03:59:32 2026] GET /v2.0/quotas/71e3c7b0182c4e46b99ea3cf603f459f => 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: 642/1317] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:32 2026] DELETE /v2.0/security-groups/91645a17-bf33-4119-b7b1-86a202292c3c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1318] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 03:59:32 2026] GET /v2.0/ports?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1319] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 03:59:33 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1320] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 03:59:33 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?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: 644/1321] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:33 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1322] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:33 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1323] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:33 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1324] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:33 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1325] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:33 2026] GET /v2.0/security-groups?id=f835768b-a95d-4a6e-bf32-05ff4a2271eb&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1326] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:59:33 2026] GET /v2.0/ports?tenant_id=7f08333b62c842c28698c76b90af6296&device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1327] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:59:33 2026] GET /v2.0/networks?id=0e169ed6-c05b-4abd-8de6-b7d471e8a450 => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1328] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 03:59:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=958d390a-e723-43b1-bee3-cbb02c50f4a0 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1329] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:59:33 2026] GET /v2.0/subnets?id=3153f5f9-05e4-4f61-a920-61ac33b302f7 => generated 693 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1330] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:59:34 2026] GET /v2.0/ports?network_id=0e169ed6-c05b-4abd-8de6-b7d471e8a450&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1331] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:59:34 2026] GET /v2.0/networks/0e169ed6-c05b-4abd-8de6-b7d471e8a450?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1332] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:59:34 2026] GET /v2.0/networks/0e169ed6-c05b-4abd-8de6-b7d471e8a450?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: 650/1333] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:34 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1334] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:34 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1335] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:34 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1336] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:34 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1337] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:34 2026] GET /v2.0/security-groups?id=f835768b-a95d-4a6e-bf32-05ff4a2271eb&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1338] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:35 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => 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: 653/1339] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:35 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1340] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:35 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&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: 654/1341] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:35 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1342] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:35 2026] GET /v2.0/security-groups?id=f835768b-a95d-4a6e-bf32-05ff4a2271eb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1343] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:36 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:59:36.719 8 INFO neutron.db.segments_db [None req-68609550-042e-4520-af57-6eb1f864ae41 163937617d364bb9858a5d0b66b5b441 1261305e955a492dbbc74b4e7dfc15b5 - - default default] Added segment 1694c948-7af3-4886-be0e-c24644d04e2c of type vxlan for network 08d5c61c-4fcd-4773-9cfc-a09b90706313 [pid: 8|app: 0|req: 655/1344] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:59:36 2026] POST /v2.0/networks => generated 612 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1345] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:36 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:36.873 8 INFO neutron.db.segments_db [None req-8d325d93-02ac-474f-be8a-2a48e61308ac 163937617d364bb9858a5d0b66b5b441 1261305e955a492dbbc74b4e7dfc15b5 - - default default] Added segment c94a738f-f577-489e-9e4f-0c5ad681cbb0 of type vxlan for network 545262f6-df54-40df-8342-04cd62eb223d [pid: 7|app: 0|req: 691/1346] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:36 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1347] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 03:59:36 2026] POST /v2.0/networks => generated 612 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1348] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 03:59:36 2026] PUT /v2.0/networks/08d5c61c-4fcd-4773-9cfc-a09b90706313/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1349] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:37 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1350] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 03:59:37 2026] GET /v2.0/networks/08d5c61c-4fcd-4773-9cfc-a09b90706313/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1351] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:37 2026] GET /v2.0/security-groups?id=f835768b-a95d-4a6e-bf32-05ff4a2271eb&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1352] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 03:59:37 2026] PUT /v2.0/networks/545262f6-df54-40df-8342-04cd62eb223d/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1353] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 03:59:37 2026] GET /v2.0/networks/545262f6-df54-40df-8342-04cd62eb223d/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1354] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 03:59:37 2026] PUT /v2.0/networks/545262f6-df54-40df-8342-04cd62eb223d/tags => generated 12 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1355] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 03:59:37 2026] GET /v2.0/networks/545262f6-df54-40df-8342-04cd62eb223d/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1356] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 03:59:37 2026] GET /v2.0/networks/08d5c61c-4fcd-4773-9cfc-a09b90706313/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:59:37.597 7 INFO neutron.services.segments.plugin [-] Segment 1694c948-7af3-4886-be0e-c24644d04e2c resource provider aggregate not found 2026-04-16 03:59:37.602 7 INFO neutron.services.segments.plugin [-] Segment 1694c948-7af3-4886-be0e-c24644d04e2c resource provider aggregate not found [pid: 8|app: 0|req: 661/1357] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:59:37 2026] GET /v2.0/networks?id=a73911de-4cb7-4263-8fa6-72ee69394279 => generated 661 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:37.619 7 INFO neutron.services.segments.plugin [-] Segment 1694c948-7af3-4886-be0e-c24644d04e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1694c948-7af3-4886-be0e-c24644d04e2c found for delete ", "request_id": "req-8bcafb52-494b-45ca-a39a-90c5303e7bd1"}]} 2026-04-16 03:59:37.626 7 INFO neutron.services.segments.plugin [-] Segment 1694c948-7af3-4886-be0e-c24644d04e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1694c948-7af3-4886-be0e-c24644d04e2c found for delete ", "request_id": "req-182a5f45-0869-43da-a3e1-4662dfeaaaa5"}]} [pid: 7|app: 0|req: 697/1358] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:37 2026] DELETE /v2.0/networks/08d5c61c-4fcd-4773-9cfc-a09b90706313 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1359] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Apr 16 03:59:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=71e3c7b0182c4e46b99ea3cf603f459f => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1360] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:37 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1361] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:37 2026] DELETE /v2.0/networks/545262f6-df54-40df-8342-04cd62eb223d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1362] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:37 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1363] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:38 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&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: 664/1364] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 03:59:37 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, ' [pid: 8|app: 0|req: 667/1367] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:38 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1368] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 03:59:38 2026] PUT /v2.0/ports/11c2bdc5-3485-4b7e-8cfd-8433b5e86607 => generated 1239 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 702/1369] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:38 2026] GET /v2.0/security-groups?id=f835768b-a95d-4a6e-bf32-05ff4a2271eb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 03:59:38.592 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fed7e0d-eedb-4a7b-93e1-4583aaecba99'] response: {'name': 'network-changed', 'server_uuid': 'bb3e47a6-f814-47dc-89b5-ebc127c8c2c5', 'tag': '11c2bdc5-3485-4b7e-8cfd-8433b5e86607', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 668/1370] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:38 2026] GET /v2.0/security-groups?tenant_id=1261305e955a492dbbc74b4e7dfc15b5&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1371] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:38 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1372] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:38 2026] DELETE /v2.0/security-groups/3aacf012-9715-415c-a28e-b1cd9340f6d8 => 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: 670/1373] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:38 2026] GET /v2.0/security-groups?id=8db7a087-9ee4-4b63-9a38-af363cae589a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1374] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:38 2026] GET /v2.0/security-groups?tenant_id=395fed1fd53640a88cd17430e3f8e402&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1375] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:59:39 2026] GET /v2.0/ports?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1376] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:39 2026] DELETE /v2.0/security-groups/67bf769d-b688-46bb-a5de-37a66f9a230d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1377] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:39 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1378] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:39 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1379] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Apr 16 03:59:39 2026] GET /v2.0/networks?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&shared=False => generated 757 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1380] 199.204.45.129 () {34 vars in 930 bytes} [Thu Apr 16 03:59:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:39.654 7 INFO neutron.services.segments.plugin [-] Segment c94a738f-f577-489e-9e4f-0c5ad681cbb0 resource provider aggregate not found 2026-04-16 03:59:39.663 7 INFO neutron.services.segments.plugin [-] Segment c94a738f-f577-489e-9e4f-0c5ad681cbb0 resource provider aggregate not found 2026-04-16 03:59:39.676 7 INFO neutron.services.segments.plugin [-] Segment c94a738f-f577-489e-9e4f-0c5ad681cbb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c94a738f-f577-489e-9e4f-0c5ad681cbb0 found for delete ", "request_id": "req-aa6486bb-f5d2-4164-a3d0-69fd52dacfc6"}]} 2026-04-16 03:59:39.687 7 INFO neutron.services.segments.plugin [-] Segment c94a738f-f577-489e-9e4f-0c5ad681cbb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c94a738f-f577-489e-9e4f-0c5ad681cbb0 found for delete ", "request_id": "req-24c20b71-e157-4a2f-8574-c571be752cf6"}]} [pid: 8|app: 0|req: 673/1381] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:39 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1382] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:39 2026] GET /v2.0/security-groups?id=f835768b-a95d-4a6e-bf32-05ff4a2271eb&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: 674/1383] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:39 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1384] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:39 2026] GET /v2.0/security-groups?id=8db7a087-9ee4-4b63-9a38-af363cae589a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1385] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:59:40 2026] GET /v2.0/ports?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1386] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:59:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=11c2bdc5-3485-4b7e-8cfd-8433b5e86607 => 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: 675/1387] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:40 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1388] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:59:40 2026] GET /v2.0/subnets?id=801e8c7b-9e6e-4783-b0e3-a078f401b4e1 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1389] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:40 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1390] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:59:40 2026] GET /v2.0/ports?network_id=a73911de-4cb7-4263-8fa6-72ee69394279&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: 677/1391] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:59:40 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1392] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:59:40 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?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: 678/1393] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:40 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1394] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:40 2026] GET /v2.0/security-groups?id=f835768b-a95d-4a6e-bf32-05ff4a2271eb&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1395] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 03:59:40 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:41.078 8 INFO neutron_taas.services.taas.taas_plugin [req-36405a83-f930-42d5-9bd1-59f7ca3103f2 req-132306ee-a168-4ba1-ab2e-f8b0a629f361 91c8775778a64a6984aa1897cf47d8be 286e61209abd47d8a10b3944666bc83a - - default default] TaaS: Handle Delete Port: 176927c6-d01c-4f7b-9a81-660e6fe124c0 2026-04-16 03:59:41.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-36405a83-f930-42d5-9bd1-59f7ca3103f2 req-132306ee-a168-4ba1-ab2e-f8b0a629f361 91c8775778a64a6984aa1897cf47d8be 286e61209abd47d8a10b3944666bc83a - - default default] Tap Mirror: Handle Delete Port: 176927c6-d01c-4f7b-9a81-660e6fe124c0 [pid: 7|app: 0|req: 717/1396] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:41 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1397] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:41 2026] GET /v2.0/security-groups?id=8db7a087-9ee4-4b63-9a38-af363cae589a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1398] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 03:59:40 2026] DELETE /v2.0/ports/176927c6-d01c-4f7b-9a81-660e6fe124c0 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:41.285 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-044a5a2c-c20d-47bc-8d1a-3a794366e1dd'] response: {'server_uuid': '1545cbd6-c4c2-4743-8d83-7c6e4f24e11c', 'name': 'network-vif-deleted', 'tag': '176927c6-d01c-4f7b-9a81-660e6fe124c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 719/1399] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:41 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1400] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:41 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1401] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:42 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => 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: 682/1402] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:42 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1403] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:42 2026] GET /v2.0/security-groups?id=8db7a087-9ee4-4b63-9a38-af363cae589a&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: 683/1404] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:42 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1405] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:42 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&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: 684/1406] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:43 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1407] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:43 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1408] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:43 2026] GET /v2.0/security-groups?id=8db7a087-9ee4-4b63-9a38-af363cae589a&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1409] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:44 2026] GET /v2.0/ports?device_id=1545cbd6-c4c2-4743-8d83-7c6e4f24e11c => 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: 686/1410] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:44 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1411] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:44 2026] GET /v2.0/security-groups?id=8db7a087-9ee4-4b63-9a38-af363cae589a&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: 687/1412] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:45 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1413] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:45 2026] GET /v2.0/security-groups?id=8db7a087-9ee4-4b63-9a38-af363cae589a&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: 688/1414] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 03:59:45 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1415] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 03:59:45 2026] GET /v2.0/security-groups?id=8db7a087-9ee4-4b63-9a38-af363cae589a&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: 689/1416] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 03:59:46 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:59:46.829 7 INFO neutron.db.l3_db [None req-156acd66-b53d-4b62-9022-fa2d22c4b021 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Floating IP 973cc657-d505-463c-a299-67af6d224b7d associated. External IP: 10.96.250.218, port: 11c2bdc5-3485-4b7e-8cfd-8433b5e86607. 2026-04-16 03:59:46.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f536fd0-8308-4f03-8cf5-3f7db6fbff22 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 811e8667-afdc-4271-ba22-32895223d0f6 2026-04-16 03:59:46.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f536fd0-8308-4f03-8cf5-3f7db6fbff22 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 811e8667-afdc-4271-ba22-32895223d0f6 [pid: 7|app: 0|req: 728/1417] 10.0.0.4 () {34 vars in 675 bytes} [Thu Apr 16 03:59:46 2026] POST /v2.0/floatingips => generated 856 bytes in 1135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 03:59:47.255 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb656084-016b-4af4-88ae-c4f4644c8b85'] response: {'name': 'network-changed', 'server_uuid': 'bb3e47a6-f814-47dc-89b5-ebc127c8c2c5', 'tag': '11c2bdc5-3485-4b7e-8cfd-8433b5e86607', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 729/1418] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 03:59:47 2026] GET /v2.0/floatingips/973cc657-d505-463c-a299-67af6d224b7d => generated 856 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1419] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 03:59:46 2026] PUT /v2.0/routers/e98c584b-bbe5-4e3a-aaa4-d0ca4748b47d/remove_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 03:59:47.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-63f8049d-7ab9-44d8-ae7a-c2e20d3f7a7a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 9839abf3-a8aa-4550-8a4e-1535a2aaba06 2026-04-16 03:59:47.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63f8049d-7ab9-44d8-ae7a-c2e20d3f7a7a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 9839abf3-a8aa-4550-8a4e-1535a2aaba06 [pid: 8|app: 0|req: 691/1420] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 03:59:47 2026] GET /v2.0/ports?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => 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: 692/1421] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 03:59:47 2026] GET /v2.0/networks?id=a73911de-4cb7-4263-8fa6-72ee69394279 => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1422] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 03:59:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=11c2bdc5-3485-4b7e-8cfd-8433b5e86607 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1423] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 03:59:47 2026] GET /v2.0/subnets?id=801e8c7b-9e6e-4783-b0e3-a078f401b4e1 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1424] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 03:59:47 2026] GET /v2.0/ports?network_id=a73911de-4cb7-4263-8fa6-72ee69394279&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 03:59:47.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-63f8049d-7ab9-44d8-ae7a-c2e20d3f7a7a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 168950a2-9c37-4df6-9dd4-6a42d75c65e7 2026-04-16 03:59:47.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63f8049d-7ab9-44d8-ae7a-c2e20d3f7a7a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 168950a2-9c37-4df6-9dd4-6a42d75c65e7 [pid: 8|app: 0|req: 696/1425] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 03:59:47 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?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: 697/1426] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 03:59:48 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?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-16 03:59:48.248 7 INFO neutron.services.segments.plugin [-] Segment c24e5c5c-9a09-4d6f-919d-fc6e52c77e25 resource provider aggregate not found 2026-04-16 03:59:48.257 7 INFO neutron.services.segments.plugin [-] Segment c24e5c5c-9a09-4d6f-919d-fc6e52c77e25 resource provider aggregate not found 2026-04-16 03:59:48.269 7 INFO neutron.services.segments.plugin [-] Segment c24e5c5c-9a09-4d6f-919d-fc6e52c77e25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c24e5c5c-9a09-4d6f-919d-fc6e52c77e25 found for delete ", "request_id": "req-7e6aea00-4d8a-4b02-b705-9648b9ffb595"}]} 2026-04-16 03:59:48.279 7 INFO neutron.services.segments.plugin [-] Segment c24e5c5c-9a09-4d6f-919d-fc6e52c77e25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c24e5c5c-9a09-4d6f-919d-fc6e52c77e25 found for delete ", "request_id": "req-25bd161d-80f4-4a5e-aeb4-df909f63bd24"}]} 2026-04-16 03:59:48.282 7 INFO neutron.db.l3_hamode_db [None req-63f8049d-7ab9-44d8-ae7a-c2e20d3f7a7a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] HA network bb39773a-ce08-4266-b540-ffcb85baa72b was deleted as no HA routers are present in tenant 286e61209abd47d8a10b3944666bc83a. [pid: 7|app: 0|req: 730/1427] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:59:47 2026] DELETE /v2.0/routers/e98c584b-bbe5-4e3a-aaa4-d0ca4748b47d => generated 0 bytes in 800 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1428] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 03:59:48 2026] GET /v2.0/floatingips/973cc657-d505-463c-a299-67af6d224b7d => generated 856 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1429] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 03:59:48 2026] DELETE /v2.0/subnets/17d9bc5c-3d2b-4b18-99bc-09d574950854 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 03:59:48.526 8 INFO neutron_taas.services.taas.taas_plugin [None req-164bfe88-60f3-4b92-9f56-ed31a4c4ffce 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 1f9b218b-01b0-484a-9433-e1abea035163 2026-04-16 03:59:48.529 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-164bfe88-60f3-4b92-9f56-ed31a4c4ffce 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 1f9b218b-01b0-484a-9433-e1abea035163 2026-04-16 03:59:48.722 8 INFO neutron.services.segments.plugin [-] Segment c9cd2fe5-61be-48a9-b304-b55d04da9bc6 resource provider aggregate not found 2026-04-16 03:59:48.727 8 INFO neutron.services.segments.plugin [-] Segment c9cd2fe5-61be-48a9-b304-b55d04da9bc6 resource provider aggregate not found 2026-04-16 03:59:48.745 8 INFO neutron.services.segments.plugin [-] Segment c9cd2fe5-61be-48a9-b304-b55d04da9bc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9cd2fe5-61be-48a9-b304-b55d04da9bc6 found for delete ", "request_id": "req-a3a76860-2331-440e-b879-1b1f5d9c1187"}]} 2026-04-16 03:59:48.748 8 INFO neutron.services.segments.plugin [-] Segment c9cd2fe5-61be-48a9-b304-b55d04da9bc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9cd2fe5-61be-48a9-b304-b55d04da9bc6 found for delete ", "request_id": "req-afc9a473-f902-41db-94e8-ae3b4e28038b"}]} [pid: 8|app: 0|req: 699/1430] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 03:59:48 2026] DELETE /v2.0/networks/b4d0c6ff-f012-4f48-869a-d6c56ed8669a => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1431] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:48 2026] GET /v2.0/security-groups?tenant_id=286e61209abd47d8a10b3944666bc83a&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1432] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:48 2026] DELETE /v2.0/security-groups/f835768b-a95d-4a6e-bf32-05ff4a2271eb => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1433] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 03:59:49 2026] GET /v2.0/floatingips/973cc657-d505-463c-a299-67af6d224b7d => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1434] 10.0.0.62 () {32 vars in 799 bytes} [Thu Apr 16 03:59:52 2026] GET /v2.0/extensions => generated 21537 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1435] 10.0.0.62 () {30 vars in 723 bytes} [Thu Apr 16 03:59:52 2026] GET /v2.0/quotas/6485b0a9e6ef4c399fd86c1d76eb6ebb/details => generated 847 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1436] 10.0.0.234 () {34 vars in 990 bytes} [Thu Apr 16 03:59:52 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1437] 10.0.0.234 () {34 vars in 1040 bytes} [Thu Apr 16 03:59:52 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&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: 704/1440] 10.0.0.62 () {32 vars in 799 bytes} [Thu Apr 16 03:59:55 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1441] 10.0.0.62 () {30 vars in 723 bytes} [Thu Apr 16 03:59:55 2026] GET /v2.0/quotas/6485b0a9e6ef4c399fd86c1d76eb6ebb/details => generated 847 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1442] 10.0.0.234 () {34 vars in 990 bytes} [Thu Apr 16 03:59:56 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1443] 10.0.0.234 () {34 vars in 1040 bytes} [Thu Apr 16 03:59:56 2026] GET /v2.0/security-groups?id=8db7a087-9ee4-4b63-9a38-af363cae589a&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: 706/1444] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 03:59:58 2026] GET /v2.0/security-groups?tenant_id=6485b0a9e6ef4c399fd86c1d76eb6ebb&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1445] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 03:59:58 2026] DELETE /v2.0/security-groups/675e23ab-90f6-440d-b53d-15458dbf00c6 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:00:03.221 8 INFO neutron.db.segments_db [None req-9e0d9bdb-b43d-417b-9177-0f1185cab2cd c86a4f73a4574f649ea926693bdc65a9 bb894efd28de43febd93bbed50c4a0aa - - default default] Added segment 17b450f2-eb77-45cc-9840-9575683b2e9b of type vxlan for network 458e485c-2e69-43e7-94e7-4ace39fdba2b [pid: 8|app: 0|req: 707/1446] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:02 2026] POST /v2.0/networks => generated 708 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1447] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:00:03 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) 2026-04-16 04:00:03.531 8 WARNING neutron.api.v2.base [None req-e60e7225-c6db-40c1-9007-a66058523bcd c86a4f73a4574f649ea926693bdc65a9 bb894efd28de43febd93bbed50c4a0aa - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-16 04:00:03.532 8 INFO neutron.api.v2.resource [None req-e60e7225-c6db-40c1-9007-a66058523bcd c86a4f73a4574f649ea926693bdc65a9 bb894efd28de43febd93bbed50c4a0aa - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 708/1448] 10.0.0.4 () {34 vars in 679 bytes} [Thu Apr 16 04:00:03 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-16 04:00:03.733 7 INFO neutron.services.segments.plugin [-] Segment 17b450f2-eb77-45cc-9840-9575683b2e9b resource provider aggregate not found 2026-04-16 04:00:03.738 7 INFO neutron.services.segments.plugin [-] Segment 17b450f2-eb77-45cc-9840-9575683b2e9b resource provider aggregate not found 2026-04-16 04:00:03.761 7 INFO neutron.services.segments.plugin [-] Segment 17b450f2-eb77-45cc-9840-9575683b2e9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17b450f2-eb77-45cc-9840-9575683b2e9b found for delete ", "request_id": "req-0269b6ba-94d7-47bb-9041-c5c9818b2b98"}]} 2026-04-16 04:00:03.767 7 INFO neutron.services.segments.plugin [-] Segment 17b450f2-eb77-45cc-9840-9575683b2e9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17b450f2-eb77-45cc-9840-9575683b2e9b found for delete ", "request_id": "req-abf4239c-c87d-4f63-92e6-ba9ce673174b"}]} [pid: 7|app: 0|req: 741/1449] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:03 2026] DELETE /v2.0/networks/458e485c-2e69-43e7-94e7-4ace39fdba2b => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:03.850 8 INFO neutron.db.segments_db [None req-8779a69a-eb36-4308-93f9-aa8232422ccc c86a4f73a4574f649ea926693bdc65a9 bb894efd28de43febd93bbed50c4a0aa - - default default] Added segment 35ea0e4b-496c-4289-9897-d1bab4ee956d of type vxlan for network ebd636e8-0212-4d44-9fff-6e4c96bf652b [pid: 8|app: 0|req: 709/1450] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:03 2026] POST /v2.0/networks => generated 707 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1451] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:00:03 2026] POST /v2.0/subnets => generated 647 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:00:04.177 8 WARNING neutron.api.v2.base [None req-a6cb47e9-876a-4af0-b258-5cc55ddcaff8 c86a4f73a4574f649ea926693bdc65a9 bb894efd28de43febd93bbed50c4a0aa - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-16 04:00:04.178 8 INFO neutron.api.v2.resource [None req-a6cb47e9-876a-4af0-b258-5cc55ddcaff8 c86a4f73a4574f649ea926693bdc65a9 bb894efd28de43febd93bbed50c4a0aa - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 710/1452] 10.0.0.4 () {34 vars in 679 bytes} [Thu Apr 16 04:00:04 2026] POST /v2.0/rbac-policies => generated 547 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1453] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:04 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1454] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:04 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:04.377 8 INFO neutron.services.segments.plugin [-] Segment 35ea0e4b-496c-4289-9897-d1bab4ee956d resource provider aggregate not found 2026-04-16 04:00:04.382 8 INFO neutron.services.segments.plugin [-] Segment 35ea0e4b-496c-4289-9897-d1bab4ee956d resource provider aggregate not found 2026-04-16 04:00:04.394 8 INFO neutron.services.segments.plugin [-] Segment 35ea0e4b-496c-4289-9897-d1bab4ee956d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35ea0e4b-496c-4289-9897-d1bab4ee956d found for delete ", "request_id": "req-87c1af70-838c-4ad3-a8ea-a93b0b9a6670"}]} [pid: 8|app: 0|req: 711/1455] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:04 2026] DELETE /v2.0/networks/ebd636e8-0212-4d44-9fff-6e4c96bf652b => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:04.409 8 INFO neutron.services.segments.plugin [-] Segment 35ea0e4b-496c-4289-9897-d1bab4ee956d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35ea0e4b-496c-4289-9897-d1bab4ee956d found for delete ", "request_id": "req-ebee0460-abc1-4266-bde4-ef819c81a2dd"}]} 2026-04-16 04:00:04.475 7 INFO neutron.db.segments_db [None req-6e7f7322-b4c1-4e23-869d-9f9e60d66151 c86a4f73a4574f649ea926693bdc65a9 bb894efd28de43febd93bbed50c4a0aa - - default default] Added segment cef87c6d-6741-4770-9602-2a6faa76bfa7 of type vxlan for network 612da658-ee29-428d-8011-13ba914c6c17 [pid: 8|app: 0|req: 712/1456] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:04 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1457] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:04 2026] POST /v2.0/networks => generated 708 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1458] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:04 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1459] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:00:04 2026] POST /v2.0/subnets => generated 647 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1460] 10.0.0.4 () {34 vars in 679 bytes} [Thu Apr 16 04:00:04 2026] POST /v2.0/rbac-policies => generated 324 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1461] 10.0.0.4 () {32 vars in 721 bytes} [Thu Apr 16 04:00:05 2026] GET /v2.0/networks/612da658-ee29-428d-8011-13ba914c6c17 => generated 655 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1462] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:05 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1463] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:05 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:05.839 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77c9005d-a605-4718-87bc-c96e6b4e8e92 979e94f251f6484f8417d477a47037f9 779a8de797624d8690a9b9e18d74493c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 716/1464] 10.0.0.4 () {32 vars in 721 bytes} [Thu Apr 16 04:00:05 2026] GET /v2.0/networks/612da658-ee29-428d-8011-13ba914c6c17 => generated 138 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:00:06.003 7 INFO neutron.services.segments.plugin [-] Segment cef87c6d-6741-4770-9602-2a6faa76bfa7 resource provider aggregate not found 2026-04-16 04:00:06.010 7 INFO neutron.services.segments.plugin [-] Segment cef87c6d-6741-4770-9602-2a6faa76bfa7 resource provider aggregate not found 2026-04-16 04:00:06.021 7 INFO neutron.services.segments.plugin [-] Segment cef87c6d-6741-4770-9602-2a6faa76bfa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cef87c6d-6741-4770-9602-2a6faa76bfa7 found for delete ", "request_id": "req-7b36738d-c29b-4ff0-9e7f-ec8391d5b331"}]} 2026-04-16 04:00:06.029 7 INFO neutron.services.segments.plugin [-] Segment cef87c6d-6741-4770-9602-2a6faa76bfa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cef87c6d-6741-4770-9602-2a6faa76bfa7 found for delete ", "request_id": "req-d1748ba2-d437-4614-9a86-1298e304e14b"}]} [pid: 7|app: 0|req: 749/1465] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:05 2026] DELETE /v2.0/networks/612da658-ee29-428d-8011-13ba914c6c17 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:06.060 8 INFO neutron.pecan_wsgi.hooks.translation [None req-771ea467-de50-45ac-93de-122e6f7e621e c86a4f73a4574f649ea926693bdc65a9 bb894efd28de43febd93bbed50c4a0aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 717/1466] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:06 2026] DELETE /v2.0/subnets/c11f4a6a-4250-49bc-a7c3-bb8f7a2da5b5 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:00:06.079 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a8a685d-6229-4a19-adbb-ba17eeb23aef c86a4f73a4574f649ea926693bdc65a9 bb894efd28de43febd93bbed50c4a0aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 750/1467] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:06 2026] DELETE /v2.0/subnets/868233bb-1960-4bb1-bd71-27b53cc39c2c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:00:06.110 8 INFO neutron.pecan_wsgi.hooks.translation [None req-20faec41-6c3f-4874-8ab3-4d5fb0376cf9 c86a4f73a4574f649ea926693bdc65a9 bb894efd28de43febd93bbed50c4a0aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 718/1468] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:06 2026] DELETE /v2.0/subnets/4a8cc7da-6eb0-4733-8cfa-de7d41abe966 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1469] 10.0.0.4 () {32 vars in 824 bytes} [Thu Apr 16 04:00:06 2026] GET /v2.0/ports?project_id=71e3c7b0182c4e46b99ea3cf603f459f&network_id=a73911de-4cb7-4263-8fa6-72ee69394279 => generated 3695 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1470] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:06 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1471] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:06 2026] GET /v2.0/security-groups?id=fbcc833d-545e-411c-aaa8-d80d688455b8&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1472] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 04:00:06 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:07.124 8 INFO neutron_taas.services.taas.taas_plugin [req-cb0a88d2-67cb-4cd1-a2d0-8c719e297c38 req-754eecbe-58a9-489c-a1b4-be0a92eebe3f 0c90626069cc41c3a9da37ed676f4441 7f08333b62c842c28698c76b90af6296 - - default default] TaaS: Handle Delete Port: 958d390a-e723-43b1-bee3-cbb02c50f4a0 2026-04-16 04:00:07.127 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cb0a88d2-67cb-4cd1-a2d0-8c719e297c38 req-754eecbe-58a9-489c-a1b4-be0a92eebe3f 0c90626069cc41c3a9da37ed676f4441 7f08333b62c842c28698c76b90af6296 - - default default] Tap Mirror: Handle Delete Port: 958d390a-e723-43b1-bee3-cbb02c50f4a0 2026-04-16 04:00:07.261 8 INFO neutron.db.l3_db [req-cb0a88d2-67cb-4cd1-a2d0-8c719e297c38 req-754eecbe-58a9-489c-a1b4-be0a92eebe3f 0c90626069cc41c3a9da37ed676f4441 7f08333b62c842c28698c76b90af6296 - - default default] Floating IP 21c76e87-250b-4c28-b676-b0c5dee91499 disassociated. External IP: 10.96.250.204, port: 958d390a-e723-43b1-bee3-cbb02c50f4a0. [pid: 7|app: 0|req: 753/1473] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:06 2026] GET /v2.0/security-groups?tenant_id=81a19941e9f44485b987b1daa1c3e982&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1474] 10.0.0.4 () {32 vars in 740 bytes} [Thu Apr 16 04:00:07 2026] GET /v2.0/subnets?network_id=4bcabe9b-a8ff-4344-b9db-cac942cf8a8d => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1475] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:07 2026] DELETE /v2.0/security-groups/797c0906-89ad-42fe-a76a-777491a71fa0 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:00:07.585 7 INFO neutron.db.l3_db [None req-9895e325-610b-45b7-8ec5-11ad7755a817 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Floating IP 973cc657-d505-463c-a299-67af6d224b7d disassociated. External IP: 10.96.250.218, port: 11c2bdc5-3485-4b7e-8cfd-8433b5e86607. [pid: 8|app: 0|req: 721/1476] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 04:00:06 2026] DELETE /v2.0/ports/958d390a-e723-43b1-bee3-cbb02c50f4a0 => generated 0 bytes in 645 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:07.684 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-295a9315-e788-4c8d-9ad2-fe6bac6fab8e'] response: {'server_uuid': '2f8b4b50-3545-4a28-967f-aa3ec1feb844', 'name': 'network-vif-deleted', 'tag': '958d390a-e723-43b1-bee3-cbb02c50f4a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 722/1477] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:07 2026] GET /v2.0/security-groups?tenant_id=779a8de797624d8690a9b9e18d74493c&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1478] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 04:00:07 2026] PUT /v2.0/floatingips/973cc657-d505-463c-a299-67af6d224b7d => generated 554 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1479] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:07 2026] DELETE /v2.0/security-groups/05e871b8-d93c-4c23-a8c8-6ed52bef32d8 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1480] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:00:07 2026] GET /v2.0/floatingips/973cc657-d505-463c-a299-67af6d224b7d => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:07.958 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c249011-0d52-4f88-bad4-40b0c065f497'] response: {'name': 'network-changed', 'server_uuid': 'bb3e47a6-f814-47dc-89b5-ebc127c8c2c5', 'tag': '11c2bdc5-3485-4b7e-8cfd-8433b5e86607', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 724/1481] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:08 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1482] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:08 2026] GET /v2.0/security-groups?tenant_id=bb894efd28de43febd93bbed50c4a0aa&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: 725/1483] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:08 2026] DELETE /v2.0/security-groups/080fa1a2-6e6d-43f4-a7c7-4c393440eedc => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1486] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:00:08 2026] GET /v2.0/ports?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => 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: 727/1487] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:00:08 2026] GET /v2.0/networks?id=a73911de-4cb7-4263-8fa6-72ee69394279 => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1488] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 04:00:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=11c2bdc5-3485-4b7e-8cfd-8433b5e86607 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1489] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:00:08 2026] GET /v2.0/subnets?id=801e8c7b-9e6e-4783-b0e3-a078f401b4e1 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1490] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:00:08 2026] GET /v2.0/ports?network_id=a73911de-4cb7-4263-8fa6-72ee69394279&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: 729/1491] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:00:08 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1492] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:00:08 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1493] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:00:08 2026] GET /v2.0/floatingips/973cc657-d505-463c-a299-67af6d224b7d => generated 554 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1494] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:09 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => 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: 731/1495] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:00:10 2026] GET /v2.0/floatingips/973cc657-d505-463c-a299-67af6d224b7d => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1496] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:10 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => 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: 732/1497] 10.0.0.4 () {34 vars in 683 bytes} [Thu Apr 16 04:00:11 2026] POST /v2.0/security-groups => generated 1675 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1498] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:00:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1499] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:11 2026] GET /v2.0/ports?device_id=2f8b4b50-3545-4a28-967f-aa3ec1feb844 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1500] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:00:11 2026] POST /v2.0/security-group-rules => generated 596 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1501] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:00:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1502] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:00:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:00:11.767 8 INFO neutron.db.securitygroups_db [None req-cc260785-03e4-42b5-a5de-f44bef2f3751 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Project 71e3c7b0182c4e46b99ea3cf603f459f 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: 735/1503] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:00:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:00:11.907 7 INFO neutron.db.securitygroups_db [None req-705ab881-dc4b-42bf-943c-5c67a79982a9 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Project 71e3c7b0182c4e46b99ea3cf603f459f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 769/1504] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:00:11 2026] POST /v2.0/security-group-rules => generated 606 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1505] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:12 2026] DELETE /v2.0/security-groups/fbcc833d-545e-411c-aaa8-d80d688455b8 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:00:12.583 7 INFO neutron.api.v2.resource [None req-e7ce7db1-1aeb-4b38-b9c1-dce54f995e71 0c90626069cc41c3a9da37ed676f4441 7f08333b62c842c28698c76b90af6296 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 771/1506] 10.0.0.4 () {32 vars in 735 bytes} [Thu Apr 16 04:00:12 2026] GET /v2.0/security-groups/fbcc833d-545e-411c-aaa8-d80d688455b8 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1507] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 04:00:12 2026] GET /v2.0/networks => generated 1298 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:00:12.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-9447f51b-7ed0-4453-9f0c-db5ad515a59f 0c90626069cc41c3a9da37ed676f4441 7f08333b62c842c28698c76b90af6296 - - default default] TaaS: Handle Delete Port: 3e1de5d6-afce-4d27-a730-2c766bdb2ecd 2026-04-16 04:00:12.707 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9447f51b-7ed0-4453-9f0c-db5ad515a59f 0c90626069cc41c3a9da37ed676f4441 7f08333b62c842c28698c76b90af6296 - - default default] Tap Mirror: Handle Delete Port: 3e1de5d6-afce-4d27-a730-2c766bdb2ecd [pid: 8|app: 0|req: 737/1508] 10.0.0.64 () {34 vars in 1099 bytes} [Thu Apr 16 04:00:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2075390655&fields=id&tenant_id=71e3c7b0182c4e46b99ea3cf603f459f => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1509] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 04:00:12 2026] GET /v2.0/networks?id=a73911de-4cb7-4263-8fa6-72ee69394279 => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1510] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:00:12 2026] DELETE /v2.0/floatingips/21c76e87-250b-4c28-b676-b0c5dee91499 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1511] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 04:00:12 2026] GET /v2.0/quotas/71e3c7b0182c4e46b99ea3cf603f459f => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1512] 10.0.0.4 () {34 vars in 682 bytes} [Thu Apr 16 04:00:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1513] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 04:00:13 2026] GET /v2.0/ports?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&fields=id => generated 149 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:13.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-952fe99e-cb3c-4ff1-8128-bfd1f4936005 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: d966877d-a098-4a11-8147-004346c84f5b 2026-04-16 04:00:13.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-952fe99e-cb3c-4ff1-8128-bfd1f4936005 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: d966877d-a098-4a11-8147-004346c84f5b [pid: 8|app: 0|req: 741/1514] 10.0.0.4 () {34 vars in 682 bytes} [Thu Apr 16 04:00:13 2026] POST /v2.0/security-groups => generated 1601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1515] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 04:00:13 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1516] 10.0.0.4 () {34 vars in 682 bytes} [Thu Apr 16 04:00:13 2026] POST /v2.0/security-groups => generated 1601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1517] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 04:00:13 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?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: 745/1518] 10.0.0.4 () {34 vars in 682 bytes} [Thu Apr 16 04:00:13 2026] POST /v2.0/security-groups => generated 1601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1519] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:13 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1520] 10.0.0.4 () {34 vars in 682 bytes} [Thu Apr 16 04:00:13 2026] POST /v2.0/security-groups => generated 1601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1521] 10.0.0.4 () {34 vars in 765 bytes} [Thu Apr 16 04:00:13 2026] PUT /v2.0/security-groups/e6f0e1b3-9a0e-4840-95dc-58435f4a5d5e/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1522] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:00:12 2026] PUT /v2.0/routers/2945ab8d-b3d9-422e-b01d-907a31559ca5/remove_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1523] 10.0.0.4 () {34 vars in 765 bytes} [Thu Apr 16 04:00:13 2026] PUT /v2.0/security-groups/d06b5748-418e-4871-84cc-714735c8d1d3/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1524] 10.0.0.4 () {34 vars in 765 bytes} [Thu Apr 16 04:00:13 2026] PUT /v2.0/security-groups/980a24a0-cb03-4c07-835f-b65ba1379a25/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1525] 10.0.0.4 () {34 vars in 765 bytes} [Thu Apr 16 04:00:13 2026] PUT /v2.0/security-groups/dd684e10-2e71-4000-8978-2fc50221d103/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1526] 10.0.0.4 () {32 vars in 678 bytes} [Thu Apr 16 04:00:13 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:00:14.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7dcbf0c-d182-4f41-a3a9-1c1c1bf5354b 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 471bab31-3aac-4993-a435-e2734ad8d564 2026-04-16 04:00:14.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7dcbf0c-d182-4f41-a3a9-1c1c1bf5354b 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 471bab31-3aac-4993-a435-e2734ad8d564 [pid: 8|app: 0|req: 753/1527] 10.0.0.4 () {32 vars in 692 bytes} [Thu Apr 16 04:00:13 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1528] 10.0.0.4 () {32 vars in 688 bytes} [Thu Apr 16 04:00:14 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1529] 10.0.0.4 () {32 vars in 700 bytes} [Thu Apr 16 04:00:14 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1530] 10.0.0.4 () {32 vars in 686 bytes} [Thu Apr 16 04:00:14 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1531] 10.0.0.4 () {32 vars in 700 bytes} [Thu Apr 16 04:00:14 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1532] 10.0.0.4 () {32 vars in 696 bytes} [Thu Apr 16 04:00:14 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1533] 10.0.0.4 () {32 vars in 708 bytes} [Thu Apr 16 04:00:14 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:00:14.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7dcbf0c-d182-4f41-a3a9-1c1c1bf5354b 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 660767b9-cd47-4c45-ad45-cde22ed08fd8 2026-04-16 04:00:14.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7dcbf0c-d182-4f41-a3a9-1c1c1bf5354b 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 660767b9-cd47-4c45-ad45-cde22ed08fd8 [pid: 8|app: 0|req: 760/1534] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:14 2026] DELETE /v2.0/security-groups/e6f0e1b3-9a0e-4840-95dc-58435f4a5d5e => 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: 761/1535] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:14 2026] DELETE /v2.0/security-groups/d06b5748-418e-4871-84cc-714735c8d1d3 => 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: 762/1536] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:14 2026] DELETE /v2.0/security-groups/980a24a0-cb03-4c07-835f-b65ba1379a25 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:00:14.704 7 INFO neutron.services.segments.plugin [-] Segment 4db6c91d-7944-4605-9029-86b0e6727702 resource provider aggregate not found [pid: 8|app: 0|req: 763/1537] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:14 2026] DELETE /v2.0/security-groups/dd684e10-2e71-4000-8978-2fc50221d103 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:00:14.709 7 INFO neutron.services.segments.plugin [-] Segment 4db6c91d-7944-4605-9029-86b0e6727702 resource provider aggregate not found [pid: 8|app: 0|req: 764/1538] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:14 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:00:14.726 7 INFO neutron.services.segments.plugin [-] Segment 4db6c91d-7944-4605-9029-86b0e6727702 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4db6c91d-7944-4605-9029-86b0e6727702 found for delete ", "request_id": "req-c9db4d9d-0d62-46b2-82b7-45792e89b21f"}]} 2026-04-16 04:00:14.728 7 INFO neutron.services.segments.plugin [-] Segment 4db6c91d-7944-4605-9029-86b0e6727702 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4db6c91d-7944-4605-9029-86b0e6727702 found for delete ", "request_id": "req-03d0e196-3f7b-40b4-9064-7f74cf5f95f0"}]} 2026-04-16 04:00:14.740 7 INFO neutron.db.l3_hamode_db [None req-b7dcbf0c-d182-4f41-a3a9-1c1c1bf5354b 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] HA network bc78516d-b7a5-4df9-bffe-e0413be97946 was deleted as no HA routers are present in tenant 7f08333b62c842c28698c76b90af6296. [pid: 7|app: 0|req: 775/1539] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:13 2026] DELETE /v2.0/routers/2945ab8d-b3d9-422e-b01d-907a31559ca5 => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1540] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:14 2026] DELETE /v2.0/security-groups/ba575399-b9de-488e-b30c-c363c0af8c7d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1541] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:14 2026] DELETE /v2.0/subnets/3153f5f9-05e4-4f61-a920-61ac33b302f7 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:15.014 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0cf3698-a7cf-492d-9409-8aa7febd7b81 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 43cabe5e-4abc-47ed-b760-c4aeaa8d79a5 2026-04-16 04:00:15.017 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0cf3698-a7cf-492d-9409-8aa7febd7b81 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 43cabe5e-4abc-47ed-b760-c4aeaa8d79a5 2026-04-16 04:00:15.241 8 INFO neutron.services.segments.plugin [-] Segment 74d769fe-d590-4a1d-8583-fa052e239bef resource provider aggregate not found 2026-04-16 04:00:15.245 8 INFO neutron.services.segments.plugin [-] Segment 74d769fe-d590-4a1d-8583-fa052e239bef resource provider aggregate not found 2026-04-16 04:00:15.267 8 INFO neutron.services.segments.plugin [-] Segment 74d769fe-d590-4a1d-8583-fa052e239bef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74d769fe-d590-4a1d-8583-fa052e239bef found for delete ", "request_id": "req-2e1c2e01-0f85-42f4-ac72-471d1e728ca7"}]} 2026-04-16 04:00:15.269 8 INFO neutron.services.segments.plugin [-] Segment 74d769fe-d590-4a1d-8583-fa052e239bef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74d769fe-d590-4a1d-8583-fa052e239bef found for delete ", "request_id": "req-9d417254-374a-41b5-8aa1-f4deaa9f9118"}]} [pid: 8|app: 0|req: 766/1542] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:14 2026] DELETE /v2.0/networks/0e169ed6-c05b-4abd-8de6-b7d471e8a450 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1543] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:15 2026] GET /v2.0/security-groups?tenant_id=7f08333b62c842c28698c76b90af6296&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1544] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:15 2026] DELETE /v2.0/security-groups/77f703f8-96f9-4a3f-9c2a-b1ca000dae23 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1545] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:15 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1546] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:15 2026] GET /v2.0/security-groups?tenant_id=17ba98ca316445ab8e47e949b0623648&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1547] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:15 2026] DELETE /v2.0/security-groups/783d2ae9-056a-4bcf-8952-06080a5c2274 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1548] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:16 2026] GET /v2.0/security-groups?tenant_id=6e84a73b2c394e1b8c96f5f729963c0a&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1549] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:16 2026] DELETE /v2.0/security-groups/017d2b04-7384-472f-bbf0-25b2da9ef4e4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1550] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:16 2026] GET /v2.0/security-groups?tenant_id=44da0401994f4c7c87d738cc3f8ec841&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1551] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:16 2026] DELETE /v2.0/security-groups/173cbc36-c80a-4257-950a-b07ccd4ea0c9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1552] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:16 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:00:17.681 8 INFO neutron.db.segments_db [None req-87cc068f-92c5-4705-b246-d9a3117a153f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 65e7f58c-6f9d-444a-b7ac-f11637e0e821 of type vxlan for network fa404b87-ca33-4acc-abde-33262a04b56a [pid: 8|app: 0|req: 772/1553] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 04:00:17 2026] POST /v2.0/networks => generated 727 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1554] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:00:17 2026] POST /v2.0/subnets => generated 693 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1555] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:00:17 2026] GET /v2.0/networks?id=a73911de-4cb7-4263-8fa6-72ee69394279 => generated 661 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1556] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:17 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:00:18.016 7 INFO neutron.db.segments_db [None req-f7961a93-c3dc-4d2d-970c-97d733e6bf58 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 89176db6-c6dd-4892-94a3-27dfd71c34f6 of type vxlan for network 98a65f85-d63b-4693-ab88-c849d12647ae [pid: 8|app: 0|req: 775/1557] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Apr 16 04:00:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=71e3c7b0182c4e46b99ea3cf603f459f => generated 274 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:18.277 7 INFO neutron.db.l3_hamode_db [None req-f7961a93-c3dc-4d2d-970c-97d733e6bf58 02d3731826984f82b4d34dd274dadd62 c7419703ef574d0ba4b9e4afaf4eea30 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 776/1558] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 04:00:18 2026] POST /v2.0/ports => generated 954 bytes in 414 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: 777/1559] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:00:18 2026] PUT /v2.0/ports/2ef6eb8a-7336-4022-89ca-0b740f52289d => generated 1235 bytes in 581 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:00:19.067 7 INFO neutron.db.l3_hamode_db [None req-f7961a93-c3dc-4d2d-970c-97d733e6bf58 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:00:19.117 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d92503c9-9a13-45fa-849b-5634d0baf70c'] response: {'name': 'network-changed', 'server_uuid': 'b0de0aea-a799-4008-88a8-5f4b590b2802', 'tag': '2ef6eb8a-7336-4022-89ca-0b740f52289d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 778/1560] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:19 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1561] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:19 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&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: 780/1562] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:00:19 2026] GET /v2.0/ports?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1563] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Apr 16 04:00:19 2026] GET /v2.0/networks?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&shared=False => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1564] 199.204.45.129 () {34 vars in 930 bytes} [Thu Apr 16 04:00:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1565] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:00:17 2026] POST /v2.0/routers => generated 733 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1566] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:20 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1567] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:20 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1568] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:00:20 2026] GET /v2.0/ports?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1569] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:00:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2ef6eb8a-7336-4022-89ca-0b740f52289d => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1570] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:00:20 2026] GET /v2.0/subnets?id=801e8c7b-9e6e-4783-b0e3-a078f401b4e1 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1571] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:00:20 2026] GET /v2.0/ports?network_id=a73911de-4cb7-4263-8fa6-72ee69394279&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1572] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:00:20 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1573] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:00:21 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?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: 783/1574] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 04:00:20 2026] PUT /v2.0/routers/3da495b6-3d33-45b2-b52e-c14a4b8e0eab/add_router_interface => generated 309 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:21.434 7 INFO neutron.db.segments_db [None req-b8659538-3f0e-48a9-9f10-268626613b84 45b7c227d98a4fc8957b7e24fb6042f7 c19528c11a9542e7946c1e6e230d17a0 - - default default] Added segment 02e235cf-c03a-4ad8-a4e7-ab57d463e464 of type vxlan for network 278bf5a2-3a4f-4812-b24b-47df062c13aa [pid: 8|app: 0|req: 784/1575] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:21 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1576] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:21 2026] POST /v2.0/networks => generated 613 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1577] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:21 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1578] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:00:21 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:00:21.841 8 INFO neutron.db.segments_db [None req-a2ff8459-f0c9-4463-bad3-dc8b1248e57f 45b7c227d98a4fc8957b7e24fb6042f7 c19528c11a9542e7946c1e6e230d17a0 - - default default] Added segment 5175d486-d2f9-4434-92ae-b90f0b9b09e8 of type vxlan for network a5bbccd1-9cba-4d82-8f44-978a27593dfa [pid: 8|app: 0|req: 786/1579] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:21 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: 8|app: 0|req: 787/1580] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 04:00:22 2026] GET /v2.0/networks?id=fa404b87-ca33-4acc-abde-33262a04b56a => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1581] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:00:21 2026] POST /v2.0/subnets => generated 629 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1582] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 04:00:22 2026] GET /v2.0/quotas/c7419703ef574d0ba4b9e4afaf4eea30 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:22.324 7 INFO neutron.db.segments_db [None req-aa2af809-c6e6-4cfa-8003-529d946abf35 45b7c227d98a4fc8957b7e24fb6042f7 c19528c11a9542e7946c1e6e230d17a0 - - default default] Added segment c5d69a1b-12f4-4ab5-bbdf-db5ebc6500d3 of type vxlan for network 2a1d9df1-95da-4316-ab4e-b3f8389a0a31 [pid: 8|app: 0|req: 789/1583] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 04:00:22 2026] GET /v2.0/ports?tenant_id=c7419703ef574d0ba4b9e4afaf4eea30&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1584] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 04:00:22 2026] GET /v2.0/networks/fa404b87-ca33-4acc-abde-33262a04b56a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1585] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:22 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1586] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 04:00:22 2026] GET /v2.0/networks/fa404b87-ca33-4acc-abde-33262a04b56a?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: 792/1587] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:22 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1588] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:00:22 2026] POST /v2.0/subnets => generated 629 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1589] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:22 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1590] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:22 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&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-16 04:00:22.721 7 INFO neutron.db.segments_db [None req-04c78da0-2751-46fc-bc6d-5029ed52fa14 45b7c227d98a4fc8957b7e24fb6042f7 c19528c11a9542e7946c1e6e230d17a0 - - default default] Added segment 415a797d-44a7-4054-9aa9-d30ecfaa62fe of type vxlan for network c981bb2a-233d-4852-b011-6341c33acd50 [pid: 7|app: 0|req: 797/1591] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:22 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1592] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:00:22 2026] POST /v2.0/subnets => generated 629 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:00:23.169 7 INFO neutron.db.segments_db [None req-9fa6911a-42a8-4de5-981d-b061bb64060d 45b7c227d98a4fc8957b7e24fb6042f7 c19528c11a9542e7946c1e6e230d17a0 - - default default] Added segment 8431137d-372b-41b2-9814-e5f9e14f7197 of type vxlan for network e5cd486c-5139-4742-8ecb-9885c0c744f8 [pid: 7|app: 0|req: 798/1593] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:23 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1596] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:00:23 2026] POST /v2.0/subnets => generated 629 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1597] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:00:23 2026] PUT /v2.0/subnets/8ed9b367-abb4-4f0d-81d7-194eb90960f3/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: 797/1598] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:00:23 2026] PUT /v2.0/subnets/7b4075a8-7a62-4f70-9996-c1eea13b761b/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1599] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:00:23 2026] PUT /v2.0/subnets/bcb7a416-2211-4c3c-8e68-1218092bef7c/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1600] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:23 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => 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: 798/1601] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:00:23 2026] PUT /v2.0/subnets/e136e52d-7c9e-4cb9-9f2a-cdcebcc20d2a/tags => generated 19 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1602] 10.0.0.4 () {32 vars in 662 bytes} [Thu Apr 16 04:00:23 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1603] 10.0.0.4 () {32 vars in 676 bytes} [Thu Apr 16 04:00:23 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1604] 10.0.0.4 () {32 vars in 672 bytes} [Thu Apr 16 04:00:23 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1605] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:23 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1606] 10.0.0.4 () {32 vars in 684 bytes} [Thu Apr 16 04:00:23 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1607] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:23 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1608] 10.0.0.4 () {32 vars in 670 bytes} [Thu Apr 16 04:00:23 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1609] 10.0.0.4 () {32 vars in 684 bytes} [Thu Apr 16 04:00:23 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1610] 10.0.0.4 () {32 vars in 680 bytes} [Thu Apr 16 04:00:24 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: 802/1611] 10.0.0.4 () {32 vars in 692 bytes} [Thu Apr 16 04:00:24 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1612] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:24 2026] DELETE /v2.0/subnets/8ed9b367-abb4-4f0d-81d7-194eb90960f3 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1613] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:24 2026] DELETE /v2.0/subnets/7b4075a8-7a62-4f70-9996-c1eea13b761b => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1614] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:24 2026] DELETE /v2.0/subnets/bcb7a416-2211-4c3c-8e68-1218092bef7c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1615] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:24 2026] DELETE /v2.0/subnets/e136e52d-7c9e-4cb9-9f2a-cdcebcc20d2a => 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: 805/1616] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:24 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1617] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:24 2026] DELETE /v2.0/subnets/025deb81-3594-4c0e-926a-57818b7d40e5 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:25.037 8 INFO neutron.services.segments.plugin [-] Segment 02e235cf-c03a-4ad8-a4e7-ab57d463e464 resource provider aggregate not found 2026-04-16 04:00:25.042 8 INFO neutron.services.segments.plugin [-] Segment 02e235cf-c03a-4ad8-a4e7-ab57d463e464 resource provider aggregate not found [pid: 7|app: 0|req: 813/1618] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:25 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1619] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:24 2026] DELETE /v2.0/networks/278bf5a2-3a4f-4812-b24b-47df062c13aa => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:25.065 8 INFO neutron.services.segments.plugin [-] Segment 02e235cf-c03a-4ad8-a4e7-ab57d463e464 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02e235cf-c03a-4ad8-a4e7-ab57d463e464 found for delete ", "request_id": "req-5d53f66f-c303-4b27-820f-5447aa37c9f9"}]} 2026-04-16 04:00:25.071 8 INFO neutron.services.segments.plugin [-] Segment 02e235cf-c03a-4ad8-a4e7-ab57d463e464 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02e235cf-c03a-4ad8-a4e7-ab57d463e464 found for delete ", "request_id": "req-bff3db95-c764-4e93-a9b0-a2eda7659eec"}]} [pid: 7|app: 0|req: 814/1620] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:25 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&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: 807/1621] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:25 2026] DELETE /v2.0/networks/a5bbccd1-9cba-4d82-8f44-978a27593dfa => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:25.373 7 INFO neutron.services.segments.plugin [-] Segment c5d69a1b-12f4-4ab5-bbdf-db5ebc6500d3 resource provider aggregate not found 2026-04-16 04:00:25.376 7 INFO neutron.services.segments.plugin [-] Segment c5d69a1b-12f4-4ab5-bbdf-db5ebc6500d3 resource provider aggregate not found 2026-04-16 04:00:25.397 7 INFO neutron.services.segments.plugin [-] Segment c5d69a1b-12f4-4ab5-bbdf-db5ebc6500d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5d69a1b-12f4-4ab5-bbdf-db5ebc6500d3 found for delete ", "request_id": "req-e39c3aef-e163-4d80-ac62-7251b1b39693"}]} 2026-04-16 04:00:25.397 7 INFO neutron.services.segments.plugin [-] Segment c5d69a1b-12f4-4ab5-bbdf-db5ebc6500d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5d69a1b-12f4-4ab5-bbdf-db5ebc6500d3 found for delete ", "request_id": "req-57805739-c9e1-4ff0-a8c3-4baeccccf9e0"}]} [pid: 7|app: 0|req: 815/1622] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:25 2026] DELETE /v2.0/networks/2a1d9df1-95da-4316-ab4e-b3f8389a0a31 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1623] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:25 2026] DELETE /v2.0/networks/c981bb2a-233d-4852-b011-6341c33acd50 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1624] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:25 2026] DELETE /v2.0/networks/e5cd486c-5139-4742-8ecb-9885c0c744f8 => 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: 809/1625] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:25 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1626] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:26 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1627] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:26 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1628] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:26 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1629] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:26 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1630] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:00:26 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:00:26.857 8 INFO neutron.db.l3_db [None req-715aeb1a-467a-4453-8483-91edd78ea64a 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Floating IP 973cc657-d505-463c-a299-67af6d224b7d associated. External IP: 10.96.250.218, port: 2ef6eb8a-7336-4022-89ca-0b740f52289d. [pid: 7|app: 0|req: 820/1631] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:26 2026] GET /v2.0/security-groups?tenant_id=96c7a524c4ed45c3ae2526e98ddf03c1&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1632] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:00:26 2026] GET /v2.0/networks?id=fa404b87-ca33-4acc-abde-33262a04b56a => generated 678 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1633] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:26 2026] DELETE /v2.0/security-groups/9a78b487-f6ec-4870-979c-e74be79d6032 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:00:27.117 8 INFO neutron.services.segments.plugin [-] Segment 5175d486-d2f9-4434-92ae-b90f0b9b09e8 resource provider aggregate not found 2026-04-16 04:00:27.122 8 INFO neutron.services.segments.plugin [-] Segment 5175d486-d2f9-4434-92ae-b90f0b9b09e8 resource provider aggregate not found 2026-04-16 04:00:27.146 8 INFO neutron.services.segments.plugin [-] Segment 5175d486-d2f9-4434-92ae-b90f0b9b09e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5175d486-d2f9-4434-92ae-b90f0b9b09e8 found for delete ", "request_id": "req-d9f0154c-ced5-4892-96a0-f0035d78b3ff"}]} 2026-04-16 04:00:27.160 8 INFO neutron.services.segments.plugin [-] Segment 5175d486-d2f9-4434-92ae-b90f0b9b09e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5175d486-d2f9-4434-92ae-b90f0b9b09e8 found for delete ", "request_id": "req-17e5d230-e5a4-4263-a6da-5939006f6a20"}]} 2026-04-16 04:00:27.170 8 INFO neutron.services.segments.plugin [-] Segment 415a797d-44a7-4054-9aa9-d30ecfaa62fe resource provider aggregate not found 2026-04-16 04:00:27.175 8 INFO neutron.services.segments.plugin [-] Segment 415a797d-44a7-4054-9aa9-d30ecfaa62fe resource provider aggregate not found 2026-04-16 04:00:27.189 8 INFO neutron.services.segments.plugin [-] Segment 415a797d-44a7-4054-9aa9-d30ecfaa62fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 415a797d-44a7-4054-9aa9-d30ecfaa62fe found for delete ", "request_id": "req-0dd47b10-800c-446e-9d20-30bdb81aa7de"}]} 2026-04-16 04:00:27.192 8 INFO neutron.services.segments.plugin [-] Segment 415a797d-44a7-4054-9aa9-d30ecfaa62fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 415a797d-44a7-4054-9aa9-d30ecfaa62fe found for delete ", "request_id": "req-fbc3e550-e7fd-4cdc-92d3-0b24a0517d11"}]} [pid: 8|app: 0|req: 812/1634] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 04:00:26 2026] PUT /v2.0/floatingips/973cc657-d505-463c-a299-67af6d224b7d => generated 855 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1635] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:27 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 957 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:27.334 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9e4c68f-bef0-46ea-8482-19ca3555639b'] response: {'name': 'network-changed', 'server_uuid': 'b0de0aea-a799-4008-88a8-5f4b590b2802', 'tag': '2ef6eb8a-7336-4022-89ca-0b740f52289d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 823/1636] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 04:00:27 2026] POST /v2.0/ports => generated 954 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, ' 2026-04-16 04:00:27.436 7 INFO neutron.services.segments.plugin [-] Segment 8431137d-372b-41b2-9814-e5f9e14f7197 resource provider aggregate not found 2026-04-16 04:00:27.449 7 INFO neutron.services.segments.plugin [-] Segment 8431137d-372b-41b2-9814-e5f9e14f7197 resource provider aggregate not found [pid: 7|app: 0|req: 824/1637] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:00:27 2026] GET /v2.0/floatingips/973cc657-d505-463c-a299-67af6d224b7d => generated 855 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:27.474 7 INFO neutron.services.segments.plugin [-] Segment 8431137d-372b-41b2-9814-e5f9e14f7197 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8431137d-372b-41b2-9814-e5f9e14f7197 found for delete ", "request_id": "req-4fa718c4-d5a8-4875-9495-dba55bc58915"}]} [pid: 8|app: 0|req: 814/1638] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:27 2026] GET /v2.0/security-groups?tenant_id=f198235c4e844c0c9461e582c17d3fae&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:00:27.478 7 INFO neutron.services.segments.plugin [-] Segment 8431137d-372b-41b2-9814-e5f9e14f7197 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8431137d-372b-41b2-9814-e5f9e14f7197 found for delete ", "request_id": "req-ebf62c4a-0371-4f41-a3f1-71a10ce1b2e6"}]} [pid: 7|app: 0|req: 825/1639] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:27 2026] GET /v2.0/security-groups?id=1e3aca29-8868-45e3-a736-69936790f285&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1640] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:27 2026] DELETE /v2.0/security-groups/b6e00ad3-d723-4468-b723-b97176f5259f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1641] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:27 2026] GET /v2.0/security-groups?tenant_id=c19528c11a9542e7946c1e6e230d17a0&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1642] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:00:27 2026] GET /v2.0/ports?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1643] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:00:27 2026] PUT /v2.0/ports/cf778365-ebda-4bda-9b0a-4304879db54d => generated 1235 bytes in 474 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: 816/1644] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:00:27 2026] GET /v2.0/networks?id=a73911de-4cb7-4263-8fa6-72ee69394279 => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1645] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:27 2026] DELETE /v2.0/security-groups/60fe7bca-ee6d-42c7-8b72-6cd8d9301fd8 => 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: 817/1646] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:00:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2ef6eb8a-7336-4022-89ca-0b740f52289d => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1647] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:00:28 2026] GET /v2.0/subnets?id=801e8c7b-9e6e-4783-b0e3-a078f401b4e1 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1648] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:00:28 2026] GET /v2.0/ports?network_id=a73911de-4cb7-4263-8fa6-72ee69394279&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1649] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:00:28 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?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: 819/1650] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:00:28 2026] GET /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1651] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:00:28 2026] GET /v2.0/floatingips/973cc657-d505-463c-a299-67af6d224b7d => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1652] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:28 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1653] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:28 2026] GET /v2.0/security-groups?id=1e3aca29-8868-45e3-a736-69936790f285&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: 821/1654] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:00:28 2026] GET /v2.0/ports?tenant_id=c7419703ef574d0ba4b9e4afaf4eea30&device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1655] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:00:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=cf778365-ebda-4bda-9b0a-4304879db54d => 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: 822/1656] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:00:29 2026] GET /v2.0/subnets?id=627da89a-68f9-464e-b97c-6cb80169d06a => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1657] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:00:29 2026] GET /v2.0/ports?network_id=fa404b87-ca33-4acc-abde-33262a04b56a&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: 823/1658] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:00:29 2026] GET /v2.0/networks/fa404b87-ca33-4acc-abde-33262a04b56a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1659] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:00:29 2026] GET /v2.0/networks/fa404b87-ca33-4acc-abde-33262a04b56a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:00:29.381 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af6eee93-c349-42bb-9f9f-85c1a0f533c0'] response: {'name': 'network-changed', 'server_uuid': '24e250ae-2158-4ba0-bcb7-8d99182c2e53', 'tag': 'cf778365-ebda-4bda-9b0a-4304879db54d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 824/1660] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:29 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1661] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:29 2026] GET /v2.0/security-groups?id=1e3aca29-8868-45e3-a736-69936790f285&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1662] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:00:30 2026] GET /v2.0/ports?tenant_id=c7419703ef574d0ba4b9e4afaf4eea30&device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1663] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:00:30 2026] GET /v2.0/networks?id=fa404b87-ca33-4acc-abde-33262a04b56a => generated 774 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1664] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:00:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=cf778365-ebda-4bda-9b0a-4304879db54d => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1665] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:00:30 2026] GET /v2.0/subnets?id=627da89a-68f9-464e-b97c-6cb80169d06a => generated 696 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1666] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:00:30 2026] GET /v2.0/ports?network_id=fa404b87-ca33-4acc-abde-33262a04b56a&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1667] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:00:30 2026] GET /v2.0/networks/fa404b87-ca33-4acc-abde-33262a04b56a?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: 828/1668] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:00:30 2026] GET /v2.0/networks/fa404b87-ca33-4acc-abde-33262a04b56a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1669] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:30 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1670] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:30 2026] GET /v2.0/security-groups?id=1e3aca29-8868-45e3-a736-69936790f285&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: 830/1671] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:00:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1672] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:00:32 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: 832/1673] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:00:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1674] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:32 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 969 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1675] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:00:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1676] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:32 2026] GET /v2.0/security-groups?id=1e3aca29-8868-45e3-a736-69936790f285&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: 7|app: 0|req: 843/1677] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:00:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1678] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:00:32 2026] PUT /v2.0/subnetpools/da591b9b-b7f3-4bca-9282-924c6b1046d2/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1679] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:00:32 2026] PUT /v2.0/subnetpools/c978e42f-fbcc-42fc-bf4d-c4d5136f44e7/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: 836/1680] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:00:32 2026] PUT /v2.0/subnetpools/d4ea98c3-05f7-48f3-9415-26aa93480730/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1681] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:00:32 2026] PUT /v2.0/subnetpools/ccd7c25a-fa0b-41e7-935c-9dafe25810ce/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1682] 10.0.0.4 () {32 vars in 670 bytes} [Thu Apr 16 04:00:32 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1683] 10.0.0.4 () {32 vars in 684 bytes} [Thu Apr 16 04:00:32 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1684] 10.0.0.4 () {32 vars in 680 bytes} [Thu Apr 16 04:00:32 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1685] 10.0.0.4 () {32 vars in 692 bytes} [Thu Apr 16 04:00:32 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1686] 10.0.0.4 () {32 vars in 678 bytes} [Thu Apr 16 04:00:32 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1687] 10.0.0.4 () {32 vars in 692 bytes} [Thu Apr 16 04:00:32 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1688] 10.0.0.4 () {32 vars in 688 bytes} [Thu Apr 16 04:00:32 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1689] 10.0.0.4 () {32 vars in 700 bytes} [Thu Apr 16 04:00:33 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1690] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:00:33 2026] DELETE /v2.0/subnetpools/da591b9b-b7f3-4bca-9282-924c6b1046d2 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1691] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:00:33 2026] DELETE /v2.0/subnetpools/c978e42f-fbcc-42fc-bf4d-c4d5136f44e7 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1692] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:00:33 2026] DELETE /v2.0/subnetpools/d4ea98c3-05f7-48f3-9415-26aa93480730 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1693] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:00:33 2026] DELETE /v2.0/subnetpools/ccd7c25a-fa0b-41e7-935c-9dafe25810ce => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1694] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:00:33 2026] DELETE /v2.0/subnetpools/49580176-0e6b-4dfd-9010-8d1c3c61478d => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1695] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:33 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1696] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:33 2026] GET /v2.0/security-groups?id=1e3aca29-8868-45e3-a736-69936790f285&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1697] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:34 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => 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: 845/1698] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:34 2026] GET /v2.0/security-groups?id=1e3aca29-8868-45e3-a736-69936790f285&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: 7|app: 0|req: 854/1699] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:34 2026] GET /v2.0/security-groups?tenant_id=181bf71d53d5479098b2d2ba9c6720ce&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1700] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:34 2026] DELETE /v2.0/security-groups/b756bc4f-288b-4540-a20f-8e85b3c3ca32 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1701] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:34 2026] GET /v2.0/security-groups?tenant_id=1e0c4794c02a47228b5ba1ec3f66dd89&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1702] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:34 2026] DELETE /v2.0/security-groups/d9d7cb09-1d67-464d-9d14-71311d724ce7 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1703] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:35 2026] GET /v2.0/security-groups?tenant_id=088369e13d6c48e4bcd7a49d4045abd1&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1704] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:35 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1705] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:35 2026] GET /v2.0/security-groups?id=1e3aca29-8868-45e3-a736-69936790f285&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1706] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:35 2026] DELETE /v2.0/security-groups/d41f852c-d33c-4ece-94ea-8344c61ec9ec => 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: 850/1707] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:36 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1708] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:36 2026] GET /v2.0/security-groups?id=1e3aca29-8868-45e3-a736-69936790f285&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: 851/1709] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 04:00:36 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:36.759 7 INFO neutron_taas.services.taas.taas_plugin [req-f5dfce77-eda0-462a-a838-594493bdc85b req-52bd827e-5e74-4803-bf5a-99fc840c40ed 8ab84036fe9c495a9d1eed95d32553a8 c7419703ef574d0ba4b9e4afaf4eea30 - - default default] TaaS: Handle Delete Port: cf778365-ebda-4bda-9b0a-4304879db54d 2026-04-16 04:00:36.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f5dfce77-eda0-462a-a838-594493bdc85b req-52bd827e-5e74-4803-bf5a-99fc840c40ed 8ab84036fe9c495a9d1eed95d32553a8 c7419703ef574d0ba4b9e4afaf4eea30 - - default default] Tap Mirror: Handle Delete Port: cf778365-ebda-4bda-9b0a-4304879db54d [pid: 7|app: 0|req: 859/1710] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 04:00:36 2026] DELETE /v2.0/ports/cf778365-ebda-4bda-9b0a-4304879db54d => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:36.960 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-47360464-3b3a-426b-873b-83e7d258e2fe'] response: {'server_uuid': '24e250ae-2158-4ba0-bcb7-8d99182c2e53', 'name': 'network-vif-deleted', 'tag': 'cf778365-ebda-4bda-9b0a-4304879db54d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 852/1711] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:37 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1712] 10.0.0.234 () {34 vars in 990 bytes} [Thu Apr 16 04:00:37 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 1240 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1713] 10.0.0.234 () {34 vars in 1040 bytes} [Thu Apr 16 04:00:38 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&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: 855/1716] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:38 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => 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: 856/1717] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:39 2026] GET /v2.0/ports?device_id=24e250ae-2158-4ba0-bcb7-8d99182c2e53 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:00:39.725 7 INFO neutron.db.segments_db [None req-be7dbcb1-6a58-4497-a1a1-db4df1048122 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] Added segment 9be12670-7e27-4b3a-acde-558f18fefe37 of type vxlan for network d67b2fdb-f6e6-43d1-a6e3-0bf292dfbfbc [pid: 7|app: 0|req: 862/1718] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:39 2026] POST /v2.0/networks => generated 611 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1719] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:00:39 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1720] 10.0.0.4 () {34 vars in 664 bytes} [Thu Apr 16 04:00:40 2026] POST /v2.0/trunks => generated 407 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:00:40.369 8 INFO neutron.db.segments_db [None req-b6e6ac69-1ef1-46ac-843b-01e9e25b1a6d 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] Added segment 26a2bd3b-88cf-4ead-9418-6521821f7c65 of type vxlan for network f77e5e33-d69f-44b1-b4f1-a1c5d84483b7 [pid: 8|app: 0|req: 858/1721] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:40 2026] POST /v2.0/networks => generated 611 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1722] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:00:40 2026] POST /v2.0/ports => generated 743 bytes in 263 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: 859/1723] 10.0.0.4 () {34 vars in 664 bytes} [Thu Apr 16 04:00:40 2026] POST /v2.0/trunks => generated 407 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:00:40.981 8 INFO neutron.db.segments_db [None req-80f1a774-45c9-4534-841d-98cb0683795d 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] Added segment 345766e1-6fb0-408e-9138-0dd5cb8f005c of type vxlan for network d05f9964-5e6c-4266-b466-cbe07381aa5d [pid: 8|app: 0|req: 860/1724] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:40 2026] POST /v2.0/networks => generated 613 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:00:41.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a546aaa-03c4-496c-af18-b375ffea6400 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 78bba08a-8428-409b-a393-a85dc47e93a1 2026-04-16 04:00:41.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a546aaa-03c4-496c-af18-b375ffea6400 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 78bba08a-8428-409b-a393-a85dc47e93a1 [pid: 8|app: 0|req: 861/1725] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:00:41 2026] POST /v2.0/ports => generated 743 bytes in 295 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: 862/1726] 10.0.0.4 () {34 vars in 664 bytes} [Thu Apr 16 04:00:41 2026] POST /v2.0/trunks => generated 407 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:00:41.565 8 INFO neutron.db.segments_db [None req-fe72ecc1-e52c-41ff-923a-fce7731fe990 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] Added segment 3bae1264-be87-4281-98bb-a435d2f76fa5 of type vxlan for network b5088565-1c9c-4a12-b787-6c0a75d735e8 [pid: 8|app: 0|req: 863/1727] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:41 2026] POST /v2.0/networks => generated 613 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1728] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:00:40 2026] PUT /v2.0/routers/3da495b6-3d33-45b2-b52e-c14a4b8e0eab/remove_router_interface => generated 309 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:41.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-48e13784-473a-47f2-826d-d4207336ba6f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 7757e2ab-0b39-460c-957a-53c146c29d93 2026-04-16 04:00:41.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48e13784-473a-47f2-826d-d4207336ba6f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 7757e2ab-0b39-460c-957a-53c146c29d93 [pid: 8|app: 0|req: 864/1729] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:00:41 2026] POST /v2.0/ports => generated 743 bytes in 291 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: 865/1730] 10.0.0.4 () {34 vars in 664 bytes} [Thu Apr 16 04:00:41 2026] POST /v2.0/trunks => generated 407 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:00:42.152 7 INFO neutron_taas.services.taas.taas_plugin [None req-48e13784-473a-47f2-826d-d4207336ba6f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 94eafff2-88fc-40ba-ac26-d777ac20a24e 2026-04-16 04:00:42.154 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48e13784-473a-47f2-826d-d4207336ba6f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 94eafff2-88fc-40ba-ac26-d777ac20a24e 2026-04-16 04:00:42.202 8 INFO neutron.db.segments_db [None req-bd5d6e32-7c7f-4192-bfc1-cc8142c9a285 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] Added segment 36061f9a-8700-484c-a5bd-1b577129d83b of type vxlan for network bc22c782-3e07-4597-98ac-e84ebd16e7b5 [pid: 8|app: 0|req: 866/1731] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:00:42 2026] POST /v2.0/networks => generated 612 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:00:42.477 7 INFO neutron.services.segments.plugin [-] Segment 89176db6-c6dd-4892-94a3-27dfd71c34f6 resource provider aggregate not found 2026-04-16 04:00:42.481 7 INFO neutron.services.segments.plugin [-] Segment 89176db6-c6dd-4892-94a3-27dfd71c34f6 resource provider aggregate not found 2026-04-16 04:00:42.496 7 INFO neutron.services.segments.plugin [-] Segment 89176db6-c6dd-4892-94a3-27dfd71c34f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89176db6-c6dd-4892-94a3-27dfd71c34f6 found for delete ", "request_id": "req-65b7319e-0e93-4827-8747-b87e9a87587f"}]} 2026-04-16 04:00:42.500 7 INFO neutron.services.segments.plugin [-] Segment 89176db6-c6dd-4892-94a3-27dfd71c34f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89176db6-c6dd-4892-94a3-27dfd71c34f6 found for delete ", "request_id": "req-c88cc19e-dee0-4060-89a9-1996dce9d83c"}]} 2026-04-16 04:00:42.503 7 INFO neutron.db.l3_hamode_db [None req-48e13784-473a-47f2-826d-d4207336ba6f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] HA network 98a65f85-d63b-4693-ab88-c849d12647ae was deleted as no HA routers are present in tenant c7419703ef574d0ba4b9e4afaf4eea30. [pid: 7|app: 0|req: 866/1732] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:41 2026] DELETE /v2.0/routers/3da495b6-3d33-45b2-b52e-c14a4b8e0eab => generated 0 bytes in 828 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1733] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:00:42 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 867/1734] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:00:42 2026] DELETE /v2.0/subnets/627da89a-68f9-464e-b97c-6cb80169d06a => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:42.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b3b57d0-7695-4381-a3af-bbd218d7f2d2 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 6661aa0b-fab6-4983-a0b0-c93a383b6130 2026-04-16 04:00:42.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b3b57d0-7695-4381-a3af-bbd218d7f2d2 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 6661aa0b-fab6-4983-a0b0-c93a383b6130 [pid: 8|app: 0|req: 868/1735] 10.0.0.4 () {34 vars in 664 bytes} [Thu Apr 16 04:00:42 2026] POST /v2.0/trunks => generated 407 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1736] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 04:00:42 2026] PUT /v2.0/trunks/904eb111-3dc9-47e9-a476-52bb54fe9549/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: 870/1737] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 04:00:42 2026] PUT /v2.0/trunks/01244685-d3db-46f5-84fe-1a47d42069df/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: 871/1738] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 04:00:42 2026] PUT /v2.0/trunks/d59e1f4b-f6f0-4659-a956-a0b112fed397/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1739] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 04:00:42 2026] PUT /v2.0/trunks/bc0e0200-c386-457d-81bf-7586acfd65dc/tags => 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: 873/1740] 10.0.0.4 () {32 vars in 660 bytes} [Thu Apr 16 04:00:42 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1741] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:42 2026] DELETE /v2.0/networks/fa404b87-ca33-4acc-abde-33262a04b56a => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1742] 10.0.0.4 () {32 vars in 674 bytes} [Thu Apr 16 04:00:42 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: 7|app: 0|req: 869/1743] 10.0.0.4 () {32 vars in 670 bytes} [Thu Apr 16 04:00:42 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1744] 10.0.0.4 () {32 vars in 682 bytes} [Thu Apr 16 04:00:42 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1745] 10.0.0.4 () {32 vars in 668 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1746] 10.0.0.4 () {32 vars in 682 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1747] 10.0.0.4 () {32 vars in 678 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1748] 10.0.0.4 () {32 vars in 690 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1749] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/security-groups?tenant_id=c7419703ef574d0ba4b9e4afaf4eea30&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1750] 10.0.0.4 () {32 vars in 717 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/trunks/904eb111-3dc9-47e9-a476-52bb54fe9549 => generated 412 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1751] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:43 2026] DELETE /v2.0/security-groups/1e3aca29-8868-45e3-a736-69936790f285 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1752] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/ports/60d128b0-b17d-4f22-84e3-4317b1a52b65 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1753] 10.0.0.4 () {32 vars in 720 bytes} [Thu Apr 16 04:00:43 2026] DELETE /v2.0/trunks/904eb111-3dc9-47e9-a476-52bb54fe9549 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1754] 10.0.0.4 () {32 vars in 717 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/trunks/01244685-d3db-46f5-84fe-1a47d42069df => generated 420 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1755] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/ports/05ef19c6-5cc3-4191-b9c2-5c65a724053c => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1756] 10.0.0.4 () {32 vars in 720 bytes} [Thu Apr 16 04:00:43 2026] DELETE /v2.0/trunks/01244685-d3db-46f5-84fe-1a47d42069df => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1757] 10.0.0.4 () {32 vars in 717 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/trunks/d59e1f4b-f6f0-4659-a956-a0b112fed397 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1758] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/ports/a93f91d3-f4df-437b-bdbd-3c3e5ac2606e => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1759] 10.0.0.4 () {32 vars in 720 bytes} [Thu Apr 16 04:00:43 2026] DELETE /v2.0/trunks/d59e1f4b-f6f0-4659-a956-a0b112fed397 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1760] 10.0.0.4 () {32 vars in 717 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/trunks/bc0e0200-c386-457d-81bf-7586acfd65dc => generated 414 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1761] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/ports/df6b3fd0-cfeb-4b93-a234-d84c92bce8d1 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1762] 10.0.0.4 () {32 vars in 720 bytes} [Thu Apr 16 04:00:43 2026] DELETE /v2.0/trunks/bc0e0200-c386-457d-81bf-7586acfd65dc => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1763] 10.0.0.4 () {32 vars in 717 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/trunks/414567cb-2a87-4dd0-88a0-a33bbc5ca693 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1764] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:00:43 2026] GET /v2.0/ports/9c105dd2-7813-49e0-8417-e6b5470f1e3f => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1765] 10.0.0.4 () {32 vars in 720 bytes} [Thu Apr 16 04:00:44 2026] DELETE /v2.0/trunks/414567cb-2a87-4dd0-88a0-a33bbc5ca693 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:00:44.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-a69300ca-d681-4ba8-96c0-f42551dada2d 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] TaaS: Handle Delete Port: 60d128b0-b17d-4f22-84e3-4317b1a52b65 2026-04-16 04:00:44.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a69300ca-d681-4ba8-96c0-f42551dada2d 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] Tap Mirror: Handle Delete Port: 60d128b0-b17d-4f22-84e3-4317b1a52b65 [pid: 7|app: 0|req: 881/1766] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:00:44 2026] DELETE /v2.0/ports/60d128b0-b17d-4f22-84e3-4317b1a52b65 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:44.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-be653cd4-07dc-45d1-bce3-59838e7d6847 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] TaaS: Handle Delete Port: 05ef19c6-5cc3-4191-b9c2-5c65a724053c 2026-04-16 04:00:44.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be653cd4-07dc-45d1-bce3-59838e7d6847 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] Tap Mirror: Handle Delete Port: 05ef19c6-5cc3-4191-b9c2-5c65a724053c [pid: 8|app: 0|req: 886/1767] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:00:44 2026] DELETE /v2.0/ports/05ef19c6-5cc3-4191-b9c2-5c65a724053c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:44.520 7 INFO neutron.services.segments.plugin [-] Segment 65e7f58c-6f9d-444a-b7ac-f11637e0e821 resource provider aggregate not found 2026-04-16 04:00:44.528 7 INFO neutron.services.segments.plugin [-] Segment 65e7f58c-6f9d-444a-b7ac-f11637e0e821 resource provider aggregate not found 2026-04-16 04:00:44.541 7 INFO neutron.services.segments.plugin [-] Segment 65e7f58c-6f9d-444a-b7ac-f11637e0e821 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65e7f58c-6f9d-444a-b7ac-f11637e0e821 found for delete ", "request_id": "req-48c83b72-0d48-49be-8454-49510dceebd6"}]} 2026-04-16 04:00:44.542 7 INFO neutron.services.segments.plugin [-] Segment 65e7f58c-6f9d-444a-b7ac-f11637e0e821 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65e7f58c-6f9d-444a-b7ac-f11637e0e821 found for delete ", "request_id": "req-25c9f50c-4740-4625-bb9d-65bea8da22ba"}]} 2026-04-16 04:00:44.565 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa2acced-08f7-4d8c-b2c4-57285884939a 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] TaaS: Handle Delete Port: a93f91d3-f4df-437b-bdbd-3c3e5ac2606e 2026-04-16 04:00:44.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa2acced-08f7-4d8c-b2c4-57285884939a 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] Tap Mirror: Handle Delete Port: a93f91d3-f4df-437b-bdbd-3c3e5ac2606e [pid: 7|app: 0|req: 882/1768] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:00:44 2026] DELETE /v2.0/ports/a93f91d3-f4df-437b-bdbd-3c3e5ac2606e => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:44.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f4afaee-aca1-4823-a9d8-5b90551dd782 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] TaaS: Handle Delete Port: df6b3fd0-cfeb-4b93-a234-d84c92bce8d1 2026-04-16 04:00:44.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f4afaee-aca1-4823-a9d8-5b90551dd782 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] Tap Mirror: Handle Delete Port: df6b3fd0-cfeb-4b93-a234-d84c92bce8d1 [pid: 8|app: 0|req: 887/1769] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:00:44 2026] DELETE /v2.0/ports/df6b3fd0-cfeb-4b93-a234-d84c92bce8d1 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:44.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-46e1542a-49f8-428f-9f39-5eba4f06eeb2 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] TaaS: Handle Delete Port: 9c105dd2-7813-49e0-8417-e6b5470f1e3f 2026-04-16 04:00:44.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46e1542a-49f8-428f-9f39-5eba4f06eeb2 22f9ebff41cc4f1a9372b06ace295369 7f680ff241604244842bd1d49fa6a688 - - default default] Tap Mirror: Handle Delete Port: 9c105dd2-7813-49e0-8417-e6b5470f1e3f [pid: 7|app: 0|req: 883/1770] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:00:44 2026] DELETE /v2.0/ports/9c105dd2-7813-49e0-8417-e6b5470f1e3f => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:45.101 8 INFO neutron.services.segments.plugin [-] Segment 9be12670-7e27-4b3a-acde-558f18fefe37 resource provider aggregate not found 2026-04-16 04:00:45.109 8 INFO neutron.services.segments.plugin [-] Segment 9be12670-7e27-4b3a-acde-558f18fefe37 resource provider aggregate not found 2026-04-16 04:00:45.124 8 INFO neutron.services.segments.plugin [-] Segment 9be12670-7e27-4b3a-acde-558f18fefe37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9be12670-7e27-4b3a-acde-558f18fefe37 found for delete ", "request_id": "req-0845df04-e749-4534-b06c-717523849038"}]} 2026-04-16 04:00:45.133 8 INFO neutron.services.segments.plugin [-] Segment 9be12670-7e27-4b3a-acde-558f18fefe37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9be12670-7e27-4b3a-acde-558f18fefe37 found for delete ", "request_id": "req-cc4340a0-36e0-48d5-9e01-1cbc6515b67e"}]} [pid: 8|app: 0|req: 888/1771] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:45 2026] DELETE /v2.0/networks/d67b2fdb-f6e6-43d1-a6e3-0bf292dfbfbc => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1772] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:45 2026] DELETE /v2.0/networks/f77e5e33-d69f-44b1-b4f1-a1c5d84483b7 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1773] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:45 2026] DELETE /v2.0/networks/d05f9964-5e6c-4266-b466-cbe07381aa5d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1774] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:45 2026] DELETE /v2.0/networks/b5088565-1c9c-4a12-b787-6c0a75d735e8 => 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: 890/1775] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:00:45 2026] DELETE /v2.0/networks/bc22c782-3e07-4597-98ac-e84ebd16e7b5 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1776] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:45 2026] GET /v2.0/security-groups?tenant_id=1f2c371504cc4ddab1aa599236a8fc66&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1777] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:46 2026] DELETE /v2.0/security-groups/75496141-4489-40f7-bd57-eb156eee5f64 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:00:46.568 7 INFO neutron.services.segments.plugin [-] Segment 26a2bd3b-88cf-4ead-9418-6521821f7c65 resource provider aggregate not found 2026-04-16 04:00:46.573 7 INFO neutron.services.segments.plugin [-] Segment 26a2bd3b-88cf-4ead-9418-6521821f7c65 resource provider aggregate not found 2026-04-16 04:00:46.592 7 INFO neutron.services.segments.plugin [-] Segment 26a2bd3b-88cf-4ead-9418-6521821f7c65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26a2bd3b-88cf-4ead-9418-6521821f7c65 found for delete ", "request_id": "req-e292eaca-70ba-4c8c-9680-ad70b172bb3c"}]} 2026-04-16 04:00:46.599 7 INFO neutron.services.segments.plugin [-] Segment 26a2bd3b-88cf-4ead-9418-6521821f7c65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26a2bd3b-88cf-4ead-9418-6521821f7c65 found for delete ", "request_id": "req-9b2b417d-6b7d-4d25-a838-bd97894a19f9"}]} 2026-04-16 04:00:46.617 7 INFO neutron.services.segments.plugin [-] Segment 3bae1264-be87-4281-98bb-a435d2f76fa5 resource provider aggregate not found 2026-04-16 04:00:46.635 7 INFO neutron.services.segments.plugin [-] Segment 3bae1264-be87-4281-98bb-a435d2f76fa5 resource provider aggregate not found 2026-04-16 04:00:46.643 7 INFO neutron.services.segments.plugin [-] Segment 3bae1264-be87-4281-98bb-a435d2f76fa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bae1264-be87-4281-98bb-a435d2f76fa5 found for delete ", "request_id": "req-efc87084-2500-42f5-94fa-b25900a916b4"}]} 2026-04-16 04:00:46.657 7 INFO neutron.services.segments.plugin [-] Segment 3bae1264-be87-4281-98bb-a435d2f76fa5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bae1264-be87-4281-98bb-a435d2f76fa5 found for delete ", "request_id": "req-3b4007b9-80c7-41fb-bc18-026505daf6a4"}]} [pid: 7|app: 0|req: 887/1778] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:46 2026] GET /v2.0/security-groups?tenant_id=c42b4ae3b953465d84e21c22be18aeed&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1779] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:46 2026] DELETE /v2.0/security-groups/b9176eff-ce4f-4727-b4b3-7a6fea1b74e9 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1780] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:46 2026] GET /v2.0/security-groups?tenant_id=7f680ff241604244842bd1d49fa6a688&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1781] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:46 2026] DELETE /v2.0/security-groups/da16de6b-fe4c-40df-9fd4-89bdf8adb4be => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:00:47.152 8 INFO neutron.services.segments.plugin [-] Segment 345766e1-6fb0-408e-9138-0dd5cb8f005c resource provider aggregate not found 2026-04-16 04:00:47.161 8 INFO neutron.services.segments.plugin [-] Segment 345766e1-6fb0-408e-9138-0dd5cb8f005c resource provider aggregate not found 2026-04-16 04:00:47.173 8 INFO neutron.services.segments.plugin [-] Segment 345766e1-6fb0-408e-9138-0dd5cb8f005c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345766e1-6fb0-408e-9138-0dd5cb8f005c found for delete ", "request_id": "req-b35fed85-a90b-44f1-bff3-ce944e59a92f"}]} 2026-04-16 04:00:47.182 8 INFO neutron.services.segments.plugin [-] Segment 345766e1-6fb0-408e-9138-0dd5cb8f005c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345766e1-6fb0-408e-9138-0dd5cb8f005c found for delete ", "request_id": "req-f948b0ff-2b53-4957-8dcd-3138512459a7"}]} 2026-04-16 04:00:47.191 8 INFO neutron.services.segments.plugin [-] Segment 36061f9a-8700-484c-a5bd-1b577129d83b resource provider aggregate not found 2026-04-16 04:00:47.199 8 INFO neutron.services.segments.plugin [-] Segment 36061f9a-8700-484c-a5bd-1b577129d83b resource provider aggregate not found 2026-04-16 04:00:47.209 8 INFO neutron.services.segments.plugin [-] Segment 36061f9a-8700-484c-a5bd-1b577129d83b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36061f9a-8700-484c-a5bd-1b577129d83b found for delete ", "request_id": "req-2ee73591-73f3-4be7-ab1b-e3ffcd5ec225"}]} 2026-04-16 04:00:47.222 8 INFO neutron.services.segments.plugin [-] Segment 36061f9a-8700-484c-a5bd-1b577129d83b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36061f9a-8700-484c-a5bd-1b577129d83b found for delete ", "request_id": "req-86c00bce-e21a-4848-b421-f32c2c7986b3"}]} [pid: 7|app: 0|req: 889/1782] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:47 2026] GET /v2.0/security-groups?tenant_id=0adc0f24108141bfb355f9521b3e518b&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1783] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:47 2026] DELETE /v2.0/security-groups/fcb9c2fb-03b4-4e47-8161-abb18eff51e0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1784] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:00:50 2026] POST /v2.0/floatingips => generated 552 bytes in 726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1785] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:00:51 2026] PUT /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1786] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:00:51 2026] GET /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1787] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:51 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1788] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:51 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&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: 897/1789] 10.0.0.4 () {34 vars in 768 bytes} [Thu Apr 16 04:00:51 2026] PUT /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1790] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:00:51 2026] GET /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1791] 10.0.0.4 () {34 vars in 764 bytes} [Thu Apr 16 04:00:51 2026] PUT /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1792] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:00:51 2026] GET /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1793] 10.0.0.4 () {34 vars in 786 bytes} [Thu Apr 16 04:00:51 2026] PUT /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1794] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:00:51 2026] GET /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1795] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:00:52 2026] PUT /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1796] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:00:52 2026] GET /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1797] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:00:52 2026] GET /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:00:52.248 7 INFO neutron.api.v2.resource [None req-d041c47e-ed5a-4927-b504-576b90ce0f97 69e355a24b634fd3afc3c1a7dd549605 e48969ee3bba49b5b989b5400a25f029 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1798] 10.0.0.4 () {32 vars in 749 bytes} [Thu Apr 16 04:00:52 2026] GET /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1799] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:00:52 2026] DELETE /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1800] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:00:52 2026] GET /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:00:52.422 8 INFO neutron.api.v2.resource [None req-1824fc41-d2e4-4155-87b7-8efd4fda7b53 69e355a24b634fd3afc3c1a7dd549605 e48969ee3bba49b5b989b5400a25f029 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 903/1801] 10.0.0.4 () {32 vars in 752 bytes} [Thu Apr 16 04:00:52 2026] DELETE /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1802] 10.0.0.4 () {32 vars in 740 bytes} [Thu Apr 16 04:00:52 2026] DELETE /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1803] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:00:52 2026] GET /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:00:52.677 7 INFO neutron_taas.services.taas.taas_plugin [None req-a157cc95-94aa-4b45-8d76-18906df8cc29 69e355a24b634fd3afc3c1a7dd549605 e48969ee3bba49b5b989b5400a25f029 - - default default] TaaS: Handle Delete Port: 7aaf6748-5987-4462-95b2-0399afef514b 2026-04-16 04:00:52.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a157cc95-94aa-4b45-8d76-18906df8cc29 69e355a24b634fd3afc3c1a7dd549605 e48969ee3bba49b5b989b5400a25f029 - - default default] Tap Mirror: Handle Delete Port: 7aaf6748-5987-4462-95b2-0399afef514b [pid: 8|app: 0|req: 905/1804] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:52 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1805] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:52 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1806] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:00:52 2026] DELETE /v2.0/floatingips/4cb912a9-9fb6-411b-b413-57898deb0925 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1807] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:52 2026] GET /v2.0/security-groups?tenant_id=37c895b29a89408ea8b11733cb624ba7&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1808] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:53 2026] DELETE /v2.0/security-groups/10eae07e-6ead-40d9-986d-82afb127b48d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1811] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:53 2026] GET /v2.0/security-groups?tenant_id=4d854eabf61a427eae38ad99fc2be757&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1812] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:53 2026] DELETE /v2.0/security-groups/c1d3170e-6cc1-413a-aaee-4d0f68ec21be => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1813] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:53 2026] GET /v2.0/security-groups?tenant_id=d8ba39faf3a04db087fba351997db1c8&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1814] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:53 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1815] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:53 2026] DELETE /v2.0/security-groups/b28cf01c-f69d-42c0-94bc-bc23b9bef302 => 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: 911/1816] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:53 2026] GET /v2.0/security-groups?id=0b8219f6-2067-471f-9742-793e26dd2fd2&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1817] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 04:00:53 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:00:54.145 8 INFO neutron_taas.services.taas.taas_plugin [req-14937bbc-2eeb-42ec-bf19-723ac8d3d805 req-6c72105d-15cb-4641-bf4d-1cfcc595d580 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] TaaS: Handle Delete Port: 2ef6eb8a-7336-4022-89ca-0b740f52289d 2026-04-16 04:00:54.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-14937bbc-2eeb-42ec-bf19-723ac8d3d805 req-6c72105d-15cb-4641-bf4d-1cfcc595d580 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Tap Mirror: Handle Delete Port: 2ef6eb8a-7336-4022-89ca-0b740f52289d [pid: 7|app: 0|req: 907/1818] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:54 2026] GET /v2.0/security-groups?tenant_id=e48969ee3bba49b5b989b5400a25f029&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:00:54.282 8 INFO neutron.db.l3_db [req-14937bbc-2eeb-42ec-bf19-723ac8d3d805 req-6c72105d-15cb-4641-bf4d-1cfcc595d580 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Floating IP 973cc657-d505-463c-a299-67af6d224b7d disassociated. External IP: 10.96.250.218, port: 2ef6eb8a-7336-4022-89ca-0b740f52289d. [pid: 7|app: 0|req: 908/1819] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:54 2026] DELETE /v2.0/security-groups/62b20d9a-4956-4944-9f5e-cbf3cd58b6f2 => 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: 912/1820] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 04:00:54 2026] DELETE /v2.0/ports/2ef6eb8a-7336-4022-89ca-0b740f52289d => generated 0 bytes in 654 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:00:54.715 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc1de492-79d4-4128-ab4a-da32c0ac925c'] response: {'server_uuid': 'b0de0aea-a799-4008-88a8-5f4b590b2802', 'name': 'network-vif-deleted', 'tag': '2ef6eb8a-7336-4022-89ca-0b740f52289d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 909/1821] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:55 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => 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: 913/1822] 10.0.0.4 () {32 vars in 651 bytes} [Thu Apr 16 04:00:55 2026] GET /v2.0/extensions => generated 21537 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1823] 10.0.0.4 () {32 vars in 679 bytes} [Thu Apr 16 04:00:55 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1824] 10.0.0.4 () {32 vars in 679 bytes} [Thu Apr 16 04:00:55 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: 7|app: 0|req: 911/1825] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:00:55 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1826] 10.0.0.4 () {32 vars in 663 bytes} [Thu Apr 16 04:00:55 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1827] 10.0.0.4 () {32 vars in 697 bytes} [Thu Apr 16 04:00:55 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1828] 10.0.0.4 () {32 vars in 695 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1829] 10.0.0.4 () {32 vars in 699 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1830] 10.0.0.4 () {32 vars in 687 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1831] 10.0.0.4 () {32 vars in 701 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1832] 10.0.0.4 () {32 vars in 691 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1833] 10.0.0.4 () {32 vars in 693 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1834] 10.0.0.4 () {32 vars in 683 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1835] 10.0.0.4 () {32 vars in 685 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1836] 10.0.0.4 () {32 vars in 659 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1837] 10.0.0.4 () {32 vars in 697 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1838] 10.0.0.4 () {32 vars in 677 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1839] 10.0.0.4 () {32 vars in 681 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1840] 10.0.0.4 () {32 vars in 673 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1841] 10.0.0.4 () {32 vars in 687 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1842] 10.0.0.4 () {32 vars in 721 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1843] 10.0.0.4 () {32 vars in 685 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1844] 10.0.0.4 () {32 vars in 667 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1845] 10.0.0.4 () {32 vars in 685 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1846] 10.0.0.4 () {32 vars in 679 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1847] 10.0.0.4 () {32 vars in 697 bytes} [Thu Apr 16 04:00:56 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) [pid: 8|app: 0|req: 927/1848] 10.0.0.4 () {32 vars in 677 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1849] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => 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: 928/1850] 10.0.0.4 () {32 vars in 665 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1851] 10.0.0.4 () {32 vars in 675 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1852] 10.0.0.4 () {32 vars in 663 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1853] 10.0.0.4 () {32 vars in 673 bytes} [Thu Apr 16 04:00:56 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: 8|app: 0|req: 930/1854] 10.0.0.4 () {32 vars in 711 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1855] 10.0.0.4 () {32 vars in 689 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1856] 10.0.0.4 () {32 vars in 681 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1857] 10.0.0.4 () {32 vars in 667 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1858] 10.0.0.4 () {32 vars in 685 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1859] 10.0.0.4 () {32 vars in 703 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1860] 10.0.0.4 () {32 vars in 673 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1861] 10.0.0.4 () {32 vars in 699 bytes} [Thu Apr 16 04:00:56 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: 8|app: 0|req: 934/1862] 10.0.0.4 () {32 vars in 673 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1863] 10.0.0.4 () {32 vars in 691 bytes} [Thu Apr 16 04:00:56 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: 8|app: 0|req: 935/1864] 10.0.0.4 () {32 vars in 687 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1865] 10.0.0.4 () {32 vars in 707 bytes} [Thu Apr 16 04:00:56 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: 8|app: 0|req: 936/1866] 10.0.0.4 () {32 vars in 703 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1867] 10.0.0.4 () {32 vars in 717 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1868] 10.0.0.4 () {32 vars in 695 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1869] 10.0.0.4 () {32 vars in 709 bytes} [Thu Apr 16 04:00:56 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: 8|app: 0|req: 938/1870] 10.0.0.4 () {32 vars in 667 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1871] 10.0.0.4 () {32 vars in 685 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1872] 10.0.0.4 () {32 vars in 679 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1873] 10.0.0.4 () {32 vars in 673 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1874] 10.0.0.4 () {32 vars in 669 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1875] 10.0.0.4 () {32 vars in 659 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1876] 10.0.0.4 () {32 vars in 697 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1877] 10.0.0.4 () {32 vars in 697 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1878] 10.0.0.4 () {32 vars in 675 bytes} [Thu Apr 16 04:00:56 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: 7|app: 0|req: 937/1879] 10.0.0.4 () {32 vars in 667 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1880] 10.0.0.4 () {32 vars in 681 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1881] 10.0.0.4 () {32 vars in 699 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1882] 10.0.0.4 () {32 vars in 683 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1883] 10.0.0.4 () {32 vars in 705 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1884] 10.0.0.4 () {32 vars in 667 bytes} [Thu Apr 16 04:00:56 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: 7|app: 0|req: 940/1885] 10.0.0.4 () {32 vars in 695 bytes} [Thu Apr 16 04:00:56 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: 8|app: 0|req: 946/1886] 10.0.0.4 () {32 vars in 693 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1887] 10.0.0.4 () {32 vars in 683 bytes} [Thu Apr 16 04:00:56 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: 8|app: 0|req: 947/1888] 10.0.0.4 () {32 vars in 687 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1889] 10.0.0.4 () {32 vars in 703 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1890] 10.0.0.4 () {32 vars in 665 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1891] 10.0.0.4 () {32 vars in 679 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1892] 10.0.0.4 () {32 vars in 679 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1893] 10.0.0.4 () {32 vars in 689 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1894] 10.0.0.4 () {32 vars in 689 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1895] 10.0.0.4 () {32 vars in 693 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1896] 10.0.0.4 () {32 vars in 683 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1897] 10.0.0.4 () {32 vars in 687 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1898] 10.0.0.4 () {32 vars in 699 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1899] 10.0.0.4 () {32 vars in 701 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1900] 10.0.0.4 () {32 vars in 711 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1901] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1902] 10.0.0.4 () {32 vars in 713 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1903] 10.0.0.4 () {32 vars in 725 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1904] 10.0.0.4 () {32 vars in 739 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1905] 10.0.0.4 () {32 vars in 717 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1906] 10.0.0.4 () {32 vars in 681 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1907] 10.0.0.4 () {32 vars in 667 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/segment => generated 145 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1908] 10.0.0.4 () {32 vars in 717 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1909] 10.0.0.4 () {32 vars in 677 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1910] 10.0.0.4 () {32 vars in 667 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1911] 10.0.0.4 () {32 vars in 695 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1912] 10.0.0.4 () {32 vars in 703 bytes} [Thu Apr 16 04:00:56 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: 7|app: 0|req: 954/1913] 10.0.0.4 () {32 vars in 699 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1914] 10.0.0.4 () {32 vars in 699 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1915] 10.0.0.4 () {32 vars in 681 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1916] 10.0.0.4 () {32 vars in 703 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1917] 10.0.0.4 () {32 vars in 693 bytes} [Thu Apr 16 04:00:56 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: 8|app: 0|req: 962/1918] 10.0.0.4 () {32 vars in 687 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1919] 10.0.0.4 () {32 vars in 695 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1920] 10.0.0.4 () {32 vars in 677 bytes} [Thu Apr 16 04:00:56 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1921] 10.0.0.4 () {32 vars in 687 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1922] 10.0.0.4 () {32 vars in 699 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1923] 10.0.0.4 () {32 vars in 663 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1924] 10.0.0.4 () {32 vars in 679 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1925] 10.0.0.4 () {32 vars in 675 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1926] 10.0.0.4 () {32 vars in 691 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1927] 10.0.0.4 () {32 vars in 675 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1928] 10.0.0.4 () {32 vars in 665 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1929] 10.0.0.4 () {32 vars in 661 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1930] 10.0.0.4 () {32 vars in 673 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1931] 10.0.0.4 () {32 vars in 685 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1932] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/ports?device_id=b0de0aea-a799-4008-88a8-5f4b590b2802 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:00:57.732 7 INFO neutron.db.segments_db [None req-bc554b31-46a4-4413-8871-49eb62f2cf34 ae26a3fac42047ec90ab889c50dffe36 04eec9080be04b4181705d79f281242f - - default default] Added segment cd5b2ea2-c4bf-4433-9a67-ecba6ff0d2a5 of type vxlan for network fe330c6b-deb5-47d0-8d16-609170bd629b [pid: 8|app: 0|req: 970/1933] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:00:57 2026] GET /v2.0/security-groups?tenant_id=6568eb9521b64b55a085b13e80710067&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:00:58.045 7 INFO neutron.db.l3_hamode_db [None req-bc554b31-46a4-4413-8871-49eb62f2cf34 ae26a3fac42047ec90ab889c50dffe36 04eec9080be04b4181705d79f281242f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:00:58.159 7 INFO neutron.db.l3_hamode_db [None req-bc554b31-46a4-4413-8871-49eb62f2cf34 ae26a3fac42047ec90ab889c50dffe36 04eec9080be04b4181705d79f281242f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 971/1934] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:57 2026] DELETE /v2.0/security-groups/ffff0027-2ed8-4ec3-a67e-bd2503c3b83f => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1935] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:00:58 2026] DELETE /v2.0/security-groups/0b8219f6-2067-471f-9742-793e26dd2fd2 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:00:58.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-272c9a60-01f7-48b5-9793-939e5880892f 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] TaaS: Handle Delete Port: bed0aac3-9b2d-4344-ba84-1e40fbc15394 2026-04-16 04:00:58.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-272c9a60-01f7-48b5-9793-939e5880892f 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Tap Mirror: Handle Delete Port: bed0aac3-9b2d-4344-ba84-1e40fbc15394 [pid: 7|app: 0|req: 964/1936] 10.0.0.4 () {34 vars in 666 bytes} [Thu Apr 16 04:00:57 2026] POST /v2.0/routers => generated 474 bytes in 1169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1937] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:00:58 2026] DELETE /v2.0/floatingips/973cc657-d505-463c-a299-67af6d224b7d => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1938] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:00:58 2026] PUT /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags => generated 25 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1939] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:00:58 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1940] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:00:58 2026] GET /v2.0/security-groups?id=8db7a087-9ee4-4b63-9a38-af363cae589a&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: 974/1941] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:00:58 2026] GET /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags => generated 25 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1942] 10.0.0.4 () {34 vars in 760 bytes} [Thu Apr 16 04:00:59 2026] PUT /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags/green => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1943] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:00:59 2026] GET /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1944] 10.0.0.4 () {34 vars in 756 bytes} [Thu Apr 16 04:00:59 2026] PUT /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags/red => generated 4 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1945] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:00:59 2026] GET /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1946] 10.0.0.4 () {34 vars in 778 bytes} [Thu Apr 16 04:00:59 2026] PUT /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags/black.or.white => generated 4 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1947] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:00:59 2026] GET /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags => generated 52 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1948] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:00:59 2026] PUT /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags => generated 37 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1949] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:00:59 2026] GET /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags => generated 37 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1950] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:00:59 2026] GET /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags/red => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:01:00.150 7 INFO neutron.api.v2.resource [None req-12be201f-31f0-4a64-a6f8-ba4aa0e7c675 ae26a3fac42047ec90ab889c50dffe36 04eec9080be04b4181705d79f281242f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 973/1951] 10.0.0.4 () {32 vars in 741 bytes} [Thu Apr 16 04:01:00 2026] GET /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags/green => generated 99 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1952] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:00 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1953] 10.0.0.4 () {32 vars in 740 bytes} [Thu Apr 16 04:01:00 2026] DELETE /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags/red => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:01:00.330 8 INFO neutron.db.segments_db [None req-5acebe86-c033-4773-acf8-2c0352ae7992 2624287243f9408db65a5ec1c4380d09 2758704616f342dd9f5ed0bbdd63c1e5 - - default default] Added segment b704a6e7-b740-4415-adca-c85ae399b920 of type vxlan for network a767be84-d286-4286-8983-b6bd76dc6724 [pid: 7|app: 0|req: 976/1954] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:01:00 2026] GET /v2.0/security-groups?id=8db7a087-9ee4-4b63-9a38-af363cae589a&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1955] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:01:00 2026] GET /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags => generated 30 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1956] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:01:00 2026] POST /v2.0/networks => generated 625 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:00.504 7 INFO neutron.api.v2.resource [None req-19d04cd3-f68e-4313-8736-58fa26ad6c4c ae26a3fac42047ec90ab889c50dffe36 04eec9080be04b4181705d79f281242f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 978/1957] 10.0.0.4 () {32 vars in 744 bytes} [Thu Apr 16 04:01:00 2026] DELETE /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags/green => generated 99 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1958] 10.0.0.4 () {32 vars in 732 bytes} [Thu Apr 16 04:01:00 2026] DELETE /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1959] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:00 2026] POST /v2.0/subnets => generated 641 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1960] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:01:00 2026] GET /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372/tags => generated 12 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:00.741 8 INFO neutron.db.segments_db [None req-5f131cae-e196-482e-bdf3-246039685b49 2624287243f9408db65a5ec1c4380d09 2758704616f342dd9f5ed0bbdd63c1e5 - - default default] Added segment 50a37458-2bc1-4f95-a5fd-44fc8622ac27 of type vxlan for network 03ca31d2-3c27-4916-82ef-5d58d29bac81 [pid: 7|app: 0|req: 981/1961] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:01:00 2026] GET /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372 => generated 480 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1962] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:01:00 2026] POST /v2.0/networks => generated 624 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1963] 10.0.0.4 () {34 vars in 741 bytes} [Thu Apr 16 04:01:00 2026] PUT /v2.0/networks/03ca31d2-3c27-4916-82ef-5d58d29bac81 => generated 592 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1964] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:00 2026] POST /v2.0/subnets => generated 626 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1965] 10.0.0.4 () {34 vars in 739 bytes} [Thu Apr 16 04:01:01 2026] PUT /v2.0/subnets/7616d4d4-7495-43d9-9acc-0bebffd521ae => generated 636 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1966] 10.0.0.4 () {34 vars in 740 bytes} [Thu Apr 16 04:01:00 2026] PUT /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372 => generated 480 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1967] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 04:01:01 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1968] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:01:01 2026] GET /v2.0/ports?device_id=6a93f1b9-e0c0-41ff-88d0-5fc432294372 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:01.460 7 INFO neutron_taas.services.taas.taas_plugin [req-ffdd253b-2d8d-44c8-8017-9b80bc49036f req-1705e20c-9e3d-40ec-ba3a-af8ce102c4a9 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] TaaS: Handle Delete Port: 11c2bdc5-3485-4b7e-8cfd-8433b5e86607 2026-04-16 04:01:01.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ffdd253b-2d8d-44c8-8017-9b80bc49036f req-1705e20c-9e3d-40ec-ba3a-af8ce102c4a9 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Tap Mirror: Handle Delete Port: 11c2bdc5-3485-4b7e-8cfd-8433b5e86607 2026-04-16 04:01:01.478 8 INFO neutron.services.segments.plugin [-] Segment 50a37458-2bc1-4f95-a5fd-44fc8622ac27 resource provider aggregate not found 2026-04-16 04:01:01.487 8 INFO neutron.services.segments.plugin [-] Segment 50a37458-2bc1-4f95-a5fd-44fc8622ac27 resource provider aggregate not found 2026-04-16 04:01:01.500 8 INFO neutron.services.segments.plugin [-] Segment 50a37458-2bc1-4f95-a5fd-44fc8622ac27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50a37458-2bc1-4f95-a5fd-44fc8622ac27 found for delete ", "request_id": "req-6cb8b68c-f81a-4b58-b81d-06109d7cd0e1"}]} 2026-04-16 04:01:01.505 8 INFO neutron.services.segments.plugin [-] Segment 50a37458-2bc1-4f95-a5fd-44fc8622ac27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50a37458-2bc1-4f95-a5fd-44fc8622ac27 found for delete ", "request_id": "req-39ea5a21-0f83-4d42-8cff-41b5440a419b"}]} [pid: 8|app: 0|req: 985/1969] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:01 2026] DELETE /v2.0/networks/03ca31d2-3c27-4916-82ef-5d58d29bac81 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1970] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 04:01:01 2026] DELETE /v2.0/ports/11c2bdc5-3485-4b7e-8cfd-8433b5e86607 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1971] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:01 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:01.655 7 INFO neutron.pecan_wsgi.hooks.translation [None req-409753d7-927c-4d07-8bc3-20815d9935c2 2624287243f9408db65a5ec1c4380d09 2758704616f342dd9f5ed0bbdd63c1e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 987/1972] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:01 2026] DELETE /v2.0/networks/03ca31d2-3c27-4916-82ef-5d58d29bac81 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:01.684 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fc6e7cf-4646-4d46-86de-193ec7523c9d'] response: {'server_uuid': 'bb3e47a6-f814-47dc-89b5-ebc127c8c2c5', 'name': 'network-vif-deleted', 'tag': '11c2bdc5-3485-4b7e-8cfd-8433b5e86607', 'status': 'completed', 'code': 200} 2026-04-16 04:01:01.685 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ff15b67-24fe-4e6a-9e66-7fa3a6b81cf1 ae26a3fac42047ec90ab889c50dffe36 04eec9080be04b4181705d79f281242f - - default default] TaaS: Handle Delete Port: acb18e54-6f45-453b-a16f-e3407e636d9a 2026-04-16 04:01:01.707 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ff15b67-24fe-4e6a-9e66-7fa3a6b81cf1 ae26a3fac42047ec90ab889c50dffe36 04eec9080be04b4181705d79f281242f - - default default] Tap Mirror: Handle Delete Port: acb18e54-6f45-453b-a16f-e3407e636d9a [pid: 7|app: 0|req: 988/1973] 10.0.0.4 () {32 vars in 692 bytes} [Thu Apr 16 04:01:01 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1974] 10.0.0.4 () {32 vars in 740 bytes} [Thu Apr 16 04:01:01 2026] GET /v2.0/subnets?network_id=4bcabe9b-a8ff-4344-b9db-cac942cf8a8d => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1975] 10.0.0.4 () {32 vars in 651 bytes} [Thu Apr 16 04:01:01 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: 7|app: 0|req: 991/1976] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 04:01:01 2026] GET /v2.0/networks => generated 1309 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1977] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 04:01:01 2026] GET /v2.0/subnets => generated 1280 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1978] 10.0.0.4 () {32 vars in 721 bytes} [Thu Apr 16 04:01:01 2026] GET /v2.0/networks/a767be84-d286-4286-8983-b6bd76dc6724 => generated 669 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1979] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:01:01 2026] GET /v2.0/subnets/04517142-eafa-40cd-afdd-7cd66a7f411c => generated 641 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:01:01.985 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7eded249-fd7e-4719-9e3e-cd2e22e53a06 2624287243f9408db65a5ec1c4380d09 2758704616f342dd9f5ed0bbdd63c1e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 995/1980] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:01 2026] DELETE /v2.0/subnets/7616d4d4-7495-43d9-9acc-0bebffd521ae => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:02.000 7 INFO neutron.pecan_wsgi.hooks.translation [None req-295a8552-f08b-4b93-9357-a85099b3642f 2624287243f9408db65a5ec1c4380d09 2758704616f342dd9f5ed0bbdd63c1e5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 996/1981] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:01 2026] DELETE /v2.0/networks/03ca31d2-3c27-4916-82ef-5d58d29bac81 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:02.140 8 INFO neutron.db.l3_hamode_db [None req-6ff15b67-24fe-4e6a-9e66-7fa3a6b81cf1 ae26a3fac42047ec90ab889c50dffe36 04eec9080be04b4181705d79f281242f - - default default] HA network fe330c6b-deb5-47d0-8d16-609170bd629b was deleted as no HA routers are present in tenant 04eec9080be04b4181705d79f281242f. [pid: 8|app: 0|req: 986/1982] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:01 2026] DELETE /v2.0/routers/6a93f1b9-e0c0-41ff-88d0-5fc432294372 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1983] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:02 2026] DELETE /v2.0/subnets/04517142-eafa-40cd-afdd-7cd66a7f411c => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:01:02.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c8c244c-e20f-48d1-b047-d453ed23538f 2624287243f9408db65a5ec1c4380d09 2758704616f342dd9f5ed0bbdd63c1e5 - - default default] TaaS: Handle Delete Port: ddea699f-b2b5-4ce2-8ab7-987d0177e2b2 2026-04-16 04:01:02.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c8c244c-e20f-48d1-b047-d453ed23538f 2624287243f9408db65a5ec1c4380d09 2758704616f342dd9f5ed0bbdd63c1e5 - - default default] Tap Mirror: Handle Delete Port: ddea699f-b2b5-4ce2-8ab7-987d0177e2b2 [pid: 8|app: 0|req: 987/1984] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:02 2026] DELETE /v2.0/networks/a767be84-d286-4286-8983-b6bd76dc6724 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1985] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:02 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1986] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:01:02 2026] GET /v2.0/security-groups?tenant_id=2758704616f342dd9f5ed0bbdd63c1e5&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1987] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:01:02 2026] GET /v2.0/security-groups?tenant_id=230fff86d780436da3b92927b671b7ab&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1988] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:03 2026] DELETE /v2.0/security-groups/0e678b7d-e2d9-457d-a30b-263f05c68c73 => 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: 989/1989] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:03 2026] DELETE /v2.0/security-groups/b9b13f9d-eb60-47e1-b860-16a127850706 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1990] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:01:03 2026] GET /v2.0/security-groups?tenant_id=04eec9080be04b4181705d79f281242f&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:01:03.523 8 INFO neutron.services.segments.plugin [-] Segment cd5b2ea2-c4bf-4433-9a67-ecba6ff0d2a5 resource provider aggregate not found 2026-04-16 04:01:03.528 8 INFO neutron.services.segments.plugin [-] Segment cd5b2ea2-c4bf-4433-9a67-ecba6ff0d2a5 resource provider aggregate not found 2026-04-16 04:01:03.540 8 INFO neutron.services.segments.plugin [-] Segment cd5b2ea2-c4bf-4433-9a67-ecba6ff0d2a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd5b2ea2-c4bf-4433-9a67-ecba6ff0d2a5 found for delete ", "request_id": "req-a38ee83e-674e-41c6-a8ee-a2fddc4e08cd"}]} 2026-04-16 04:01:03.546 8 INFO neutron.services.segments.plugin [-] Segment cd5b2ea2-c4bf-4433-9a67-ecba6ff0d2a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd5b2ea2-c4bf-4433-9a67-ecba6ff0d2a5 found for delete ", "request_id": "req-156de840-5ff2-4a5b-9a59-524095452c27"}]} 2026-04-16 04:01:03.559 8 INFO neutron.services.segments.plugin [-] Segment b704a6e7-b740-4415-adca-c85ae399b920 resource provider aggregate not found 2026-04-16 04:01:03.563 8 INFO neutron.services.segments.plugin [-] Segment b704a6e7-b740-4415-adca-c85ae399b920 resource provider aggregate not found 2026-04-16 04:01:03.580 8 INFO neutron.services.segments.plugin [-] Segment b704a6e7-b740-4415-adca-c85ae399b920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b704a6e7-b740-4415-adca-c85ae399b920 found for delete ", "request_id": "req-62af59da-06a3-43d2-8c75-54d601652286"}]} 2026-04-16 04:01:03.582 8 INFO neutron.services.segments.plugin [-] Segment b704a6e7-b740-4415-adca-c85ae399b920 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b704a6e7-b740-4415-adca-c85ae399b920 found for delete ", "request_id": "req-1d052a00-2730-409a-99ad-f6a7c12fa809"}]} [pid: 8|app: 0|req: 990/1991] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:03 2026] DELETE /v2.0/security-groups/cfff20e3-080a-44db-a3a1-5f145ad55281 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1992] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:03 2026] GET /v2.0/ports?device_id=bb3e47a6-f814-47dc-89b5-ebc127c8c2c5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1993] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:04 2026] DELETE /v2.0/security-groups/8db7a087-9ee4-4b63-9a38-af363cae589a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:01:05.117 8 INFO neutron.db.segments_db [None req-0dd66121-10a5-46eb-9843-02d49c4e217e 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] Added segment 018fffe2-96fa-4c2f-bcc3-3863cb4251c0 of type vxlan for network fc6722e0-82f0-46d8-b6e1-269158feab5e [pid: 8|app: 0|req: 991/1994] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:01:04 2026] POST /v2.0/networks => generated 626 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:05.473 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fb8465e-7fce-4250-b1e5-3a115ac549fa 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] TaaS: Handle Delete Port: 057159cc-f69e-4062-865b-407200e7012f 2026-04-16 04:01:05.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fb8465e-7fce-4250-b1e5-3a115ac549fa 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Tap Mirror: Handle Delete Port: 057159cc-f69e-4062-865b-407200e7012f [pid: 8|app: 0|req: 992/1995] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 04:01:05 2026] POST /v2.0/ports => generated 775 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:01:05.598 8 INFO neutron.db.segments_db [None req-46970f71-a3f9-4892-b242-5b755cd7744d 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] Added segment 7159b4bd-8021-4760-8816-895da05c48f0 of type vxlan for network 1da66685-08d7-4f1e-a29a-b683afcfb15b [pid: 8|app: 0|req: 993/1996] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:01:05 2026] POST /v2.0/networks => generated 612 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1997] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:05 2026] POST /v2.0/subnets => generated 626 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1998] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:01:05 2026] PUT /v2.0/routers/7791bf8f-6d01-4bbc-b930-748a4acad4e8/remove_router_interface => generated 309 bytes in 908 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1999] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:05 2026] DELETE /v2.0/subnets/801e8c7b-9e6e-4783-b0e3-a078f401b4e1 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2000] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 04:01:05 2026] POST /v2.0/ports => generated 953 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:01:06.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9e45143-c254-40dc-a562-950816c3103b 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] TaaS: Handle Delete Port: 2ff6576d-ec75-4f97-915b-89ff0d2b1557 2026-04-16 04:01:06.365 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9e45143-c254-40dc-a562-950816c3103b 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Tap Mirror: Handle Delete Port: 2ff6576d-ec75-4f97-915b-89ff0d2b1557 2026-04-16 04:01:06.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2986825-6120-4dcf-b46e-6ea8424d0969 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] TaaS: Handle Delete Port: 87db72f0-a48f-443f-a01a-1c5ce00eba38 2026-04-16 04:01:06.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2986825-6120-4dcf-b46e-6ea8424d0969 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] Tap Mirror: Handle Delete Port: 87db72f0-a48f-443f-a01a-1c5ce00eba38 [pid: 8|app: 0|req: 996/2001] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:01:06 2026] DELETE /v2.0/ports/87db72f0-a48f-443f-a01a-1c5ce00eba38 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:01:06.575 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f23a9f8d-61ae-454d-9fed-f82a9b8fae29 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 997/2002] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:01:06 2026] DELETE /v2.0/ports/87db72f0-a48f-443f-a01a-1c5ce00eba38 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:06.604 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fcc34285-621d-4134-aa03-9242d6c054ba 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 998/2003] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:01:06 2026] GET /v2.0/ports/87db72f0-a48f-443f-a01a-1c5ce00eba38 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:06.698 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9e45143-c254-40dc-a562-950816c3103b 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] TaaS: Handle Delete Port: 6231bcfb-0a66-426b-a047-38bf4c7582b5 2026-04-16 04:01:06.707 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9e45143-c254-40dc-a562-950816c3103b 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Tap Mirror: Handle Delete Port: 6231bcfb-0a66-426b-a047-38bf4c7582b5 [pid: 8|app: 0|req: 999/2004] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:06 2026] DELETE /v2.0/subnets/4c270bf7-cce8-4951-9fa6-dd9b990aed09 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:01:06.840 8 INFO neutron.services.segments.plugin [-] Segment 7159b4bd-8021-4760-8816-895da05c48f0 resource provider aggregate not found 2026-04-16 04:01:06.845 8 INFO neutron.services.segments.plugin [-] Segment 7159b4bd-8021-4760-8816-895da05c48f0 resource provider aggregate not found [pid: 8|app: 0|req: 1000/2005] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:06 2026] DELETE /v2.0/networks/1da66685-08d7-4f1e-a29a-b683afcfb15b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:01:06.866 8 INFO neutron.services.segments.plugin [-] Segment 7159b4bd-8021-4760-8816-895da05c48f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7159b4bd-8021-4760-8816-895da05c48f0 found for delete ", "request_id": "req-2d63d19b-faef-4b34-88e6-ca95884790a7"}]} 2026-04-16 04:01:06.866 8 INFO neutron.services.segments.plugin [-] Segment 7159b4bd-8021-4760-8816-895da05c48f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7159b4bd-8021-4760-8816-895da05c48f0 found for delete ", "request_id": "req-efe13293-6f6b-48be-8c37-98af661b079d"}]} 2026-04-16 04:01:06.919 8 INFO neutron.db.segments_db [None req-859ccbea-fad5-49dd-8be2-f1063f2a0f4f 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] Added segment df2ab7f7-1912-42b1-bac2-114dd1a737cb of type vxlan for network 101287d4-dc2e-461c-b785-1085e8c9e051 [pid: 8|app: 0|req: 1001/2006] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:01:06 2026] POST /v2.0/networks => generated 612 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:07.114 7 INFO neutron.services.segments.plugin [-] Segment 7d721c5f-54d0-458d-a40d-7a4593633169 resource provider aggregate not found 2026-04-16 04:01:07.115 7 INFO neutron.services.segments.plugin [-] Segment 7d721c5f-54d0-458d-a40d-7a4593633169 resource provider aggregate not found 2026-04-16 04:01:07.132 7 INFO neutron.db.l3_hamode_db [None req-d9e45143-c254-40dc-a562-950816c3103b 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] HA network 551232ea-b806-4284-804b-520c86be4578 was deleted as no HA routers are present in tenant 71e3c7b0182c4e46b99ea3cf603f459f. 2026-04-16 04:01:07.138 7 INFO neutron.services.segments.plugin [-] Segment 7d721c5f-54d0-458d-a40d-7a4593633169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d721c5f-54d0-458d-a40d-7a4593633169 found for delete ", "request_id": "req-186ae2ae-5448-40f6-9f3a-7af2cfb5dfb8"}]} [pid: 7|app: 0|req: 1006/2007] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:06 2026] DELETE /v2.0/routers/7791bf8f-6d01-4bbc-b930-748a4acad4e8 => generated 0 bytes in 998 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:01:07.139 7 INFO neutron.services.segments.plugin [-] Segment 7d721c5f-54d0-458d-a40d-7a4593633169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d721c5f-54d0-458d-a40d-7a4593633169 found for delete ", "request_id": "req-afcdd7ca-70f8-4dd4-a230-6430159c569b"}]} [pid: 8|app: 0|req: 1002/2008] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:07 2026] POST /v2.0/subnets => generated 626 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:07.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb258988-79b5-4555-954b-080a43c19c5b 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] TaaS: Handle Delete Port: 7e28e56e-6975-4350-b389-d363b78524ce 2026-04-16 04:01:07.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb258988-79b5-4555-954b-080a43c19c5b 5d110649c36946968e580ab18c2d246f 71e3c7b0182c4e46b99ea3cf603f459f - - default default] Tap Mirror: Handle Delete Port: 7e28e56e-6975-4350-b389-d363b78524ce [pid: 7|app: 0|req: 1007/2009] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:07 2026] DELETE /v2.0/networks/a73911de-4cb7-4263-8fa6-72ee69394279 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2010] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 04:01:07 2026] POST /v2.0/ports => generated 912 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:07.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-954eb6bb-8bd8-4b5d-b6c9-88a2a4cfcef3 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] TaaS: Handle Delete Port: 7a63abfc-0d07-49e3-8a02-7e3c6dd69e9c 2026-04-16 04:01:07.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-954eb6bb-8bd8-4b5d-b6c9-88a2a4cfcef3 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] Tap Mirror: Handle Delete Port: 7a63abfc-0d07-49e3-8a02-7e3c6dd69e9c [pid: 7|app: 0|req: 1008/2011] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:01:07 2026] DELETE /v2.0/ports/7a63abfc-0d07-49e3-8a02-7e3c6dd69e9c => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:01:07.793 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a6db9ae-1eb0-4724-bd23-e4d8440e4457 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1004/2012] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:01:07 2026] GET /v2.0/ports/7a63abfc-0d07-49e3-8a02-7e3c6dd69e9c => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2013] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:07 2026] DELETE /v2.0/subnets/57b45d33-bf0f-4069-921a-844089b14a3b => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2014] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:07 2026] DELETE /v2.0/networks/101287d4-dc2e-461c-b785-1085e8c9e051 => 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: 1006/2015] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:01:08 2026] GET /v2.0/security-groups?tenant_id=71e3c7b0182c4e46b99ea3cf603f459f&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2016] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 04:01:08 2026] POST /v2.0/ports => generated 773 bytes in 254 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: 1007/2017] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:08 2026] DELETE /v2.0/security-groups/fbce91d5-a785-4f26-855d-aa941d3aff09 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2018] 10.0.0.4 () {34 vars in 735 bytes} [Thu Apr 16 04:01:08 2026] PUT /v2.0/ports/671ef5f3-7da2-43dc-811b-259cc337e0f5 => generated 752 bytes in 158 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: 1008/2021] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:01:08 2026] GET /v2.0/security-groups?tenant_id=e7e490ec468048c49ebcec7db50749d3&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:01:08.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-2514e79c-c287-469f-aa5c-5735a51ceb2f 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] TaaS: Handle Delete Port: 671ef5f3-7da2-43dc-811b-259cc337e0f5 2026-04-16 04:01:08.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2514e79c-c287-469f-aa5c-5735a51ceb2f 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] Tap Mirror: Handle Delete Port: 671ef5f3-7da2-43dc-811b-259cc337e0f5 [pid: 8|app: 0|req: 1009/2022] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:08 2026] DELETE /v2.0/security-groups/a0247d74-9e35-4685-be4f-d433f6bd131a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2023] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:01:08 2026] DELETE /v2.0/ports/671ef5f3-7da2-43dc-811b-259cc337e0f5 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2024] 10.0.0.4 () {32 vars in 641 bytes} [Thu Apr 16 04:01:08 2026] GET /v2.0/ports => generated 778 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:01:08.731 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d00a707-740d-4d75-b351-2a0713fb1256 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1015/2025] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:01:08 2026] GET /v2.0/ports/671ef5f3-7da2-43dc-811b-259cc337e0f5 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2026] 10.0.0.4 () {32 vars in 641 bytes} [Thu Apr 16 04:01:08 2026] GET /v2.0/ports => generated 778 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2027] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:01:08 2026] GET /v2.0/ports/93d38ae9-3f70-4eff-9c5c-2fa339cf7579 => generated 775 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:01:08.836 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d820efe9-cb15-40d7-9d29-a74f08d92f0a 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1012/2028] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:01:08 2026] DELETE /v2.0/ports/7a63abfc-0d07-49e3-8a02-7e3c6dd69e9c => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:08.856 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3bc00de-37dc-4479-8811-05cbcbc1cf70 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1017/2029] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:08 2026] DELETE /v2.0/subnets/57b45d33-bf0f-4069-921a-844089b14a3b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:08.880 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f7acd026-eb2d-4580-9263-cc641311bd86 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1013/2030] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:08 2026] DELETE /v2.0/subnets/4c270bf7-cce8-4951-9fa6-dd9b990aed09 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:08.884 8 INFO neutron.services.segments.plugin [-] Segment df2ab7f7-1912-42b1-bac2-114dd1a737cb resource provider aggregate not found 2026-04-16 04:01:08.899 8 INFO neutron.services.segments.plugin [-] Segment df2ab7f7-1912-42b1-bac2-114dd1a737cb resource provider aggregate not found 2026-04-16 04:01:08.903 8 INFO neutron.services.segments.plugin [-] Segment df2ab7f7-1912-42b1-bac2-114dd1a737cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df2ab7f7-1912-42b1-bac2-114dd1a737cb found for delete ", "request_id": "req-1e3eddec-15ed-4b6d-b0c0-68f9b47c81f5"}]} 2026-04-16 04:01:08.918 8 INFO neutron.services.segments.plugin [-] Segment df2ab7f7-1912-42b1-bac2-114dd1a737cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df2ab7f7-1912-42b1-bac2-114dd1a737cb found for delete ", "request_id": "req-b47d0a7b-d43d-40e3-98c4-4c51d7e0a275"}]} 2026-04-16 04:01:08.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe9d2698-6f77-49fd-b6ec-767cb654a447 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] TaaS: Handle Delete Port: 93d38ae9-3f70-4eff-9c5c-2fa339cf7579 2026-04-16 04:01:08.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe9d2698-6f77-49fd-b6ec-767cb654a447 9423d54d2cf049dda30955eefa7e5366 857965ab0cd8443691b22d75bdc7cffd - - default default] Tap Mirror: Handle Delete Port: 93d38ae9-3f70-4eff-9c5c-2fa339cf7579 [pid: 7|app: 0|req: 1018/2031] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:01:08 2026] DELETE /v2.0/ports/93d38ae9-3f70-4eff-9c5c-2fa339cf7579 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:01:09.162 7 INFO neutron.services.segments.plugin [-] Segment 9faa05c3-2359-48d2-af8b-bcdb539dbc74 resource provider aggregate not found 2026-04-16 04:01:09.163 7 INFO neutron.services.segments.plugin [-] Segment 9faa05c3-2359-48d2-af8b-bcdb539dbc74 resource provider aggregate not found 2026-04-16 04:01:09.180 7 INFO neutron.services.segments.plugin [-] Segment 9faa05c3-2359-48d2-af8b-bcdb539dbc74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9faa05c3-2359-48d2-af8b-bcdb539dbc74 found for delete ", "request_id": "req-804c1d37-05d3-4b34-9952-2b07e38beb7d"}]} 2026-04-16 04:01:09.184 7 INFO neutron.services.segments.plugin [-] Segment 9faa05c3-2359-48d2-af8b-bcdb539dbc74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9faa05c3-2359-48d2-af8b-bcdb539dbc74 found for delete ", "request_id": "req-c562302d-2e66-4d19-8554-e077eb51d907"}]} [pid: 8|app: 0|req: 1014/2032] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:09 2026] DELETE /v2.0/networks/fc6722e0-82f0-46d8-b6e1-269158feab5e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2033] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:01:09 2026] GET /v2.0/security-groups?tenant_id=857965ab0cd8443691b22d75bdc7cffd&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2034] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:09 2026] DELETE /v2.0/security-groups/59c1e2d6-9ac8-4ebd-bfff-f4aa51f91ef2 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:01:10.542 7 INFO neutron.db.segments_db [None req-93dd5afa-65fe-4572-8113-f4cb663a51f4 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 14d5b40b-0668-46be-9fb5-8ab9cfb9ee11 of type vxlan for network b624e359-d250-4ca1-9af8-cae89d618ce0 [pid: 7|app: 0|req: 1020/2035] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 04:01:10 2026] POST /v2.0/networks => generated 721 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2036] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:10 2026] POST /v2.0/subnets => generated 688 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:10.868 7 INFO neutron.db.segments_db [None req-c14b02e9-0d31-42a9-b814-2a3034f6a06d 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 08613b08-12dd-42e7-a37c-dfb8ebdee5cf of type vxlan for network f02087bd-efa2-4ea7-910c-7943985f9a8e 2026-04-16 04:01:10.922 8 INFO neutron.services.segments.plugin [-] Segment 018fffe2-96fa-4c2f-bcc3-3863cb4251c0 resource provider aggregate not found 2026-04-16 04:01:10.940 8 INFO neutron.services.segments.plugin [-] Segment 018fffe2-96fa-4c2f-bcc3-3863cb4251c0 resource provider aggregate not found 2026-04-16 04:01:10.958 8 INFO neutron.services.segments.plugin [-] Segment 018fffe2-96fa-4c2f-bcc3-3863cb4251c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 018fffe2-96fa-4c2f-bcc3-3863cb4251c0 found for delete ", "request_id": "req-6ac140a6-aa59-4407-98f7-a86a7f618d67"}]} 2026-04-16 04:01:10.966 8 INFO neutron.services.segments.plugin [-] Segment 018fffe2-96fa-4c2f-bcc3-3863cb4251c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 018fffe2-96fa-4c2f-bcc3-3863cb4251c0 found for delete ", "request_id": "req-c8d9d112-c897-411e-bc57-e34c5d77a797"}]} 2026-04-16 04:01:11.134 7 INFO neutron.db.l3_hamode_db [None req-c14b02e9-0d31-42a9-b814-2a3034f6a06d 02d3731826984f82b4d34dd274dadd62 d9b099fcf7b44219a7315e2287066eae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:01:11.805 8 INFO neutron.db.segments_db [None req-b8515dd5-419c-4b54-9042-0bebb405157e ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Added segment 58dc0968-ddd4-47ac-bc4a-e60d3569e21d of type vxlan for network 61d7c6aa-e364-40cc-9f93-63334fed55bc [pid: 8|app: 0|req: 1017/2037] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:01:11 2026] POST /v2.0/networks => generated 613 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:11.945 8 INFO neutron.db.segments_db [None req-a502346e-d88d-43b8-b1a0-a7c486f92793 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Added segment bb6dfcba-27bf-4cdb-9735-4da58800cc3e of type vxlan for network 4e6e65e6-2c09-44e1-a5fc-e22f994efce0 [pid: 8|app: 0|req: 1018/2038] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:01:11 2026] POST /v2.0/networks => generated 614 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:12.256 7 INFO neutron.db.l3_hamode_db [None req-c14b02e9-0d31-42a9-b814-2a3034f6a06d 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1019/2039] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:12 2026] POST /v2.0/subnets => generated 646 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2040] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:12 2026] POST /v2.0/subnets => generated 655 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:12.579 8 INFO neutron.db.segments_db [None req-a7048d70-0b7d-4608-9d45-cfee379c4ebd ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Added segment 3f3233fd-cb96-4a2e-a897-e1f5334a3fd8 of type vxlan for network e4f14425-13a4-46cc-9bc7-e2284a0eaf82 2026-04-16 04:01:12.816 8 INFO neutron.db.l3_hamode_db [None req-a7048d70-0b7d-4608-9d45-cfee379c4ebd ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:01:12.939 8 INFO neutron.db.l3_hamode_db [None req-a7048d70-0b7d-4608-9d45-cfee379c4ebd ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1021/2041] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:10 2026] POST /v2.0/routers => generated 728 bytes in 2233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2042] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:12 2026] POST /v2.0/routers => generated 511 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2043] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 04:01:13 2026] PUT /v2.0/routers/3f908f63-f23a-43d2-8780-c8306ac5b867/add_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2044] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 04:01:13 2026] PUT /v2.0/routers/0769a749-f109-41d6-8995-55ecfe601cbc/add_router_interface => generated 309 bytes in 891 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2045] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:01:14 2026] GET /v2.0/ports/b0558e2c-d9c8-440a-b2da-b53ef175cec1 => generated 959 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:01:15.444 7 INFO neutron.db.segments_db [None req-04f450ed-a16f-456c-a62b-c21791d7c4cd 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment ca158dcc-8cbb-4d2b-9531-a8f6aee7b228 of type vxlan for network 0393e303-ed96-4c0e-bb44-26045a0c5154 [pid: 7|app: 0|req: 1024/2046] 10.0.0.4 () {34 vars in 669 bytes} [Thu Apr 16 04:01:15 2026] POST /v2.0/networks => generated 720 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2047] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 04:01:14 2026] PUT /v2.0/routers/0769a749-f109-41d6-8995-55ecfe601cbc/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2048] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:01:15 2026] GET /v2.0/ports/36c9b0df-2c6f-4666-b795-5600ce0d2d3c => generated 967 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2049] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:15 2026] POST /v2.0/subnets => generated 687 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:15.780 7 INFO neutron.db.segments_db [None req-88b1a9cf-2756-40f3-8d1d-21be97757e5a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Added segment 806110eb-32de-4691-a8b7-766c21811079 of type vxlan for network e6e3f6b8-739c-461c-8e3e-1ce765225c23 2026-04-16 04:01:15.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6025a83-7f52-4743-9890-af393d06d4ea ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] TaaS: Handle Delete Port: 36c9b0df-2c6f-4666-b795-5600ce0d2d3c 2026-04-16 04:01:15.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6025a83-7f52-4743-9890-af393d06d4ea ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Tap Mirror: Handle Delete Port: 36c9b0df-2c6f-4666-b795-5600ce0d2d3c 2026-04-16 04:01:16.006 7 INFO neutron.db.l3_hamode_db [None req-88b1a9cf-2756-40f3-8d1d-21be97757e5a 02d3731826984f82b4d34dd274dadd62 6a9f7aaffded4b3481a25e4e738b2a9d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1025/2050] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:01:15 2026] PUT /v2.0/routers/0769a749-f109-41d6-8995-55ecfe601cbc/remove_router_interface => generated 309 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:01:16.669 7 INFO neutron.db.l3_hamode_db [None req-88b1a9cf-2756-40f3-8d1d-21be97757e5a 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:01:16.682 8 INFO neutron_taas.services.taas.taas_plugin [None req-58f7a09b-82f8-49ac-a3f8-2649bc17ae26 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] TaaS: Handle Delete Port: b0558e2c-d9c8-440a-b2da-b53ef175cec1 2026-04-16 04:01:16.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58f7a09b-82f8-49ac-a3f8-2649bc17ae26 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Tap Mirror: Handle Delete Port: b0558e2c-d9c8-440a-b2da-b53ef175cec1 [pid: 8|app: 0|req: 1026/2051] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:01:16 2026] PUT /v2.0/routers/0769a749-f109-41d6-8995-55ecfe601cbc/remove_router_interface => generated 309 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2052] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:01:17 2026] GET /v2.0/ports?device_id=0769a749-f109-41d6-8995-55ecfe601cbc => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:17.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-274b38aa-5209-49ae-aa92-ada2fac28cf6 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] TaaS: Handle Delete Port: e58e140c-c6f0-4b9a-ba35-2e780f37b87c 2026-04-16 04:01:17.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-274b38aa-5209-49ae-aa92-ada2fac28cf6 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Tap Mirror: Handle Delete Port: e58e140c-c6f0-4b9a-ba35-2e780f37b87c [pid: 7|app: 0|req: 1026/2053] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:15 2026] POST /v2.0/routers => generated 727 bytes in 1811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:17.669 8 INFO neutron.services.segments.plugin [-] Segment 3f3233fd-cb96-4a2e-a897-e1f5334a3fd8 resource provider aggregate not found 2026-04-16 04:01:17.673 8 INFO neutron.services.segments.plugin [-] Segment 3f3233fd-cb96-4a2e-a897-e1f5334a3fd8 resource provider aggregate not found 2026-04-16 04:01:17.688 8 INFO neutron.services.segments.plugin [-] Segment 3f3233fd-cb96-4a2e-a897-e1f5334a3fd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f3233fd-cb96-4a2e-a897-e1f5334a3fd8 found for delete ", "request_id": "req-4bbf9f13-f5c5-4558-bd32-4f5fe3aa7cf3"}]} 2026-04-16 04:01:17.704 8 INFO neutron.services.segments.plugin [-] Segment 3f3233fd-cb96-4a2e-a897-e1f5334a3fd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f3233fd-cb96-4a2e-a897-e1f5334a3fd8 found for delete ", "request_id": "req-f48b8dea-8ce3-4384-b627-4a6787ea0ec8"}]} 2026-04-16 04:01:17.712 8 INFO neutron.db.l3_hamode_db [None req-274b38aa-5209-49ae-aa92-ada2fac28cf6 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] HA network e4f14425-13a4-46cc-9bc7-e2284a0eaf82 was deleted as no HA routers are present in tenant 37660be8931c46dea919e03091954d2d. [pid: 8|app: 0|req: 1028/2054] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:17 2026] DELETE /v2.0/routers/0769a749-f109-41d6-8995-55ecfe601cbc => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2055] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:17 2026] DELETE /v2.0/subnets/0387eca8-f865-43f8-9a6a-427a0e9507c1 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2056] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:17 2026] DELETE /v2.0/subnets/7198d315-7639-4a17-aaa5-59d862401095 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2057] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:18 2026] DELETE /v2.0/networks/4e6e65e6-2c09-44e1-a5fc-e22f994efce0 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:01:18.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-11063541-b224-43ff-8443-2af44576216a ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] TaaS: Handle Delete Port: a49ab3a6-17bb-4396-aa96-4174127bc97e 2026-04-16 04:01:18.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11063541-b224-43ff-8443-2af44576216a ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Tap Mirror: Handle Delete Port: a49ab3a6-17bb-4396-aa96-4174127bc97e [pid: 8|app: 0|req: 1032/2058] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:18 2026] DELETE /v2.0/networks/61d7c6aa-e364-40cc-9f93-63334fed55bc => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:01:18.519 8 INFO neutron.db.segments_db [None req-c810a901-a812-4137-9888-dfcb0b02e020 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Added segment 61d43686-d248-4253-b287-5aea6449032c of type vxlan for network c3436b78-897a-4722-874b-f02c9353171e [pid: 8|app: 0|req: 1033/2059] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:01:18 2026] POST /v2.0/networks => generated 614 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2060] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 04:01:17 2026] PUT /v2.0/routers/b5867df3-f62a-4fb9-af1f-29bedfbe85f5/add_router_interface => generated 309 bytes in 1248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2061] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:18 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-16 04:01:18.914 7 INFO neutron.db.segments_db [None req-28ec8a77-0838-4c8a-b2c4-d6a73d7945f2 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Added segment 6b4dca44-ac1b-405b-a101-36abc0ee5562 of type vxlan for network d49b8b8b-47de-4d3a-83a0-8a0be1f7f096 2026-04-16 04:01:19.176 7 INFO neutron.db.l3_hamode_db [None req-28ec8a77-0838-4c8a-b2c4-d6a73d7945f2 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:01:19.293 7 INFO neutron.db.l3_hamode_db [None req-28ec8a77-0838-4c8a-b2c4-d6a73d7945f2 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1035/2062] 10.0.0.4 () {34 vars in 683 bytes} [Thu Apr 16 04:01:19 2026] POST /v2.0/security-groups => generated 1675 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 04:01:19.717 8 INFO neutron.services.segments.plugin [-] Segment bb6dfcba-27bf-4cdb-9735-4da58800cc3e resource provider aggregate not found 2026-04-16 04:01:19.724 8 INFO neutron.services.segments.plugin [-] Segment bb6dfcba-27bf-4cdb-9735-4da58800cc3e resource provider aggregate not found [pid: 8|app: 0|req: 1036/2063] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:01:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:19.739 8 INFO neutron.services.segments.plugin [-] Segment bb6dfcba-27bf-4cdb-9735-4da58800cc3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb6dfcba-27bf-4cdb-9735-4da58800cc3e found for delete ", "request_id": "req-f210a06d-0072-4b7e-aad1-8578d4d691f0"}]} 2026-04-16 04:01:19.744 8 INFO neutron.services.segments.plugin [-] Segment bb6dfcba-27bf-4cdb-9735-4da58800cc3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb6dfcba-27bf-4cdb-9735-4da58800cc3e found for delete ", "request_id": "req-4869e100-f918-4e61-a1ff-ee95883e1c1a"}]} 2026-04-16 04:01:19.756 8 INFO neutron.services.segments.plugin [-] Segment 58dc0968-ddd4-47ac-bc4a-e60d3569e21d resource provider aggregate not found 2026-04-16 04:01:19.761 8 INFO neutron.services.segments.plugin [-] Segment 58dc0968-ddd4-47ac-bc4a-e60d3569e21d resource provider aggregate not found 2026-04-16 04:01:19.779 8 INFO neutron.services.segments.plugin [-] Segment 58dc0968-ddd4-47ac-bc4a-e60d3569e21d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58dc0968-ddd4-47ac-bc4a-e60d3569e21d found for delete ", "request_id": "req-47698427-bd66-4b7b-bfcd-7ff1932db459"}]} 2026-04-16 04:01:19.784 8 INFO neutron.services.segments.plugin [-] Segment 58dc0968-ddd4-47ac-bc4a-e60d3569e21d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58dc0968-ddd4-47ac-bc4a-e60d3569e21d found for delete ", "request_id": "req-112a5456-23af-4b99-8b80-a0ecba09b9ef"}]} [pid: 7|app: 0|req: 1028/2064] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:18 2026] POST /v2.0/routers => generated 510 bytes in 963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2065] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:01:19 2026] POST /v2.0/security-group-rules => generated 596 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2066] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:01:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2067] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:01:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2068] 10.0.0.4 () {34 vars in 663 bytes} [Thu Apr 16 04:01:19 2026] POST /v2.0/ports => generated 964 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:01:20.201 8 INFO neutron.db.securitygroups_db [None req-e73836bd-1bd6-4095-b25a-b6e0477f0dfc e0b106b854884db48d36992149f6a68d d9b099fcf7b44219a7315e2287066eae - - default default] Project d9b099fcf7b44219a7315e2287066eae 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: 1040/2069] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:01:20 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:20.326 8 INFO neutron.db.securitygroups_db [None req-8dce1e32-6d17-44b0-bf7f-e5f9e754a7b1 e0b106b854884db48d36992149f6a68d d9b099fcf7b44219a7315e2287066eae - - default default] Project d9b099fcf7b44219a7315e2287066eae 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: 1041/2070] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:01:20 2026] POST /v2.0/security-group-rules => generated 606 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2071] 10.0.0.4 () {34 vars in 683 bytes} [Thu Apr 16 04:01:20 2026] POST /v2.0/security-groups => generated 1660 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2072] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:01:20 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: 7|app: 0|req: 1030/2073] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 04:01:20 2026] PUT /v2.0/routers/6e3115da-d1c2-4a51-ad15-b7696451196f/add_router_interface => generated 309 bytes in 955 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: 1044/2074] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:01:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2075] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:01:21 2026] GET /v2.0/ports/e238b35b-155a-4de4-a542-d696679cd19a => generated 1038 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:01:21.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-373c1125-1ac9-45d6-8eb2-ee90bb6298f0 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] TaaS: Handle Delete Port: e238b35b-155a-4de4-a542-d696679cd19a 2026-04-16 04:01:21.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-373c1125-1ac9-45d6-8eb2-ee90bb6298f0 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Tap Mirror: Handle Delete Port: e238b35b-155a-4de4-a542-d696679cd19a [pid: 8|app: 0|req: 1045/2076] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:01:21 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2077] 10.0.0.64 () {34 vars in 1099 bytes} [Thu Apr 16 04:01:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1038745721&fields=id&tenant_id=d9b099fcf7b44219a7315e2287066eae => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2078] 10.0.0.64 () {34 vars in 1097 bytes} [Thu Apr 16 04:01:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--136628397&fields=id&tenant_id=d9b099fcf7b44219a7315e2287066eae => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2079] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 04:01:21 2026] GET /v2.0/networks?id=b624e359-d250-4ca1-9af8-cae89d618ce0 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2080] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 04:01:21 2026] GET /v2.0/quotas/d9b099fcf7b44219a7315e2287066eae => 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: 1050/2081] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 04:01:21 2026] GET /v2.0/ports?tenant_id=d9b099fcf7b44219a7315e2287066eae&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2082] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:01:21 2026] PUT /v2.0/routers/6e3115da-d1c2-4a51-ad15-b7696451196f/remove_router_interface => generated 309 bytes in 912 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: 1051/2083] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 04:01:22 2026] GET /v2.0/networks/b624e359-d250-4ca1-9af8-cae89d618ce0?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2084] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 04:01:22 2026] GET /v2.0/networks/b624e359-d250-4ca1-9af8-cae89d618ce0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:22.234 7 INFO neutron.api.v2.resource [None req-d513f120-17ab-4f9a-9d28-36afb2ed92f2 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1033/2085] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:01:22 2026] PUT /v2.0/routers/6e3115da-d1c2-4a51-ad15-b7696451196f/remove_router_interface => generated 197 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2086] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:01:22 2026] GET /v2.0/ports?device_id=6e3115da-d1c2-4a51-ad15-b7696451196f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2087] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:22 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:22.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb375c1d-d79d-4822-82a2-168f3e42c961 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] TaaS: Handle Delete Port: 8946ce35-13d2-4877-a374-75139557e4d0 2026-04-16 04:01:22.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb375c1d-d79d-4822-82a2-168f3e42c961 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Tap Mirror: Handle Delete Port: 8946ce35-13d2-4877-a374-75139557e4d0 2026-04-16 04:01:22.787 7 INFO neutron.services.segments.plugin [-] Segment 6b4dca44-ac1b-405b-a101-36abc0ee5562 resource provider aggregate not found 2026-04-16 04:01:22.794 7 INFO neutron.services.segments.plugin [-] Segment 6b4dca44-ac1b-405b-a101-36abc0ee5562 resource provider aggregate not found 2026-04-16 04:01:22.813 7 INFO neutron.services.segments.plugin [-] Segment 6b4dca44-ac1b-405b-a101-36abc0ee5562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b4dca44-ac1b-405b-a101-36abc0ee5562 found for delete ", "request_id": "req-3a2988df-f99c-4ef5-8909-edb44c387462"}]} 2026-04-16 04:01:22.815 7 INFO neutron.services.segments.plugin [-] Segment 6b4dca44-ac1b-405b-a101-36abc0ee5562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b4dca44-ac1b-405b-a101-36abc0ee5562 found for delete ", "request_id": "req-ea74ca66-be16-4517-b455-3c5729488701"}]} 2026-04-16 04:01:22.816 7 INFO neutron.db.l3_hamode_db [None req-fb375c1d-d79d-4822-82a2-168f3e42c961 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] HA network d49b8b8b-47de-4d3a-83a0-8a0be1f7f096 was deleted as no HA routers are present in tenant 37660be8931c46dea919e03091954d2d. [pid: 7|app: 0|req: 1034/2088] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:22 2026] DELETE /v2.0/routers/6e3115da-d1c2-4a51-ad15-b7696451196f => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2089] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:22 2026] DELETE /v2.0/subnets/c8608c5a-2bc6-40de-8711-1a62aac6cfce => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2090] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:22 2026] DELETE /v2.0/networks/c3436b78-897a-4722-874b-f02c9353171e => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:01:23.198 8 INFO neutron.db.segments_db [None req-f4468a0e-6829-48d8-ac5c-2d4538952d4b ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Added segment d2cf7741-cff7-4291-9998-d4fc2d79db93 of type vxlan for network 142f6d7e-749c-477f-9ef8-8cfcda3c6571 [pid: 8|app: 0|req: 1056/2091] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:01:23 2026] POST /v2.0/networks => 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: 1057/2092] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:23 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2095] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:23 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) 2026-04-16 04:01:23.620 8 INFO neutron.db.segments_db [None req-19c785d4-1f77-48e3-a285-2abdd3357bda ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Added segment 23ac28a5-2bbb-4840-b03e-44e1ce485abb of type vxlan for network f5ceca7a-fbe9-4c0c-8df7-1b94b447dad5 2026-04-16 04:01:23.849 8 INFO neutron.db.l3_hamode_db [None req-19c785d4-1f77-48e3-a285-2abdd3357bda ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:01:23.967 8 INFO neutron.db.l3_hamode_db [None req-19c785d4-1f77-48e3-a285-2abdd3357bda ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1037/2096] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:24 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => 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: 1060/2097] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:23 2026] POST /v2.0/routers => generated 510 bytes in 1018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:24.837 7 INFO neutron.services.segments.plugin [-] Segment 61d43686-d248-4253-b287-5aea6449032c resource provider aggregate not found 2026-04-16 04:01:24.845 7 INFO neutron.services.segments.plugin [-] Segment 61d43686-d248-4253-b287-5aea6449032c resource provider aggregate not found 2026-04-16 04:01:24.859 7 INFO neutron.services.segments.plugin [-] Segment 61d43686-d248-4253-b287-5aea6449032c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61d43686-d248-4253-b287-5aea6449032c found for delete ", "request_id": "req-40cdef51-975b-46c7-95f5-aabbac0f7381"}]} 2026-04-16 04:01:24.870 7 INFO neutron.services.segments.plugin [-] Segment 61d43686-d248-4253-b287-5aea6449032c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61d43686-d248-4253-b287-5aea6449032c found for delete ", "request_id": "req-d4922db8-487d-415c-8bde-6bc0cff48253"}]} [pid: 8|app: 0|req: 1061/2098] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:25 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2099] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 04:01:24 2026] PUT /v2.0/routers/57d7f09e-3934-4a8b-ae5c-6888dc7aa57a/add_router_interface => generated 309 bytes in 1035 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2100] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:01:25 2026] GET /v2.0/ports/8f632c4d-ccdf-4aa1-a829-b74ff02f4561 => generated 959 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:01:26.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6176af7-c889-4bf9-a588-cfc701c1cada ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] TaaS: Handle Delete Port: 8f632c4d-ccdf-4aa1-a829-b74ff02f4561 2026-04-16 04:01:26.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6176af7-c889-4bf9-a588-cfc701c1cada ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Tap Mirror: Handle Delete Port: 8f632c4d-ccdf-4aa1-a829-b74ff02f4561 [pid: 7|app: 0|req: 1039/2101] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:01:25 2026] PUT /v2.0/routers/57d7f09e-3934-4a8b-ae5c-6888dc7aa57a/remove_router_interface => generated 309 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2102] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:01:26 2026] GET /v2.0/ports?device_id=57d7f09e-3934-4a8b-ae5c-6888dc7aa57a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2103] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:01:26 2026] GET /v2.0/networks?id=b624e359-d250-4ca1-9af8-cae89d618ce0 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2104] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Apr 16 04:01:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d9b099fcf7b44219a7315e2287066eae => generated 273 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:01:26.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-9029a5aa-9cdb-463f-8f43-470571755cb2 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] TaaS: Handle Delete Port: 4647b7df-4189-454b-bce9-0a098fcfea42 2026-04-16 04:01:26.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9029a5aa-9cdb-463f-8f43-470571755cb2 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Tap Mirror: Handle Delete Port: 4647b7df-4189-454b-bce9-0a098fcfea42 [pid: 7|app: 0|req: 1042/2105] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 04:01:26 2026] POST /v2.0/ports => generated 993 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-16 04:01:27.081 8 INFO neutron.services.segments.plugin [-] Segment 23ac28a5-2bbb-4840-b03e-44e1ce485abb resource provider aggregate not found 2026-04-16 04:01:27.088 8 INFO neutron.services.segments.plugin [-] Segment 23ac28a5-2bbb-4840-b03e-44e1ce485abb resource provider aggregate not found 2026-04-16 04:01:27.099 8 INFO neutron.services.segments.plugin [-] Segment 23ac28a5-2bbb-4840-b03e-44e1ce485abb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23ac28a5-2bbb-4840-b03e-44e1ce485abb found for delete ", "request_id": "req-fbcd641e-c51c-4e79-a394-7eed9a78820b"}]} [pid: 7|app: 0|req: 1043/2106] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:27 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 996 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:01:27.110 8 INFO neutron.services.segments.plugin [-] Segment 23ac28a5-2bbb-4840-b03e-44e1ce485abb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23ac28a5-2bbb-4840-b03e-44e1ce485abb found for delete ", "request_id": "req-f007a6d1-5d9c-46da-a67d-5cbb119e3e9f"}]} 2026-04-16 04:01:27.115 8 INFO neutron.db.l3_hamode_db [None req-9029a5aa-9cdb-463f-8f43-470571755cb2 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] HA network f5ceca7a-fbe9-4c0c-8df7-1b94b447dad5 was deleted as no HA routers are present in tenant 37660be8931c46dea919e03091954d2d. [pid: 8|app: 0|req: 1064/2107] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:26 2026] DELETE /v2.0/routers/57d7f09e-3934-4a8b-ae5c-6888dc7aa57a => generated 0 bytes in 545 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2108] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:27 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&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: 1066/2109] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:27 2026] DELETE /v2.0/subnets/49cb7a96-5e7c-410b-9055-b2667b226894 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2110] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:01:27 2026] DELETE /v2.0/networks/142f6d7e-749c-477f-9ef8-8cfcda3c6571 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:01:27.424 8 INFO neutron.db.segments_db [None req-ad965261-46df-45c5-822d-2385867af719 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Added segment a5158d9f-99cb-4f73-a60e-d48d71adcb83 of type vxlan for network 4c76b1a2-f577-4cdb-863e-63da5f59af76 [pid: 7|app: 0|req: 1044/2111] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:01:27 2026] PUT /v2.0/ports/14461b84-c1f6-4f94-b73a-0c16ab68836c => generated 1274 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:01:27.519 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3c64738-20ef-4147-b429-db381e050836'] response: {'name': 'network-changed', 'server_uuid': 'd3f87323-4326-4479-b6ab-cc8ef5dccb69', 'tag': '14461b84-c1f6-4f94-b73a-0c16ab68836c', 'status': 'completed', 'code': 200} 2026-04-16 04:01:27.646 8 INFO neutron.db.l3_hamode_db [None req-ad965261-46df-45c5-822d-2385867af719 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1045/2112] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:01:28 2026] GET /v2.0/ports?tenant_id=d9b099fcf7b44219a7315e2287066eae&device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2113] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Apr 16 04:01:28 2026] GET /v2.0/networks?tenant_id=d9b099fcf7b44219a7315e2287066eae&shared=False => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2114] 199.204.45.129 () {34 vars in 930 bytes} [Thu Apr 16 04:01:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2115] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:28 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2116] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:28 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&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-16 04:01:28.308 8 INFO neutron.db.l3_hamode_db [None req-ad965261-46df-45c5-822d-2385867af719 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:01:29.118 8 INFO neutron.services.segments.plugin [-] Segment d2cf7741-cff7-4291-9998-d4fc2d79db93 resource provider aggregate not found 2026-04-16 04:01:29.129 8 INFO neutron.services.segments.plugin [-] Segment d2cf7741-cff7-4291-9998-d4fc2d79db93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2cf7741-cff7-4291-9998-d4fc2d79db93 found for delete ", "request_id": "req-2ab6e51b-9d21-4b2b-9c77-c0685b3a169d"}]} 2026-04-16 04:01:29.133 8 INFO neutron.services.segments.plugin [-] Segment d2cf7741-cff7-4291-9998-d4fc2d79db93 resource provider aggregate not found 2026-04-16 04:01:29.145 8 INFO neutron.services.segments.plugin [-] Segment d2cf7741-cff7-4291-9998-d4fc2d79db93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2cf7741-cff7-4291-9998-d4fc2d79db93 found for delete ", "request_id": "req-5350cc5e-b055-45d2-a158-59616b720e3f"}]} [pid: 8|app: 0|req: 1068/2117] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:01:27 2026] POST /v2.0/routers => generated 691 bytes in 1769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2118] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/routers/29ebeba0-092b-4df3-a058-e10ad6d4c1f7 => generated 697 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2119] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/ports?tenant_id=d9b099fcf7b44219a7315e2287066eae&device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2120] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=14461b84-c1f6-4f94-b73a-0c16ab68836c => 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: 1071/2121] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/subnets?id=55e56889-d1ca-4780-a8b4-59ea656d1472 => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2122] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/routers => generated 700 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2123] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/ports?network_id=b624e359-d250-4ca1-9af8-cae89d618ce0&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2124] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/networks/b624e359-d250-4ca1-9af8-cae89d618ce0?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: 1074/2125] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1008 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2126] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/networks/b624e359-d250-4ca1-9af8-cae89d618ce0?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: 1076/2127] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&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: 7|app: 0|req: 1052/2128] 10.0.0.4 () {34 vars in 739 bytes} [Thu Apr 16 04:01:29 2026] PUT /v2.0/routers/29ebeba0-092b-4df3-a058-e10ad6d4c1f7 => generated 704 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2129] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/routers/29ebeba0-092b-4df3-a058-e10ad6d4c1f7 => generated 704 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2130] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:01:29 2026] GET /v2.0/ports?device_id=29ebeba0-092b-4df3-a058-e10ad6d4c1f7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:29.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-98b4ca67-1f4f-4ac8-a1a4-c8b50d23fcac ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] TaaS: Handle Delete Port: b3324123-516c-4230-b44b-139ecce81177 2026-04-16 04:01:29.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98b4ca67-1f4f-4ac8-a1a4-c8b50d23fcac ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Tap Mirror: Handle Delete Port: b3324123-516c-4230-b44b-139ecce81177 2026-04-16 04:01:30.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-98b4ca67-1f4f-4ac8-a1a4-c8b50d23fcac ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] TaaS: Handle Delete Port: 451e4a77-9c25-4f90-99b7-532cff208dc6 2026-04-16 04:01:30.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98b4ca67-1f4f-4ac8-a1a4-c8b50d23fcac ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] Tap Mirror: Handle Delete Port: 451e4a77-9c25-4f90-99b7-532cff208dc6 2026-04-16 04:01:30.343 8 INFO neutron.db.l3_hamode_db [None req-98b4ca67-1f4f-4ac8-a1a4-c8b50d23fcac ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] HA network 4c76b1a2-f577-4cdb-863e-63da5f59af76 was deleted as no HA routers are present in tenant 37660be8931c46dea919e03091954d2d. [pid: 8|app: 0|req: 1078/2131] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:29 2026] DELETE /v2.0/routers/29ebeba0-092b-4df3-a058-e10ad6d4c1f7 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2132] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:01:30 2026] GET /v2.0/ports?device_id=29ebeba0-092b-4df3-a058-e10ad6d4c1f7 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:30.398 8 INFO neutron.api.v2.resource [None req-d051d849-5ab2-4b95-b32e-967fc5a9b7b5 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1079/2133] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:30 2026] DELETE /v2.0/routers/29ebeba0-092b-4df3-a058-e10ad6d4c1f7 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2134] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:01:30 2026] GET /v2.0/ports?device_id=57d7f09e-3934-4a8b-ae5c-6888dc7aa57a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:30.447 8 INFO neutron.api.v2.resource [None req-1c5eb7aa-3eca-40f6-9bd0-f6b2e6a5484a ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1080/2135] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:30 2026] DELETE /v2.0/routers/57d7f09e-3934-4a8b-ae5c-6888dc7aa57a => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:30.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-defbeb29-64a1-4c87-adbb-adb96dc536ab ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1056/2136] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:30 2026] DELETE /v2.0/subnets/49cb7a96-5e7c-410b-9055-b2667b226894 => 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: 1081/2137] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:01:30 2026] GET /v2.0/ports?device_id=6e3115da-d1c2-4a51-ad15-b7696451196f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:30.512 7 INFO neutron.api.v2.resource [None req-f8455e3c-e0a1-46b2-b827-fd1df8c776ca ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1057/2138] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:30 2026] DELETE /v2.0/routers/6e3115da-d1c2-4a51-ad15-b7696451196f => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:30.530 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2fc95e1-a0ce-477e-8402-13e7c535c21e ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1082/2139] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:30 2026] DELETE /v2.0/subnets/c8608c5a-2bc6-40de-8711-1a62aac6cfce => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2140] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:01:30 2026] GET /v2.0/ports?device_id=0769a749-f109-41d6-8995-55ecfe601cbc => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:30.581 8 INFO neutron.api.v2.resource [None req-9859c4da-d8b5-4cd5-bf0d-cd883d27d450 ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1083/2141] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:30 2026] DELETE /v2.0/routers/0769a749-f109-41d6-8995-55ecfe601cbc => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:30.598 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8060842-59b7-4bc9-9c15-b5f7bbce18de ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1059/2142] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:30 2026] DELETE /v2.0/subnets/0387eca8-f865-43f8-9a6a-427a0e9507c1 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:01:30.621 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71cd975c-f8ca-49bb-8ac3-76754983d4cb ed417a8fa8ef4b1ebd5a39515653f157 37660be8931c46dea919e03091954d2d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1084/2143] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:01:30 2026] DELETE /v2.0/subnets/7198d315-7639-4a17-aaa5-59d862401095 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2144] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:30 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1008 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2145] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:30 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:01:31.151 8 INFO neutron.services.segments.plugin [-] Segment a5158d9f-99cb-4f73-a60e-d48d71adcb83 resource provider aggregate not found 2026-04-16 04:01:31.165 8 INFO neutron.services.segments.plugin [-] Segment a5158d9f-99cb-4f73-a60e-d48d71adcb83 resource provider aggregate not found 2026-04-16 04:01:31.170 8 INFO neutron.services.segments.plugin [-] Segment a5158d9f-99cb-4f73-a60e-d48d71adcb83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5158d9f-99cb-4f73-a60e-d48d71adcb83 found for delete ", "request_id": "req-960d2ca8-d0b1-4866-a637-43a8afc68542"}]} 2026-04-16 04:01:31.179 8 INFO neutron.services.segments.plugin [-] Segment a5158d9f-99cb-4f73-a60e-d48d71adcb83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5158d9f-99cb-4f73-a60e-d48d71adcb83 found for delete ", "request_id": "req-ceae211a-821d-49d8-a28a-5c3950b955c7"}]} [pid: 7|app: 0|req: 1061/2146] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:01:31 2026] GET /v2.0/security-groups?tenant_id=37660be8931c46dea919e03091954d2d&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2147] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:31 2026] DELETE /v2.0/security-groups/ca13b89f-71aa-4d0a-ab3f-00081150ed61 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2148] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:31 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2149] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:31 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2150] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 04:01:32 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1279 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2151] 199.204.45.129 () {34 vars in 1124 bytes} [Thu Apr 16 04:01:32 2026] GET /v2.0/security-groups?id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&id=b8e85170-8469-441e-8126-2e19840656bc&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2152] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:32 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1010 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2153] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:32 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2154] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:34 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2155] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:34 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&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: 7|app: 0|req: 1066/2156] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:35 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2157] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:35 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2158] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:35 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1010 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:01:35.978 8 INFO neutron.db.l3_db [None req-ccc3a7af-cb3c-425d-bf29-a79f5a5015c6 e0b106b854884db48d36992149f6a68d d9b099fcf7b44219a7315e2287066eae - - default default] Floating IP 58e2a48f-3224-4ba3-88ff-a4cee1fd5fb5 associated. External IP: 10.96.250.201, port: 14461b84-c1f6-4f94-b73a-0c16ab68836c. [pid: 8|app: 0|req: 1092/2159] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 04:01:35 2026] PUT /v2.0/floatingips/58e2a48f-3224-4ba3-88ff-a4cee1fd5fb5 => generated 855 bytes in 647 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:01:36.317 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e777779-dd94-49ad-9fd2-0bf0cc771df4'] response: {'name': 'network-changed', 'server_uuid': 'd3f87323-4326-4479-b6ab-cc8ef5dccb69', 'tag': '14461b84-c1f6-4f94-b73a-0c16ab68836c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1068/2160] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:01:36 2026] GET /v2.0/ports?tenant_id=d9b099fcf7b44219a7315e2287066eae&device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2161] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:01:36 2026] GET /v2.0/networks?id=b624e359-d250-4ca1-9af8-cae89d618ce0 => generated 768 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2162] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:01:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=14461b84-c1f6-4f94-b73a-0c16ab68836c => 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: 1094/2163] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:01:36 2026] GET /v2.0/subnets?id=55e56889-d1ca-4780-a8b4-59ea656d1472 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2164] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:01:37 2026] GET /v2.0/ports?network_id=b624e359-d250-4ca1-9af8-cae89d618ce0&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2165] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:01:37 2026] GET /v2.0/networks/b624e359-d250-4ca1-9af8-cae89d618ce0?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2166] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:01:37 2026] GET /v2.0/networks/b624e359-d250-4ca1-9af8-cae89d618ce0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2169] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:01:44 2026] GET /v2.0/security-groups?tenant_id=defc976dc2f14015b29d93dd9e8f1234&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2170] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:44 2026] DELETE /v2.0/security-groups/06a258cc-b333-400d-aa53-67ab17ab7982 => 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: 1098/2171] 10.0.0.4 () {34 vars in 676 bytes} [Thu Apr 16 04:01:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2172] 10.0.0.4 () {34 vars in 676 bytes} [Thu Apr 16 04:01:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2173] 10.0.0.4 () {34 vars in 676 bytes} [Thu Apr 16 04:01:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2174] 10.0.0.4 () {34 vars in 676 bytes} [Thu Apr 16 04:01:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2175] 10.0.0.4 () {34 vars in 676 bytes} [Thu Apr 16 04:01:48 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: 7|app: 0|req: 1076/2176] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:01:48 2026] PUT /v2.0/policies/14360a81-526f-47d6-be6c-3f8ad84ee5f9/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2177] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:01:48 2026] PUT /v2.0/policies/6833377b-8c87-48cd-8796-641f6b756f2a/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2178] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:01:48 2026] PUT /v2.0/policies/b663198b-1711-4b0c-ab44-c1388194935b/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2179] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:01:48 2026] PUT /v2.0/policies/4f4b3da1-ff54-4371-9015-e69dfccdc3ea/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2180] 10.0.0.4 () {32 vars in 672 bytes} [Thu Apr 16 04:01:49 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2181] 10.0.0.4 () {32 vars in 686 bytes} [Thu Apr 16 04:01:49 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2182] 10.0.0.4 () {32 vars in 682 bytes} [Thu Apr 16 04:01:49 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2183] 10.0.0.4 () {32 vars in 694 bytes} [Thu Apr 16 04:01:49 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2184] 10.0.0.4 () {32 vars in 680 bytes} [Thu Apr 16 04:01:49 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2185] 10.0.0.4 () {32 vars in 694 bytes} [Thu Apr 16 04:01:49 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2186] 10.0.0.4 () {32 vars in 690 bytes} [Thu Apr 16 04:01:49 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2187] 10.0.0.4 () {32 vars in 702 bytes} [Thu Apr 16 04:01:49 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2188] 10.0.0.4 () {32 vars in 732 bytes} [Thu Apr 16 04:01:49 2026] DELETE /v2.0/qos/policies/14360a81-526f-47d6-be6c-3f8ad84ee5f9 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2189] 10.0.0.4 () {32 vars in 732 bytes} [Thu Apr 16 04:01:49 2026] DELETE /v2.0/qos/policies/6833377b-8c87-48cd-8796-641f6b756f2a => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2190] 10.0.0.4 () {32 vars in 732 bytes} [Thu Apr 16 04:01:49 2026] DELETE /v2.0/qos/policies/b663198b-1711-4b0c-ab44-c1388194935b => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2191] 10.0.0.4 () {32 vars in 732 bytes} [Thu Apr 16 04:01:49 2026] DELETE /v2.0/qos/policies/4f4b3da1-ff54-4371-9015-e69dfccdc3ea => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2192] 10.0.0.4 () {32 vars in 732 bytes} [Thu Apr 16 04:01:50 2026] DELETE /v2.0/qos/policies/e0d501e9-f2b4-4d66-90be-5400414e34db => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2193] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:50 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2194] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:50 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&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: 1110/2195] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:01:50 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1279 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2196] 10.0.0.4 () {32 vars in 856 bytes} [Thu Apr 16 04:01:50 2026] GET /v2.0/floatingips?floating_network_id=4bcabe9b-a8ff-4344-b9db-cac942cf8a8d&port_id=14461b84-c1f6-4f94-b73a-0c16ab68836c => generated 860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2197] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:01:50 2026] GET /v2.0/security-groups?tenant_id=8491f35039ff4fcd96f1e092e3d40032&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2198] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:51 2026] DELETE /v2.0/security-groups/c62d5a52-fa35-4233-9a4e-eb61463f7875 => 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: 1112/2199] 10.0.0.234 () {34 vars in 990 bytes} [Thu Apr 16 04:01:51 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2200] 10.0.0.234 () {34 vars in 1120 bytes} [Thu Apr 16 04:01:51 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&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: 7|app: 0|req: 1088/2201] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:01:51 2026] GET /v2.0/security-groups?tenant_id=dd39eef1e05e494f877aced0d1af6da5&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2202] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:51 2026] DELETE /v2.0/security-groups/99b15ab8-c3ad-4289-944c-d500209b4bc1 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2203] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:01:51 2026] GET /v2.0/security-groups?tenant_id=f6fc54d507594be2aca9b4b7edbbb9fb&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2204] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:01:51 2026] DELETE /v2.0/security-groups/dae0990d-225e-4945-91d9-6862f8857b42 => 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: 1117/2207] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:53 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2208] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:53 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2209] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:54 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2210] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:55 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2211] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:56 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1010 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:01:56.198 8 INFO neutron.db.segments_db [None req-f8051c5c-7758-4e9f-905d-9e20fec3edc3 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Added segment 58cd833c-3c91-42e6-b84f-1de05eb941b1 of type vxlan for network 716de36e-c6f2-4fb9-ad74-6729d041c1aa [pid: 7|app: 0|req: 1094/2212] 10.0.0.64 () {34 vars in 1119 bytes} [Thu Apr 16 04:01:56 2026] GET /v2.0/security-groups?id=b8e85170-8469-441e-8126-2e19840656bc&id=4b69ace4-f9e8-4381-9ff6-029e5375ee14&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: 7|app: 0|req: 1095/2213] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 04:01:56 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:01:56.436 7 INFO neutron_taas.services.taas.taas_plugin [req-8061134f-ad58-494a-81ca-d679b174d1d5 req-009fff4d-b360-44c3-94cf-9594d242ba1c e0b106b854884db48d36992149f6a68d d9b099fcf7b44219a7315e2287066eae - - default default] TaaS: Handle Delete Port: 14461b84-c1f6-4f94-b73a-0c16ab68836c 2026-04-16 04:01:56.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8061134f-ad58-494a-81ca-d679b174d1d5 req-009fff4d-b360-44c3-94cf-9594d242ba1c e0b106b854884db48d36992149f6a68d d9b099fcf7b44219a7315e2287066eae - - default default] Tap Mirror: Handle Delete Port: 14461b84-c1f6-4f94-b73a-0c16ab68836c 2026-04-16 04:01:56.458 8 INFO neutron.db.l3_hamode_db [None req-f8051c5c-7758-4e9f-905d-9e20fec3edc3 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:01:56.546 7 INFO neutron.db.l3_db [req-8061134f-ad58-494a-81ca-d679b174d1d5 req-009fff4d-b360-44c3-94cf-9594d242ba1c e0b106b854884db48d36992149f6a68d d9b099fcf7b44219a7315e2287066eae - - default default] Floating IP 58e2a48f-3224-4ba3-88ff-a4cee1fd5fb5 disassociated. External IP: 10.96.250.201, port: 14461b84-c1f6-4f94-b73a-0c16ab68836c. 2026-04-16 04:01:56.574 8 INFO neutron.db.l3_hamode_db [None req-f8051c5c-7758-4e9f-905d-9e20fec3edc3 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1096/2214] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 04:01:56 2026] DELETE /v2.0/ports/14461b84-c1f6-4f94-b73a-0c16ab68836c => generated 0 bytes in 540 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:01:56.904 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aad79444-320a-4658-ad42-ecd4e0205e5b'] response: {'server_uuid': 'd3f87323-4326-4479-b6ab-cc8ef5dccb69', 'name': 'network-vif-deleted', 'tag': '14461b84-c1f6-4f94-b73a-0c16ab68836c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1119/2215] 10.0.0.4 () {34 vars in 666 bytes} [Thu Apr 16 04:01:56 2026] POST /v2.0/routers => generated 474 bytes in 1166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:57.223 7 INFO neutron.db.l3_hamode_db [None req-097aca80-16c1-4cf0-bd20-59aba803ddef 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1120/2216] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:57 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:01:57.346 7 INFO neutron.db.l3_hamode_db [None req-097aca80-16c1-4cf0-bd20-59aba803ddef 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1097/2217] 10.0.0.4 () {34 vars in 666 bytes} [Thu Apr 16 04:01:57 2026] POST /v2.0/routers => generated 474 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:57.919 8 INFO neutron.db.l3_hamode_db [None req-0a7ffeee-d5c3-4bb8-b031-e1aaf7fb1d20 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:01:58.036 8 INFO neutron.db.l3_hamode_db [None req-0a7ffeee-d5c3-4bb8-b031-e1aaf7fb1d20 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1098/2218] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:58 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => 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: 1121/2219] 10.0.0.4 () {34 vars in 666 bytes} [Thu Apr 16 04:01:57 2026] POST /v2.0/routers => generated 474 bytes in 1109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:59.032 7 INFO neutron.db.l3_hamode_db [None req-2d055c9d-aeeb-4d51-bf77-34af33f3bd0f 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:01:59.143 7 INFO neutron.db.l3_hamode_db [None req-2d055c9d-aeeb-4d51-bf77-34af33f3bd0f 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1122/2220] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:01:59 2026] GET /v2.0/ports?device_id=d3f87323-4326-4479-b6ab-cc8ef5dccb69 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2221] 10.0.0.4 () {34 vars in 666 bytes} [Thu Apr 16 04:01:58 2026] POST /v2.0/routers => generated 474 bytes in 703 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:01:59.733 8 INFO neutron.db.l3_hamode_db [None req-ec3fe41c-8cbd-4757-89a0-8288fd78eff0 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:01:59.849 8 INFO neutron.db.l3_hamode_db [None req-ec3fe41c-8cbd-4757-89a0-8288fd78eff0 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1123/2222] 10.0.0.4 () {34 vars in 666 bytes} [Thu Apr 16 04:01:59 2026] POST /v2.0/routers => generated 474 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2223] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:02:00 2026] PUT /v2.0/routers/5956d880-3f1d-4913-9cd5-5c2ba406bb18/tags => generated 17 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2224] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:02:00 2026] PUT /v2.0/routers/ba04ae16-db7f-4392-b7b0-b125d23a80f6/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2225] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:02:00 2026] PUT /v2.0/routers/14da7536-b8eb-43ad-b404-882ad9672980/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2226] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:00 2026] DELETE /v2.0/security-groups/b8e85170-8469-441e-8126-2e19840656bc => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:00.744 8 INFO neutron.api.v2.resource [None req-2e2d9f7b-f31f-453f-baeb-ea5dfc1365ca e0b106b854884db48d36992149f6a68d d9b099fcf7b44219a7315e2287066eae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1126/2227] 10.0.0.4 () {32 vars in 735 bytes} [Thu Apr 16 04:02:00 2026] GET /v2.0/security-groups/b8e85170-8469-441e-8126-2e19840656bc => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2228] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:02:00 2026] PUT /v2.0/routers/c7585f12-6a8c-47d7-ad37-f9f5c0f4523a/tags => generated 19 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:00.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-50a0ffb3-eb9f-4fa2-b267-724347b94cbc e0b106b854884db48d36992149f6a68d d9b099fcf7b44219a7315e2287066eae - - default default] TaaS: Handle Delete Port: e3504699-26b9-4a2d-9f98-4ba10979b87c 2026-04-16 04:02:00.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50a0ffb3-eb9f-4fa2-b267-724347b94cbc e0b106b854884db48d36992149f6a68d d9b099fcf7b44219a7315e2287066eae - - default default] Tap Mirror: Handle Delete Port: e3504699-26b9-4a2d-9f98-4ba10979b87c [pid: 7|app: 0|req: 1103/2229] 10.0.0.4 () {32 vars in 662 bytes} [Thu Apr 16 04:02:00 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2230] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:02:00 2026] DELETE /v2.0/floatingips/58e2a48f-3224-4ba3-88ff-a4cee1fd5fb5 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2231] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:01 2026] DELETE /v2.0/security-groups/4b69ace4-f9e8-4381-9ff6-029e5375ee14 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2232] 10.0.0.4 () {32 vars in 676 bytes} [Thu Apr 16 04:02:00 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2233] 10.0.0.4 () {32 vars in 672 bytes} [Thu Apr 16 04:02:01 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2234] 10.0.0.4 () {32 vars in 684 bytes} [Thu Apr 16 04:02:01 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2235] 10.0.0.4 () {32 vars in 670 bytes} [Thu Apr 16 04:02:01 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:02:01.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c2d1ead-2832-45bf-b5e2-4a2278ddaec1 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 474a0aac-1f6e-419a-b50a-e260a3d99cdf 2026-04-16 04:02:01.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c2d1ead-2832-45bf-b5e2-4a2278ddaec1 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 474a0aac-1f6e-419a-b50a-e260a3d99cdf [pid: 7|app: 0|req: 1108/2236] 10.0.0.4 () {32 vars in 684 bytes} [Thu Apr 16 04:02:01 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2237] 10.0.0.4 () {32 vars in 680 bytes} [Thu Apr 16 04:02:01 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2238] 10.0.0.4 () {32 vars in 692 bytes} [Thu Apr 16 04:02:01 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2239] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:02:01 2026] GET /v2.0/routers/5956d880-3f1d-4913-9cd5-5c2ba406bb18 => generated 485 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2240] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:02:01 2026] PUT /v2.0/routers/3f908f63-f23a-43d2-8780-c8306ac5b867/remove_router_interface => generated 309 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2241] 10.0.0.4 () {34 vars in 740 bytes} [Thu Apr 16 04:02:01 2026] PUT /v2.0/routers/5956d880-3f1d-4913-9cd5-5c2ba406bb18 => generated 485 bytes in 506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2242] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:02:02 2026] GET /v2.0/ports?device_id=5956d880-3f1d-4913-9cd5-5c2ba406bb18 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:02.418 8 INFO neutron_taas.services.taas.taas_plugin [None req-a63f55c7-5311-49e4-ad48-ccb7c81d8dbf 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 568986af-baf2-47ba-bf56-4ba1eef3b1b1 2026-04-16 04:02:02.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a63f55c7-5311-49e4-ad48-ccb7c81d8dbf 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 568986af-baf2-47ba-bf56-4ba1eef3b1b1 2026-04-16 04:02:02.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-674fb06a-2cdc-40a2-bf0c-cdf5e09aa250 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] TaaS: Handle Delete Port: 7317475c-5b0e-488d-87af-643f1a190072 2026-04-16 04:02:02.546 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-674fb06a-2cdc-40a2-bf0c-cdf5e09aa250 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Tap Mirror: Handle Delete Port: 7317475c-5b0e-488d-87af-643f1a190072 2026-04-16 04:02:02.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-a63f55c7-5311-49e4-ad48-ccb7c81d8dbf 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: b5cf423f-de10-47ce-885c-bdd865ebab8e 2026-04-16 04:02:02.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a63f55c7-5311-49e4-ad48-ccb7c81d8dbf 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: b5cf423f-de10-47ce-885c-bdd865ebab8e [pid: 7|app: 0|req: 1114/2243] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:02:02 2026] DELETE /v2.0/routers/5956d880-3f1d-4913-9cd5-5c2ba406bb18 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2244] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:02:02 2026] GET /v2.0/routers/ba04ae16-db7f-4392-b7b0-b125d23a80f6 => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:02:03.026 8 INFO neutron.services.segments.plugin [-] Segment 08613b08-12dd-42e7-a37c-dfb8ebdee5cf resource provider aggregate not found 2026-04-16 04:02:03.033 8 INFO neutron.services.segments.plugin [-] Segment 08613b08-12dd-42e7-a37c-dfb8ebdee5cf resource provider aggregate not found 2026-04-16 04:02:03.054 8 INFO neutron.services.segments.plugin [-] Segment 08613b08-12dd-42e7-a37c-dfb8ebdee5cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08613b08-12dd-42e7-a37c-dfb8ebdee5cf found for delete ", "request_id": "req-4c90146b-5f3f-4617-9489-f316b09d340a"}]} 2026-04-16 04:02:03.054 8 INFO neutron.services.segments.plugin [-] Segment 08613b08-12dd-42e7-a37c-dfb8ebdee5cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08613b08-12dd-42e7-a37c-dfb8ebdee5cf found for delete ", "request_id": "req-8688de8a-4026-4e0e-947e-35315f95c4c4"}]} 2026-04-16 04:02:03.062 8 INFO neutron.db.l3_hamode_db [None req-a63f55c7-5311-49e4-ad48-ccb7c81d8dbf 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] HA network f02087bd-efa2-4ea7-910c-7943985f9a8e was deleted as no HA routers are present in tenant d9b099fcf7b44219a7315e2287066eae. [pid: 8|app: 0|req: 1130/2245] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:02:02 2026] DELETE /v2.0/routers/3f908f63-f23a-43d2-8780-c8306ac5b867 => generated 0 bytes in 853 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2246] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:02:03 2026] DELETE /v2.0/subnets/55e56889-d1ca-4780-a8b4-59ea656d1472 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2247] 10.0.0.4 () {34 vars in 740 bytes} [Thu Apr 16 04:02:02 2026] PUT /v2.0/routers/ba04ae16-db7f-4392-b7b0-b125d23a80f6 => generated 493 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:02:03.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-e230671a-8e7c-4085-895b-295c269649ec 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 3790f305-8d9c-4186-a750-6e082d3d5861 [pid: 7|app: 0|req: 1117/2248] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:02:03 2026] GET /v2.0/ports?device_id=ba04ae16-db7f-4392-b7b0-b125d23a80f6 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:03.322 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e230671a-8e7c-4085-895b-295c269649ec 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 3790f305-8d9c-4186-a750-6e082d3d5861 2026-04-16 04:02:03.459 7 INFO neutron_taas.services.taas.taas_plugin [None req-327c7974-b553-4532-82bc-2133277f3e1d 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] TaaS: Handle Delete Port: 48e32942-b388-4ade-8353-423d1624ab49 2026-04-16 04:02:03.462 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-327c7974-b553-4532-82bc-2133277f3e1d 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Tap Mirror: Handle Delete Port: 48e32942-b388-4ade-8353-423d1624ab49 [pid: 8|app: 0|req: 1132/2249] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:03 2026] DELETE /v2.0/networks/b624e359-d250-4ca1-9af8-cae89d618ce0 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2250] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:02:03 2026] DELETE /v2.0/routers/ba04ae16-db7f-4392-b7b0-b125d23a80f6 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2251] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:02:03 2026] GET /v2.0/routers/14da7536-b8eb-43ad-b404-882ad9672980 => generated 502 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:02:03.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e32ab7e-1c44-493e-8ef2-9428e20a8163 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: ce6512cb-3816-4264-a268-4043d30d3cca 2026-04-16 04:02:03.886 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e32ab7e-1c44-493e-8ef2-9428e20a8163 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: ce6512cb-3816-4264-a268-4043d30d3cca [pid: 7|app: 0|req: 1120/2252] 10.0.0.4 () {34 vars in 740 bytes} [Thu Apr 16 04:02:03 2026] PUT /v2.0/routers/14da7536-b8eb-43ad-b404-882ad9672980 => generated 502 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2253] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:02:04 2026] GET /v2.0/ports?device_id=14da7536-b8eb-43ad-b404-882ad9672980 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:04.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-c66fbd98-a62a-46c5-aec4-f6662a20c2dd 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] TaaS: Handle Delete Port: 9442e7ab-8302-4865-a93b-cf07b7e8be7f 2026-04-16 04:02:04.354 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c66fbd98-a62a-46c5-aec4-f6662a20c2dd 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Tap Mirror: Handle Delete Port: 9442e7ab-8302-4865-a93b-cf07b7e8be7f [pid: 8|app: 0|req: 1133/2254] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:02:03 2026] PUT /v2.0/routers/b5867df3-f62a-4fb9-af1f-29bedfbe85f5/remove_router_interface => generated 309 bytes in 934 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2255] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:02:04 2026] DELETE /v2.0/routers/14da7536-b8eb-43ad-b404-882ad9672980 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2256] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:02:04 2026] GET /v2.0/routers/c7585f12-6a8c-47d7-ad37-f9f5c0f4523a => generated 487 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:02:04.634 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fa285b4-1c40-465a-a79e-e4f18b4768b5 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: e6ddf128-2c69-4ac7-8ea5-e2756ac484bd 2026-04-16 04:02:04.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fa285b4-1c40-465a-a79e-e4f18b4768b5 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: e6ddf128-2c69-4ac7-8ea5-e2756ac484bd 2026-04-16 04:02:04.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fa285b4-1c40-465a-a79e-e4f18b4768b5 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 091348c0-0b8c-48f6-8136-bcc982de304a 2026-04-16 04:02:04.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fa285b4-1c40-465a-a79e-e4f18b4768b5 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 091348c0-0b8c-48f6-8136-bcc982de304a 2026-04-16 04:02:05.075 8 INFO neutron.services.segments.plugin [-] Segment 14d5b40b-0668-46be-9fb5-8ab9cfb9ee11 resource provider aggregate not found 2026-04-16 04:02:05.078 8 INFO neutron.services.segments.plugin [-] Segment 14d5b40b-0668-46be-9fb5-8ab9cfb9ee11 resource provider aggregate not found 2026-04-16 04:02:05.091 8 INFO neutron.services.segments.plugin [-] Segment 14d5b40b-0668-46be-9fb5-8ab9cfb9ee11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14d5b40b-0668-46be-9fb5-8ab9cfb9ee11 found for delete ", "request_id": "req-f2c548b4-94d4-4b2d-be32-263e7b72e33f"}]} 2026-04-16 04:02:05.093 8 INFO neutron.services.segments.plugin [-] Segment 14d5b40b-0668-46be-9fb5-8ab9cfb9ee11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14d5b40b-0668-46be-9fb5-8ab9cfb9ee11 found for delete ", "request_id": "req-07be82ee-0448-4516-a1ad-b56526b173e4"}]} [pid: 7|app: 0|req: 1124/2257] 10.0.0.4 () {34 vars in 740 bytes} [Thu Apr 16 04:02:04 2026] PUT /v2.0/routers/c7585f12-6a8c-47d7-ad37-f9f5c0f4523a => generated 487 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2258] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:02:05 2026] GET /v2.0/ports?device_id=c7585f12-6a8c-47d7-ad37-f9f5c0f4523a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:05.228 8 INFO neutron.db.l3_hamode_db [None req-9fa285b4-1c40-465a-a79e-e4f18b4768b5 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] HA network e6e3f6b8-739c-461c-8e3e-1ce765225c23 was deleted as no HA routers are present in tenant 6a9f7aaffded4b3481a25e4e738b2a9d. [pid: 8|app: 0|req: 1134/2259] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:02:04 2026] DELETE /v2.0/routers/b5867df3-f62a-4fb9-af1f-29bedfbe85f5 => generated 0 bytes in 799 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:05.300 7 INFO neutron_taas.services.taas.taas_plugin [None req-febb9642-4ff5-4e95-bff0-74f39b302b20 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] TaaS: Handle Delete Port: d8c9ba8c-c2b1-4f42-a196-f325abebf356 2026-04-16 04:02:05.302 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-febb9642-4ff5-4e95-bff0-74f39b302b20 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Tap Mirror: Handle Delete Port: d8c9ba8c-c2b1-4f42-a196-f325abebf356 [pid: 8|app: 0|req: 1135/2260] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:02:05 2026] DELETE /v2.0/subnets/613122a5-fa82-4f46-ab12-88aa21ee920e => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2261] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:02:05 2026] DELETE /v2.0/routers/c7585f12-6a8c-47d7-ad37-f9f5c0f4523a => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:05.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-61caa239-20da-49f0-a186-3ce85cf6aaf3 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: ec6bba31-f375-48f0-9f28-70f4917d98d4 2026-04-16 04:02:05.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61caa239-20da-49f0-a186-3ce85cf6aaf3 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: ec6bba31-f375-48f0-9f28-70f4917d98d4 [pid: 7|app: 0|req: 1127/2262] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:02:05 2026] GET /v2.0/routers/520a5549-a456-4c1c-91f0-757845aba200 => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2263] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:05 2026] DELETE /v2.0/networks/0393e303-ed96-4c0e-bb44-26045a0c5154 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2264] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:05 2026] GET /v2.0/security-groups?tenant_id=d9b099fcf7b44219a7315e2287066eae&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2265] 10.0.0.4 () {34 vars in 740 bytes} [Thu Apr 16 04:02:05 2026] PUT /v2.0/routers/520a5549-a456-4c1c-91f0-757845aba200 => generated 480 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2266] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:02:06 2026] GET /v2.0/ports?device_id=520a5549-a456-4c1c-91f0-757845aba200 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2267] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:06 2026] DELETE /v2.0/security-groups/26f28c89-54a4-43f7-b828-750465c775d3 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:06.213 7 INFO neutron_taas.services.taas.taas_plugin [None req-138924a4-5aee-4f50-bcf7-8266efaada60 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] TaaS: Handle Delete Port: de782252-b352-48fc-81c5-4f3d6007f912 2026-04-16 04:02:06.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-138924a4-5aee-4f50-bcf7-8266efaada60 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] Tap Mirror: Handle Delete Port: de782252-b352-48fc-81c5-4f3d6007f912 [pid: 8|app: 0|req: 1139/2268] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:06 2026] GET /v2.0/security-groups?tenant_id=6a9f7aaffded4b3481a25e4e738b2a9d&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: 1140/2269] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:06 2026] DELETE /v2.0/security-groups/4865173a-93ed-4957-a5ab-57d0726d719e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:06.542 7 INFO neutron.services.segments.plugin [-] Segment 58cd833c-3c91-42e6-b84f-1de05eb941b1 resource provider aggregate not found 2026-04-16 04:02:06.547 7 INFO neutron.services.segments.plugin [-] Segment 58cd833c-3c91-42e6-b84f-1de05eb941b1 resource provider aggregate not found 2026-04-16 04:02:06.565 7 INFO neutron.services.segments.plugin [-] Segment 58cd833c-3c91-42e6-b84f-1de05eb941b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58cd833c-3c91-42e6-b84f-1de05eb941b1 found for delete ", "request_id": "req-68b96a8a-3241-44df-8223-cabac015fa28"}]} 2026-04-16 04:02:06.567 7 INFO neutron.services.segments.plugin [-] Segment 58cd833c-3c91-42e6-b84f-1de05eb941b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58cd833c-3c91-42e6-b84f-1de05eb941b1 found for delete ", "request_id": "req-a6de1690-1c51-45f8-ab4e-59ae5f5dbcb3"}]} 2026-04-16 04:02:06.579 7 INFO neutron.db.l3_hamode_db [None req-138924a4-5aee-4f50-bcf7-8266efaada60 40e4b412aeb64b37a73458cd0bbfb689 5f4eac393df3400d909fedbc011c611c - - default default] HA network 716de36e-c6f2-4fb9-ad74-6729d041c1aa was deleted as no HA routers are present in tenant 5f4eac393df3400d909fedbc011c611c. [pid: 7|app: 0|req: 1130/2270] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:02:06 2026] DELETE /v2.0/routers/520a5549-a456-4c1c-91f0-757845aba200 => generated 0 bytes in 521 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:07.107 8 INFO neutron.services.segments.plugin [-] Segment 806110eb-32de-4691-a8b7-766c21811079 resource provider aggregate not found 2026-04-16 04:02:07.114 8 INFO neutron.services.segments.plugin [-] Segment 806110eb-32de-4691-a8b7-766c21811079 resource provider aggregate not found 2026-04-16 04:02:07.122 8 INFO neutron.services.segments.plugin [-] Segment 806110eb-32de-4691-a8b7-766c21811079 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 806110eb-32de-4691-a8b7-766c21811079 found for delete ", "request_id": "req-7c95bb20-fb60-46a0-a05b-c1580575a3c2"}]} 2026-04-16 04:02:07.125 8 INFO neutron.services.segments.plugin [-] Segment 806110eb-32de-4691-a8b7-766c21811079 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 806110eb-32de-4691-a8b7-766c21811079 found for delete ", "request_id": "req-cbe38a28-f206-40bf-841b-8ddf07c4c1a6"}]} 2026-04-16 04:02:07.139 8 INFO neutron.services.segments.plugin [-] Segment ca158dcc-8cbb-4d2b-9531-a8f6aee7b228 resource provider aggregate not found 2026-04-16 04:02:07.145 8 INFO neutron.services.segments.plugin [-] Segment ca158dcc-8cbb-4d2b-9531-a8f6aee7b228 resource provider aggregate not found 2026-04-16 04:02:07.157 8 INFO neutron.services.segments.plugin [-] Segment ca158dcc-8cbb-4d2b-9531-a8f6aee7b228 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca158dcc-8cbb-4d2b-9531-a8f6aee7b228 found for delete ", "request_id": "req-69582270-a9fa-4f57-850d-ff454a913fd8"}]} 2026-04-16 04:02:07.165 8 INFO neutron.services.segments.plugin [-] Segment ca158dcc-8cbb-4d2b-9531-a8f6aee7b228 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca158dcc-8cbb-4d2b-9531-a8f6aee7b228 found for delete ", "request_id": "req-60e2d3c9-df57-4503-947d-ffe3719a8b8f"}]} [pid: 8|app: 0|req: 1141/2271] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:07 2026] GET /v2.0/security-groups?tenant_id=5f4eac393df3400d909fedbc011c611c&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2272] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:07 2026] DELETE /v2.0/security-groups/e99cfcff-5506-4470-8b51-90658f79988b => 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: 1142/2273] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:07 2026] GET /v2.0/security-groups?tenant_id=f799695b3b11491eba61f99f98607d33&name=default => generated 2928 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2274] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:07 2026] DELETE /v2.0/security-groups/56358db4-1ce1-44a4-aef7-ea8b2c57f872 => 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: 1143/2275] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:08 2026] GET /v2.0/security-groups?tenant_id=3785e12dbd224f44904b3e6c68f046bb&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2278] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:08 2026] DELETE /v2.0/security-groups/de483124-5226-4dce-b331-ea06cf4229b5 => 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: 1146/2279] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:02:10 2026] POST /v2.0/floatingips => generated 552 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2280] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:02:11 2026] POST /v2.0/floatingips => generated 552 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:02:11.886 8 INFO neutron.db.segments_db [None req-0c6f5987-dbd5-4b37-b557-84277f1c765f 8a4bf5b6894c4aff85f08eb59231a99d 1b92463d1d9142899c10450927748afb - - default default] Added segment d66dd43a-ca35-4cd5-b8c3-e1c256aa645a of type vxlan for network 0d39a111-78ba-47f8-8d14-a1a9768c46bb [pid: 8|app: 0|req: 1147/2281] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:11 2026] POST /v2.0/networks => generated 613 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2282] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:02:11 2026] PUT /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2283] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:12 2026] GET /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2284] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:02:11 2026] POST /v2.0/floatingips => generated 552 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2285] 10.0.0.4 () {34 vars in 762 bytes} [Thu Apr 16 04:02:12 2026] PUT /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2286] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:12 2026] GET /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2287] 10.0.0.4 () {34 vars in 758 bytes} [Thu Apr 16 04:02:12 2026] PUT /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2288] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:12 2026] GET /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2289] 10.0.0.4 () {34 vars in 780 bytes} [Thu Apr 16 04:02:12 2026] PUT /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2290] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:12 2026] GET /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2291] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:02:12 2026] PUT /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/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: 1157/2292] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:12 2026] GET /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2293] 10.0.0.4 () {32 vars in 739 bytes} [Thu Apr 16 04:02:12 2026] GET /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:12.538 8 INFO neutron.api.v2.resource [None req-16587d8a-f832-4dcb-843a-aa7c14a0e4e0 8a4bf5b6894c4aff85f08eb59231a99d 1b92463d1d9142899c10450927748afb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1159/2294] 10.0.0.4 () {32 vars in 743 bytes} [Thu Apr 16 04:02:12 2026] GET /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2295] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:02:12 2026] POST /v2.0/floatingips => generated 552 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2296] 10.0.0.4 () {32 vars in 742 bytes} [Thu Apr 16 04:02:12 2026] DELETE /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags/red => 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: 1161/2297] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:12 2026] GET /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:12.724 8 INFO neutron.api.v2.resource [None req-d296c6a5-592c-4f42-a651-c6daa282cb5c 8a4bf5b6894c4aff85f08eb59231a99d 1b92463d1d9142899c10450927748afb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1162/2298] 10.0.0.4 () {32 vars in 746 bytes} [Thu Apr 16 04:02:12 2026] DELETE /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2299] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:02:12 2026] DELETE /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2300] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:12 2026] GET /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:12.933 8 INFO neutron.services.segments.plugin [-] Segment d66dd43a-ca35-4cd5-b8c3-e1c256aa645a resource provider aggregate not found 2026-04-16 04:02:12.938 8 INFO neutron.services.segments.plugin [-] Segment d66dd43a-ca35-4cd5-b8c3-e1c256aa645a resource provider aggregate not found 2026-04-16 04:02:12.949 8 INFO neutron.services.segments.plugin [-] Segment d66dd43a-ca35-4cd5-b8c3-e1c256aa645a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d66dd43a-ca35-4cd5-b8c3-e1c256aa645a found for delete ", "request_id": "req-2e34e253-c723-4a2e-8d93-83f299ad9573"}]} 2026-04-16 04:02:12.951 8 INFO neutron.services.segments.plugin [-] Segment d66dd43a-ca35-4cd5-b8c3-e1c256aa645a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d66dd43a-ca35-4cd5-b8c3-e1c256aa645a found for delete ", "request_id": "req-1cff0b32-d322-4639-b6c7-47e158805c4c"}]} [pid: 8|app: 0|req: 1165/2301] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:12 2026] DELETE /v2.0/networks/0d39a111-78ba-47f8-8d14-a1a9768c46bb => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2302] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:02:12 2026] POST /v2.0/floatingips => generated 552 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2303] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:02:13 2026] PUT /v2.0/floatingips/71caf756-c87d-48fb-8474-cd2f4928f23d/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2304] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:02:13 2026] PUT /v2.0/floatingips/7d72e35e-bbad-4433-bb44-320daf57e670/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2305] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:02:13 2026] PUT /v2.0/floatingips/0f8fa467-e0ab-40f8-bd1d-ccce310dfb66/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2306] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:02:13 2026] PUT /v2.0/floatingips/0ba487ca-f2d9-4ec2-9dff-9eb9adb3e877/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2307] 10.0.0.4 () {32 vars in 670 bytes} [Thu Apr 16 04:02:13 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2308] 10.0.0.4 () {32 vars in 684 bytes} [Thu Apr 16 04:02:13 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2309] 10.0.0.4 () {32 vars in 680 bytes} [Thu Apr 16 04:02:13 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2310] 10.0.0.4 () {32 vars in 692 bytes} [Thu Apr 16 04:02:13 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2311] 10.0.0.4 () {32 vars in 678 bytes} [Thu Apr 16 04:02:13 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2312] 10.0.0.4 () {32 vars in 692 bytes} [Thu Apr 16 04:02:13 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2313] 10.0.0.4 () {32 vars in 688 bytes} [Thu Apr 16 04:02:13 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: 7|app: 0|req: 1142/2314] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:13 2026] GET /v2.0/security-groups?tenant_id=1b92463d1d9142899c10450927748afb&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: 1173/2315] 10.0.0.4 () {32 vars in 700 bytes} [Thu Apr 16 04:02:13 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2316] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:13 2026] DELETE /v2.0/security-groups/b8d227c4-8eea-48da-a24b-f88b2ab460e7 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:13.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca903cc2-ce07-4d62-bf2e-500ab641efc2 f09bf6943d3d4d669840630165fef042 dd03b816fead441181f50886842551d7 - - default default] TaaS: Handle Delete Port: b27ff539-8663-4253-865e-af52e15ff2f1 2026-04-16 04:02:13.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca903cc2-ce07-4d62-bf2e-500ab641efc2 f09bf6943d3d4d669840630165fef042 dd03b816fead441181f50886842551d7 - - default default] Tap Mirror: Handle Delete Port: b27ff539-8663-4253-865e-af52e15ff2f1 [pid: 8|app: 0|req: 1174/2317] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:02:13 2026] DELETE /v2.0/floatingips/71caf756-c87d-48fb-8474-cd2f4928f23d => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2318] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:13 2026] GET /v2.0/security-groups?tenant_id=35849530601b4fe7b62117a6b00fc903&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:02:14.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e0ea54e-50c3-43a6-9710-c0596c32fd1d f09bf6943d3d4d669840630165fef042 dd03b816fead441181f50886842551d7 - - default default] TaaS: Handle Delete Port: fff121e2-8901-447a-802c-3aa261b5832d [pid: 7|app: 0|req: 1145/2319] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:14 2026] DELETE /v2.0/security-groups/cbe453e4-acc3-4fb0-8898-45076e679386 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:14.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e0ea54e-50c3-43a6-9710-c0596c32fd1d f09bf6943d3d4d669840630165fef042 dd03b816fead441181f50886842551d7 - - default default] Tap Mirror: Handle Delete Port: fff121e2-8901-447a-802c-3aa261b5832d [pid: 8|app: 0|req: 1175/2320] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:02:13 2026] DELETE /v2.0/floatingips/7d72e35e-bbad-4433-bb44-320daf57e670 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:14.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f5ab2d2-720c-487f-b673-4e63c8e8970e f09bf6943d3d4d669840630165fef042 dd03b816fead441181f50886842551d7 - - default default] TaaS: Handle Delete Port: ba329e55-e343-4be9-be5a-154b4ae3596d 2026-04-16 04:02:14.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f5ab2d2-720c-487f-b673-4e63c8e8970e f09bf6943d3d4d669840630165fef042 dd03b816fead441181f50886842551d7 - - default default] Tap Mirror: Handle Delete Port: ba329e55-e343-4be9-be5a-154b4ae3596d [pid: 7|app: 0|req: 1146/2321] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:02:14 2026] DELETE /v2.0/floatingips/0f8fa467-e0ab-40f8-bd1d-ccce310dfb66 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:14.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0d94159-c2bd-4295-a61d-5734b42b4c9b f09bf6943d3d4d669840630165fef042 dd03b816fead441181f50886842551d7 - - default default] TaaS: Handle Delete Port: 6c36c62b-4444-4c4b-8d3d-bd3fbccabcd6 2026-04-16 04:02:14.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0d94159-c2bd-4295-a61d-5734b42b4c9b f09bf6943d3d4d669840630165fef042 dd03b816fead441181f50886842551d7 - - default default] Tap Mirror: Handle Delete Port: 6c36c62b-4444-4c4b-8d3d-bd3fbccabcd6 [pid: 8|app: 0|req: 1176/2322] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:02:14 2026] DELETE /v2.0/floatingips/0ba487ca-f2d9-4ec2-9dff-9eb9adb3e877 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:14.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-36207de7-a219-4585-acee-d7fb8faeedbe f09bf6943d3d4d669840630165fef042 dd03b816fead441181f50886842551d7 - - default default] TaaS: Handle Delete Port: 9d14e256-45b1-407f-b9e0-e87c7c1ca43d 2026-04-16 04:02:14.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36207de7-a219-4585-acee-d7fb8faeedbe f09bf6943d3d4d669840630165fef042 dd03b816fead441181f50886842551d7 - - default default] Tap Mirror: Handle Delete Port: 9d14e256-45b1-407f-b9e0-e87c7c1ca43d [pid: 7|app: 0|req: 1147/2323] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:02:14 2026] DELETE /v2.0/floatingips/1a738620-2e7b-4167-a430-375c7157bbfb => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2324] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:15 2026] GET /v2.0/security-groups?tenant_id=dd03b816fead441181f50886842551d7&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2325] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:16 2026] DELETE /v2.0/security-groups/9af44a8f-cd76-4465-813d-0a5593381d2e => 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: 1178/2326] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:16 2026] GET /v2.0/security-groups?tenant_id=a51b8320eda34b32b063f89659258187&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2327] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:16 2026] DELETE /v2.0/security-groups/a54525b5-d827-4707-bc1a-70f2f4f96f27 => 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: 1179/2328] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:16 2026] GET /v2.0/security-groups?tenant_id=cfb9a325689e4ed1bed8e4d75496bcfb&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2329] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:16 2026] DELETE /v2.0/security-groups/de47e2f5-d54b-490c-be55-0d7a0b25d445 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:17.605 8 INFO neutron.db.segments_db [None req-bf4a0834-cc50-46ae-a0b6-1cb08ff472f5 7daed0adbbce4ebeb7c06a674e89e503 585a8df774d24fa1a8393821a67f7956 - - default default] Added segment f9b77be8-077f-4466-ade8-a21342777e7f of type vxlan for network 939a8cd7-bd67-4a4d-8fdd-03259011ddc9 [pid: 8|app: 0|req: 1180/2330] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:17 2026] POST /v2.0/networks => generated 613 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2331] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:02:17 2026] POST /v2.0/ports => generated 743 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2332] 10.0.0.4 () {34 vars in 745 bytes} [Thu Apr 16 04:02:18 2026] PUT /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1152/2333] 10.0.0.4 () {32 vars in 725 bytes} [Thu Apr 16 04:02:18 2026] GET /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1182/2334] 10.0.0.4 () {34 vars in 756 bytes} [Thu Apr 16 04:02:18 2026] PUT /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags/green => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1153/2335] 10.0.0.4 () {32 vars in 725 bytes} [Thu Apr 16 04:02:18 2026] GET /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags => generated 34 bytes in 56 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: 1183/2336] 10.0.0.4 () {34 vars in 752 bytes} [Thu Apr 16 04:02:18 2026] PUT /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags/red => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1154/2337] 10.0.0.4 () {32 vars in 725 bytes} [Thu Apr 16 04:02:18 2026] GET /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags => generated 34 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, ' [pid: 8|app: 0|req: 1184/2338] 10.0.0.4 () {34 vars in 774 bytes} [Thu Apr 16 04:02:18 2026] PUT /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags/black.or.white => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1155/2339] 10.0.0.4 () {32 vars in 725 bytes} [Thu Apr 16 04:02:18 2026] GET /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags => generated 52 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1185/2340] 10.0.0.4 () {34 vars in 745 bytes} [Thu Apr 16 04:02:18 2026] PUT /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/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: 7|app: 0|req: 1156/2341] 10.0.0.4 () {32 vars in 725 bytes} [Thu Apr 16 04:02:18 2026] GET /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1186/2342] 10.0.0.4 () {32 vars in 733 bytes} [Thu Apr 16 04:02:18 2026] GET /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:02:18.801 7 INFO neutron.api.v2.resource [None req-e84f13fe-7891-42cc-a4ab-6c0ead2e40c2 7daed0adbbce4ebeb7c06a674e89e503 585a8df774d24fa1a8393821a67f7956 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1157/2343] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:02:18 2026] GET /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags/green => generated 99 bytes in 49 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: 1187/2344] 10.0.0.4 () {32 vars in 736 bytes} [Thu Apr 16 04:02:18 2026] DELETE /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/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: 7|app: 0|req: 1158/2345] 10.0.0.4 () {32 vars in 725 bytes} [Thu Apr 16 04:02:18 2026] GET /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:02:18.991 8 INFO neutron.api.v2.resource [None req-ec91f117-3a2c-4447-a53c-3502b538ca98 7daed0adbbce4ebeb7c06a674e89e503 585a8df774d24fa1a8393821a67f7956 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1188/2346] 10.0.0.4 () {32 vars in 740 bytes} [Thu Apr 16 04:02:18 2026] DELETE /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1159/2347] 10.0.0.4 () {32 vars in 728 bytes} [Thu Apr 16 04:02:18 2026] DELETE /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags => generated 0 bytes in 66 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: 1189/2348] 10.0.0.4 () {32 vars in 725 bytes} [Thu Apr 16 04:02:19 2026] GET /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:02:19.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-9fff4b71-955b-44e5-a0ea-84a340fdba84 7daed0adbbce4ebeb7c06a674e89e503 585a8df774d24fa1a8393821a67f7956 - - default default] TaaS: Handle Delete Port: b1f46700-fe91-40e6-926d-97b8adea1ce8 2026-04-16 04:02:19.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fff4b71-955b-44e5-a0ea-84a340fdba84 7daed0adbbce4ebeb7c06a674e89e503 585a8df774d24fa1a8393821a67f7956 - - default default] Tap Mirror: Handle Delete Port: b1f46700-fe91-40e6-926d-97b8adea1ce8 [pid: 7|app: 0|req: 1160/2349] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:02:19 2026] DELETE /v2.0/ports/b1f46700-fe91-40e6-926d-97b8adea1ce8 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:02:19.399 8 INFO neutron.services.segments.plugin [-] Segment f9b77be8-077f-4466-ade8-a21342777e7f resource provider aggregate not found 2026-04-16 04:02:19.408 8 INFO neutron.services.segments.plugin [-] Segment f9b77be8-077f-4466-ade8-a21342777e7f resource provider aggregate not found 2026-04-16 04:02:19.419 8 INFO neutron.services.segments.plugin [-] Segment f9b77be8-077f-4466-ade8-a21342777e7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9b77be8-077f-4466-ade8-a21342777e7f found for delete ", "request_id": "req-d8922b88-2c9d-4fdb-832b-e2ca6d58145a"}]} 2026-04-16 04:02:19.424 8 INFO neutron.services.segments.plugin [-] Segment f9b77be8-077f-4466-ade8-a21342777e7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9b77be8-077f-4466-ade8-a21342777e7f found for delete ", "request_id": "req-8c5b22fd-7476-47d5-ad95-5dbf8e1c541f"}]} [pid: 8|app: 0|req: 1190/2350] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:19 2026] DELETE /v2.0/networks/939a8cd7-bd67-4a4d-8fdd-03259011ddc9 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2351] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:19 2026] GET /v2.0/security-groups?tenant_id=55932a4ad41c456b96f3fecedacf7794&name=default => generated 2929 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2352] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:20 2026] DELETE /v2.0/security-groups/f33a123e-372c-4f9c-9765-9adb59507998 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2353] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:20 2026] GET /v2.0/security-groups?tenant_id=585a8df774d24fa1a8393821a67f7956&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2354] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:20 2026] DELETE /v2.0/security-groups/20ad448c-af60-4307-97c1-6b197bcfaa23 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:21.090 7 INFO neutron.db.segments_db [None req-f0253897-1791-4241-9858-157497c10164 780b7bd46f2d45e699fba389def148ef 270fd245fb664c96b853817f2efdf0fa - - default default] Added segment d59ad0b7-cbae-495e-9b17-3a7fa36fd2b5 of type vxlan for network d809fb5b-47f2-48a7-94ca-c0a80565fd26 [pid: 7|app: 0|req: 1163/2355] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:20 2026] POST /v2.0/networks => generated 613 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:02:21.226 8 INFO neutron.db.segments_db [None req-4c5ba7e2-db8c-4b4d-b12a-d4da76eed0a0 780b7bd46f2d45e699fba389def148ef 270fd245fb664c96b853817f2efdf0fa - - default default] Added segment 5a460b80-656f-47ef-86ab-128ebf35f4a7 of type vxlan for network 1cc50366-f33a-476e-a133-67f0392dd073 [pid: 8|app: 0|req: 1193/2356] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:21 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:02:21.370 7 INFO neutron.db.segments_db [None req-c22e5624-20f3-4605-a78f-9897e1a27118 780b7bd46f2d45e699fba389def148ef 270fd245fb664c96b853817f2efdf0fa - - default default] Added segment 9ee690a1-0152-4c4b-bc3d-4d9b69cfe7f6 of type vxlan for network d6ba4c1d-6002-48b1-b859-0a3e428b364a [pid: 7|app: 0|req: 1164/2357] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:21 2026] POST /v2.0/networks => generated 612 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:02:21.531 8 INFO neutron.db.segments_db [None req-d1df14d5-77a9-4d9d-ace3-df8fd078ed6b 780b7bd46f2d45e699fba389def148ef 270fd245fb664c96b853817f2efdf0fa - - default default] Added segment 19019e72-986f-498f-a6ec-2d3215de6ffe of type vxlan for network a52fa665-51d5-4afd-a611-e4003464c75d [pid: 8|app: 0|req: 1194/2358] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:21 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-16 04:02:21.684 7 INFO neutron.db.segments_db [None req-c33898a9-58a0-47aa-9c60-f306f7ebbd54 780b7bd46f2d45e699fba389def148ef 270fd245fb664c96b853817f2efdf0fa - - default default] Added segment cbd8dba0-c2a6-4c8f-9a22-0c7fa4ebe711 of type vxlan for network 96db73fa-f025-4d67-8787-1935dd07f649 [pid: 7|app: 0|req: 1165/2359] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:21 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2360] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:02:21 2026] PUT /v2.0/networks/d809fb5b-47f2-48a7-94ca-c0a80565fd26/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2361] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:02:21 2026] PUT /v2.0/networks/1cc50366-f33a-476e-a133-67f0392dd073/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: 1196/2362] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:02:21 2026] PUT /v2.0/networks/d6ba4c1d-6002-48b1-b859-0a3e428b364a/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2363] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:02:21 2026] PUT /v2.0/networks/a52fa665-51d5-4afd-a611-e4003464c75d/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2364] 10.0.0.4 () {32 vars in 664 bytes} [Thu Apr 16 04:02:21 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2365] 10.0.0.4 () {32 vars in 678 bytes} [Thu Apr 16 04:02:22 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2366] 10.0.0.4 () {32 vars in 674 bytes} [Thu Apr 16 04:02:22 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2367] 10.0.0.4 () {32 vars in 686 bytes} [Thu Apr 16 04:02:22 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2368] 10.0.0.4 () {32 vars in 672 bytes} [Thu Apr 16 04:02:22 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2369] 10.0.0.4 () {32 vars in 686 bytes} [Thu Apr 16 04:02:22 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2370] 10.0.0.4 () {32 vars in 682 bytes} [Thu Apr 16 04:02:22 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2371] 10.0.0.4 () {32 vars in 694 bytes} [Thu Apr 16 04:02:22 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:02:22.597 8 INFO neutron.services.segments.plugin [-] Segment d59ad0b7-cbae-495e-9b17-3a7fa36fd2b5 resource provider aggregate not found 2026-04-16 04:02:22.604 8 INFO neutron.services.segments.plugin [-] Segment d59ad0b7-cbae-495e-9b17-3a7fa36fd2b5 resource provider aggregate not found 2026-04-16 04:02:22.619 8 INFO neutron.services.segments.plugin [-] Segment d59ad0b7-cbae-495e-9b17-3a7fa36fd2b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d59ad0b7-cbae-495e-9b17-3a7fa36fd2b5 found for delete ", "request_id": "req-532ea4c7-eb6a-4a51-b8dc-6598fb050db9"}]} 2026-04-16 04:02:22.619 8 INFO neutron.services.segments.plugin [-] Segment d59ad0b7-cbae-495e-9b17-3a7fa36fd2b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d59ad0b7-cbae-495e-9b17-3a7fa36fd2b5 found for delete ", "request_id": "req-69ec4398-38ca-4080-aed9-b7530442b4fa"}]} [pid: 8|app: 0|req: 1201/2372] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:22 2026] DELETE /v2.0/networks/d809fb5b-47f2-48a7-94ca-c0a80565fd26 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:02:22.736 7 INFO neutron.services.segments.plugin [-] Segment 5a460b80-656f-47ef-86ab-128ebf35f4a7 resource provider aggregate not found 2026-04-16 04:02:22.739 7 INFO neutron.services.segments.plugin [-] Segment 5a460b80-656f-47ef-86ab-128ebf35f4a7 resource provider aggregate not found 2026-04-16 04:02:22.753 7 INFO neutron.services.segments.plugin [-] Segment 5a460b80-656f-47ef-86ab-128ebf35f4a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a460b80-656f-47ef-86ab-128ebf35f4a7 found for delete ", "request_id": "req-556e2902-d2bd-4d0c-95ee-88bffb1de0ae"}]} 2026-04-16 04:02:22.754 7 INFO neutron.services.segments.plugin [-] Segment 5a460b80-656f-47ef-86ab-128ebf35f4a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a460b80-656f-47ef-86ab-128ebf35f4a7 found for delete ", "request_id": "req-550cb49a-0f08-4f47-8ee1-59e8ba60bdc4"}]} [pid: 7|app: 0|req: 1172/2373] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:22 2026] DELETE /v2.0/networks/1cc50366-f33a-476e-a133-67f0392dd073 => 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: 1202/2374] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:22 2026] DELETE /v2.0/networks/d6ba4c1d-6002-48b1-b859-0a3e428b364a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2375] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:22 2026] DELETE /v2.0/networks/a52fa665-51d5-4afd-a611-e4003464c75d => generated 0 bytes in 86 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2376] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:22 2026] DELETE /v2.0/networks/96db73fa-f025-4d67-8787-1935dd07f649 => 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: 1205/2379] 10.0.0.4 () {34 vars in 676 bytes} [Thu Apr 16 04:02:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2380] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:02:23 2026] PUT /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2381] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:23 2026] GET /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2382] 10.0.0.4 () {34 vars in 762 bytes} [Thu Apr 16 04:02:23 2026] PUT /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2383] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:23 2026] GET /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2384] 10.0.0.4 () {34 vars in 758 bytes} [Thu Apr 16 04:02:24 2026] PUT /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2385] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:23 2026] GET /v2.0/security-groups?tenant_id=05001ad1361a4e4481b7bfa2fba09733&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2386] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:24 2026] GET /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/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: 1211/2387] 10.0.0.4 () {34 vars in 780 bytes} [Thu Apr 16 04:02:24 2026] PUT /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2388] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:24 2026] GET /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2389] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:24 2026] DELETE /v2.0/security-groups/35c70691-9c41-4b1d-b04d-a44693c8aa27 => 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: 1213/2390] 10.0.0.4 () {34 vars in 751 bytes} [Thu Apr 16 04:02:24 2026] PUT /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2391] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:24 2026] GET /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2392] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:24 2026] GET /v2.0/security-groups?tenant_id=270fd245fb664c96b853817f2efdf0fa&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2393] 10.0.0.4 () {32 vars in 739 bytes} [Thu Apr 16 04:02:24 2026] GET /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:24.379 7 INFO neutron.api.v2.resource [None req-ee0da428-d94b-42d8-b92c-fbe4635a2280 466a081d1e944f4fac2ae7a1500dfd45 e3c7212a95ca4702add3067228acaf46 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1180/2394] 10.0.0.4 () {32 vars in 743 bytes} [Thu Apr 16 04:02:24 2026] GET /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2395] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:24 2026] DELETE /v2.0/security-groups/e6d43cb6-b33a-4e2e-a47f-a57b464ee044 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2396] 10.0.0.4 () {32 vars in 742 bytes} [Thu Apr 16 04:02:24 2026] DELETE /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2397] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:24 2026] GET /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:24.501 7 INFO neutron.api.v2.resource [None req-f6886680-2164-4c35-9391-139b958b8faa 466a081d1e944f4fac2ae7a1500dfd45 e3c7212a95ca4702add3067228acaf46 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1182/2398] 10.0.0.4 () {32 vars in 746 bytes} [Thu Apr 16 04:02:24 2026] DELETE /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/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: 1217/2399] 10.0.0.4 () {32 vars in 734 bytes} [Thu Apr 16 04:02:24 2026] DELETE /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2400] 10.0.0.4 () {32 vars in 731 bytes} [Thu Apr 16 04:02:24 2026] GET /v2.0/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d/tags => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2401] 10.0.0.4 () {32 vars in 732 bytes} [Thu Apr 16 04:02:24 2026] DELETE /v2.0/qos/policies/688be9f7-2669-481f-a2ca-183f9fc50f0d => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:24.638 8 INFO neutron.services.segments.plugin [-] Segment 9ee690a1-0152-4c4b-bc3d-4d9b69cfe7f6 resource provider aggregate not found 2026-04-16 04:02:24.642 8 INFO neutron.services.segments.plugin [-] Segment 9ee690a1-0152-4c4b-bc3d-4d9b69cfe7f6 resource provider aggregate not found 2026-04-16 04:02:24.658 8 INFO neutron.services.segments.plugin [-] Segment 9ee690a1-0152-4c4b-bc3d-4d9b69cfe7f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee690a1-0152-4c4b-bc3d-4d9b69cfe7f6 found for delete ", "request_id": "req-3a976f23-af6d-439f-a592-50b2dd39ad2d"}]} 2026-04-16 04:02:24.661 8 INFO neutron.services.segments.plugin [-] Segment 9ee690a1-0152-4c4b-bc3d-4d9b69cfe7f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee690a1-0152-4c4b-bc3d-4d9b69cfe7f6 found for delete ", "request_id": "req-2e06cf65-b9a2-4a9f-9e5e-04e9cceeb102"}]} [pid: 7|app: 0|req: 1183/2402] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:24 2026] GET /v2.0/security-groups?tenant_id=13a1a90ef8924be9bcc5f00f772ebe84&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:02:24.675 8 INFO neutron.services.segments.plugin [-] Segment cbd8dba0-c2a6-4c8f-9a22-0c7fa4ebe711 resource provider aggregate not found 2026-04-16 04:02:24.684 8 INFO neutron.services.segments.plugin [-] Segment cbd8dba0-c2a6-4c8f-9a22-0c7fa4ebe711 resource provider aggregate not found 2026-04-16 04:02:24.693 8 INFO neutron.services.segments.plugin [-] Segment cbd8dba0-c2a6-4c8f-9a22-0c7fa4ebe711 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbd8dba0-c2a6-4c8f-9a22-0c7fa4ebe711 found for delete ", "request_id": "req-68afabd6-5bb4-4887-9ad5-5ac78bae1b9b"}]} 2026-04-16 04:02:24.705 8 INFO neutron.services.segments.plugin [-] Segment cbd8dba0-c2a6-4c8f-9a22-0c7fa4ebe711 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbd8dba0-c2a6-4c8f-9a22-0c7fa4ebe711 found for delete ", "request_id": "req-a9cac03e-cb7f-4c8d-bc6e-e5f91e003fa1"}]} 2026-04-16 04:02:24.773 7 INFO neutron.services.segments.plugin [-] Segment 19019e72-986f-498f-a6ec-2d3215de6ffe resource provider aggregate not found [pid: 8|app: 0|req: 1220/2403] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:24 2026] DELETE /v2.0/security-groups/52692e47-5ff1-460c-a03e-83e40c8fc462 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:24.778 7 INFO neutron.services.segments.plugin [-] Segment 19019e72-986f-498f-a6ec-2d3215de6ffe resource provider aggregate not found 2026-04-16 04:02:24.791 7 INFO neutron.services.segments.plugin [-] Segment 19019e72-986f-498f-a6ec-2d3215de6ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19019e72-986f-498f-a6ec-2d3215de6ffe found for delete ", "request_id": "req-dadce67d-f3c5-4a39-bd2b-cb2054c82c6f"}]} 2026-04-16 04:02:24.792 7 INFO neutron.services.segments.plugin [-] Segment 19019e72-986f-498f-a6ec-2d3215de6ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19019e72-986f-498f-a6ec-2d3215de6ffe found for delete ", "request_id": "req-945d3744-8a3e-499d-84b4-0048d2d92c29"}]} [pid: 7|app: 0|req: 1184/2404] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:25 2026] GET /v2.0/security-groups?tenant_id=e3c7212a95ca4702add3067228acaf46&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2405] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:25 2026] DELETE /v2.0/security-groups/767895b4-fdd9-43a9-b550-b2d01aeaf6f2 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2406] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:25 2026] GET /v2.0/security-groups?tenant_id=6f7bec58a9294713927273313bbc5135&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: 1222/2407] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:25 2026] DELETE /v2.0/security-groups/a00f711e-c88d-4a9e-9402-bd519acb2360 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:29.010 7 INFO neutron.db.segments_db [None req-3719412c-0081-44c1-98f5-11d650c025ec fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] Added segment 5b074822-d9df-4d51-a41d-1c63aad8ddfe of type vxlan for network a1754728-80ec-4c3f-9044-d52807285b21 [pid: 7|app: 0|req: 1186/2408] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:28 2026] POST /v2.0/networks => generated 613 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2409] 10.0.0.4 () {34 vars in 682 bytes} [Thu Apr 16 04:02:29 2026] POST /v2.0/security-groups => generated 1603 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2410] 10.0.0.4 () {34 vars in 765 bytes} [Thu Apr 16 04:02:29 2026] PUT /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2411] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:02:29 2026] GET /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2412] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:02:29 2026] POST /v2.0/ports => generated 743 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, ' [pid: 8|app: 0|req: 1226/2413] 10.0.0.4 () {34 vars in 776 bytes} [Thu Apr 16 04:02:29 2026] PUT /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 04:02:29.427 7 INFO neutron.db.segments_db [None req-dab75831-34c2-4bc0-81db-13700b7b6dbb fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] Added segment 24043960-b9f8-476d-b743-b52669cc9854 of type vxlan for network 5f199e04-4f37-4dcf-ad4a-6ceb09cca5ff [pid: 8|app: 0|req: 1227/2414] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:02:29 2026] GET /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/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: 1228/2415] 10.0.0.4 () {34 vars in 772 bytes} [Thu Apr 16 04:02:29 2026] PUT /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2416] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:29 2026] POST /v2.0/networks => generated 612 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2417] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:02:29 2026] GET /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/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: 1230/2418] 10.0.0.4 () {34 vars in 794 bytes} [Thu Apr 16 04:02:29 2026] PUT /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2419] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:02:29 2026] GET /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2420] 10.0.0.4 () {34 vars in 765 bytes} [Thu Apr 16 04:02:29 2026] PUT /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/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: 1233/2421] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:02:29 2026] GET /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/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: 1234/2422] 10.0.0.4 () {32 vars in 753 bytes} [Thu Apr 16 04:02:29 2026] GET /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2423] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:02:29 2026] POST /v2.0/ports => generated 743 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:02:29.802 8 INFO neutron.api.v2.resource [None req-27521afa-3a4b-4998-8c98-863c6b381c36 67cea87ab0b04d34ba5d98be4982e093 e26753d5187b48cbabc18d9b54ab59ee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1235/2424] 10.0.0.4 () {32 vars in 757 bytes} [Thu Apr 16 04:02:29 2026] GET /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 04:02:29.834 7 INFO neutron.db.segments_db [None req-0b382ca1-ac1f-450f-9172-6cda3b642cf2 fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] Added segment cd4026bc-d9ad-4b90-ac19-851098ee7f65 of type vxlan for network 0463438d-68f6-4cf3-8bb6-1e39a9dd4450 [pid: 8|app: 0|req: 1236/2425] 10.0.0.4 () {32 vars in 756 bytes} [Thu Apr 16 04:02:29 2026] DELETE /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2426] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:02:29 2026] GET /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:29.920 8 INFO neutron.api.v2.resource [None req-bbc6494b-c728-4bb4-8b0e-0ea1280a535d 67cea87ab0b04d34ba5d98be4982e093 e26753d5187b48cbabc18d9b54ab59ee - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1238/2427] 10.0.0.4 () {32 vars in 760 bytes} [Thu Apr 16 04:02:29 2026] DELETE /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2428] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:29 2026] POST /v2.0/networks => generated 612 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2429] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:02:29 2026] DELETE /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2430] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:02:29 2026] GET /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee/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: 1241/2431] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:29 2026] DELETE /v2.0/security-groups/0deef160-2268-422b-adc3-1cfc8e81e6ee => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2432] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:02:29 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:02:30.277 8 INFO neutron.db.segments_db [None req-9bbc2263-5db2-4bdd-96b6-6c1a83d1cfec fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] Added segment 9835823c-7b1d-440d-95c0-442e68c7df28 of type vxlan for network a6519f4f-1e15-456f-84f6-a509ad096396 [pid: 8|app: 0|req: 1242/2433] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:30 2026] POST /v2.0/networks => generated 612 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1192/2434] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:02:30 2026] POST /v2.0/ports => generated 743 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:02:30.677 8 INFO neutron.db.segments_db [None req-4c2244d0-7c63-4485-ad95-c7048772dbaf fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] Added segment 79b90bdb-69c0-4bb6-b3e4-4bc9eb7b378f of type vxlan for network e879ba37-c55a-40fe-9a38-4ab033d035bb [pid: 8|app: 0|req: 1243/2435] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:30 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1193/2436] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:30 2026] GET /v2.0/security-groups?tenant_id=e26753d5187b48cbabc18d9b54ab59ee&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2437] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:30 2026] DELETE /v2.0/security-groups/1dbea458-eaa4-44c2-a939-ed07ff28eb08 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2438] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:02:30 2026] POST /v2.0/ports => generated 743 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1195/2439] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:30 2026] GET /v2.0/security-groups?tenant_id=c9e4f5871da5455780c58a6016a36826&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2440] 10.0.0.4 () {34 vars in 745 bytes} [Thu Apr 16 04:02:31 2026] PUT /v2.0/ports/05a57ff4-cf71-492e-89b8-d73c85e66b06/tags => generated 17 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: 8|app: 0|req: 1246/2441] 10.0.0.4 () {34 vars in 745 bytes} [Thu Apr 16 04:02:31 2026] PUT /v2.0/ports/3720bb42-c3bf-4f6c-82cd-bc49e5314f02/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2442] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:31 2026] DELETE /v2.0/security-groups/c98d70da-248d-4815-a7e4-b7773b782f40 => generated 0 bytes in 103 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: 1247/2443] 10.0.0.4 () {34 vars in 745 bytes} [Thu Apr 16 04:02:31 2026] PUT /v2.0/ports/fd906d57-b6ef-44d8-86ca-a28de0ed5d7e/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2444] 10.0.0.4 () {34 vars in 745 bytes} [Thu Apr 16 04:02:31 2026] PUT /v2.0/ports/b47ce6ef-d7ef-43f1-a89f-acaf85e2006b/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1248/2445] 10.0.0.4 () {32 vars in 658 bytes} [Thu Apr 16 04:02:31 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1198/2446] 10.0.0.4 () {32 vars in 672 bytes} [Thu Apr 16 04:02:31 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2447] 10.0.0.4 () {32 vars in 668 bytes} [Thu Apr 16 04:02:31 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: 7|app: 0|req: 1199/2448] 10.0.0.4 () {32 vars in 680 bytes} [Thu Apr 16 04:02:31 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2449] 10.0.0.4 () {32 vars in 666 bytes} [Thu Apr 16 04:02:31 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2450] 10.0.0.4 () {32 vars in 680 bytes} [Thu Apr 16 04:02:31 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2451] 10.0.0.4 () {32 vars in 676 bytes} [Thu Apr 16 04:02:31 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2452] 10.0.0.4 () {32 vars in 688 bytes} [Thu Apr 16 04:02:31 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:02:32.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-904948ba-0df3-4b5c-a2e6-2a9f30661414 fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] TaaS: Handle Delete Port: 05a57ff4-cf71-492e-89b8-d73c85e66b06 2026-04-16 04:02:32.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-904948ba-0df3-4b5c-a2e6-2a9f30661414 fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] Tap Mirror: Handle Delete Port: 05a57ff4-cf71-492e-89b8-d73c85e66b06 [pid: 8|app: 0|req: 1252/2453] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:02:32 2026] DELETE /v2.0/ports/05a57ff4-cf71-492e-89b8-d73c85e66b06 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:02:32.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3dae54a-a2cd-43a5-b1ba-d7a24208172c fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] TaaS: Handle Delete Port: 3720bb42-c3bf-4f6c-82cd-bc49e5314f02 2026-04-16 04:02:32.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3dae54a-a2cd-43a5-b1ba-d7a24208172c fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] Tap Mirror: Handle Delete Port: 3720bb42-c3bf-4f6c-82cd-bc49e5314f02 [pid: 7|app: 0|req: 1202/2454] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:02:32 2026] DELETE /v2.0/ports/3720bb42-c3bf-4f6c-82cd-bc49e5314f02 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:02:32.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ddc5c99-0cce-48c3-8d6d-33231a92b3ee fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] TaaS: Handle Delete Port: fd906d57-b6ef-44d8-86ca-a28de0ed5d7e 2026-04-16 04:02:32.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ddc5c99-0cce-48c3-8d6d-33231a92b3ee fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] Tap Mirror: Handle Delete Port: fd906d57-b6ef-44d8-86ca-a28de0ed5d7e [pid: 8|app: 0|req: 1253/2455] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:02:32 2026] DELETE /v2.0/ports/fd906d57-b6ef-44d8-86ca-a28de0ed5d7e => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:02:32.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6164e1d-826a-4f7b-92f5-6af2ed2ef4e3 fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] TaaS: Handle Delete Port: b47ce6ef-d7ef-43f1-a89f-acaf85e2006b 2026-04-16 04:02:32.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6164e1d-826a-4f7b-92f5-6af2ed2ef4e3 fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] Tap Mirror: Handle Delete Port: b47ce6ef-d7ef-43f1-a89f-acaf85e2006b [pid: 7|app: 0|req: 1203/2456] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:02:32 2026] DELETE /v2.0/ports/b47ce6ef-d7ef-43f1-a89f-acaf85e2006b => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:02:32.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-4374fb19-2714-494c-ad86-a521560a43e2 fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] TaaS: Handle Delete Port: df3e84db-7d3e-4f9b-a0bc-5a24c9d0bfe5 2026-04-16 04:02:32.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4374fb19-2714-494c-ad86-a521560a43e2 fbdafb1551be46a496433b0a675871a4 34fa33897c154008b8f2e4e983865457 - - default default] Tap Mirror: Handle Delete Port: df3e84db-7d3e-4f9b-a0bc-5a24c9d0bfe5 [pid: 8|app: 0|req: 1254/2457] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:02:32 2026] DELETE /v2.0/ports/df3e84db-7d3e-4f9b-a0bc-5a24c9d0bfe5 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:02:33.009 7 INFO neutron.services.segments.plugin [-] Segment 5b074822-d9df-4d51-a41d-1c63aad8ddfe resource provider aggregate not found 2026-04-16 04:02:33.014 7 INFO neutron.services.segments.plugin [-] Segment 5b074822-d9df-4d51-a41d-1c63aad8ddfe resource provider aggregate not found 2026-04-16 04:02:33.033 7 INFO neutron.services.segments.plugin [-] Segment 5b074822-d9df-4d51-a41d-1c63aad8ddfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b074822-d9df-4d51-a41d-1c63aad8ddfe found for delete ", "request_id": "req-1e7abf3f-ffaa-4e5b-9b2d-3a5a39480b37"}]} 2026-04-16 04:02:33.034 7 INFO neutron.services.segments.plugin [-] Segment 5b074822-d9df-4d51-a41d-1c63aad8ddfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b074822-d9df-4d51-a41d-1c63aad8ddfe found for delete ", "request_id": "req-2cba2841-0175-48fb-a69e-a3f4ca6e7ee2"}]} [pid: 7|app: 0|req: 1204/2458] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:32 2026] DELETE /v2.0/networks/a1754728-80ec-4c3f-9044-d52807285b21 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:02:33.164 8 INFO neutron.services.segments.plugin [-] Segment 24043960-b9f8-476d-b743-b52669cc9854 resource provider aggregate not found 2026-04-16 04:02:33.170 8 INFO neutron.services.segments.plugin [-] Segment 24043960-b9f8-476d-b743-b52669cc9854 resource provider aggregate not found 2026-04-16 04:02:33.185 8 INFO neutron.services.segments.plugin [-] Segment 24043960-b9f8-476d-b743-b52669cc9854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24043960-b9f8-476d-b743-b52669cc9854 found for delete ", "request_id": "req-5174d8f7-af1b-4225-b43a-35c036e3b535"}]} 2026-04-16 04:02:33.189 8 INFO neutron.services.segments.plugin [-] Segment 24043960-b9f8-476d-b743-b52669cc9854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24043960-b9f8-476d-b743-b52669cc9854 found for delete ", "request_id": "req-0ed3db06-71b7-4c89-a0c1-2585b527a49f"}]} [pid: 8|app: 0|req: 1255/2459] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:33 2026] DELETE /v2.0/networks/5f199e04-4f37-4dcf-ad4a-6ceb09cca5ff => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2460] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:33 2026] DELETE /v2.0/networks/0463438d-68f6-4cf3-8bb6-1e39a9dd4450 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2461] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:33 2026] DELETE /v2.0/networks/a6519f4f-1e15-456f-84f6-a509ad096396 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2462] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:33 2026] DELETE /v2.0/networks/e879ba37-c55a-40fe-9a38-4ab033d035bb => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:02:34.477 8 INFO neutron.db.segments_db [None req-cd793298-b07e-4e47-a16c-e5c92012ae2c 48a90e0de5414984b92e4af2b48a9f61 b13a86d4582e42ed9bef6fc1a663b472 - - default default] Added segment 637b61da-4f01-4864-8c0a-b6b1a4b7ee36 of type vxlan for network 55dc1ed0-276b-430c-8949-b95213c04b0d [pid: 7|app: 0|req: 1207/2463] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:34 2026] GET /v2.0/security-groups?tenant_id=1cf83bec65ee4df69323f63c2696d2f3&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2464] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:34 2026] POST /v2.0/networks => generated 613 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2465] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:34 2026] DELETE /v2.0/security-groups/b18c636f-f800-4efc-8fe0-cf7b1cad3830 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2466] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:34 2026] GET /v2.0/security-groups?tenant_id=34fa33897c154008b8f2e4e983865457&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2467] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:02:34 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2468] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:34 2026] DELETE /v2.0/security-groups/0cb1cdfa-1a81-43c5-bacb-a3f9ac54ba60 => 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: 1259/2469] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:02:34 2026] PUT /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2470] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:02:34 2026] GET /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2471] 10.0.0.4 () {34 vars in 760 bytes} [Thu Apr 16 04:02:34 2026] PUT /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2472] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:02:34 2026] GET /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:35.054 7 INFO neutron.services.segments.plugin [-] Segment cd4026bc-d9ad-4b90-ac19-851098ee7f65 resource provider aggregate not found 2026-04-16 04:02:35.060 7 INFO neutron.services.segments.plugin [-] Segment cd4026bc-d9ad-4b90-ac19-851098ee7f65 resource provider aggregate not found 2026-04-16 04:02:35.076 7 INFO neutron.services.segments.plugin [-] Segment cd4026bc-d9ad-4b90-ac19-851098ee7f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd4026bc-d9ad-4b90-ac19-851098ee7f65 found for delete ", "request_id": "req-8f09a4c6-035e-4234-a3bd-3835152d1882"}]} [pid: 8|app: 0|req: 1262/2473] 10.0.0.4 () {34 vars in 756 bytes} [Thu Apr 16 04:02:35 2026] PUT /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 04:02:35.085 7 INFO neutron.services.segments.plugin [-] Segment cd4026bc-d9ad-4b90-ac19-851098ee7f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd4026bc-d9ad-4b90-ac19-851098ee7f65 found for delete ", "request_id": "req-0e60981a-25ee-4ec9-b9bf-ac6c5d413cb2"}]} 2026-04-16 04:02:35.098 7 INFO neutron.services.segments.plugin [-] Segment 79b90bdb-69c0-4bb6-b3e4-4bc9eb7b378f resource provider aggregate not found 2026-04-16 04:02:35.104 7 INFO neutron.services.segments.plugin [-] Segment 79b90bdb-69c0-4bb6-b3e4-4bc9eb7b378f resource provider aggregate not found [pid: 8|app: 0|req: 1263/2474] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:02:35 2026] GET /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:35.119 7 INFO neutron.services.segments.plugin [-] Segment 79b90bdb-69c0-4bb6-b3e4-4bc9eb7b378f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b90bdb-69c0-4bb6-b3e4-4bc9eb7b378f found for delete ", "request_id": "req-317aa026-3a39-47cb-8172-4be3e8610f88"}]} 2026-04-16 04:02:35.123 7 INFO neutron.services.segments.plugin [-] Segment 79b90bdb-69c0-4bb6-b3e4-4bc9eb7b378f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79b90bdb-69c0-4bb6-b3e4-4bc9eb7b378f found for delete ", "request_id": "req-b86e2497-6903-43b3-b618-822db935fcaa"}]} [pid: 7|app: 0|req: 1212/2475] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:34 2026] GET /v2.0/security-groups?tenant_id=76dccbecc3834c41aae2d3e0f679f46e&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2476] 10.0.0.4 () {34 vars in 778 bytes} [Thu Apr 16 04:02:35 2026] PUT /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 04:02:35.203 8 INFO neutron.services.segments.plugin [-] Segment 9835823c-7b1d-440d-95c0-442e68c7df28 resource provider aggregate not found 2026-04-16 04:02:35.212 8 INFO neutron.services.segments.plugin [-] Segment 9835823c-7b1d-440d-95c0-442e68c7df28 resource provider aggregate not found 2026-04-16 04:02:35.224 8 INFO neutron.services.segments.plugin [-] Segment 9835823c-7b1d-440d-95c0-442e68c7df28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9835823c-7b1d-440d-95c0-442e68c7df28 found for delete ", "request_id": "req-654da0ac-2e07-4e7d-918d-529b5c4d4799"}]} 2026-04-16 04:02:35.231 8 INFO neutron.services.segments.plugin [-] Segment 9835823c-7b1d-440d-95c0-442e68c7df28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9835823c-7b1d-440d-95c0-442e68c7df28 found for delete ", "request_id": "req-531eeddb-4306-444b-a9bb-acc19ef241c4"}]} [pid: 7|app: 0|req: 1213/2477] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:35 2026] DELETE /v2.0/security-groups/d29dbd06-4219-41f1-aeca-539ec96b6c13 => 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: 1265/2478] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:02:35 2026] GET /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags => generated 52 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2479] 10.0.0.4 () {34 vars in 749 bytes} [Thu Apr 16 04:02:35 2026] PUT /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2480] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:02:35 2026] GET /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2481] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:02:35 2026] GET /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:35.460 8 INFO neutron.api.v2.resource [None req-f0014f80-804b-41ac-ad3e-95482886516a 48a90e0de5414984b92e4af2b48a9f61 b13a86d4582e42ed9bef6fc1a663b472 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1267/2482] 10.0.0.4 () {32 vars in 741 bytes} [Thu Apr 16 04:02:35 2026] GET /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2483] 10.0.0.4 () {32 vars in 740 bytes} [Thu Apr 16 04:02:35 2026] DELETE /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2484] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:02:35 2026] GET /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:35.607 7 INFO neutron.api.v2.resource [None req-ba569f99-a2f9-4b07-bb34-d819493faf87 48a90e0de5414984b92e4af2b48a9f61 b13a86d4582e42ed9bef6fc1a663b472 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1217/2485] 10.0.0.4 () {32 vars in 744 bytes} [Thu Apr 16 04:02:35 2026] DELETE /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2486] 10.0.0.4 () {32 vars in 732 bytes} [Thu Apr 16 04:02:35 2026] DELETE /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2487] 10.0.0.4 () {32 vars in 729 bytes} [Thu Apr 16 04:02:35 2026] GET /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2488] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:02:35 2026] DELETE /v2.0/subnets/698a4824-8b3f-4557-be96-53bca819d12b => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:02:36.057 7 INFO neutron_taas.services.taas.taas_plugin [None req-236ca76b-dcdb-428e-b18d-6c3bde09c9f1 48a90e0de5414984b92e4af2b48a9f61 b13a86d4582e42ed9bef6fc1a663b472 - - default default] TaaS: Handle Delete Port: 1f8ed7d4-8865-4933-8ab4-38f780309f75 2026-04-16 04:02:36.060 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-236ca76b-dcdb-428e-b18d-6c3bde09c9f1 48a90e0de5414984b92e4af2b48a9f61 b13a86d4582e42ed9bef6fc1a663b472 - - default default] Tap Mirror: Handle Delete Port: 1f8ed7d4-8865-4933-8ab4-38f780309f75 [pid: 7|app: 0|req: 1219/2489] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:35 2026] DELETE /v2.0/networks/55dc1ed0-276b-430c-8949-b95213c04b0d => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2490] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:36 2026] GET /v2.0/security-groups?tenant_id=b13a86d4582e42ed9bef6fc1a663b472&name=default => generated 2929 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:02:37.143 7 INFO neutron.services.segments.plugin [-] Segment 637b61da-4f01-4864-8c0a-b6b1a4b7ee36 resource provider aggregate not found 2026-04-16 04:02:37.151 7 INFO neutron.services.segments.plugin [-] Segment 637b61da-4f01-4864-8c0a-b6b1a4b7ee36 resource provider aggregate not found 2026-04-16 04:02:37.166 7 INFO neutron.services.segments.plugin [-] Segment 637b61da-4f01-4864-8c0a-b6b1a4b7ee36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 637b61da-4f01-4864-8c0a-b6b1a4b7ee36 found for delete ", "request_id": "req-9555b77c-dbd0-4278-aee8-96141137e759"}]} 2026-04-16 04:02:37.167 7 INFO neutron.services.segments.plugin [-] Segment 637b61da-4f01-4864-8c0a-b6b1a4b7ee36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 637b61da-4f01-4864-8c0a-b6b1a4b7ee36 found for delete ", "request_id": "req-0e25464a-909c-4497-9d59-7b4e0c071852"}]} [pid: 7|app: 0|req: 1220/2491] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:37 2026] DELETE /v2.0/security-groups/00ced012-83d6-4f44-9054-b3530cab3ae8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2492] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:37 2026] GET /v2.0/security-groups?tenant_id=886f2039880144c48dd6038d004b9fc9&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2493] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:37 2026] DELETE /v2.0/security-groups/681813c2-0748-4570-ace2-847f97413b72 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2496] 10.0.0.4 () {34 vars in 674 bytes} [Thu Apr 16 04:02:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2497] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:02:38 2026] PUT /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2498] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:02:38 2026] GET /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2499] 10.0.0.4 () {34 vars in 768 bytes} [Thu Apr 16 04:02:38 2026] PUT /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2500] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:02:38 2026] GET /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2501] 10.0.0.4 () {34 vars in 764 bytes} [Thu Apr 16 04:02:38 2026] PUT /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2502] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:02:38 2026] GET /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2503] 10.0.0.4 () {34 vars in 786 bytes} [Thu Apr 16 04:02:38 2026] PUT /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2504] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:02:38 2026] GET /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2505] 10.0.0.4 () {34 vars in 757 bytes} [Thu Apr 16 04:02:39 2026] PUT /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2506] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:02:39 2026] GET /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2507] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:02:39 2026] GET /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:39.193 7 INFO neutron.api.v2.resource [None req-5e769dc9-f3bb-44cb-b68a-69b9bce2bc96 c9c603cae1814e0a989833a99f913c74 673aefaa80734df0b578f15f5a5a7fbd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1229/2508] 10.0.0.4 () {32 vars in 749 bytes} [Thu Apr 16 04:02:39 2026] GET /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/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: 1280/2509] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:02:39 2026] DELETE /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2510] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:02:39 2026] GET /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:39.310 8 INFO neutron.api.v2.resource [None req-f43ecad1-3c8e-4066-9f6b-36bc074a102c c9c603cae1814e0a989833a99f913c74 673aefaa80734df0b578f15f5a5a7fbd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1281/2511] 10.0.0.4 () {32 vars in 752 bytes} [Thu Apr 16 04:02:39 2026] DELETE /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2512] 10.0.0.4 () {32 vars in 740 bytes} [Thu Apr 16 04:02:39 2026] DELETE /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2513] 10.0.0.4 () {32 vars in 737 bytes} [Thu Apr 16 04:02:39 2026] GET /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2514] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:02:39 2026] DELETE /v2.0/subnetpools/ab287163-cd04-4468-8016-07df52909052 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2515] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:40 2026] GET /v2.0/security-groups?tenant_id=673aefaa80734df0b578f15f5a5a7fbd&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2516] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:40 2026] DELETE /v2.0/security-groups/b6b798e4-c27f-494c-b202-f1a3942bc439 => 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: 1284/2517] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:40 2026] GET /v2.0/security-groups?tenant_id=ca4b9b5693c844f58fc9037eb66be875&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2518] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:40 2026] DELETE /v2.0/security-groups/e35d34ed-fb6e-45b1-9a55-526bbb51cd82 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:44.828 8 INFO neutron.db.segments_db [None req-02d4182f-aa13-412a-ac29-eb06ad1e1c25 999dc5c0a23647c3ad2d7add67c407b9 9a77f9d3195c4b0ca746aa3b290c5e1b - - default default] Added segment f5e377f6-8aec-4279-80eb-af8a753a1877 of type vxlan for network a9f2eb0a-98e4-4dc9-9c99-84847a7b6e55 [pid: 8|app: 0|req: 1285/2519] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:44 2026] POST /v2.0/networks => generated 613 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2520] 10.0.0.4 () {34 vars in 662 bytes} [Thu Apr 16 04:02:44 2026] POST /v2.0/ports => generated 743 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2521] 10.0.0.4 () {34 vars in 664 bytes} [Thu Apr 16 04:02:45 2026] POST /v2.0/trunks => generated 407 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1236/2522] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 04:02:45 2026] PUT /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2523] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:02:45 2026] GET /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2524] 10.0.0.4 () {34 vars in 758 bytes} [Thu Apr 16 04:02:45 2026] PUT /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags/green => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2525] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:02:45 2026] GET /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2526] 10.0.0.4 () {34 vars in 754 bytes} [Thu Apr 16 04:02:45 2026] PUT /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags/red => generated 4 bytes in 26 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2527] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:02:45 2026] GET /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2528] 10.0.0.4 () {34 vars in 776 bytes} [Thu Apr 16 04:02:45 2026] PUT /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags/black.or.white => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2529] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:02:45 2026] GET /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2530] 10.0.0.4 () {34 vars in 747 bytes} [Thu Apr 16 04:02:46 2026] PUT /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2531] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:02:46 2026] GET /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2532] 10.0.0.4 () {32 vars in 735 bytes} [Thu Apr 16 04:02:46 2026] GET /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:46.110 8 INFO neutron.api.v2.resource [None req-705f5053-4612-4ecc-8e04-a95ab6557b80 999dc5c0a23647c3ad2d7add67c407b9 9a77f9d3195c4b0ca746aa3b290c5e1b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1292/2533] 10.0.0.4 () {32 vars in 739 bytes} [Thu Apr 16 04:02:46 2026] GET /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2534] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:46 2026] DELETE /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2535] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:02:46 2026] GET /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:02:46.205 7 INFO neutron.api.v2.resource [None req-a2ec1310-89d7-4ede-a41f-f03fb36e0fd0 999dc5c0a23647c3ad2d7add67c407b9 9a77f9d3195c4b0ca746aa3b290c5e1b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1243/2536] 10.0.0.4 () {32 vars in 742 bytes} [Thu Apr 16 04:02:46 2026] DELETE /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2537] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:02:46 2026] DELETE /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2538] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:02:46 2026] GET /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88/tags => 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: 1295/2539] 10.0.0.4 () {32 vars in 717 bytes} [Thu Apr 16 04:02:46 2026] GET /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2540] 10.0.0.4 () {32 vars in 715 bytes} [Thu Apr 16 04:02:46 2026] GET /v2.0/ports/c097c1ce-51fe-4283-a7aa-dc3030ba21dd => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2541] 10.0.0.4 () {32 vars in 720 bytes} [Thu Apr 16 04:02:46 2026] DELETE /v2.0/trunks/aed00b61-cff9-424a-a60b-b42d15cf9c88 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:02:46.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-77bdcbda-3dcf-49c6-9c6a-f65935cc6b43 999dc5c0a23647c3ad2d7add67c407b9 9a77f9d3195c4b0ca746aa3b290c5e1b - - default default] TaaS: Handle Delete Port: c097c1ce-51fe-4283-a7aa-dc3030ba21dd 2026-04-16 04:02:46.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77bdcbda-3dcf-49c6-9c6a-f65935cc6b43 999dc5c0a23647c3ad2d7add67c407b9 9a77f9d3195c4b0ca746aa3b290c5e1b - - default default] Tap Mirror: Handle Delete Port: c097c1ce-51fe-4283-a7aa-dc3030ba21dd [pid: 7|app: 0|req: 1246/2542] 10.0.0.4 () {32 vars in 718 bytes} [Thu Apr 16 04:02:46 2026] DELETE /v2.0/ports/c097c1ce-51fe-4283-a7aa-dc3030ba21dd => 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: 1297/2543] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:02:46 2026] DELETE /v2.0/networks/a9f2eb0a-98e4-4dc9-9c99-84847a7b6e55 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:02:46.792 8 INFO neutron.services.segments.plugin [-] Segment f5e377f6-8aec-4279-80eb-af8a753a1877 resource provider aggregate not found 2026-04-16 04:02:46.795 8 INFO neutron.services.segments.plugin [-] Segment f5e377f6-8aec-4279-80eb-af8a753a1877 resource provider aggregate not found 2026-04-16 04:02:46.808 8 INFO neutron.services.segments.plugin [-] Segment f5e377f6-8aec-4279-80eb-af8a753a1877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5e377f6-8aec-4279-80eb-af8a753a1877 found for delete ", "request_id": "req-7e6a4545-92d1-49ae-a8ac-5440f735ff9c"}]} 2026-04-16 04:02:46.812 8 INFO neutron.services.segments.plugin [-] Segment f5e377f6-8aec-4279-80eb-af8a753a1877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5e377f6-8aec-4279-80eb-af8a753a1877 found for delete ", "request_id": "req-b8f0dcdb-0d6a-4fbc-bfdb-d0f4488fb76c"}]} 2026-04-16 04:02:46.865 7 INFO neutron.db.segments_db [None req-e3e2ae94-3d51-4e69-a841-ded998fa2500 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Added segment 555a9b2b-84ca-4eb5-9163-6f8b53979b71 of type vxlan for network 1627899c-6a99-425d-b5dc-f58ddb8eda91 [pid: 7|app: 0|req: 1247/2544] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:46 2026] POST /v2.0/networks => generated 620 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2545] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:02:46 2026] POST /v2.0/subnets => generated 658 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2546] 10.0.0.4 () {32 vars in 720 bytes} [Thu Apr 16 04:02:47 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2547] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:47 2026] GET /v2.0/security-groups?tenant_id=9b4c461ac658438aacc8489154ba237b&name=default => generated 2929 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2548] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:47 2026] DELETE /v2.0/security-groups/f5d16503-9dc6-4f05-8000-523c12bcb6c7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2549] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:02:47 2026] POST /v2.0/subnets => generated 731 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2550] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:47 2026] GET /v2.0/security-groups?tenant_id=9a77f9d3195c4b0ca746aa3b290c5e1b&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:02:47.733 8 INFO neutron.db.segments_db [None req-8a4a472d-29fa-4424-a72c-79162ffccc34 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Added segment b3c713fe-d924-4f7f-96a0-c40c7dc221cd of type vxlan for network 93aa66f3-d979-4a81-90c4-6786398c28e7 [pid: 7|app: 0|req: 1251/2551] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:47 2026] DELETE /v2.0/security-groups/2937dec8-80ce-4d5d-9fbb-d463629e6724 => 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: 1301/2552] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:47 2026] POST /v2.0/networks => generated 619 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2553] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:02:47 2026] POST /v2.0/subnets => generated 655 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2554] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:02:48 2026] POST /v2.0/subnets => generated 725 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:02:48.328 7 INFO neutron.db.segments_db [None req-fcad6f3b-aaf2-4d85-8bcf-789166d01cd9 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Added segment 21472d23-c305-4e12-8bd1-c4aed97ccb5c of type vxlan for network a154cf25-4d60-464c-bae3-a3e79b0d823a [pid: 7|app: 0|req: 1253/2555] 10.0.0.4 () {34 vars in 668 bytes} [Thu Apr 16 04:02:48 2026] POST /v2.0/networks => generated 618 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2556] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:02:48 2026] POST /v2.0/subnets => generated 655 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2557] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:02:48 2026] POST /v2.0/subnets => generated 729 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:02:48.949 8 INFO neutron.db.segments_db [None req-d487dabc-511c-4158-8aea-8d95f82a4ecd 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Added segment 6d331269-086f-4e19-876c-3194055d84d3 of type vxlan for network e639b2b4-a5c9-47ac-9e34-c85339622b89 2026-04-16 04:02:49.176 8 INFO neutron.db.l3_hamode_db [None req-d487dabc-511c-4158-8aea-8d95f82a4ecd 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 04:02:49.800 8 INFO neutron.db.l3_hamode_db [None req-d487dabc-511c-4158-8aea-8d95f82a4ecd 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1304/2558] 10.0.0.4 () {34 vars in 667 bytes} [Thu Apr 16 04:02:48 2026] POST /v2.0/routers => generated 685 bytes in 1730 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2559] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:51 2026] GET /v2.0/security-groups?tenant_id=afbb0a6695dc4d8ca20a51e3799f9be8&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2560] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:51 2026] DELETE /v2.0/security-groups/90361191-3b2a-4c24-be3c-7ccd32d613fc => 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: 1307/2561] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:02:51 2026] GET /v2.0/security-groups?tenant_id=4c0c1fce37714711838828d4ae9f292f&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2562] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:02:51 2026] DELETE /v2.0/security-groups/91494f83-a2b4-4d83-9b02-e34e375229fe => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2563] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 04:02:50 2026] PUT /v2.0/routers/4d1ae3f2-81a7-42fd-b84d-700a11d8beea/add_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2564] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 04:02:51 2026] PUT /v2.0/routers/4d1ae3f2-81a7-42fd-b84d-700a11d8beea/add_router_interface => generated 309 bytes in 1441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2567] 10.0.0.4 () {34 vars in 781 bytes} [Thu Apr 16 04:02:53 2026] PUT /v2.0/routers/4d1ae3f2-81a7-42fd-b84d-700a11d8beea/add_router_interface => generated 309 bytes in 1482 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2568] 10.0.0.4 () {34 vars in 682 bytes} [Thu Apr 16 04:02:54 2026] POST /v2.0/security-groups => generated 1629 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2569] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:02:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2570] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:02:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2571] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:02:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2572] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:02:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2573] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:02:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2574] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:02:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2575] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:02:55 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: 8|app: 0|req: 1316/2576] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:02:55 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: 7|app: 0|req: 1261/2577] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:02:56 2026] POST /v2.0/security-group-rules => generated 599 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2578] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:02:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2579] 10.0.0.4 () {34 vars in 693 bytes} [Thu Apr 16 04:02:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2580] 10.0.0.64 () {34 vars in 1093 bytes} [Thu Apr 16 04:02:56 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-634445772&fields=id&tenant_id=8a527eb422ce4c45941701ee06c4821c => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2581] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 04:02:56 2026] GET /v2.0/networks?id=93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2582] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 04:02:56 2026] GET /v2.0/quotas/8a527eb422ce4c45941701ee06c4821c => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2583] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 04:02:56 2026] GET /v2.0/ports?tenant_id=8a527eb422ce4c45941701ee06c4821c&fields=id => generated 241 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2584] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 04:02:57 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=segments => generated 14 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2585] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 04:02:57 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2586] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:02:57 2026] GET /v2.0/ports?device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2587] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:03:01 2026] GET /v2.0/networks?id=93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 705 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2588] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Apr 16 04:03:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8a527eb422ce4c45941701ee06c4821c => generated 178 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2589] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 04:03:01 2026] POST /v2.0/ports => generated 1179 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1268/2590] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:03:02 2026] GET /v2.0/ports?device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => generated 1194 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2591] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:03:02 2026] GET /v2.0/security-groups?id=8a72bec8-2cd3-4529-af4c-a9293b21ee3d&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2592] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:03:02 2026] PUT /v2.0/ports/bbd1fb3e-94f6-412a-8bed-4dd94e83b136 => generated 1460 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:03:02.704 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3037eac2-5407-4e60-9a62-54a8b08d6b91'] response: {'name': 'network-changed', 'server_uuid': 'e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827', 'tag': 'bbd1fb3e-94f6-412a-8bed-4dd94e83b136', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1270/2593] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:03:03 2026] GET /v2.0/ports?tenant_id=8a527eb422ce4c45941701ee06c4821c&device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => generated 1463 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1324/2594] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Apr 16 04:03:03 2026] GET /v2.0/networks?tenant_id=8a527eb422ce4c45941701ee06c4821c&shared=False => generated 2375 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2595] 199.204.45.129 () {34 vars in 930 bytes} [Thu Apr 16 04:03:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2596] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:03:04 2026] GET /v2.0/ports?tenant_id=8a527eb422ce4c45941701ee06c4821c&device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => generated 1463 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2597] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Apr 16 04:03:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=bbd1fb3e-94f6-412a-8bed-4dd94e83b136 => 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: 1326/2598] 199.204.45.129 () {34 vars in 1104 bytes} [Thu Apr 16 04:03:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3ab&port_id=bbd1fb3e-94f6-412a-8bed-4dd94e83b136 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2599] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Apr 16 04:03:04 2026] GET /v2.0/subnets?id=18ef64a6-2ce4-45ec-8596-7e211d126382&id=b72af929-dc8a-4f6e-96f6-09e9452da07d => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2600] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:03:04 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2601] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:03:04 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2602] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:03:04 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2603] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:03:04 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2604] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:03:07 2026] GET /v2.0/ports?device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => generated 1194 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2605] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:03:07 2026] GET /v2.0/security-groups?id=8a72bec8-2cd3-4529-af4c-a9293b21ee3d&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2608] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:03:12 2026] GET /v2.0/ports?device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2609] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:03:12 2026] GET /v2.0/security-groups?id=8a72bec8-2cd3-4529-af4c-a9293b21ee3d&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2610] 10.0.0.4 () {32 vars in 816 bytes} [Thu Apr 16 04:03:12 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&mac_address=fa%3A16%3A3e%3Abb%3A89%3A6f => generated 1196 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:03:13.695 7 INFO neutron.db.l3_db [None req-5ef31791-467b-488f-8b32-2389667dfca2 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Floating IP 7f6c387f-714c-4621-bd4b-f3a6900ccdb5 associated. External IP: 10.96.250.208, port: bbd1fb3e-94f6-412a-8bed-4dd94e83b136. [pid: 7|app: 0|req: 1279/2611] 10.0.0.4 () {34 vars in 675 bytes} [Thu Apr 16 04:03:13 2026] POST /v2.0/floatingips => generated 854 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:03:14.064 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-45906286-9822-45a0-b04e-923e64b68f48'] response: {'name': 'network-changed', 'server_uuid': 'e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827', 'tag': 'bbd1fb3e-94f6-412a-8bed-4dd94e83b136', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1333/2612] 10.0.0.64 () {34 vars in 1093 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-634445772&fields=id&tenant_id=8a527eb422ce4c45941701ee06c4821c => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2613] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/networks?id=a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2614] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/quotas/8a527eb422ce4c45941701ee06c4821c => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2615] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/ports?tenant_id=8a527eb422ce4c45941701ee06c4821c&fields=id => generated 333 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2616] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2617] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?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: 1336/2618] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/ports?device_id=34065682-f060-4add-8d75-0439ce383c0d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2619] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/ports?tenant_id=8a527eb422ce4c45941701ee06c4821c&device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2620] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/networks?id=93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2621] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=bbd1fb3e-94f6-412a-8bed-4dd94e83b136 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2622] 199.204.45.129 () {34 vars in 1104 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3ab&port_id=bbd1fb3e-94f6-412a-8bed-4dd94e83b136 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2623] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/subnets?id=18ef64a6-2ce4-45ec-8596-7e211d126382&id=b72af929-dc8a-4f6e-96f6-09e9452da07d => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2624] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2625] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2626] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2627] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:03:14 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2628] 10.0.0.234 () {34 vars in 990 bytes} [Thu Apr 16 04:03:18 2026] GET /v2.0/ports?device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2629] 10.0.0.234 () {34 vars in 1040 bytes} [Thu Apr 16 04:03:18 2026] GET /v2.0/security-groups?id=8a72bec8-2cd3-4529-af4c-a9293b21ee3d&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2630] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:03:18 2026] GET /v2.0/networks?id=a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 704 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2631] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Apr 16 04:03:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8a527eb422ce4c45941701ee06c4821c => generated 178 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2632] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 04:03:18 2026] POST /v2.0/ports => generated 1187 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1290/2633] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:03:19 2026] PUT /v2.0/ports/68a74aa9-ca68-46c3-ace6-259ae3a6883e => generated 1468 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2634] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:03:19 2026] GET /v2.0/ports?device_id=34065682-f060-4add-8d75-0439ce383c0d => generated 1202 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:03:19.710 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-80dfa626-64f7-4958-a3f1-ef8544139b8e'] response: {'name': 'network-changed', 'server_uuid': '34065682-f060-4add-8d75-0439ce383c0d', 'tag': '68a74aa9-ca68-46c3-ace6-259ae3a6883e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1291/2635] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:03:19 2026] GET /v2.0/security-groups?id=8a72bec8-2cd3-4529-af4c-a9293b21ee3d&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2636] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:03:20 2026] GET /v2.0/ports?tenant_id=8a527eb422ce4c45941701ee06c4821c&device_id=34065682-f060-4add-8d75-0439ce383c0d => generated 1471 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2637] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Apr 16 04:03:20 2026] GET /v2.0/networks?tenant_id=8a527eb422ce4c45941701ee06c4821c&shared=False => generated 2375 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2638] 199.204.45.129 () {34 vars in 930 bytes} [Thu Apr 16 04:03:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2639] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:03:21 2026] GET /v2.0/ports?tenant_id=8a527eb422ce4c45941701ee06c4821c&device_id=34065682-f060-4add-8d75-0439ce383c0d => generated 1471 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2640] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:03:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.178&port_id=68a74aa9-ca68-46c3-ace6-259ae3a6883e => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2641] 199.204.45.129 () {34 vars in 1106 bytes} [Thu Apr 16 04:03:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2d0&port_id=68a74aa9-ca68-46c3-ace6-259ae3a6883e => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2642] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Apr 16 04:03:21 2026] GET /v2.0/subnets?id=4532f7c3-b7e3-4a7f-b9cb-c8e1cb53e97a&id=2352fb88-d2f8-4605-816f-926e901f4bb4 => generated 1413 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2643] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:03:21 2026] GET /v2.0/ports?network_id=a154cf25-4d60-464c-bae3-a3e79b0d823a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2644] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:03:21 2026] GET /v2.0/ports?network_id=a154cf25-4d60-464c-bae3-a3e79b0d823a&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2645] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:03:21 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?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: 1350/2646] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:03:21 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?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: 1352/2649] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:03:24 2026] GET /v2.0/ports?device_id=34065682-f060-4add-8d75-0439ce383c0d => generated 1204 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2650] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:03:25 2026] GET /v2.0/security-groups?id=8a72bec8-2cd3-4529-af4c-a9293b21ee3d&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2651] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:03:30 2026] GET /v2.0/ports?device_id=34065682-f060-4add-8d75-0439ce383c0d => generated 1204 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2652] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:03:30 2026] GET /v2.0/security-groups?id=8a72bec8-2cd3-4529-af4c-a9293b21ee3d&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2653] 10.0.0.4 () {32 vars in 816 bytes} [Thu Apr 16 04:03:30 2026] GET /v2.0/ports?network_id=a154cf25-4d60-464c-bae3-a3e79b0d823a&mac_address=fa%3A16%3A3e%3A15%3Afd%3A97 => generated 1204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:03:31.295 7 INFO neutron.db.l3_db [None req-d6150a97-e657-49a8-9e8d-9bb7c1adf3cb 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Floating IP 426e46ec-67ab-4366-9cf8-bb6360d3bf54 associated. External IP: 10.96.250.215, port: 68a74aa9-ca68-46c3-ace6-259ae3a6883e. [pid: 7|app: 0|req: 1300/2654] 10.0.0.4 () {34 vars in 675 bytes} [Thu Apr 16 04:03:30 2026] POST /v2.0/floatingips => generated 855 bytes in 1041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 04:03:31.667 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a4810c7-7daa-4bea-bbe0-f40e534fce90'] response: {'name': 'network-changed', 'server_uuid': '34065682-f060-4add-8d75-0439ce383c0d', 'tag': '68a74aa9-ca68-46c3-ace6-259ae3a6883e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1355/2655] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:03:32 2026] GET /v2.0/ports?tenant_id=8a527eb422ce4c45941701ee06c4821c&device_id=34065682-f060-4add-8d75-0439ce383c0d => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2656] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:03:32 2026] GET /v2.0/networks?id=a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2657] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:03:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.178&port_id=68a74aa9-ca68-46c3-ace6-259ae3a6883e => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2658] 199.204.45.129 () {34 vars in 1106 bytes} [Thu Apr 16 04:03:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2d0&port_id=68a74aa9-ca68-46c3-ace6-259ae3a6883e => 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: 1357/2659] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Apr 16 04:03:32 2026] GET /v2.0/subnets?id=4532f7c3-b7e3-4a7f-b9cb-c8e1cb53e97a&id=2352fb88-d2f8-4605-816f-926e901f4bb4 => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2660] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:03:32 2026] GET /v2.0/ports?network_id=a154cf25-4d60-464c-bae3-a3e79b0d823a&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2661] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:03:32 2026] GET /v2.0/ports?network_id=a154cf25-4d60-464c-bae3-a3e79b0d823a&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2662] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:03:32 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?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: 1359/2663] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:03:32 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2664] 10.0.0.234 () {34 vars in 990 bytes} [Thu Apr 16 04:03:37 2026] GET /v2.0/ports?device_id=34065682-f060-4add-8d75-0439ce383c0d => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2665] 10.0.0.234 () {34 vars in 1040 bytes} [Thu Apr 16 04:03:37 2026] GET /v2.0/security-groups?id=8a72bec8-2cd3-4529-af4c-a9293b21ee3d&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2668] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:03:48 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2669] 10.0.0.150 () {30 vars in 690 bytes} [Thu Apr 16 04:03:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2670] 10.0.0.150 () {30 vars in 692 bytes} [Thu Apr 16 04:03:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2671] 10.0.0.150 () {30 vars in 668 bytes} [Thu Apr 16 04:03:49 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: 1364/2672] 10.0.0.150 () {30 vars in 704 bytes} [Thu Apr 16 04:03:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2673] 10.0.0.150 () {28 vars in 439 bytes} [Thu Apr 16 04:03:50 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: 1365/2674] 10.0.0.150 () {30 vars in 728 bytes} [Thu Apr 16 04:03:50 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 658 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2675] 10.0.0.150 () {30 vars in 690 bytes} [Thu Apr 16 04:03:50 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: 1366/2676] 10.0.0.150 () {30 vars in 692 bytes} [Thu Apr 16 04:03:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2677] 10.0.0.150 () {30 vars in 668 bytes} [Thu Apr 16 04:03:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2678] 10.0.0.150 () {30 vars in 704 bytes} [Thu Apr 16 04:03:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2679] 10.0.0.150 () {30 vars in 728 bytes} [Thu Apr 16 04:03:50 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2680] 10.0.0.150 () {30 vars in 690 bytes} [Thu Apr 16 04:03:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2681] 10.0.0.150 () {30 vars in 692 bytes} [Thu Apr 16 04:03:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2682] 10.0.0.150 () {30 vars in 668 bytes} [Thu Apr 16 04:03:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2683] 10.0.0.150 () {30 vars in 704 bytes} [Thu Apr 16 04:03:50 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: 1370/2684] 10.0.0.150 () {30 vars in 730 bytes} [Thu Apr 16 04:03:50 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2685] 10.0.0.150 () {30 vars in 682 bytes} [Thu Apr 16 04:03:50 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: 8|app: 0|req: 1371/2686] 10.0.0.150 () {34 vars in 704 bytes} [Thu Apr 16 04:03:50 2026] POST /v2.0/ports => generated 1132 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2687] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:03:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1372/2688] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:03:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2689] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:03:53 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: 1373/2690] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:03:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2691] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:03:53 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2694] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:03:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2695] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:03:53 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: 1376/2696] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:03:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2697] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:03:53 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-16 04:03:53.673 8 INFO neutron.api.v2.resource [None req-f61f2e08-0a12-418c-a2b0-f74ec4ee0265 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1377/2698] 199.204.45.129 () {30 vars in 763 bytes} [Thu Apr 16 04:03:53 2026] GET /v2.0/security-groups/lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2699] 199.204.45.129 () {30 vars in 785 bytes} [Thu Apr 16 04:03:53 2026] GET /v2.0/security-groups?name=lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2700] 199.204.45.129 () {34 vars in 736 bytes} [Thu Apr 16 04:03:53 2026] POST /v2.0/security-groups => generated 1638 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2701] 199.204.45.129 () {30 vars in 815 bytes} [Thu Apr 16 04:03:53 2026] GET /v2.0/security-group-rules?security_group_id=2a999a36-f63d-4fcf-8c89-014621eace22 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2702] 199.204.45.129 () {34 vars in 789 bytes} [Thu Apr 16 04:03:53 2026] PUT /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2703] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:03:54 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: 1380/2704] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:03:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2705] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:03:54 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: 1381/2706] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:03:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2707] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:03:54 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2708] 10.0.0.64 () {34 vars in 1015 bytes} [Thu Apr 16 04:04:01 2026] GET /v2.0/security-groups?id=960e3a7a-28c9-4873-b4fd-d3a1fe0fad30&fields=id => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2709] 10.0.0.64 () {34 vars in 981 bytes} [Thu Apr 16 04:04:01 2026] GET /v2.0/networks?id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 734 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2710] 10.0.0.64 () {34 vars in 964 bytes} [Thu Apr 16 04:04:01 2026] GET /v2.0/quotas/14f5c492daee4bbeb6bce787bc166ec8 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2711] 10.0.0.64 () {34 vars in 1001 bytes} [Thu Apr 16 04:04:01 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2712] 10.0.0.64 () {34 vars in 1007 bytes} [Thu Apr 16 04:04:01 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2713] 10.0.0.64 () {34 vars in 1107 bytes} [Thu Apr 16 04:04:01 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2714] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:02 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2715] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:02 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => 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: 1386/2716] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:04 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2717] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:04 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2718] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:04:06 2026] GET /v2.0/networks?id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8 => generated 734 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2719] 199.204.45.129 () {34 vars in 1050 bytes} [Thu Apr 16 04:04:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=14f5c492daee4bbeb6bce787bc166ec8 => generated 343 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2720] 199.204.45.129 () {38 vars in 955 bytes} [Thu Apr 16 04:04:06 2026] POST /v2.0/ports => generated 1078 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2721] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:04:06 2026] PUT /v2.0/ports/077b83cd-11e3-4015-94ab-c5e4f7c4805c => generated 1239 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:04:06.923 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3db8d6e5-c950-4f03-926f-565d1751e256'] response: {'name': 'network-changed', 'server_uuid': 'd9f0f9de-e725-44c8-bfdc-a85e54611000', 'tag': '077b83cd-11e3-4015-94ab-c5e4f7c4805c', '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: 1389/2722] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:04:07 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1334/2723] 199.204.45.129 () {34 vars in 1018 bytes} [Thu Apr 16 04:04:07 2026] GET /v2.0/networks?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&shared=False => generated 734 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2724] 199.204.45.129 () {34 vars in 930 bytes} [Thu Apr 16 04:04:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2725] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:08 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2726] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:04:08 2026] GET /v2.0/security-groups?id=960e3a7a-28c9-4873-b4fd-d3a1fe0fad30&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: 7|app: 0|req: 1336/2727] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:08 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2730] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:04:08 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2731] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 04:04:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.63&port_id=077b83cd-11e3-4015-94ab-c5e4f7c4805c => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2732] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:04:08 2026] GET /v2.0/subnets?id=7e1f3824-2170-492f-a643-7bce9588b0ad => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2733] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:04:08 2026] GET /v2.0/ports?network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2734] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:04:08 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2735] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:04:08 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?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: 1396/2736] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:10 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2737] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:04:10 2026] GET /v2.0/security-groups?id=960e3a7a-28c9-4873-b4fd-d3a1fe0fad30&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2738] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:10 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2739] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 04:04:12 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => 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: 1398/2740] 199.204.45.129 () {34 vars in 1044 bytes} [Thu Apr 16 04:04:12 2026] GET /v2.0/security-groups?id=960e3a7a-28c9-4873-b4fd-d3a1fe0fad30&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2741] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:13 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => 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: 1399/2742] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:04:13 2026] GET /v2.0/security-groups?id=960e3a7a-28c9-4873-b4fd-d3a1fe0fad30&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2743] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:14 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => 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: 1400/2744] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:16 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2745] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:04:16 2026] GET /v2.0/security-groups?id=960e3a7a-28c9-4873-b4fd-d3a1fe0fad30&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2746] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:04:17 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 1244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2751] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:04:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2752] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:04:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2753] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:04:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2754] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:04:52 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: 1406/2755] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:04:52 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2756] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:04:52 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => 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: 1407/2757] 199.204.45.129 () {34 vars in 717 bytes} [Thu Apr 16 04:04:52 2026] POST /v2.0/ports => generated 1059 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2758] 10.0.0.64 () {34 vars in 970 bytes} [Thu Apr 16 04:04:52 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2759] 10.0.0.64 () {34 vars in 906 bytes} [Thu Apr 16 04:04:52 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2762] 199.204.45.129 () {34 vars in 1262 bytes} [Thu Apr 16 04:04:53 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2763] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:04:53 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2764] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:04:53 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?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: 1411/2765] 199.204.45.129 () {34 vars in 975 bytes} [Thu Apr 16 04:04:54 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1059 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2766] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:04:54 2026] GET /v2.0/networks?id=1627899c-6a99-425d-b5dc-f58ddb8eda91 => 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: 1412/2767] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:04:54 2026] PUT /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1249 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:04:54.967 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2730113c-f512-4e5f-bc0e-4544de80bdf7'] response: {'name': 'network-changed', 'server_uuid': 'd9f0f9de-e725-44c8-bfdc-a85e54611000', 'tag': 'bb7cf882-067b-445c-aaf5-61cf4aa1674f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1356/2768] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:04:55 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2769] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:04:55 2026] GET /v2.0/networks?id=1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2770] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:04:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.184&port_id=bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2771] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:04:55 2026] GET /v2.0/subnets?id=06d94895-c0e2-43a0-bda2-46637a792e26 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2772] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:04:55 2026] GET /v2.0/ports?network_id=1627899c-6a99-425d-b5dc-f58ddb8eda91&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2773] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:04:55 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2774] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:04:55 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?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: 1416/2775] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:04:56 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2776] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 04:04:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.63&port_id=077b83cd-11e3-4015-94ab-c5e4f7c4805c => 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: 1417/2777] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:04:56 2026] GET /v2.0/subnets?id=7e1f3824-2170-492f-a643-7bce9588b0ad => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2778] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:04:56 2026] GET /v2.0/ports?network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8&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: 1418/2779] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:04:56 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2780] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:04:56 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?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: 1419/2781] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:04:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.184&port_id=bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2782] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:04:57 2026] GET /v2.0/subnets?id=06d94895-c0e2-43a0-bda2-46637a792e26 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2783] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:04:57 2026] GET /v2.0/ports?network_id=1627899c-6a99-425d-b5dc-f58ddb8eda91&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2784] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:04:57 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?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: 1421/2785] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:04:57 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2786] 10.0.0.64 () {34 vars in 970 bytes} [Thu Apr 16 04:05:01 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1251 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2787] 199.204.45.129 () {34 vars in 789 bytes} [Thu Apr 16 04:05:01 2026] PUT /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1276 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:05:01.591 7 INFO neutron.api.v2.resource [None req-ae2b7ec4-f6ae-4ae0-aaea-94e493f676f3 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1366/2788] 199.204.45.129 () {30 vars in 763 bytes} [Thu Apr 16 04:05:01 2026] GET /v2.0/security-groups/lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:05:01.613 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4017a1b1-4544-4f28-86f4-8be58ce9586f'] response: {'name': 'network-changed', 'server_uuid': 'd9f0f9de-e725-44c8-bfdc-a85e54611000', 'tag': 'bb7cf882-067b-445c-aaf5-61cf4aa1674f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1423/2789] 199.204.45.129 () {30 vars in 785 bytes} [Thu Apr 16 04:05:01 2026] GET /v2.0/security-groups?name=lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => generated 1639 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2790] 199.204.45.129 () {34 vars in 789 bytes} [Thu Apr 16 04:05:01 2026] PUT /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1314 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:05:01.934 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9167df38-c1ed-4e26-a3a1-1ae48ac79218'] response: {'name': 'network-changed', 'server_uuid': 'd9f0f9de-e725-44c8-bfdc-a85e54611000', 'tag': 'bb7cf882-067b-445c-aaf5-61cf4aa1674f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1424/2791] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:05:02 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1368/2792] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2793] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2794] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2795] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2796] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2797] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => 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: 1427/2798] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/networks?id=1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2799] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.184&port_id=bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2800] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2801] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/subnets?id=06d94895-c0e2-43a0-bda2-46637a792e26 => generated 679 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2802] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2803] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/ports?network_id=1627899c-6a99-425d-b5dc-f58ddb8eda91&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2804] 199.204.45.129 () {30 vars in 743 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2805] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?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: 1431/2806] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2807] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2808] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:02 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?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: 1433/2809] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:05:03 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2586 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2810] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:05:03 2026] GET /v2.0/networks?id=1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 802 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2811] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:05:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.184&port_id=bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2812] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:05:03 2026] GET /v2.0/subnets?id=06d94895-c0e2-43a0-bda2-46637a792e26 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2813] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:03 2026] GET /v2.0/ports?network_id=1627899c-6a99-425d-b5dc-f58ddb8eda91&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2814] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:03 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?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: 1436/2815] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:03 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?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) 2026-04-16 04:05:12.071 7 INFO neutron.db.l3_db [None req-412a1258-e3aa-4b71-9162-45139f5de2b5 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Floating IP 66d79313-70ac-44fd-8c22-4232119c6c64 associated. External IP: 10.96.250.207, port: 50b52ad8-fcf0-4a12-988e-42cdcbb2e1da. [pid: 7|app: 0|req: 1381/2818] 10.0.0.4 () {34 vars in 675 bytes} [Thu Apr 16 04:05:11 2026] POST /v2.0/floatingips => generated 899 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2819] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:05:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2820] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:05:15 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: 1439/2821] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:05:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2822] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:05:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:05:15.389 8 INFO neutron.api.v2.resource [None req-a599efee-64b9-4116-b284-85a52654d94e 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1440/2823] 199.204.45.129 () {30 vars in 763 bytes} [Thu Apr 16 04:05:15 2026] GET /v2.0/security-groups/lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2824] 199.204.45.129 () {30 vars in 785 bytes} [Thu Apr 16 04:05:15 2026] GET /v2.0/security-groups?name=lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2825] 199.204.45.129 () {30 vars in 815 bytes} [Thu Apr 16 04:05:15 2026] GET /v2.0/security-group-rules?security_group_id=2a999a36-f63d-4fcf-8c89-014621eace22 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2826] 199.204.45.129 () {34 vars in 747 bytes} [Thu Apr 16 04:05:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2827] 199.204.45.129 () {34 vars in 747 bytes} [Thu Apr 16 04:05:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2830] 10.0.0.150 () {30 vars in 690 bytes} [Thu Apr 16 04:05:24 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: 7|app: 0|req: 1387/2831] 10.0.0.150 () {30 vars in 692 bytes} [Thu Apr 16 04:05:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2832] 10.0.0.150 () {30 vars in 668 bytes} [Thu Apr 16 04:05:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2833] 10.0.0.150 () {30 vars in 704 bytes} [Thu Apr 16 04:05:24 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: 1446/2834] 10.0.0.150 () {28 vars in 439 bytes} [Thu Apr 16 04:05:24 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2835] 10.0.0.150 () {30 vars in 728 bytes} [Thu Apr 16 04:05:24 2026] GET /v2.0/subnets/18ef64a6-2ce4-45ec-8596-7e211d126382 => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2836] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:05:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2837] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:05:25 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: 1448/2838] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:05:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2839] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:05:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2840] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:25 2026] GET /v2.0/subnets/18ef64a6-2ce4-45ec-8596-7e211d126382 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2841] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:05:25 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2842] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:05:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2843] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:05:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2844] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:05:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2845] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:05:25 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: 1452/2846] 199.204.45.129 () {34 vars in 717 bytes} [Thu Apr 16 04:05:25 2026] POST /v2.0/ports => generated 1328 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2847] 10.0.0.64 () {34 vars in 970 bytes} [Thu Apr 16 04:05:26 2026] GET /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 1328 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: 1453/2848] 199.204.45.129 () {34 vars in 1262 bytes} [Thu Apr 16 04:05:27 2026] GET /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2849] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:27 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?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: 1454/2850] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:27 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2851] 199.204.45.129 () {34 vars in 975 bytes} [Thu Apr 16 04:05:28 2026] GET /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2852] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:05:28 2026] GET /v2.0/networks?id=93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2853] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:05:28 2026] PUT /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 1518 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:05:28.631 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-402bd742-b5e1-498d-9634-604f1d0befa5'] response: {'name': 'network-changed', 'server_uuid': 'd9f0f9de-e725-44c8-bfdc-a85e54611000', 'tag': '2432310d-ec5f-4cfb-bcb6-11f79a27d06e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1456/2854] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:05:29 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 4096 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1399/2855] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:05:29 2026] GET /v2.0/networks?id=93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2856] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:05:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2857] 199.204.45.129 () {34 vars in 1104 bytes} [Thu Apr 16 04:05:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1bb&port_id=2432310d-ec5f-4cfb-bcb6-11f79a27d06e => 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: 1458/2858] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Apr 16 04:05:29 2026] GET /v2.0/subnets?id=18ef64a6-2ce4-45ec-8596-7e211d126382&id=b72af929-dc8a-4f6e-96f6-09e9452da07d => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2859] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:29 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2860] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:29 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2861] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:29 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?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: 1460/2862] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:29 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2863] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:05:30 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 4096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2864] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 04:05:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.63&port_id=077b83cd-11e3-4015-94ab-c5e4f7c4805c => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2865] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:05:30 2026] GET /v2.0/subnets?id=7e1f3824-2170-492f-a643-7bce9588b0ad => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2866] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:30 2026] GET /v2.0/ports?network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2867] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:30 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2868] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:30 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2869] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:05:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.184&port_id=bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2870] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:05:30 2026] GET /v2.0/subnets?id=06d94895-c0e2-43a0-bda2-46637a792e26 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2871] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:30 2026] GET /v2.0/ports?network_id=1627899c-6a99-425d-b5dc-f58ddb8eda91&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2872] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:30 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2873] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:30 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?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: 1466/2874] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:05:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2875] 199.204.45.129 () {34 vars in 1104 bytes} [Thu Apr 16 04:05:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1bb&port_id=2432310d-ec5f-4cfb-bcb6-11f79a27d06e => 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: 1467/2876] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Apr 16 04:05:31 2026] GET /v2.0/subnets?id=18ef64a6-2ce4-45ec-8596-7e211d126382&id=b72af929-dc8a-4f6e-96f6-09e9452da07d => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2877] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:31 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2878] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:31 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2879] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:31 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?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: 1469/2880] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:31 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2881] 10.0.0.64 () {34 vars in 970 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2882] 199.204.45.129 () {30 vars in 743 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2883] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/subnets/18ef64a6-2ce4-45ec-8596-7e211d126382 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2884] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/subnets/b72af929-dc8a-4f6e-96f6-09e9452da07d => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2885] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2886] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:05: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: 7|app: 0|req: 1415/2887] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:05:35 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: 1473/2888] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:05: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: 7|app: 0|req: 1416/2889] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2890] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2891] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2892] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2893] 199.204.45.129 () {30 vars in 743 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2894] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2895] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:35 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2898] 10.0.0.150 () {30 vars in 690 bytes} [Thu Apr 16 04:05:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2899] 10.0.0.150 () {30 vars in 692 bytes} [Thu Apr 16 04:05:40 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: 1479/2900] 10.0.0.150 () {30 vars in 668 bytes} [Thu Apr 16 04:05:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2901] 10.0.0.150 () {30 vars in 704 bytes} [Thu Apr 16 04:05:40 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: 1480/2902] 10.0.0.150 () {28 vars in 439 bytes} [Thu Apr 16 04:05:40 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2903] 10.0.0.150 () {30 vars in 728 bytes} [Thu Apr 16 04:05:40 2026] GET /v2.0/subnets/4532f7c3-b7e3-4a7f-b9cb-c8e1cb53e97a => generated 655 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2904] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:05:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2905] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:05:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2906] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:05:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2907] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:05:42 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: 1483/2908] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:42 2026] GET /v2.0/subnets/18ef64a6-2ce4-45ec-8596-7e211d126382 => generated 673 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2909] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:42 2026] GET /v2.0/subnets/4532f7c3-b7e3-4a7f-b9cb-c8e1cb53e97a => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2910] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:05:42 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 4098 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2911] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:05:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2912] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:05:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2913] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:05:42 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: 1486/2914] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:05:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2915] 199.204.45.129 () {34 vars in 717 bytes} [Thu Apr 16 04:05:42 2026] POST /v2.0/ports => generated 1328 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2916] 10.0.0.64 () {34 vars in 970 bytes} [Thu Apr 16 04:05:43 2026] GET /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 1328 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, ' [pid: 7|app: 0|req: 1430/2917] 10.0.0.64 () {34 vars in 906 bytes} [Thu Apr 16 04:05:43 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2918] 199.204.45.129 () {34 vars in 1262 bytes} [Thu Apr 16 04:05:44 2026] GET /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2919] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:44 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?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: 1489/2920] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:44 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2921] 199.204.45.129 () {34 vars in 975 bytes} [Thu Apr 16 04:05:45 2026] GET /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 1328 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2922] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:05:45 2026] GET /v2.0/networks?id=a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2923] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:05:45 2026] PUT /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 1518 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:05:45.967 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a581032e-5e36-4495-b8d3-3797c4c3b7e5'] response: {'name': 'network-changed', 'server_uuid': 'd9f0f9de-e725-44c8-bfdc-a85e54611000', 'tag': 'fb988870-5097-4a6d-b4d4-aa657e0a86c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1491/2924] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:05:46 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 5608 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1434/2925] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:05:46 2026] GET /v2.0/networks?id=a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 800 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2926] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:05:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.229&port_id=fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2927] 199.204.45.129 () {34 vars in 1104 bytes} [Thu Apr 16 04:05:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ab5&port_id=fb988870-5097-4a6d-b4d4-aa657e0a86c5 => 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: 1493/2928] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Apr 16 04:05:46 2026] GET /v2.0/subnets?id=4532f7c3-b7e3-4a7f-b9cb-c8e1cb53e97a&id=2352fb88-d2f8-4605-816f-926e901f4bb4 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2929] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:46 2026] GET /v2.0/ports?network_id=a154cf25-4d60-464c-bae3-a3e79b0d823a&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2930] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:46 2026] GET /v2.0/ports?network_id=a154cf25-4d60-464c-bae3-a3e79b0d823a&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2931] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:46 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?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: 1495/2932] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:46 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2933] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:05:47 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 5608 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2934] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 04:05:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.63&port_id=077b83cd-11e3-4015-94ab-c5e4f7c4805c => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2935] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:05:47 2026] GET /v2.0/subnets?id=7e1f3824-2170-492f-a643-7bce9588b0ad => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2936] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:47 2026] GET /v2.0/ports?network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2937] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?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: 1498/2938] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2939] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.184&port_id=bb7cf882-067b-445c-aaf5-61cf4aa1674f => 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: 1499/2940] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/subnets?id=06d94895-c0e2-43a0-bda2-46637a792e26 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2941] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/ports?network_id=1627899c-6a99-425d-b5dc-f58ddb8eda91&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: 1500/2942] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2943] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?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: 1501/2944] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2945] 199.204.45.129 () {34 vars in 1104 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1bb&port_id=2432310d-ec5f-4cfb-bcb6-11f79a27d06e => 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: 1502/2946] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/subnets?id=18ef64a6-2ce4-45ec-8596-7e211d126382&id=b72af929-dc8a-4f6e-96f6-09e9452da07d => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2947] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2948] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2949] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?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: 1504/2950] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2951] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.229&port_id=fb988870-5097-4a6d-b4d4-aa657e0a86c5 => 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: 1505/2952] 199.204.45.129 () {34 vars in 1104 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ab5&port_id=fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2953] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/subnets?id=4532f7c3-b7e3-4a7f-b9cb-c8e1cb53e97a&id=2352fb88-d2f8-4605-816f-926e901f4bb4 => generated 1413 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2954] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/ports?network_id=a154cf25-4d60-464c-bae3-a3e79b0d823a&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2955] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/ports?network_id=a154cf25-4d60-464c-bae3-a3e79b0d823a&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2956] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2957] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:48 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?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: 1508/2958] 10.0.0.64 () {34 vars in 970 bytes} [Thu Apr 16 04:05:52 2026] GET /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 1520 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2959] 199.204.45.129 () {30 vars in 743 bytes} [Thu Apr 16 04:05:52 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2960] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:52 2026] GET /v2.0/subnets/4532f7c3-b7e3-4a7f-b9cb-c8e1cb53e97a => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2961] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:52 2026] GET /v2.0/subnets/2352fb88-d2f8-4605-816f-926e901f4bb4 => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2962] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:05:52 2026] GET /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 1520 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2963] 199.204.45.129 () {34 vars in 790 bytes} [Thu Apr 16 04:05:52 2026] PUT /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 1255 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:05:53.311 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc9a2efd-774f-4b47-aedb-6c8abf0d994b'] response: {'name': 'network-changed', 'server_uuid': 'd9f0f9de-e725-44c8-bfdc-a85e54611000', 'tag': '2432310d-ec5f-4cfb-bcb6-11f79a27d06e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1511/2964] 199.204.45.129 () {30 vars in 743 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1454/2965] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/subnets/18ef64a6-2ce4-45ec-8596-7e211d126382 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2968] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2969] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:05:53 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: 1514/2970] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2971] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:05:53 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: 1515/2972] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2973] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2974] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2975] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2976] 199.204.45.129 () {30 vars in 743 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2977] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => 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: 1518/2978] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2979] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 5381 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2980] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/networks?id=93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2981] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2982] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/subnets?id=18ef64a6-2ce4-45ec-8596-7e211d126382 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2983] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:05:53 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2984] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:05:54 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2985] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:05:54 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?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: 1522/2986] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:06:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2987] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:06:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2988] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:06: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: 7|app: 0|req: 1466/2989] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:06:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2990] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:06:05 2026] GET /v2.0/subnets/18ef64a6-2ce4-45ec-8596-7e211d126382 => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2991] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:05 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 5381 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2992] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:06:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2993] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:06: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: 1526/2994] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:06: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: 7|app: 0|req: 1469/2995] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:06:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2996] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:05 2026] GET /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2997] 199.204.45.129 () {34 vars in 790 bytes} [Thu Apr 16 04:06:05 2026] PUT /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 1307 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:06:06.074 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b71e56f4-4980-4cc0-85c5-cb5220192809'] response: {'name': 'network-changed', 'server_uuid': 'd9f0f9de-e725-44c8-bfdc-a85e54611000', 'tag': 'fb988870-5097-4a6d-b4d4-aa657e0a86c5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1528/2998] 199.204.45.129 () {30 vars in 743 bytes} [Thu Apr 16 04:06:06 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1471/2999] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:06:06 2026] GET /v2.0/subnets/2352fb88-d2f8-4605-816f-926e901f4bb4 => generated 747 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3000] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:06 2026] GET /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 1343 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3001] 199.204.45.129 () {34 vars in 789 bytes} [Thu Apr 16 04:06:06 2026] PUT /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 1080 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3002] 199.204.45.129 () {30 vars in 743 bytes} [Thu Apr 16 04:06:06 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1473/3003] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:06 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3004] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:06:06 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3005] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:06:06 2026] GET /v2.0/networks?id=a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3006] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:06:06 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3007] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:06 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3008] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:06:06 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?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: 1533/3009] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:07 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:06:08.109 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-532aea04-deae-49b0-99d8-de7b21130401'] response: {'name': 'network-changed', 'server_uuid': 'd9f0f9de-e725-44c8-bfdc-a85e54611000', 'tag': 'fb988870-5097-4a6d-b4d4-aa657e0a86c5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1478/3012] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:06:08 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3013] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:06:08 2026] GET /v2.0/networks?id=a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3014] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:06:08 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?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: 1536/3015] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:06:08 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3016] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:08 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3017] 199.204.45.129 () {34 vars in 975 bytes} [Thu Apr 16 04:06:08 2026] GET /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3018] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 04:06:08 2026] GET /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3019] 199.204.45.129 () {34 vars in 1016 bytes} [Thu Apr 16 04:06:09 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3020] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:06:09 2026] PUT /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5 => generated 917 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3021] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:09 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 3869 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:06:10.062 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfac952a-033c-440b-8436-b6742e257682 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: fb988870-5097-4a6d-b4d4-aa657e0a86c5 2026-04-16 04:06:10.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfac952a-033c-440b-8436-b6742e257682 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: fb988870-5097-4a6d-b4d4-aa657e0a86c5 [pid: 7|app: 0|req: 1483/3022] 199.204.45.129 () {32 vars in 759 bytes} [Thu Apr 16 04:06:09 2026] DELETE /v2.0/ports/fb988870-5097-4a6d-b4d4-aa657e0a86c5 => 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: 1540/3023] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3024] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:06:10 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: 1541/3025] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3026] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:06:10 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: 1542/3027] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3028] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3029] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3030] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3031] 199.204.45.129 () {30 vars in 743 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3032] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3033] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3034] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 3869 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3035] 199.204.45.129 () {34 vars in 1226 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/networks?id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8&id=1627899c-6a99-425d-b5dc-f58ddb8eda91&id=93aa66f3-d979-4a81-90c4-6786398c28e7&id=a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 3095 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3036] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 04:06:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.63&port_id=077b83cd-11e3-4015-94ab-c5e4f7c4805c => 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: 1547/3037] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/subnets?id=7e1f3824-2170-492f-a643-7bce9588b0ad => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3038] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/ports?network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8&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: 1548/3039] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3040] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3041] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.184&port_id=bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3042] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/subnets?id=06d94895-c0e2-43a0-bda2-46637a792e26 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3043] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/ports?network_id=1627899c-6a99-425d-b5dc-f58ddb8eda91&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3044] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?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: 1551/3045] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3046] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3047] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/subnets?id=18ef64a6-2ce4-45ec-8596-7e211d126382 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3048] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3049] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3050] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:06:11 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?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: 1554/3051] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:06:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3052] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:06:15 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: 1555/3053] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:06:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3054] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:06:15 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: 1556/3055] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:15 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 3869 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3056] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:06:15 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: 1557/3057] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:06:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3058] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:06:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3059] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:06:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3060] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:15 2026] GET /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3061] 199.204.45.129 () {34 vars in 789 bytes} [Thu Apr 16 04:06:15 2026] PUT /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 1080 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:06:16.174 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed7fa883-cc6a-419e-85a7-4dd5c1a3ba1b'] response: {'name': 'network-changed', 'server_uuid': 'd9f0f9de-e725-44c8-bfdc-a85e54611000', 'tag': '2432310d-ec5f-4cfb-bcb6-11f79a27d06e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1503/3062] 199.204.45.129 () {30 vars in 743 bytes} [Thu Apr 16 04:06:16 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1560/3063] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:16 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 3694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3064] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:16 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3065] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:06:16 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 3694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3066] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:06:16 2026] GET /v2.0/networks?id=93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3067] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:06:16 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3068] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:06:16 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?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: 1563/3069] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:17 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 3694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3070] 199.204.45.129 () {34 vars in 975 bytes} [Thu Apr 16 04:06:18 2026] GET /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 1116 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3071] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 04:06:18 2026] GET /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3072] 199.204.45.129 () {34 vars in 1016 bytes} [Thu Apr 16 04:06:18 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3073] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:18 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3074] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:06:18 2026] PUT /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 917 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3075] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:19 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:06:19.666 7 INFO neutron_taas.services.taas.taas_plugin [None req-f524851a-c474-4b1a-acd5-f3c05196afc7 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 2432310d-ec5f-4cfb-bcb6-11f79a27d06e 2026-04-16 04:06:19.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f524851a-c474-4b1a-acd5-f3c05196afc7 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 2432310d-ec5f-4cfb-bcb6-11f79a27d06e [pid: 7|app: 0|req: 1510/3076] 199.204.45.129 () {32 vars in 759 bytes} [Thu Apr 16 04:06:19 2026] DELETE /v2.0/ports/2432310d-ec5f-4cfb-bcb6-11f79a27d06e => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3077] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:06:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3078] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:06:19 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: 1568/3079] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:06:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3080] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:06:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3081] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:06:19 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3082] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:19 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3083] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3084] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3085] 199.204.45.129 () {30 vars in 743 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 799 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3086] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3087] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3088] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3089] 199.204.45.129 () {34 vars in 1146 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/networks?id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8&id=1627899c-6a99-425d-b5dc-f58ddb8eda91&id=93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 2309 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3090] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.63&port_id=077b83cd-11e3-4015-94ab-c5e4f7c4805c => 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: 1574/3091] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/subnets?id=7e1f3824-2170-492f-a643-7bce9588b0ad => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3092] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/ports?network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8&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: 1575/3093] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3094] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3095] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.184&port_id=bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3096] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/subnets?id=06d94895-c0e2-43a0-bda2-46637a792e26 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3097] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/ports?network_id=1627899c-6a99-425d-b5dc-f58ddb8eda91&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3098] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?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: 1578/3099] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:06:20 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3102] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:06:31 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: 1580/3103] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:06:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3104] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:06:31 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: 1581/3105] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:06:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:06:31.982 7 INFO neutron.api.v2.resource [None req-ff17c605-fc2e-4cd1-a07e-8f5f23f17cd6 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1525/3106] 199.204.45.129 () {30 vars in 763 bytes} [Thu Apr 16 04:06:31 2026] GET /v2.0/security-groups/lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => 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: 1582/3107] 199.204.45.129 () {30 vars in 785 bytes} [Thu Apr 16 04:06:31 2026] GET /v2.0/security-groups?name=lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => generated 2865 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3108] 199.204.45.129 () {30 vars in 815 bytes} [Thu Apr 16 04:06:32 2026] GET /v2.0/security-group-rules?security_group_id=2a999a36-f63d-4fcf-8c89-014621eace22 => generated 2334 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3109] 199.204.45.129 () {32 vars in 789 bytes} [Thu Apr 16 04:06:32 2026] DELETE /v2.0/security-group-rules/f426ac4f-1268-4200-aba1-ae60f7e85319 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3110] 199.204.45.129 () {32 vars in 789 bytes} [Thu Apr 16 04:06:32 2026] DELETE /v2.0/security-group-rules/f9979dc4-66df-4ba8-a36a-e1f3d79ab1c1 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:06:35.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-10af82fc-1c78-4727-925b-5d730f704235 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: 0317153c-10bc-44af-8cb2-f2762bc74d14 2026-04-16 04:06:35.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10af82fc-1c78-4727-925b-5d730f704235 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: 0317153c-10bc-44af-8cb2-f2762bc74d14 2026-04-16 04:06:35.978 8 INFO neutron.db.l3_db [None req-10af82fc-1c78-4727-925b-5d730f704235 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Floating IP 66d79313-70ac-44fd-8c22-4232119c6c64 disassociated (deleted). External IP: 10.96.250.207, port: 50b52ad8-fcf0-4a12-988e-42cdcbb2e1da. [pid: 8|app: 0|req: 1584/3111] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:06:35 2026] DELETE /v2.0/floatingips/66d79313-70ac-44fd-8c22-4232119c6c64 => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:06:36.308 7 INFO neutron.api.v2.resource [None req-0599c093-3310-4da6-b788-6061004bc9df 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1528/3112] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:06:36 2026] GET /v2.0/floatingips/66d79313-70ac-44fd-8c22-4232119c6c64 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3113] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:06:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3114] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:06:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3115] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:06:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3116] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:06:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:06:36.992 8 INFO neutron.api.v2.resource [None req-906ef537-7ddc-4d3b-958b-381e3095f83f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3117] 199.204.45.129 () {30 vars in 763 bytes} [Thu Apr 16 04:06:36 2026] GET /v2.0/security-groups/lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3118] 199.204.45.129 () {30 vars in 785 bytes} [Thu Apr 16 04:06:36 2026] GET /v2.0/security-groups?name=lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3119] 199.204.45.129 () {30 vars in 815 bytes} [Thu Apr 16 04:06:37 2026] GET /v2.0/security-group-rules?security_group_id=2a999a36-f63d-4fcf-8c89-014621eace22 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3120] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:06:37 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: 1589/3121] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:06:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3122] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:06:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3123] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:06:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3124] 199.204.45.129 () {30 vars in 741 bytes} [Thu Apr 16 04:06:37 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3125] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:37 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3126] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:37 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3127] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:37 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3130] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:38 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3131] 199.204.45.129 () {34 vars in 975 bytes} [Thu Apr 16 04:06:39 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3132] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 04:06:39 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f?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: 7|app: 0|req: 1538/3133] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:39 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3134] 199.204.45.129 () {34 vars in 1016 bytes} [Thu Apr 16 04:06:39 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3135] 199.204.45.129 () {38 vars in 1028 bytes} [Thu Apr 16 04:06:39 2026] PUT /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1151 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3136] 199.204.45.129 () {30 vars in 769 bytes} [Thu Apr 16 04:06:40 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 1244 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, ' [pid: 7|app: 0|req: 1540/3137] 199.204.45.129 () {34 vars in 789 bytes} [Thu Apr 16 04:06:40 2026] PUT /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1090 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3138] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:40 2026] GET /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 1090 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 04:06:40.978 7 INFO neutron_taas.services.taas.taas_plugin [None req-57a84d39-bfa9-43d4-991f-7b134a436312 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: bb7cf882-067b-445c-aaf5-61cf4aa1674f 2026-04-16 04:06:40.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57a84d39-bfa9-43d4-991f-7b134a436312 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: bb7cf882-067b-445c-aaf5-61cf4aa1674f [pid: 7|app: 0|req: 1541/3139] 199.204.45.129 () {32 vars in 759 bytes} [Thu Apr 16 04:06:40 2026] DELETE /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3140] 199.204.45.129 () {30 vars in 703 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3141] 199.204.45.129 () {30 vars in 705 bytes} [Thu Apr 16 04:06:41 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: 1600/3142] 199.204.45.129 () {30 vars in 681 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3143] 199.204.45.129 () {30 vars in 717 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:06:41.285 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d776b619-d072-4845-b59e-f0ffdc92882f 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3144] 199.204.45.129 () {32 vars in 759 bytes} [Thu Apr 16 04:06:41 2026] DELETE /v2.0/ports/bb7cf882-067b-445c-aaf5-61cf4aa1674f => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3145] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:06:41.346 8 INFO neutron.api.v2.resource [None req-bb5d13bc-8367-409c-b38c-635a9687fd38 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3146] 199.204.45.129 () {30 vars in 763 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/security-groups/lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3147] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/ports?tenant_id=14f5c492daee4bbeb6bce787bc166ec8&device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3148] 199.204.45.129 () {30 vars in 785 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/security-groups?name=lb-2e31ccde-24ad-4348-ad02-385fb2862b0c => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3149] 199.204.45.129 () {30 vars in 737 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3150] 199.204.45.129 () {34 vars in 1066 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/networks?id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8&id=1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 1522 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3151] 199.204.45.129 () {34 vars in 1060 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.63&port_id=077b83cd-11e3-4015-94ab-c5e4f7c4805c => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3152] 199.204.45.129 () {34 vars in 984 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/subnets?id=7e1f3824-2170-492f-a643-7bce9588b0ad => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3153] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/ports?network_id=26eed707-a82f-4044-a5b6-4b46fb3bc5c8&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3154] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3155] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:06:41 2026] GET /v2.0/networks/26eed707-a82f-4044-a5b6-4b46fb3bc5c8?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: 1605/3156] 199.204.45.129 () {34 vars in 789 bytes} [Thu Apr 16 04:06:41 2026] PUT /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 1094 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3157] 199.204.45.129 () {32 vars in 779 bytes} [Thu Apr 16 04:06:41 2026] DELETE /v2.0/security-groups/2a999a36-f63d-4fcf-8c89-014621eace22 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:06:41.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-19b21a98-6b55-48cb-b9e1-16d35526b86d 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 50b52ad8-fcf0-4a12-988e-42cdcbb2e1da 2026-04-16 04:06:41.908 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19b21a98-6b55-48cb-b9e1-16d35526b86d 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 50b52ad8-fcf0-4a12-988e-42cdcbb2e1da [pid: 8|app: 0|req: 1606/3158] 199.204.45.129 () {32 vars in 759 bytes} [Thu Apr 16 04:06:41 2026] DELETE /v2.0/ports/50b52ad8-fcf0-4a12-988e-42cdcbb2e1da => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3159] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 04:06:44 2026] GET /v2.0/ports?device_id=d9f0f9de-e725-44c8-bfdc-a85e54611000 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:06:45.079 8 INFO neutron_taas.services.taas.taas_plugin [req-d9c6effe-c2ec-4f76-9966-d8ae37f6b145 req-2a22affd-86a0-4149-b3b2-09a7f2a6223c 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] TaaS: Handle Delete Port: 077b83cd-11e3-4015-94ab-c5e4f7c4805c 2026-04-16 04:06:45.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d9c6effe-c2ec-4f76-9966-d8ae37f6b145 req-2a22affd-86a0-4149-b3b2-09a7f2a6223c 02d3731826984f82b4d34dd274dadd62 14f5c492daee4bbeb6bce787bc166ec8 - - default default] Tap Mirror: Handle Delete Port: 077b83cd-11e3-4015-94ab-c5e4f7c4805c [pid: 8|app: 0|req: 1607/3160] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 04:06:44 2026] DELETE /v2.0/ports/077b83cd-11e3-4015-94ab-c5e4f7c4805c => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:06:45.260 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d74c8b6-79b6-4846-acd3-60ade1da1853'] response: {'server_uuid': 'd9f0f9de-e725-44c8-bfdc-a85e54611000', 'name': 'network-vif-deleted', 'tag': '077b83cd-11e3-4015-94ab-c5e4f7c4805c', 'status': 'completed', 'code': 200} 2026-04-16 04:06:46.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-d693593d-f4e6-47a3-8c31-25807ff53c5e 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: 255f172a-0e63-4f98-b143-52a885a180ee 2026-04-16 04:06:46.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d693593d-f4e6-47a3-8c31-25807ff53c5e 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: 255f172a-0e63-4f98-b143-52a885a180ee 2026-04-16 04:06:46.829 7 INFO neutron.db.l3_db [None req-d693593d-f4e6-47a3-8c31-25807ff53c5e 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Floating IP 426e46ec-67ab-4366-9cf8-bb6360d3bf54 disassociated (deleted). External IP: 10.96.250.215, port: 68a74aa9-ca68-46c3-ace6-259ae3a6883e. [pid: 7|app: 0|req: 1554/3161] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:06:46 2026] DELETE /v2.0/floatingips/426e46ec-67ab-4366-9cf8-bb6360d3bf54 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:06:47.197 8 INFO neutron.api.v2.resource [None req-a907730e-f97f-4aa1-8d24-89dfcef04ee6 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3162] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:06:47 2026] GET /v2.0/floatingips/426e46ec-67ab-4366-9cf8-bb6360d3bf54 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:06:47.213 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0ec4cc5-6a03-4885-9a66-c711783c78ec'] response: {'name': 'network-changed', 'server_uuid': '34065682-f060-4add-8d75-0439ce383c0d', 'tag': '68a74aa9-ca68-46c3-ace6-259ae3a6883e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1555/3163] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:06:47 2026] GET /v2.0/ports?device_id=34065682-f060-4add-8d75-0439ce383c0d => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3164] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:06:47 2026] GET /v2.0/security-groups?id=8a72bec8-2cd3-4529-af4c-a9293b21ee3d&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3165] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:06:47 2026] GET /v2.0/ports?tenant_id=8a527eb422ce4c45941701ee06c4821c&device_id=34065682-f060-4add-8d75-0439ce383c0d => 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: 1610/3166] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:06:47 2026] GET /v2.0/networks?id=a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3167] 199.204.45.129 () {34 vars in 1058 bytes} [Thu Apr 16 04:06:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.178&port_id=68a74aa9-ca68-46c3-ace6-259ae3a6883e => 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: 1611/3168] 199.204.45.129 () {34 vars in 1106 bytes} [Thu Apr 16 04:06:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2d0&port_id=68a74aa9-ca68-46c3-ace6-259ae3a6883e => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3169] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Apr 16 04:06:47 2026] GET /v2.0/subnets?id=4532f7c3-b7e3-4a7f-b9cb-c8e1cb53e97a&id=2352fb88-d2f8-4605-816f-926e901f4bb4 => 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: 1612/3170] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:06:47 2026] GET /v2.0/ports?network_id=a154cf25-4d60-464c-bae3-a3e79b0d823a&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3171] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:06:47 2026] GET /v2.0/ports?network_id=a154cf25-4d60-464c-bae3-a3e79b0d823a&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3172] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:06:48 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3173] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:06:48 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a?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: 1614/3174] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 04:06:49 2026] GET /v2.0/ports?device_id=34065682-f060-4add-8d75-0439ce383c0d => generated 1202 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:06:50.020 7 INFO neutron_taas.services.taas.taas_plugin [req-b1ae6018-7e3a-4648-a875-9aa796b6fb98 req-cdb6baf0-900c-441d-b50d-bc4d3949cd14 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: 68a74aa9-ca68-46c3-ace6-259ae3a6883e 2026-04-16 04:06:50.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b1ae6018-7e3a-4648-a875-9aa796b6fb98 req-cdb6baf0-900c-441d-b50d-bc4d3949cd14 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: 68a74aa9-ca68-46c3-ace6-259ae3a6883e [pid: 7|app: 0|req: 1561/3175] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 04:06:49 2026] DELETE /v2.0/ports/68a74aa9-ca68-46c3-ace6-259ae3a6883e => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:06:50.229 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e626638-e859-4274-b936-cf874bf321a0'] response: {'server_uuid': '34065682-f060-4add-8d75-0439ce383c0d', 'name': 'network-vif-deleted', 'tag': '68a74aa9-ca68-46c3-ace6-259ae3a6883e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1615/3176] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:06:52 2026] GET /v2.0/ports?device_id=34065682-f060-4add-8d75-0439ce383c0d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 04:06:57.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1c8dc6f-89c7-41c2-b2b3-b7293645725d 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: 757378ab-fef7-4bca-83ed-d89c3b84fe7d 2026-04-16 04:06:57.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1c8dc6f-89c7-41c2-b2b3-b7293645725d 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: 757378ab-fef7-4bca-83ed-d89c3b84fe7d 2026-04-16 04:06:57.960 8 INFO neutron.db.l3_db [None req-c1c8dc6f-89c7-41c2-b2b3-b7293645725d 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Floating IP 7f6c387f-714c-4621-bd4b-f3a6900ccdb5 disassociated (deleted). External IP: 10.96.250.208, port: bbd1fb3e-94f6-412a-8bed-4dd94e83b136. [pid: 8|app: 0|req: 1617/3179] 10.0.0.4 () {32 vars in 730 bytes} [Thu Apr 16 04:06:57 2026] DELETE /v2.0/floatingips/7f6c387f-714c-4621-bd4b-f3a6900ccdb5 => generated 0 bytes in 610 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:06:58.269 7 INFO neutron.api.v2.resource [None req-af0e77f5-7dc2-4d33-bb83-d095f304a883 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/3180] 10.0.0.4 () {32 vars in 727 bytes} [Thu Apr 16 04:06:58 2026] GET /v2.0/floatingips/7f6c387f-714c-4621-bd4b-f3a6900ccdb5 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:06:58.286 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c915c7cc-035a-4545-8618-fff7e392c844'] response: {'name': 'network-changed', 'server_uuid': 'e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827', 'tag': 'bbd1fb3e-94f6-412a-8bed-4dd94e83b136', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1618/3181] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:06:58 2026] GET /v2.0/ports?device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => generated 1196 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3182] 10.0.0.64 () {34 vars in 1039 bytes} [Thu Apr 16 04:06:58 2026] GET /v2.0/security-groups?id=8a72bec8-2cd3-4529-af4c-a9293b21ee3d&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3183] 199.204.45.129 () {34 vars in 1080 bytes} [Thu Apr 16 04:06:58 2026] GET /v2.0/ports?tenant_id=8a527eb422ce4c45941701ee06c4821c&device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3184] 199.204.45.129 () {34 vars in 986 bytes} [Thu Apr 16 04:06:58 2026] GET /v2.0/networks?id=93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3185] 199.204.45.129 () {34 vars in 1056 bytes} [Thu Apr 16 04:06:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.50&port_id=bbd1fb3e-94f6-412a-8bed-4dd94e83b136 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3186] 199.204.45.129 () {34 vars in 1104 bytes} [Thu Apr 16 04:06:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3ab&port_id=bbd1fb3e-94f6-412a-8bed-4dd94e83b136 => 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: 1621/3187] 199.204.45.129 () {34 vars in 1064 bytes} [Thu Apr 16 04:06:58 2026] GET /v2.0/subnets?id=18ef64a6-2ce4-45ec-8596-7e211d126382&id=b72af929-dc8a-4f6e-96f6-09e9452da07d => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3188] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:06:58 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3189] 199.204.45.129 () {34 vars in 1052 bytes} [Thu Apr 16 04:06:59 2026] GET /v2.0/ports?network_id=93aa66f3-d979-4a81-90c4-6786398c28e7&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3190] 199.204.45.129 () {34 vars in 1012 bytes} [Thu Apr 16 04:06:59 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?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: 1623/3191] 199.204.45.129 () {34 vars in 1112 bytes} [Thu Apr 16 04:06:59 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3192] 199.204.45.129 () {34 vars in 994 bytes} [Thu Apr 16 04:07:00 2026] GET /v2.0/ports?device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => generated 1196 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 04:07:01.013 8 INFO neutron_taas.services.taas.taas_plugin [req-65b4d3a3-bcc1-40c4-b88b-ed9bf307fe10 req-b198bd38-d7d5-4f4c-bb4a-e70f0b39b0ef 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: bbd1fb3e-94f6-412a-8bed-4dd94e83b136 2026-04-16 04:07:01.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-65b4d3a3-bcc1-40c4-b88b-ed9bf307fe10 req-b198bd38-d7d5-4f4c-bb4a-e70f0b39b0ef 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: bbd1fb3e-94f6-412a-8bed-4dd94e83b136 [pid: 8|app: 0|req: 1624/3193] 199.204.45.129 () {36 vars in 997 bytes} [Thu Apr 16 04:07:00 2026] DELETE /v2.0/ports/bbd1fb3e-94f6-412a-8bed-4dd94e83b136 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:07:01.215 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e47746ec-0311-4c1c-b0b8-925f442eafd5'] response: {'server_uuid': 'e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827', 'name': 'network-vif-deleted', 'tag': 'bbd1fb3e-94f6-412a-8bed-4dd94e83b136', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1570/3194] 10.0.0.64 () {34 vars in 989 bytes} [Thu Apr 16 04:07:03 2026] GET /v2.0/ports?device_id=e9b6c7d5-cb6c-4d99-acc9-5cf866b4d827 => 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: 1626/3197] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:07:08 2026] DELETE /v2.0/security-group-rules/3c1afd02-fc09-476a-a59e-1a6287acb470 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:08.792 7 INFO neutron.api.v2.resource [None req-7b544487-c2c8-42c9-adff-19083289f61f 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3198] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:07:08 2026] GET /v2.0/security-group-rules/3c1afd02-fc09-476a-a59e-1a6287acb470 => 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: 1627/3199] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:07:08 2026] DELETE /v2.0/security-group-rules/4e96e15e-8c05-462a-8e9a-1413969f10a2 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:08.876 7 INFO neutron.api.v2.resource [None req-301f1af5-63b2-4970-b3ba-8d77ccb19745 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3200] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:07:08 2026] GET /v2.0/security-group-rules/4e96e15e-8c05-462a-8e9a-1413969f10a2 => 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: 1628/3201] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:07:08 2026] DELETE /v2.0/security-group-rules/76d89bfa-89d3-4264-9d3a-24c1df21e54c => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:08.968 7 INFO neutron.api.v2.resource [None req-44598eb3-9841-416c-9acd-2478ee2b937b 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3202] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:07:08 2026] GET /v2.0/security-group-rules/76d89bfa-89d3-4264-9d3a-24c1df21e54c => 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: 1629/3203] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:07:08 2026] DELETE /v2.0/security-group-rules/a5923847-29f5-434c-b97c-c3478c84cf2e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:09.048 7 INFO neutron.api.v2.resource [None req-c53fcba3-801d-4199-bb43-655b3dc415b2 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3204] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:07:09 2026] GET /v2.0/security-group-rules/a5923847-29f5-434c-b97c-c3478c84cf2e => 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: 1630/3205] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:07:09 2026] DELETE /v2.0/security-group-rules/0b1abec5-160e-4b9d-b6e0-ca597f138d25 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:09.139 7 INFO neutron.api.v2.resource [None req-e6fadd84-b539-42e8-9e74-d9d3f01417f1 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3206] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:07:09 2026] GET /v2.0/security-group-rules/0b1abec5-160e-4b9d-b6e0-ca597f138d25 => 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: 1631/3207] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:07:09 2026] DELETE /v2.0/security-group-rules/773bcd47-d574-4335-a8bb-0fcacf79be37 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:09.224 7 INFO neutron.api.v2.resource [None req-faf54acb-90a8-4eff-b651-4326f3989804 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3208] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:07:09 2026] GET /v2.0/security-group-rules/773bcd47-d574-4335-a8bb-0fcacf79be37 => 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: 1632/3209] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:07:09 2026] DELETE /v2.0/security-group-rules/85171154-3bcd-40ba-b214-46f555e1b310 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:09.299 7 INFO neutron.api.v2.resource [None req-569f1e88-991d-409c-aeea-1cd23bde832b 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3210] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:07:09 2026] GET /v2.0/security-group-rules/85171154-3bcd-40ba-b214-46f555e1b310 => 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: 1633/3211] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:07:09 2026] DELETE /v2.0/security-group-rules/d9be3f99-3aa1-4b89-9b10-e44cbe7bdb25 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:09.380 7 INFO neutron.api.v2.resource [None req-dc35355e-5916-41da-bb82-62ea3f98aace 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3212] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:07:09 2026] GET /v2.0/security-group-rules/d9be3f99-3aa1-4b89-9b10-e44cbe7bdb25 => 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: 1634/3213] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:07:09 2026] DELETE /v2.0/security-group-rules/c5b7636b-934f-4a7f-b601-835ef816994e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:09.459 7 INFO neutron.api.v2.resource [None req-2166ab80-08da-485d-8628-fc761edf2565 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3214] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:07:09 2026] GET /v2.0/security-group-rules/c5b7636b-934f-4a7f-b601-835ef816994e => 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: 1635/3215] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:07:09 2026] DELETE /v2.0/security-group-rules/fe86a8a7-b102-4e5b-bebf-9236d53b3f2b => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:09.556 7 INFO neutron.api.v2.resource [None req-da4c45df-ad7e-4ac7-89f1-c62477124e3e 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3216] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:07:09 2026] GET /v2.0/security-group-rules/fe86a8a7-b102-4e5b-bebf-9236d53b3f2b => 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: 1636/3217] 10.0.0.4 () {32 vars in 748 bytes} [Thu Apr 16 04:07:09 2026] DELETE /v2.0/security-group-rules/7754ba5d-3b91-4a83-9838-e3ab2e9fbee7 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:09.636 7 INFO neutron.api.v2.resource [None req-bf86452a-54a5-4aae-8323-08b04f46ddd4 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3218] 10.0.0.4 () {32 vars in 745 bytes} [Thu Apr 16 04:07:09 2026] GET /v2.0/security-group-rules/7754ba5d-3b91-4a83-9838-e3ab2e9fbee7 => 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: 1637/3219] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:07:09 2026] DELETE /v2.0/security-groups/8a72bec8-2cd3-4529-af4c-a9293b21ee3d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:09.740 7 INFO neutron.api.v2.resource [None req-1a771e3c-351f-4f3d-ae30-5bc6645c3fac 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3220] 10.0.0.4 () {32 vars in 735 bytes} [Thu Apr 16 04:07:09 2026] GET /v2.0/security-groups/8a72bec8-2cd3-4529-af4c-a9293b21ee3d => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:07:10.155 8 INFO neutron_taas.services.taas.taas_plugin [None req-1bc1ab1d-1209-44f4-a290-4c3e0236e3d1 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: eb8a85f7-c6ee-4c7c-8a72-d3d0aeb7da6a 2026-04-16 04:07:10.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bc1ab1d-1209-44f4-a290-4c3e0236e3d1 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: eb8a85f7-c6ee-4c7c-8a72-d3d0aeb7da6a [pid: 8|app: 0|req: 1638/3221] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:07:09 2026] PUT /v2.0/routers/4d1ae3f2-81a7-42fd-b84d-700a11d8beea/remove_router_interface => generated 309 bytes in 896 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:07:10.839 7 INFO neutron.api.v2.resource [None req-df0712b9-9b8f-4f00-b3e1-3defec2316d9 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3222] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:07:10 2026] PUT /v2.0/routers/4d1ae3f2-81a7-42fd-b84d-700a11d8beea/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:07:11.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ba80808-6605-4395-ba8d-32fc98e2515c 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: 99e58c41-2ab2-42ce-bb36-fa2422e0ad3f 2026-04-16 04:07:11.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ba80808-6605-4395-ba8d-32fc98e2515c 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: 99e58c41-2ab2-42ce-bb36-fa2422e0ad3f [pid: 8|app: 0|req: 1639/3223] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:07:10 2026] PUT /v2.0/routers/4d1ae3f2-81a7-42fd-b84d-700a11d8beea/remove_router_interface => generated 309 bytes in 859 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:07:11.861 7 INFO neutron.api.v2.resource [None req-d3f861b5-527a-452d-9b6c-b1aa14a3dc9b 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3224] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:07:11 2026] PUT /v2.0/routers/4d1ae3f2-81a7-42fd-b84d-700a11d8beea/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:07:12.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2c19279-09c4-4f7c-a084-c54a301cec35 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: a2f9fece-d2b4-49d4-bfa4-31fc390325de 2026-04-16 04:07:12.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2c19279-09c4-4f7c-a084-c54a301cec35 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: a2f9fece-d2b4-49d4-bfa4-31fc390325de [pid: 8|app: 0|req: 1640/3225] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:07:11 2026] PUT /v2.0/routers/4d1ae3f2-81a7-42fd-b84d-700a11d8beea/remove_router_interface => generated 309 bytes in 932 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 04:07:12.965 7 INFO neutron.api.v2.resource [None req-1cd59333-d09a-4752-bf59-1a1cc14f8937 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3226] 10.0.0.4 () {34 vars in 787 bytes} [Thu Apr 16 04:07:12 2026] PUT /v2.0/routers/4d1ae3f2-81a7-42fd-b84d-700a11d8beea/remove_router_interface => generated 198 bytes in 160 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:07:13.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e6983a0-4ddf-4359-a82f-ac7277602785 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: 31cd104a-c821-4abd-ab8e-b4fb07a9d222 2026-04-16 04:07:13.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e6983a0-4ddf-4359-a82f-ac7277602785 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: 31cd104a-c821-4abd-ab8e-b4fb07a9d222 2026-04-16 04:07:13.367 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e6983a0-4ddf-4359-a82f-ac7277602785 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: 6f2f0624-a031-4371-bed7-5fe17bbda6f6 2026-04-16 04:07:13.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e6983a0-4ddf-4359-a82f-ac7277602785 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: 6f2f0624-a031-4371-bed7-5fe17bbda6f6 2026-04-16 04:07:13.729 8 INFO neutron.services.segments.plugin [-] Segment 6d331269-086f-4e19-876c-3194055d84d3 resource provider aggregate not found 2026-04-16 04:07:13.736 8 INFO neutron.services.segments.plugin [-] Segment 6d331269-086f-4e19-876c-3194055d84d3 resource provider aggregate not found 2026-04-16 04:07:13.753 8 INFO neutron.services.segments.plugin [-] Segment 6d331269-086f-4e19-876c-3194055d84d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d331269-086f-4e19-876c-3194055d84d3 found for delete ", "request_id": "req-342f4485-e4c5-4192-83ba-479fa89522a8"}]} 2026-04-16 04:07:13.755 8 INFO neutron.services.segments.plugin [-] Segment 6d331269-086f-4e19-876c-3194055d84d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d331269-086f-4e19-876c-3194055d84d3 found for delete ", "request_id": "req-f5695484-f4c9-4599-afd5-f14b0f80c3f3"}]} 2026-04-16 04:07:13.764 8 INFO neutron.db.l3_hamode_db [None req-4e6983a0-4ddf-4359-a82f-ac7277602785 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] HA network e639b2b4-a5c9-47ac-9e34-c85339622b89 was deleted as no HA routers are present in tenant 8a527eb422ce4c45941701ee06c4821c. [pid: 8|app: 0|req: 1641/3227] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:07:12 2026] DELETE /v2.0/routers/4d1ae3f2-81a7-42fd-b84d-700a11d8beea => generated 0 bytes in 802 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 04:07:13.799 7 INFO neutron.api.v2.resource [None req-ff01f1e8-c199-4124-ac9e-1444621d7ec0 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3228] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:07:13 2026] GET /v2.0/routers/4d1ae3f2-81a7-42fd-b84d-700a11d8beea => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3229] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:07:13 2026] DELETE /v2.0/subnets/2352fb88-d2f8-4605-816f-926e901f4bb4 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:07:13.986 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0c07eb8-9652-4f59-b608-ad64f3d452dc 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3230] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:07:13 2026] GET /v2.0/subnets/2352fb88-d2f8-4605-816f-926e901f4bb4 => 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: 1643/3231] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:07:13 2026] DELETE /v2.0/subnets/4532f7c3-b7e3-4a7f-b9cb-c8e1cb53e97a => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:07:14.145 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f661e8dc-5391-4e91-b200-630b7c40bc5d 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3232] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:07:14 2026] GET /v2.0/subnets/4532f7c3-b7e3-4a7f-b9cb-c8e1cb53e97a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:07:14.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-76ee0b93-0570-49b4-9a66-168585857aca 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: 6bb10a1c-2936-4845-b32f-b2780a6a3b75 2026-04-16 04:07:14.242 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76ee0b93-0570-49b4-9a66-168585857aca 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: 6bb10a1c-2936-4845-b32f-b2780a6a3b75 [pid: 8|app: 0|req: 1644/3233] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:07:14 2026] DELETE /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:07:14.444 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06e7f055-da5f-4753-b113-b6ee92900a5e 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3234] 10.0.0.4 () {32 vars in 721 bytes} [Thu Apr 16 04:07:14 2026] GET /v2.0/networks/a154cf25-4d60-464c-bae3-a3e79b0d823a => 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: 1645/3235] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:07:14 2026] DELETE /v2.0/subnets/b72af929-dc8a-4f6e-96f6-09e9452da07d => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:07:14.618 7 INFO neutron.pecan_wsgi.hooks.translation [None req-baa73b32-b7ab-44c1-98a0-3cbff6edaa8b 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3236] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:07:14 2026] GET /v2.0/subnets/b72af929-dc8a-4f6e-96f6-09e9452da07d => 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: 1646/3237] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:07:14 2026] DELETE /v2.0/subnets/18ef64a6-2ce4-45ec-8596-7e211d126382 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:07:14.785 7 INFO neutron.pecan_wsgi.hooks.translation [None req-708df2eb-3e11-4c1a-ac25-4ef9d1e457dd 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1592/3238] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:07:14 2026] GET /v2.0/subnets/18ef64a6-2ce4-45ec-8596-7e211d126382 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:07:14.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e814510-5f74-47d4-9678-9b25ae031e0f 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: 0290ff2e-0b2a-41bb-8bfe-b6332b5d2afd 2026-04-16 04:07:14.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e814510-5f74-47d4-9678-9b25ae031e0f 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: 0290ff2e-0b2a-41bb-8bfe-b6332b5d2afd [pid: 8|app: 0|req: 1647/3239] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:07:14 2026] DELETE /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:07:15.098 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5098621-d423-4aff-86f1-c189df2c7d95 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3240] 10.0.0.4 () {32 vars in 721 bytes} [Thu Apr 16 04:07:15 2026] GET /v2.0/networks/93aa66f3-d979-4a81-90c4-6786398c28e7 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3241] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:07:15 2026] DELETE /v2.0/subnets/ff7aeee3-d0ba-46d7-b36c-f5a785668fff => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:07:15.285 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ffcf377c-6ab1-4a39-b7dd-41ed0f73973a 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3242] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:07:15 2026] GET /v2.0/subnets/ff7aeee3-d0ba-46d7-b36c-f5a785668fff => 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: 1649/3243] 10.0.0.4 () {32 vars in 722 bytes} [Thu Apr 16 04:07:15 2026] DELETE /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:07:15.463 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a795306-2306-446f-8362-34bbe30f9cd4 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3244] 10.0.0.4 () {32 vars in 719 bytes} [Thu Apr 16 04:07:15 2026] GET /v2.0/subnets/06d94895-c0e2-43a0-bda2-46637a792e26 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:07:15.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef82dc2c-7455-4911-afea-9914ec093627 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] TaaS: Handle Delete Port: e22da548-8ef8-4cb5-87b5-b86302de92fe 2026-04-16 04:07:15.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef82dc2c-7455-4911-afea-9914ec093627 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] Tap Mirror: Handle Delete Port: e22da548-8ef8-4cb5-87b5-b86302de92fe [pid: 8|app: 0|req: 1650/3245] 10.0.0.4 () {32 vars in 724 bytes} [Thu Apr 16 04:07:15 2026] DELETE /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 04:07:15.712 7 INFO neutron.pecan_wsgi.hooks.translation [None req-669220ef-437b-46f6-a290-0c1407c59337 525d21f4b8f64e999e6e0623cf71753b 8a527eb422ce4c45941701ee06c4821c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3246] 10.0.0.4 () {32 vars in 721 bytes} [Thu Apr 16 04:07:15 2026] GET /v2.0/networks/1627899c-6a99-425d-b5dc-f58ddb8eda91 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 04:07:15.771 8 INFO neutron.services.segments.plugin [-] Segment 21472d23-c305-4e12-8bd1-c4aed97ccb5c resource provider aggregate not found 2026-04-16 04:07:15.775 8 INFO neutron.services.segments.plugin [-] Segment 21472d23-c305-4e12-8bd1-c4aed97ccb5c resource provider aggregate not found 2026-04-16 04:07:15.786 8 INFO neutron.services.segments.plugin [-] Segment 21472d23-c305-4e12-8bd1-c4aed97ccb5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21472d23-c305-4e12-8bd1-c4aed97ccb5c found for delete ", "request_id": "req-b5668204-715e-4cde-aa71-1e300cafabff"}]} 2026-04-16 04:07:15.790 8 INFO neutron.services.segments.plugin [-] Segment 21472d23-c305-4e12-8bd1-c4aed97ccb5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21472d23-c305-4e12-8bd1-c4aed97ccb5c found for delete ", "request_id": "req-8bf976ff-a23d-4f39-9622-bb38afc16acf"}]} 2026-04-16 04:07:15.799 8 INFO neutron.services.segments.plugin [-] Segment b3c713fe-d924-4f7f-96a0-c40c7dc221cd resource provider aggregate not found 2026-04-16 04:07:15.804 8 INFO neutron.services.segments.plugin [-] Segment b3c713fe-d924-4f7f-96a0-c40c7dc221cd resource provider aggregate not found 2026-04-16 04:07:15.810 8 INFO neutron.services.segments.plugin [-] Segment b3c713fe-d924-4f7f-96a0-c40c7dc221cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3c713fe-d924-4f7f-96a0-c40c7dc221cd found for delete ", "request_id": "req-eae61196-dd00-4579-8257-a3e285f56a22"}]} 2026-04-16 04:07:15.821 8 INFO neutron.services.segments.plugin [-] Segment b3c713fe-d924-4f7f-96a0-c40c7dc221cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3c713fe-d924-4f7f-96a0-c40c7dc221cd found for delete ", "request_id": "req-55ee294f-19db-4264-843f-1f0c135e0c54"}]} 2026-04-16 04:07:15.825 8 INFO neutron.services.segments.plugin [-] Segment 555a9b2b-84ca-4eb5-9163-6f8b53979b71 resource provider aggregate not found 2026-04-16 04:07:15.837 8 INFO neutron.services.segments.plugin [-] Segment 555a9b2b-84ca-4eb5-9163-6f8b53979b71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 555a9b2b-84ca-4eb5-9163-6f8b53979b71 found for delete ", "request_id": "req-8dec38a5-a2fb-4406-a093-260fa6e7e2b6"}]} 2026-04-16 04:07:15.838 8 INFO neutron.services.segments.plugin [-] Segment 555a9b2b-84ca-4eb5-9163-6f8b53979b71 resource provider aggregate not found 2026-04-16 04:07:15.854 8 INFO neutron.services.segments.plugin [-] Segment 555a9b2b-84ca-4eb5-9163-6f8b53979b71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 555a9b2b-84ca-4eb5-9163-6f8b53979b71 found for delete ", "request_id": "req-9c78c974-f8ba-4fad-bce5-94c60eab4ec0"}]} [pid: 8|app: 0|req: 1651/3247] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:07:17 2026] GET /v2.0/security-groups?tenant_id=420b57d59438455db2d7a75465ecc58d&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3248] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:07:17 2026] DELETE /v2.0/security-groups/c809ef78-3fb9-4d2d-911d-c9aaee217bb6 => 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: 1652/3249] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:07:18 2026] GET /v2.0/security-groups?tenant_id=32b0e8e781684047913c973ddf913183&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3250] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:07:18 2026] DELETE /v2.0/security-groups/499e7694-82d4-4899-af08-15003b9855f8 => 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: 1653/3251] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:07:18 2026] GET /v2.0/security-groups?tenant_id=97e9377c09d14133884ea3851b5fcaa8&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3252] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:07:18 2026] DELETE /v2.0/security-groups/474a7e1c-d0b0-4d2b-ad16-e224f20b1cbb => 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: 1654/3253] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:07:18 2026] GET /v2.0/security-groups?tenant_id=549b7abf3a514e2faea0b589ce35c53d&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3254] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:07:18 2026] DELETE /v2.0/security-groups/c7bb7401-e6da-408c-9ad2-0b4ce6807829 => 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: 1655/3255] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:07:19 2026] GET /v2.0/security-groups?tenant_id=8a527eb422ce4c45941701ee06c4821c&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3256] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:07:19 2026] DELETE /v2.0/security-groups/809e9fdf-0d80-4271-abd6-95782a6ff311 => 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: 1656/3257] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:07:19 2026] GET /v2.0/security-groups?tenant_id=3f4b4fbd585e40f18c0d4e30f0f8a34c&name=default => generated 2929 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3258] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:07:19 2026] DELETE /v2.0/security-groups/a7e02aa2-c45f-4be6-878b-c8a517bc46a3 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3259] 10.0.0.4 () {32 vars in 772 bytes} [Thu Apr 16 04:07:19 2026] GET /v2.0/security-groups?tenant_id=8a9e2d8f372c47ab9f5c082d085fa040&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3260] 10.0.0.4 () {32 vars in 738 bytes} [Thu Apr 16 04:07:19 2026] DELETE /v2.0/security-groups/e90a4a75-d4e2-42b3-b12c-fc19a1a27dfa => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3261] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 04:07:22 2026] GET /v2.0/networks => generated 2167 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3264] 10.0.0.4 () {32 vars in 653 bytes} [Thu Apr 16 04:07:23 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3265] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 04:07:23 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3266] 10.0.0.4 () {32 vars in 641 bytes} [Thu Apr 16 04:07:23 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3267] 10.0.0.4 () {32 vars in 645 bytes} [Thu Apr 16 04:07:23 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3268] 10.0.0.4 () {32 vars in 647 bytes} [Thu Apr 16 04:07:23 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: 1662/3269] 10.0.0.4 () {32 vars in 661 bytes} [Thu Apr 16 04:07:23 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3270] 10.0.0.4 () {32 vars in 653 bytes} [Thu Apr 16 04:07:23 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)