+ 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 01:00:52 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-77b98b6dcc-5xxbs 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 0x7f44a56a7668 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 01:00:56.043 8 INFO neutron.common.config [-] Logging enabled! 2026-04-16 01:00:56.043 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-16 01:00:56.185 7 INFO neutron.common.config [-] Logging enabled! 2026-04-16 01:00:56.185 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-16 01:00:57.086 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-16 01:00:57.207 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-16 01:00:58.624 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 01:00:58.626 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-16 01:00:58.630 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-16 01:00:58.631 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 01:00:58.631 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-16 01:00:58.632 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-16 01:00:58.632 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:00:58.640 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:00:58.640 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:00:58.641 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 01:00:58.663 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-16 01:00:58.664 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 01:00:58.664 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-16 01:00:58.691 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-16 01:00:58.691 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-16 01:00:58.691 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-16 01:00:58.691 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-16 01:00:58.749 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 01:00:58.752 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-16 01:00:58.755 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-16 01:00:58.756 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 01:00:58.756 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-16 01:00:58.757 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-16 01:00:58.757 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:00:58.764 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:00:58.764 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:00:58.765 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 01:00:58.786 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-16 01:00:58.787 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 01:00:58.787 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-16 01:00:58.814 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-16 01:00:58.814 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-16 01:00:58.814 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-16 01:00:58.814 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-16 01:00:58.978 8 INFO neutron.plugins.ml2.managers [None req-f1ef8f48-1e8a-4861-b9e0-4aceee35ed99 - - - - - -] Initializing driver for type 'vlan' 2026-04-16 01:00:59.093 7 INFO neutron.plugins.ml2.managers [None req-568eeb62-587a-4678-95cc-3717d580f1f3 - - - - - -] Initializing driver for type 'vlan' 2026-04-16 01:00:59.275 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f1ef8f48-1e8a-4861-b9e0-4aceee35ed99 - - - - - -] VlanTypeDriver initialization complete 2026-04-16 01:00:59.275 8 INFO neutron.plugins.ml2.managers [None req-f1ef8f48-1e8a-4861-b9e0-4aceee35ed99 - - - - - -] Initializing driver for type 'vxlan' 2026-04-16 01:00:59.275 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f1ef8f48-1e8a-4861-b9e0-4aceee35ed99 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-16 01:00:59.288 8 INFO neutron.plugins.ml2.managers [None req-f1ef8f48-1e8a-4861-b9e0-4aceee35ed99 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-16 01:00:59.289 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f1ef8f48-1e8a-4861-b9e0-4aceee35ed99 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-16 01:00:59.289 8 INFO neutron.plugins.ml2.managers [None req-f1ef8f48-1e8a-4861-b9e0-4aceee35ed99 - - - - - -] Initializing extension driver 'port_security' 2026-04-16 01:00:59.289 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f1ef8f48-1e8a-4861-b9e0-4aceee35ed99 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-16 01:00:59.289 8 INFO neutron.plugins.ml2.managers [None req-f1ef8f48-1e8a-4861-b9e0-4aceee35ed99 - - - - - -] Initializing extension driver 'qos' 2026-04-16 01:00:59.289 8 INFO neutron.plugins.ml2.managers [None req-f1ef8f48-1e8a-4861-b9e0-4aceee35ed99 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-16 01:00:59.289 8 INFO neutron.plugins.ml2.managers [None req-f1ef8f48-1e8a-4861-b9e0-4aceee35ed99 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-16 01:00:59.302 8 INFO neutron.quota [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded quota_driver: . 2026-04-16 01:00:59.302 8 INFO neutron.plugins.ml2.plugin [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Modular L2 Plugin initialization complete 2026-04-16 01:00:59.302 8 INFO neutron.plugins.ml2.managers [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-16 01:00:59.303 8 INFO neutron.plugins.ml2.managers [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-16 01:00:59.303 8 INFO neutron.plugins.ml2.managers [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Got port-security extension from driver 'port_security' 2026-04-16 01:00:59.303 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: qos 2026-04-16 01:00:59.317 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: router 2026-04-16 01:00:59.363 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-568eeb62-587a-4678-95cc-3717d580f1f3 - - - - - -] VlanTypeDriver initialization complete 2026-04-16 01:00:59.363 7 INFO neutron.plugins.ml2.managers [None req-568eeb62-587a-4678-95cc-3717d580f1f3 - - - - - -] Initializing driver for type 'vxlan' 2026-04-16 01:00:59.363 8 INFO neutron.services.service_base [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-16 01:00:59.363 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-568eeb62-587a-4678-95cc-3717d580f1f3 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-16 01:00:59.363 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: segments 2026-04-16 01:00:59.377 7 INFO neutron.plugins.ml2.managers [None req-568eeb62-587a-4678-95cc-3717d580f1f3 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-16 01:00:59.377 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-568eeb62-587a-4678-95cc-3717d580f1f3 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-16 01:00:59.377 7 INFO neutron.plugins.ml2.managers [None req-568eeb62-587a-4678-95cc-3717d580f1f3 - - - - - -] Initializing extension driver 'port_security' 2026-04-16 01:00:59.378 7 INFO neutron.plugins.ml2.extensions.port_security [None req-568eeb62-587a-4678-95cc-3717d580f1f3 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-16 01:00:59.378 7 INFO neutron.plugins.ml2.managers [None req-568eeb62-587a-4678-95cc-3717d580f1f3 - - - - - -] Initializing extension driver 'qos' 2026-04-16 01:00:59.378 7 INFO neutron.plugins.ml2.managers [None req-568eeb62-587a-4678-95cc-3717d580f1f3 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-16 01:00:59.378 7 INFO neutron.plugins.ml2.managers [None req-568eeb62-587a-4678-95cc-3717d580f1f3 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-16 01:00:59.401 7 INFO neutron.quota [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded quota_driver: . 2026-04-16 01:00:59.401 7 INFO neutron.plugins.ml2.plugin [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Modular L2 Plugin initialization complete 2026-04-16 01:00:59.402 7 INFO neutron.plugins.ml2.managers [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-16 01:00:59.402 7 INFO neutron.plugins.ml2.managers [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-16 01:00:59.402 7 INFO neutron.plugins.ml2.managers [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Got port-security extension from driver 'port_security' 2026-04-16 01:00:59.402 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: qos 2026-04-16 01:00:59.415 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: router 2026-04-16 01:00:59.461 7 INFO neutron.services.service_base [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-16 01:00:59.461 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: segments 2026-04-16 01:00:59.468 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: trunk 2026-04-16 01:00:59.482 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: vpnaas 2026-04-16 01:00:59.522 8 WARNING stevedore.named [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:00:59.558 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: trunk 2026-04-16 01:00:59.573 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: vpnaas 2026-04-16 01:00:59.597 8 INFO neutron_vpnaas.services.vpn.plugin [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-16 01:00:59.598 8 INFO neutron.common.utils [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-16 01:00:59.598 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: taas 2026-04-16 01:00:59.614 7 WARNING stevedore.named [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:00:59.625 8 WARNING stevedore.named [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:00:59.625 8 WARNING stevedore.named [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 01:00:59.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-16 01:00:59.646 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: tapmirror 2026-04-16 01:00:59.657 8 WARNING stevedore.named [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:00:59.657 8 WARNING stevedore.named [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 01:00:59.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-16 01:00:59.671 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: auto_allocate 2026-04-16 01:00:59.678 7 INFO neutron_vpnaas.services.vpn.plugin [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-16 01:00:59.679 7 INFO neutron.common.utils [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-16 01:00:59.679 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: taas 2026-04-16 01:00:59.679 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: tag 2026-04-16 01:00:59.687 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: timestamp 2026-04-16 01:00:59.690 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: network_ip_availability 2026-04-16 01:00:59.694 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: flavors 2026-04-16 01:00:59.698 8 INFO neutron.manager [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loading Plugin: revisions 2026-04-16 01:00:59.702 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Initializing extension manager. 2026-04-16 01:00:59.703 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: address-group 2026-04-16 01:00:59.704 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: address-scope 2026-04-16 01:00:59.704 7 WARNING stevedore.named [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:00:59.704 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-16 01:00:59.704 7 WARNING stevedore.named [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 01:00:59.705 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: agent 2026-04-16 01:00:59.706 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: agent-resources-synced 2026-04-16 01:00:59.707 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: allowed-address-pairs 2026-04-16 01:00:59.707 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: auto-allocated-topology 2026-04-16 01:00:59.708 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: availability_zone 2026-04-16 01:00:59.709 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: availability_zone_filter 2026-04-16 01:00:59.709 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-16 01:00:59.710 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: default-subnetpools 2026-04-16 01:00:59.711 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-16 01:00:59.712 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: dns-integration 2026-04-16 01:00:59.712 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: dns-domain-ports 2026-04-16 01:00:59.713 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-16 01:00:59.714 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: dvr 2026-04-16 01:00:59.714 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-16 01:00:59.715 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: empty-string-filtering 2026-04-16 01:00:59.715 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 01:00:59.716 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-16 01:00:59.716 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: external-net 2026-04-16 01:00:59.717 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-16 01:00:59.717 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: extraroute 2026-04-16 01:00:59.718 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: extraroute-atomic 2026-04-16 01:00:59.718 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-16 01:00:59.719 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-16 01:00:59.719 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-16 01:00:59.720 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-16 01:00:59.720 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: fip-port-details 2026-04-16 01:00:59.721 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: flavors 2026-04-16 01:00:59.722 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-16 01:00:59.723 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: floatingip-pools 2026-04-16 01:00:59.724 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: ip_allocation 2026-04-16 01:00:59.724 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-16 01:00:59.724 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: tapmirror 2026-04-16 01:00:59.725 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: ip-substring-filtering 2026-04-16 01:00:59.726 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: l2_adjacency 2026-04-16 01:00:59.727 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: router 2026-04-16 01:00:59.729 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 01:00:59.730 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-16 01:00:59.730 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-16 01:00:59.731 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: ext-gw-mode 2026-04-16 01:00:59.731 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: l3-ha 2026-04-16 01:00:59.732 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-16 01:00:59.732 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-16 01:00:59.733 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: l3-flavors 2026-04-16 01:00:59.734 7 WARNING stevedore.named [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:00:59.734 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-16 01:00:59.734 7 WARNING stevedore.named [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 01:00:59.734 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-16 01:00:59.737 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-16 01:00:59.738 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-16 01:00:59.739 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-16 01:00:59.740 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-16 01:00:59.741 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-16 01:00:59.742 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: multi-provider 2026-04-16 01:00:59.742 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: net-mtu 2026-04-16 01:00:59.743 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: net-mtu-writable 2026-04-16 01:00:59.743 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: network_availability_zone 2026-04-16 01:00:59.744 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: network_ha 2026-04-16 01:00:59.744 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: network-ip-availability 2026-04-16 01:00:59.746 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-16 01:00:59.746 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: pagination 2026-04-16 01:00:59.746 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: port-device-profile 2026-04-16 01:00:59.747 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-16 01:00:59.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-16 01:00:59.747 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: auto_allocate 2026-04-16 01:00:59.748 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-16 01:00:59.748 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-16 01:00:59.749 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: port-mac-override 2026-04-16 01:00:59.749 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-16 01:00:59.750 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-16 01:00:59.751 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-16 01:00:59.751 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: port-resource-request 2026-04-16 01:00:59.752 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: port-resource-request-groups 2026-04-16 01:00:59.752 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-16 01:00:59.753 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: binding 2026-04-16 01:00:59.753 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: binding-extended 2026-04-16 01:00:59.754 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: tag 2026-04-16 01:00:59.754 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: port-security 2026-04-16 01:00:59.754 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: project-id 2026-04-16 01:00:59.755 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: provider 2026-04-16 01:00:59.756 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-16 01:00:59.758 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos 2026-04-16 01:00:59.758 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-16 01:00:59.759 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-16 01:00:59.759 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-default 2026-04-16 01:00:59.760 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-fip 2026-04-16 01:00:59.760 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-16 01:00:59.761 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-gateway-ip 2026-04-16 01:00:59.761 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: timestamp 2026-04-16 01:00:59.761 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-port-network-policy 2026-04-16 01:00:59.762 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-pps-minimum 2026-04-16 01:00:59.763 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-16 01:00:59.763 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-pps 2026-04-16 01:00:59.764 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-rule-type-details 2026-04-16 01:00:59.764 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: network_ip_availability 2026-04-16 01:00:59.764 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-16 01:00:59.765 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: qos-rules-alias 2026-04-16 01:00:59.765 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: quota-check-limit 2026-04-16 01:00:59.766 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: quota-check-limit-default 2026-04-16 01:00:59.768 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: quotas 2026-04-16 01:00:59.769 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: flavors 2026-04-16 01:00:59.769 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: quota_details 2026-04-16 01:00:59.771 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: rbac-policies 2026-04-16 01:00:59.771 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: rbac-address-group 2026-04-16 01:00:59.772 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: rbac-address-scope 2026-04-16 01:00:59.772 7 INFO neutron.manager [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loading Plugin: revisions 2026-04-16 01:00:59.772 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: rbac-security-groups 2026-04-16 01:00:59.773 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: rbac-subnetpool 2026-04-16 01:00:59.773 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: revision-if-match 2026-04-16 01:00:59.774 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: standard-attr-revisions 2026-04-16 01:00:59.775 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: router_availability_zone 2026-04-16 01:00:59.775 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-16 01:00:59.776 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Initializing extension manager. 2026-04-16 01:00:59.777 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: security-groups-default-rules 2026-04-16 01:00:59.777 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-16 01:00:59.777 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: address-group 2026-04-16 01:00:59.778 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-16 01:00:59.778 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: address-scope 2026-04-16 01:00:59.778 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-16 01:00:59.779 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-16 01:00:59.779 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-16 01:00:59.779 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-16 01:00:59.780 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: agent 2026-04-16 01:00:59.780 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: agent-resources-synced 2026-04-16 01:00:59.781 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: allowed-address-pairs 2026-04-16 01:00:59.782 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: auto-allocated-topology 2026-04-16 01:00:59.783 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: availability_zone 2026-04-16 01:00:59.783 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: availability_zone_filter 2026-04-16 01:00:59.784 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-16 01:00:59.785 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: default-subnetpools 2026-04-16 01:00:59.784 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: security-group 2026-04-16 01:00:59.786 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-16 01:00:59.787 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: dns-integration 2026-04-16 01:00:59.787 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: segment 2026-04-16 01:00:59.787 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: dns-domain-ports 2026-04-16 01:00:59.787 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-16 01:00:59.788 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-16 01:00:59.788 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: service-type 2026-04-16 01:00:59.788 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: dvr 2026-04-16 01:00:59.788 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: sorting 2026-04-16 01:00:59.789 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-16 01:00:59.789 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: standard-attr-segment 2026-04-16 01:00:59.789 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: empty-string-filtering 2026-04-16 01:00:59.789 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: standard-attr-description 2026-04-16 01:00:59.790 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 01:00:59.790 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: stateful-security-group 2026-04-16 01:00:59.790 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-16 01:00:59.790 8 WARNING neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-16 01:00:59.791 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: external-net 2026-04-16 01:00:59.791 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-16 01:00:59.791 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-16 01:00:59.792 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: subnet-external-network 2026-04-16 01:00:59.792 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: extraroute 2026-04-16 01:00:59.793 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: extraroute-atomic 2026-04-16 01:00:59.793 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: subnet_onboard 2026-04-16 01:00:59.793 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-16 01:00:59.793 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-16 01:00:59.794 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-16 01:00:59.794 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: subnet-service-types 2026-04-16 01:00:59.794 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-16 01:00:59.794 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: subnet_allocation 2026-04-16 01:00:59.795 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-16 01:00:59.795 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: fip-port-details 2026-04-16 01:00:59.795 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-16 01:00:59.796 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: tag-creation 2026-04-16 01:00:59.796 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: flavors 2026-04-16 01:00:59.796 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-16 01:00:59.797 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-16 01:00:59.798 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: floatingip-pools 2026-04-16 01:00:59.798 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: ip_allocation 2026-04-16 01:00:59.799 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: ip-substring-filtering 2026-04-16 01:00:59.800 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: l2_adjacency 2026-04-16 01:00:59.800 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: standard-attr-tag 2026-04-16 01:00:59.801 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-16 01:00:59.801 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: router 2026-04-16 01:00:59.801 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: trunk 2026-04-16 01:00:59.802 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: trunk-details 2026-04-16 01:00:59.802 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-16 01:00:59.802 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 01:00:59.803 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-16 01:00:59.803 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-16 01:00:59.803 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-16 01:00:59.804 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-16 01:00:59.804 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-16 01:00:59.804 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: ext-gw-mode 2026-04-16 01:00:59.805 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: l3-ha 2026-04-16 01:00:59.805 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-16 01:00:59.806 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-16 01:00:59.806 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-16 01:00:59.806 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: l3-flavors 2026-04-16 01:00:59.807 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-16 01:00:59.807 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-16 01:00:59.807 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: vpn-flavors 2026-04-16 01:00:59.808 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-16 01:00:59.809 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: vpnaas 2026-04-16 01:00:59.810 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: taas 2026-04-16 01:00:59.810 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-16 01:00:59.811 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: tap-mirror 2026-04-16 01:00:59.811 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-16 01:00:59.812 8 INFO neutron.api.extensions [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Loaded extension: taas-vlan-filter 2026-04-16 01:00:59.813 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-16 01:00:59.814 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-16 01:00:59.814 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-16 01:00:59.814 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-16 01:00:59.814 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-16 01:00:59.815 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:00:59.815 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-16 01:00:59.815 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: multi-provider 2026-04-16 01:00:59.815 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: net-mtu 2026-04-16 01:00:59.816 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: net-mtu-writable 2026-04-16 01:00:59.816 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: network_availability_zone 2026-04-16 01:00:59.817 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: network_ha 2026-04-16 01:00:59.817 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: network-ip-availability 2026-04-16 01:00:59.818 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 01:00:59.819 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-16 01:00:59.819 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 01:00:59.819 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: pagination 2026-04-16 01:00:59.819 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: port-device-profile 2026-04-16 01:00:59.820 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-16 01:00:59.820 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-16 01:00:59.821 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-16 01:00:59.821 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: port-mac-override 2026-04-16 01:00:59.822 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-16 01:00:59.822 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-16 01:00:59.823 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-16 01:00:59.823 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: port-resource-request 2026-04-16 01:00:59.823 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 01:00:59.824 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: port-resource-request-groups 2026-04-16 01:00:59.824 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 01:00:59.824 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 01:00:59.825 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-16 01:00:59.825 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: binding 2026-04-16 01:00:59.825 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:00:59.825 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] subnetpool is already registered 2026-04-16 01:00:59.826 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:00:59.826 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] subnetpool is already registered 2026-04-16 01:00:59.826 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: binding-extended 2026-04-16 01:00:59.826 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 01:00:59.827 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: port-security 2026-04-16 01:00:59.827 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:00:59.827 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: project-id 2026-04-16 01:00:59.827 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:00:59.828 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: provider 2026-04-16 01:00:59.828 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 01:00:59.828 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 01:00:59.828 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-16 01:00:59.828 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 01:00:59.829 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:00:59.829 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] ipsecpolicy is already registered 2026-04-16 01:00:59.829 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:00:59.829 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] ikepolicy is already registered 2026-04-16 01:00:59.831 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos 2026-04-16 01:00:59.832 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-16 01:00:59.832 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-16 01:00:59.833 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-default 2026-04-16 01:00:59.833 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-fip 2026-04-16 01:00:59.834 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-16 01:00:59.834 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-gateway-ip 2026-04-16 01:00:59.835 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-port-network-policy 2026-04-16 01:00:59.835 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-pps-minimum 2026-04-16 01:00:59.836 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-16 01:00:59.836 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 01:00:59.836 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] router is already registered 2026-04-16 01:00:59.837 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-pps 2026-04-16 01:00:59.837 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 01:00:59.837 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-rule-type-details 2026-04-16 01:00:59.837 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] floatingip is already registered 2026-04-16 01:00:59.838 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-16 01:00:59.838 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: qos-rules-alias 2026-04-16 01:00:59.839 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: quota-check-limit 2026-04-16 01:00:59.839 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: quota-check-limit-default 2026-04-16 01:00:59.841 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: quotas 2026-04-16 01:00:59.842 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 01:00:59.842 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] rbac_policy is already registered 2026-04-16 01:00:59.842 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: quota_details 2026-04-16 01:00:59.843 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 01:00:59.843 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] security_group is already registered 2026-04-16 01:00:59.844 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 01:00:59.844 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: rbac-policies 2026-04-16 01:00:59.844 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] security_group_rule is already registered 2026-04-16 01:00:59.844 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: rbac-address-group 2026-04-16 01:00:59.845 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: rbac-address-scope 2026-04-16 01:00:59.845 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:00:59.845 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] subnetpool is already registered 2026-04-16 01:00:59.845 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: rbac-security-groups 2026-04-16 01:00:59.846 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:00:59.846 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: rbac-subnetpool 2026-04-16 01:00:59.846 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] subnetpool is already registered 2026-04-16 01:00:59.846 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: revision-if-match 2026-04-16 01:00:59.846 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 01:00:59.847 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] trunk is already registered 2026-04-16 01:00:59.847 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: standard-attr-revisions 2026-04-16 01:00:59.847 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:00:59.847 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] ikepolicy is already registered 2026-04-16 01:00:59.848 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: router_availability_zone 2026-04-16 01:00:59.848 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:00:59.848 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] ipsecpolicy is already registered 2026-04-16 01:00:59.848 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-16 01:00:59.848 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 01:00:59.849 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] endpoint_group is already registered 2026-04-16 01:00:59.849 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 01:00:59.849 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] vpnservice is already registered 2026-04-16 01:00:59.850 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: security-groups-default-rules 2026-04-16 01:00:59.850 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 01:00:59.850 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] ipsec_site_connection is already registered 2026-04-16 01:00:59.850 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-16 01:00:59.850 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:00:59.850 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] ipsecpolicy is already registered 2026-04-16 01:00:59.851 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-16 01:00:59.851 8 INFO neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:00:59.851 8 WARNING neutron.quota.resource_registry [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] ikepolicy is already registered 2026-04-16 01:00:59.851 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-16 01:00:59.852 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-16 01:00:59.852 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-16 01:00:59.857 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: security-group 2026-04-16 01:00:59.858 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: segment 2026-04-16 01:00:59.858 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-16 01:00:59.859 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: service-type 2026-04-16 01:00:59.859 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: sorting 2026-04-16 01:00:59.860 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: standard-attr-segment 2026-04-16 01:00:59.861 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: standard-attr-description 2026-04-16 01:00:59.861 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: stateful-security-group 2026-04-16 01:00:59.864 7 WARNING neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-16 01:00:59.864 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-16 01:00:59.865 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: subnet-external-network 2026-04-16 01:00:59.865 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: subnet_onboard 2026-04-16 01:00:59.866 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-16 01:00:59.866 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: subnet-service-types 2026-04-16 01:00:59.867 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: subnet_allocation 2026-04-16 01:00:59.868 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-16 01:00:59.868 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: tag-creation 2026-04-16 01:00:59.869 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-16 01:00:59.873 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: standard-attr-tag 2026-04-16 01:00:59.873 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-16 01:00:59.874 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: trunk 2026-04-16 01:00:59.875 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: trunk-details 2026-04-16 01:00:59.875 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-16 01:00:59.876 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-16 01:00:59.876 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-16 01:00:59.877 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-16 01:00:59.879 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-16 01:00:59.879 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-16 01:00:59.880 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: vpn-flavors 2026-04-16 01:00:59.882 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: vpnaas 2026-04-16 01:00:59.883 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: taas 2026-04-16 01:00:59.884 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: tap-mirror 2026-04-16 01:00:59.885 7 INFO neutron.api.extensions [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Loaded extension: taas-vlan-filter 2026-04-16 01:00:59.887 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-16 01:00:59.887 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-16 01:00:59.888 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:00:59.888 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-16 01:00:59.890 8 WARNING keystonemiddleware._common.config [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-16 01:00:59.891 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 01:00:59.891 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 01:00:59.897 8 WARNING oslo_config.cfg [None req-3bb05ea9-f4ef-4f0a-be45-d685f27aff4c - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-16 01:00:59.898 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 01:00:59.899 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 01:00:59.900 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:security_group_rule WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f44a56a7668 pid: 8 (default app) 2026-04-16 01:00:59.901 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:00:59.901 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] subnetpool is already registered 2026-04-16 01:00:59.901 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:00:59.901 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] subnetpool is already registered 2026-04-16 01:00:59.902 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 01:00:59.902 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:00:59.902 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:00:59.903 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 01:00:59.903 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 01:00:59.904 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 01:00:59.904 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:00:59.904 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] ipsecpolicy is already registered 2026-04-16 01:00:59.905 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:00:59.905 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] ikepolicy is already registered 2026-04-16 01:00:59.910 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 01:00:59.910 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] router is already registered 2026-04-16 01:00:59.910 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 01:00:59.910 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] floatingip is already registered 2026-04-16 01:00:59.914 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 01:00:59.914 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] rbac_policy is already registered 2026-04-16 01:00:59.915 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 01:00:59.915 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] security_group is already registered 2026-04-16 01:00:59.915 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 01:00:59.915 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] security_group_rule is already registered 2026-04-16 01:00:59.916 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:00:59.916 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] subnetpool is already registered 2026-04-16 01:00:59.917 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:00:59.917 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] subnetpool is already registered 2026-04-16 01:00:59.917 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 01:00:59.917 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] trunk is already registered 2026-04-16 01:00:59.918 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:00:59.918 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] ikepolicy is already registered 2026-04-16 01:00:59.918 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:00:59.918 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] ipsecpolicy is already registered 2026-04-16 01:00:59.919 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 01:00:59.919 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] endpoint_group is already registered 2026-04-16 01:00:59.919 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 01:00:59.919 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] vpnservice is already registered 2026-04-16 01:00:59.920 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 01:00:59.920 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] ipsec_site_connection is already registered 2026-04-16 01:00:59.920 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:00:59.920 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] ipsecpolicy is already registered 2026-04-16 01:00:59.921 7 INFO neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:00:59.921 7 WARNING neutron.quota.resource_registry [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] ikepolicy is already registered 2026-04-16 01:00:59.960 7 WARNING keystonemiddleware._common.config [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-16 01:00:59.968 7 WARNING oslo_config.cfg [None req-e1e429da-357c-4bcb-bdc9-a058700657ad - - - - - -] 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 0x7f44a56a7668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:01:05.509 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2e8966c-aab2-4527-90b8-9c9a2524df7a 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.209 () {44 vars in 928 bytes} [Thu Apr 16 01:01:04 2026] GET /v2.0/networks/public => generated 108 bytes in 836 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.204.45.209 () {44 vars in 950 bytes} [Thu Apr 16 01:01:05 2026] GET /v2.0/networks?name=public => generated 15 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:01:06.246 8 WARNING neutron.services.revisions.revision_plugin [None req-ee5db16a-29bd-4cdd-9c4a-a98e845ecebc 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:01:06.272 8 INFO neutron.db.segments_db [None req-ee5db16a-29bd-4cdd-9c4a-a98e845ecebc 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment ce359796-a7ae-4796-a56c-609120c90f32 of type flat for network 8662e5be-2cfc-4d8d-854e-c6e8e7b16d20 2026-04-16 01:01:06.320 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee5db16a-29bd-4cdd-9c4a-a98e845ecebc 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.209 () {48 vars in 968 bytes} [Thu Apr 16 01:01:05 2026] POST /v2.0/networks => generated 124 bytes in 471 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:01:12.291 8 INFO neutron.pecan_wsgi.hooks.translation [None req-facb7aea-9ae8-491e-be77-7710ad97db12 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/8] 199.204.45.209 () {44 vars in 928 bytes} [Thu Apr 16 01:01:12 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: 3/9] 199.204.45.209 () {44 vars in 950 bytes} [Thu Apr 16 01:01:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:01:12.361 8 WARNING neutron.services.revisions.revision_plugin [None req-7fc7adaf-8fe3-4fb0-b0a1-e459ddf103fe 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:01:12.391 8 INFO neutron.db.segments_db [None req-7fc7adaf-8fe3-4fb0-b0a1-e459ddf103fe 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 90f1ece3-7f95-4843-80e8-5b71eea3c20b of type flat for network 69e55524-85c1-4970-a4fc-0dc506fc4c7a 2026-04-16 01:01:12.423 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7fc7adaf-8fe3-4fb0-b0a1-e459ddf103fe 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 199.204.45.209 () {48 vars in 968 bytes} [Thu Apr 16 01:01:12 2026] POST /v2.0/networks => generated 124 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:01:18.772 7 INFO neutron.pecan_wsgi.hooks.translation [None req-893a20fc-f2de-4c1b-b90c-a58777a88c67 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/11] 199.204.45.209 () {44 vars in 928 bytes} [Thu Apr 16 01:01:18 2026] GET /v2.0/networks/public => generated 108 bytes in 388 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.204.45.209 () {44 vars in 950 bytes} [Thu Apr 16 01:01:18 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 01:01:19.055 7 WARNING neutron.services.revisions.revision_plugin [None req-09b13fbf-83c5-4662-a221-dfec2378fd33 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:01:19.083 7 INFO neutron.db.segments_db [None req-09b13fbf-83c5-4662-a221-dfec2378fd33 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment c2270a3d-4fe6-44ce-9db3-287b12559698 of type flat for network fea1dc8f-6a1f-49d0-9e48-a59033ca4d68 2026-04-16 01:01:19.132 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09b13fbf-83c5-4662-a221-dfec2378fd33 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 199.204.45.209 () {48 vars in 968 bytes} [Thu Apr 16 01:01:18 2026] POST /v2.0/networks => generated 124 bytes in 338 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:01:25.090 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8c315f69-8c49-4b5e-90f2-3317bd38e4cc 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/15] 199.204.45.209 () {44 vars in 928 bytes} [Thu Apr 16 01:01:25 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/16] 199.204.45.209 () {44 vars in 950 bytes} [Thu Apr 16 01:01:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:01:26.072 7 WARNING neutron.services.revisions.revision_plugin [None req-91cd8cb9-612d-41b1-9906-6a41a9ebd680 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:01:26.090 7 INFO neutron.db.segments_db [None req-91cd8cb9-612d-41b1-9906-6a41a9ebd680 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 16d8245a-8bb6-453d-9c42-41c8e919c2d0 of type flat for network 5dab6c50-fcb1-47fa-a027-99dd024ef51f 2026-04-16 01:01:26.119 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91cd8cb9-612d-41b1-9906-6a41a9ebd680 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/17] 199.204.45.209 () {48 vars in 968 bytes} [Thu Apr 16 01:01:25 2026] POST /v2.0/networks => generated 124 bytes in 1017 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:01:32.100 8 INFO neutron.pecan_wsgi.hooks.translation [None req-358b9892-d9fd-4620-9087-a6cb862447d1 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 199.204.45.209 () {44 vars in 928 bytes} [Thu Apr 16 01:01:32 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/19] 199.204.45.209 () {44 vars in 950 bytes} [Thu Apr 16 01:01:32 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 01:01:33.090 8 WARNING neutron.services.revisions.revision_plugin [None req-b53957b9-11bc-4b2f-895e-0314b37b690a 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:01:33.113 8 INFO neutron.db.segments_db [None req-b53957b9-11bc-4b2f-895e-0314b37b690a 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 5fe11ef7-5e61-4abc-b59e-872fa7417a60 of type flat for network b29d522e-1383-41a3-aed8-596621f88ae1 [pid: 8|app: 0|req: 12/20] 199.204.45.209 () {48 vars in 968 bytes} [Thu Apr 16 01:01:32 2026] POST /v2.0/networks => generated 706 bytes in 3652 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:01:36.888 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9ed9dddf-6227-4426-af8d-0dd64f06f24b 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 199.204.45.209 () {44 vars in 928 bytes} [Thu Apr 16 01:01:36 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 199.204.45.209 () {44 vars in 950 bytes} [Thu Apr 16 01:01:36 2026] GET /v2.0/networks?name=public => generated 709 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:01:36.952 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db5a0a6b-46c9-4cc3-a92f-a65eac794d2b 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/23] 199.204.45.209 () {44 vars in 1035 bytes} [Thu Apr 16 01:01:36 2026] GET /v2.0/subnets/public-subnet?network_id=b29d522e-1383-41a3-aed8-596621f88ae1 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/24] 199.204.45.209 () {44 vars in 1058 bytes} [Thu Apr 16 01:01:36 2026] GET /v2.0/subnets?name=public-subnet&network_id=b29d522e-1383-41a3-aed8-596621f88ae1 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/25] 199.204.45.209 () {48 vars in 966 bytes} [Thu Apr 16 01:01:36 2026] POST /v2.0/subnets => generated 664 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:02:32.319 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c9b9645-ae03-4661-8f06-ef0783fb6046 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/33] 199.204.45.209 () {44 vars in 938 bytes} [Thu Apr 16 01:02:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 19/34] 199.204.45.209 () {44 vars in 960 bytes} [Thu Apr 16 01:02:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:02:32.399 7 INFO neutron.db.segments_db [None req-5a596f32-f063-4f96-9e3b-cba247d0cf73 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 088aa9b4-3a92-44d8-814a-ae1e9b070b94 of type vxlan for network 9bbaa2ae-88d7-45aa-9d56-b38c1a84c656 [pid: 7|app: 0|req: 16/35] 199.204.45.209 () {48 vars in 967 bytes} [Thu Apr 16 01:02:32 2026] POST /v2.0/networks => generated 688 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:02:33.621 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7810d7ac-a287-40ee-a026-d2ed74ff77b3 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 20/36] 199.204.45.209 () {44 vars in 938 bytes} [Thu Apr 16 01:02:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/37] 199.204.45.209 () {44 vars in 960 bytes} [Thu Apr 16 01:02:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:02:33.700 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1d03277-c11f-4039-9824-57970dd30dda 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 21/38] 199.204.45.209 () {44 vars in 1037 bytes} [Thu Apr 16 01:02:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656 => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/39] 199.204.45.209 () {44 vars in 1060 bytes} [Thu Apr 16 01:02:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/40] 199.204.45.209 () {48 vars in 966 bytes} [Thu Apr 16 01:02:33 2026] POST /v2.0/subnets => generated 651 bytes in 2463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:02:37.376 7 INFO neutron.api.v2.resource [None req-de660993-9622-4992-849f-423cdb6f9f3f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 19/41] 199.204.45.209 () {44 vars in 972 bytes} [Thu Apr 16 01:02:37 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 23/42] 199.204.45.209 () {44 vars in 994 bytes} [Thu Apr 16 01:02:37 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/43] 199.204.45.209 () {48 vars in 981 bytes} [Thu Apr 16 01:02:37 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: 7|app: 0|req: 22/46] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:38 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 1616 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/47] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:38 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/48] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:38 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => 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: 26/49] 199.204.45.209 () {48 vars in 992 bytes} [Thu Apr 16 01:02:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/50] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:39 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/51] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:40 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 2230 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/52] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:40 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/53] 199.204.45.209 () {48 vars in 992 bytes} [Thu Apr 16 01:02:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/54] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:41 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/55] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:41 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/56] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:41 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/57] 199.204.45.209 () {48 vars in 992 bytes} [Thu Apr 16 01:02:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/58] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:42 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/59] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:42 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/60] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:42 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/61] 199.204.45.209 () {48 vars in 992 bytes} [Thu Apr 16 01:02:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/62] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:43 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 4078 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/63] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:43 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/64] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:43 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 4078 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/65] 199.204.45.209 () {48 vars in 992 bytes} [Thu Apr 16 01:02:43 2026] POST /v2.0/security-group-rules => generated 603 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/66] 199.204.45.209 () {44 vars in 988 bytes} [Thu Apr 16 01:02:44 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656 => generated 732 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:02:45.077 8 INFO neutron.pecan_wsgi.hooks.translation [None req-62a1a2f5-50a4-495b-930d-45ae174b1ccf 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/67] 199.204.45.209 () {44 vars in 1077 bytes} [Thu Apr 16 01:02:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/68] 199.204.45.209 () {44 vars in 1100 bytes} [Thu Apr 16 01:02:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656 => 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: 36/69] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:45 2026] GET /v2.0/security-groups/5fbc1ed2-be40-4fc7-ab44-3fbabfeb3d00 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/70] 199.204.45.209 () {48 vars in 962 bytes} [Thu Apr 16 01:02:45 2026] POST /v2.0/ports => generated 1096 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:02:49.384 8 INFO neutron.api.v2.resource [None req-fb6d35ab-902e-401a-a7ea-af531954b881 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/71] 199.204.45.209 () {44 vars in 1075 bytes} [Thu Apr 16 01:02:49 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b4e9f22d81f84846a4efc5f7d71b2e83 => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 35/72] 199.204.45.209 () {44 vars in 1098 bytes} [Thu Apr 16 01:02:49 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b4e9f22d81f84846a4efc5f7d71b2e83 => generated 23 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.209 () {48 vars in 982 bytes} [Thu Apr 16 01:02:49 2026] POST /v2.0/security-groups => generated 1624 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.204.45.209 () {44 vars in 1089 bytes} [Thu Apr 16 01:02:50 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543?project_id=b4e9f22d81f84846a4efc5f7d71b2e83 => generated 1624 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:51 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.209 () {44 vars in 1089 bytes} [Thu Apr 16 01:02:51 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543?project_id=b4e9f22d81f84846a4efc5f7d71b2e83 => generated 1624 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.209 () {48 vars in 992 bytes} [Thu Apr 16 01:02:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.209 () {44 vars in 1089 bytes} [Thu Apr 16 01:02:52 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543?project_id=b4e9f22d81f84846a4efc5f7d71b2e83 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:52 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543 => 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: 39/80] 199.204.45.209 () {44 vars in 1089 bytes} [Thu Apr 16 01:02:52 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543?project_id=b4e9f22d81f84846a4efc5f7d71b2e83 => generated 2234 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.209 () {48 vars in 992 bytes} [Thu Apr 16 01:02:52 2026] POST /v2.0/security-group-rules => generated 599 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:02:52.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-874a0017-cbc7-4ef6-a5a3-4574c0d4cf81 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/82] 199.204.45.209 () {44 vars in 980 bytes} [Thu Apr 16 01:02:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/86] 199.204.45.209 () {48 vars in 1032 bytes} [Thu Apr 16 01:02:52 2026] PUT /v2.0/ports/222ab9c7-4ccf-4f05-bb79-7217174c9b9e => generated 1245 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/87] 199.204.45.209 () {44 vars in 1089 bytes} [Thu Apr 16 01:02:53 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543?project_id=b4e9f22d81f84846a4efc5f7d71b2e83 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 42/88] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:53 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/89] 199.204.45.209 () {44 vars in 1089 bytes} [Thu Apr 16 01:02:53 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543?project_id=b4e9f22d81f84846a4efc5f7d71b2e83 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/90] 199.204.45.209 () {48 vars in 992 bytes} [Thu Apr 16 01:02:53 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: 48/91] 199.204.45.209 () {44 vars in 1089 bytes} [Thu Apr 16 01:02:54 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543?project_id=b4e9f22d81f84846a4efc5f7d71b2e83 => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/92] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:54 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543 => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/93] 199.204.45.209 () {44 vars in 921 bytes} [Thu Apr 16 01:02:54 2026] GET /v2.0/ports => generated 3726 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/94] 199.204.45.209 () {44 vars in 1089 bytes} [Thu Apr 16 01:02:55 2026] GET /v2.0/security-groups/62faa4df-24d2-4d77-981c-df1884b20543?project_id=b4e9f22d81f84846a4efc5f7d71b2e83 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/95] 199.204.45.209 () {48 vars in 992 bytes} [Thu Apr 16 01:02:55 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) 2026-04-16 01:02:56.138 8 INFO neutron.api.v2.resource [None req-cb737adb-684d-4a0a-9654-ddc8ce27565b 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/96] 199.204.45.209 () {44 vars in 960 bytes} [Thu Apr 16 01:02:56 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/97] 199.204.45.209 () {44 vars in 982 bytes} [Thu Apr 16 01:02:56 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/98] 199.204.45.209 () {48 vars in 981 bytes} [Thu Apr 16 01:02:56 2026] POST /v2.0/security-groups => generated 1610 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/99] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:57 2026] GET /v2.0/security-groups/4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0 => generated 1610 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/100] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:57 2026] GET /v2.0/security-groups/4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/101] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:57 2026] GET /v2.0/security-groups/4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0 => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/102] 199.204.45.209 () {48 vars in 992 bytes} [Thu Apr 16 01:02:57 2026] POST /v2.0/security-group-rules => generated 621 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/103] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:58 2026] GET /v2.0/security-groups/4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0 => generated 2244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/104] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:58 2026] GET /v2.0/security-groups/4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0 => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/105] 199.204.45.209 () {44 vars in 1002 bytes} [Thu Apr 16 01:02:58 2026] GET /v2.0/security-groups/4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0 => generated 2244 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/106] 199.204.45.209 () {48 vars in 992 bytes} [Thu Apr 16 01:02:58 2026] POST /v2.0/security-group-rules => generated 625 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/119] 199.204.45.209 () {44 vars in 976 bytes} [Thu Apr 16 01:04:23 2026] GET /v2.0/quotas/e2ebe0bdd9ae42fe9cdc055af8ef663f => 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: 63/120] 199.204.45.209 () {48 vars in 1028 bytes} [Thu Apr 16 01:04:24 2026] PUT /v2.0/quotas/e2ebe0bdd9ae42fe9cdc055af8ef663f => generated 291 bytes in 160 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: 68/129] 199.204.45.209 () {30 vars in 740 bytes} [Thu Apr 16 01:05:33 2026] GET /v2.0/networks?tenant_id=b4e9f22d81f84846a4efc5f7d71b2e83&shared=False => generated 15 bytes in 140 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 01:05:33.726 7 INFO neutron.db.segments_db [None req-a53f7b84-665d-470a-a84a-cdfe01497752 7b764565431d48c4b6d9bcbe26a29581 b4e9f22d81f84846a4efc5f7d71b2e83 - - 8302aa0248294603aa521a37e98ded70 8302aa0248294603aa521a37e98ded70] Added segment e51682fa-763b-4f32-a870-a0fa69de8c53 of type vxlan for network 47e904e7-8068-48e3-b624-1cc45d59648b [pid: 7|app: 0|req: 62/130] 199.204.45.209 () {34 vars in 682 bytes} [Thu Apr 16 01:05:33 2026] POST /v2.0/networks => generated 699 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/131] 199.204.45.209 () {30 vars in 722 bytes} [Thu Apr 16 01:05:33 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/132] 199.204.45.209 () {30 vars in 633 bytes} [Thu Apr 16 01:05:33 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/133] 199.204.45.209 () {34 vars in 677 bytes} [Thu Apr 16 01:05:33 2026] POST /v2.0/ports => generated 999 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/134] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:05:34 2026] GET /v2.0/networks/47e904e7-8068-48e3-b624-1cc45d59648b => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 71/135] 199.204.45.209 () {30 vars in 722 bytes} [Thu Apr 16 01:05:36 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/136] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:05:36 2026] GET /v2.0/networks/47e904e7-8068-48e3-b624-1cc45d59648b => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 8|app: 0|req: 74/141] 199.204.45.209 () {48 vars in 1026 bytes} [Thu Apr 16 01:06:02 2026] PUT /v2.0/quotas/b4e9f22d81f84846a4efc5f7d71b2e83 => generated 291 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:06:44.871 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88bd2ce2-ec0a-478a-abef-2e7f1def1d7f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/148] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:06:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 71/149] 199.204.45.209 () {30 vars in 763 bytes} [Thu Apr 16 01:06:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:06:46.692 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92e2c58d-cd1e-4370-b082-12da65ad4f22 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/150] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:06:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/151] 199.204.45.209 () {30 vars in 763 bytes} [Thu Apr 16 01:06:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/208] 199.204.45.209 () {44 vars in 950 bytes} [Thu Apr 16 01:13:52 2026] GET /v2.0/networks?name=public => generated 753 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/221] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:15:11 2026] GET /v2.0/networks => generated 2168 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/222] 10.0.0.30 () {32 vars in 654 bytes} [Thu Apr 16 01:15:12 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/223] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:15:12 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/224] 10.0.0.30 () {32 vars in 642 bytes} [Thu Apr 16 01:15:12 2026] GET /v2.0/ports => generated 4721 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/225] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:15:12 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/226] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:15:12 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/227] 10.0.0.30 () {32 vars in 662 bytes} [Thu Apr 16 01:15:12 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/228] 10.0.0.30 () {32 vars in 654 bytes} [Thu Apr 16 01:15:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:15:23.144 8 INFO neutron.db.segments_db [None req-f216d955-0dd2-4dcf-aac0-5416669bb265 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 92040f11-7064-4544-b970-30e04ab78922 of type vxlan for network c4890952-fcea-42c1-86ec-b0bae7291e68 2026-04-16 01:15:23.197 7 INFO neutron.db.segments_db [None req-1fe6634e-0947-441f-bc4b-c67c2aea3c23 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 40b1d14a-7832-4739-ad4a-fd5de2a6d803 of type vxlan for network b78e431f-dab8-40e7-bf6b-a5b0728fe04c [pid: 8|app: 0|req: 119/229] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:15:22 2026] POST /v2.0/networks => generated 726 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/230] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:15:22 2026] POST /v2.0/networks => generated 733 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:15:23.386 8 INFO neutron.db.segments_db [None req-7aff9ea5-262f-43e9-ab3b-35863d62c4a3 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 5e39d6e1-948e-4c61-989d-c53ba5e004aa of type vxlan for network 414169e0-da90-45bf-9a6d-a493cac193b3 [pid: 7|app: 0|req: 114/233] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:15:23 2026] POST /v2.0/subnets => generated 692 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/234] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:15:23 2026] POST /v2.0/networks => generated 724 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:15:23.519 8 INFO neutron.db.segments_db [None req-4c713aaa-4b35-4dc2-a7e5-134166c87df2 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment cb33ed71-223d-461c-9609-7eb71ddf0d0d of type vxlan for network 5339c30b-e398-4ae6-8ea1-a399e08da9dd [pid: 7|app: 0|req: 115/235] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:15:23 2026] POST /v2.0/subnets => generated 699 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/236] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:15:23 2026] POST /v2.0/subnets => generated 690 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:15:23.702 7 INFO neutron.db.segments_db [None req-8ebefeff-53b8-45bb-888d-62e7c91fbc2f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 8ede2e7f-3034-49bb-aa9f-ca544842a7ef of type vxlan for network 232130c5-f85a-4d80-8f27-4e591070853b 2026-04-16 01:15:23.758 8 INFO neutron.db.l3_hamode_db [None req-4c713aaa-4b35-4dc2-a7e5-134166c87df2 3e0f46e30a024edaa74f68b896ac6cdf 9c025bff9cef4cb48e369e36e85d886a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:15:23.866 7 INFO neutron.db.l3_hamode_db [None req-8ebefeff-53b8-45bb-888d-62e7c91fbc2f 3e0f46e30a024edaa74f68b896ac6cdf 961419f828d74dafaf8bb516f9ca8c1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:15:24.595 8 INFO neutron.db.l3_hamode_db [None req-4c713aaa-4b35-4dc2-a7e5-134166c87df2 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:15:24.611 7 INFO neutron.db.l3_hamode_db [None req-8ebefeff-53b8-45bb-888d-62e7c91fbc2f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 121/237] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:15:23 2026] POST /v2.0/routers => generated 732 bytes in 2321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:15:25.843 8 INFO neutron.db.segments_db [None req-cffcc8c1-fc60-448d-a40d-0205e77cface 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 69084a6e-3612-4e1a-b3b5-4f772c69f785 of type vxlan for network 757a62e2-27ed-492f-bc65-2f2a872388f7 [pid: 7|app: 0|req: 117/238] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:15:23 2026] POST /v2.0/routers => generated 739 bytes in 2305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:15:26.110 8 INFO neutron.db.l3_hamode_db [None req-cffcc8c1-fc60-448d-a40d-0205e77cface 3e0f46e30a024edaa74f68b896ac6cdf 3686b443502b438699989b55873898f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 118/239] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:15:25 2026] GET /v2.0/security-groups?tenant_id=bd3273d75969414f8e97aa255958bd75&name=default => generated 2922 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:15:26.785 8 INFO neutron.db.l3_hamode_db [None req-cffcc8c1-fc60-448d-a40d-0205e77cface 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 119/240] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:15:26 2026] PUT /v2.0/routers/afc358b1-5cd4-4afa-a949-7605cee47d19/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: 122/241] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:15:25 2026] POST /v2.0/routers => generated 730 bytes in 1801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/242] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:27 2026] DELETE /v2.0/security-groups/cd58d1ee-3e6f-4bd9-ba6b-9f11af055de0 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/243] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:15:27 2026] PUT /v2.0/routers/1a90469f-2b71-4700-83c4-60d723001262/add_router_interface => generated 309 bytes in 1157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/244] 10.0.0.119 () {38 vars in 971 bytes} [Thu Apr 16 01:15:28 2026] POST /v2.0/security-groups => generated 1681 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/245] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:15:27 2026] PUT /v2.0/routers/09dce7f8-308f-4d3e-83e7-eace3d5335b7/add_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/246] 10.0.0.30 () {34 vars in 684 bytes} [Thu Apr 16 01:15:29 2026] POST /v2.0/security-groups => generated 1659 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/247] 10.0.0.119 () {38 vars in 971 bytes} [Thu Apr 16 01:15:29 2026] POST /v2.0/security-groups => generated 1682 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/248] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:15:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/249] 10.0.0.119 () {38 vars in 971 bytes} [Thu Apr 16 01:15:29 2026] POST /v2.0/security-groups => generated 1680 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/250] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:15:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/251] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:15:29 2026] GET /v2.0/security-groups?tenant_id=9c025bff9cef4cb48e369e36e85d886a => generated 7904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/252] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:29 2026] GET /v2.0/security-groups/de714a9b-61cf-44ac-9001-cf8197b80620 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/253] 10.0.0.30 () {34 vars in 684 bytes} [Thu Apr 16 01:15:29 2026] POST /v2.0/security-groups => generated 1660 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/254] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:29 2026] GET /v2.0/security-groups/de714a9b-61cf-44ac-9001-cf8197b80620 => 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: 127/255] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:15:29 2026] POST /v2.0/floatingips => generated 552 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:15:29.964 7 INFO neutron.db.segments_db [None req-41d44cc6-11ba-4cc4-b723-f87156917379 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment c3aac906-cfee-4b89-91b1-328ae87d2421 of type vxlan for network 1d7462c2-fd0d-431e-b4de-adabc24696a5 [pid: 7|app: 0|req: 129/256] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:15:29 2026] POST /v2.0/networks => generated 730 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/257] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:30 2026] GET /v2.0/security-groups/e56bf1f6-5453-409d-91f8-486ad221809c => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/258] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:15:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/259] 10.0.0.119 () {36 vars in 1013 bytes} [Thu Apr 16 01:15:30 2026] DELETE /v2.0/security-groups/e56bf1f6-5453-409d-91f8-486ad221809c => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/260] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:15:30 2026] POST /v2.0/subnets => generated 696 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:15:30.275 7 INFO neutron.api.v2.resource [req-1cd81955-a82e-4e28-9df7-6f4fbe946a60 req-2d23c3bc-d724-4f66-a76f-fac09bc22d2d d9a5a9b36e1b40eda95b1e4a9d6b13da 9c025bff9cef4cb48e369e36e85d886a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 132/261] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:30 2026] GET /v2.0/security-groups/e56bf1f6-5453-409d-91f8-486ad221809c => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/262] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:15:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:15:30.327 7 INFO neutron.db.segments_db [None req-0bac209b-c1d2-456a-a5c8-644bb4892f48 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 320637d6-ce31-43d8-85e7-40a0f545ec32 of type vxlan for network 9ebfed41-8631-40c9-85a1-d63883c12bd9 2026-04-16 01:15:30.558 7 INFO neutron.db.l3_hamode_db [None req-0bac209b-c1d2-456a-a5c8-644bb4892f48 3e0f46e30a024edaa74f68b896ac6cdf 21a94e570b33486ebcd6c5cb20b83151 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 131/263] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:15:30 2026] POST /v2.0/floatingips => generated 552 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/264] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:30 2026] GET /v2.0/security-groups/8a70df45-6f50-483b-9969-11287ae2637b => 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: 133/265] 10.0.0.119 () {34 vars in 1098 bytes} [Thu Apr 16 01:15:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--948100595&fields=id&tenant_id=961419f828d74dafaf8bb516f9ca8c1a => 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: 134/266] 10.0.0.119 () {36 vars in 1013 bytes} [Thu Apr 16 01:15:30 2026] DELETE /v2.0/security-groups/8a70df45-6f50-483b-9969-11287ae2637b => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/267] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:15:30 2026] GET /v2.0/networks?id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c => generated 684 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:15:30.957 8 INFO neutron.api.v2.resource [req-7f152de0-61bf-4f87-9d01-910d36b89ee4 req-d1fd6f21-6b4a-4ffe-a676-7e7a013dfab8 d9a5a9b36e1b40eda95b1e4a9d6b13da 9c025bff9cef4cb48e369e36e85d886a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 136/268] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:30 2026] GET /v2.0/security-groups/8a70df45-6f50-483b-9969-11287ae2637b => 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: 137/269] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:15:30 2026] GET /v2.0/quotas/961419f828d74dafaf8bb516f9ca8c1a => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/270] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:15:30 2026] GET /v2.0/ports?tenant_id=961419f828d74dafaf8bb516f9ca8c1a&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: 139/271] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/security-groups/942aacd3-c8b5-4d47-b920-3b27f18274dc => generated 1680 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/272] 10.0.0.119 () {36 vars in 1013 bytes} [Thu Apr 16 01:15:31 2026] DELETE /v2.0/security-groups/942aacd3-c8b5-4d47-b920-3b27f18274dc => 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: 141/273] 10.0.0.119 () {34 vars in 1100 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1276422012&fields=id&tenant_id=3686b443502b438699989b55873898f7 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:15:31.398 7 INFO neutron.db.l3_hamode_db [None req-0bac209b-c1d2-456a-a5c8-644bb4892f48 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 142/274] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/networks?id=414169e0-da90-45bf-9a6d-a493cac193b3 => 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: 143/275] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/quotas/3686b443502b438699989b55873898f7 => 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: 144/276] 10.0.0.119 () {34 vars in 907 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/extensions => generated 21537 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/277] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/ports?tenant_id=3686b443502b438699989b55873898f7&fields=id => generated 103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/278] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/279] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?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) 2026-04-16 01:15:31.751 8 INFO neutron.api.v2.resource [req-6341f545-98a5-4095-84c5-d0f6ef3abbe9 req-db6134db-93c2-4553-a94b-070104d30982 d9a5a9b36e1b40eda95b1e4a9d6b13da 9c025bff9cef4cb48e369e36e85d886a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 148/280] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/security-groups/942aacd3-c8b5-4d47-b920-3b27f18274dc => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/281] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/282] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/security-groups?tenant_id=9c025bff9cef4cb48e369e36e85d886a => generated 2921 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/283] 10.0.0.119 () {34 vars in 907 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/extensions => generated 21537 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/284] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/security-groups/de714a9b-61cf-44ac-9001-cf8197b80620 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/285] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:15:31 2026] GET /v2.0/networks/414169e0-da90-45bf-9a6d-a493cac193b3?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/286] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:32 2026] GET /v2.0/security-groups/de714a9b-61cf-44ac-9001-cf8197b80620 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/287] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:15:32 2026] GET /v2.0/networks/414169e0-da90-45bf-9a6d-a493cac193b3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:15:32.111 8 INFO neutron.api.v2.resource [req-4a66b180-5115-44d5-a8dc-0f50aace6e53 req-3c949b47-eb44-478c-a8f2-8e39ad8476ab d9a5a9b36e1b40eda95b1e4a9d6b13da 9c025bff9cef4cb48e369e36e85d886a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 156/288] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:32 2026] GET /v2.0/security-groups/942aacd3-c8b5-4d47-b920-3b27f18274dc => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:15:32.146 8 INFO neutron.api.v2.resource [req-081a826a-e514-4e59-946e-b27d9035336c req-cdb829a6-ef64-4fc1-8e81-df3f00251cac d9a5a9b36e1b40eda95b1e4a9d6b13da 9c025bff9cef4cb48e369e36e85d886a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 157/289] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:32 2026] GET /v2.0/security-groups/8a70df45-6f50-483b-9969-11287ae2637b => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:15:32.176 8 INFO neutron.api.v2.resource [req-badee997-2f43-43f8-82c5-10d069984aa6 req-a7785b4c-4aa0-48ed-a19f-aa6fb0cd534c d9a5a9b36e1b40eda95b1e4a9d6b13da 9c025bff9cef4cb48e369e36e85d886a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 158/290] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:32 2026] GET /v2.0/security-groups/e56bf1f6-5453-409d-91f8-486ad221809c => 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: 133/291] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:15:30 2026] POST /v2.0/routers => generated 736 bytes in 2033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/292] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:32 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:15:32.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-610e569c-b456-45d8-bc52-36534a87e8f9 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 2e9d3bb3-4cb3-4b6f-872f-0084b529b081 2026-04-16 01:15:32.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-610e569c-b456-45d8-bc52-36534a87e8f9 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 2e9d3bb3-4cb3-4b6f-872f-0084b529b081 [pid: 8|app: 0|req: 159/293] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:15:32 2026] PUT /v2.0/routers/afc358b1-5cd4-4afa-a949-7605cee47d19/remove_router_interface => generated 309 bytes in 1186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/294] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:33 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:15:33.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-22db6a7b-ea96-46c6-812a-2af5cff10b8e 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: f26b24e8-8e4d-4d40-9ddd-2ef73803b632 2026-04-16 01:15:33.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22db6a7b-ea96-46c6-812a-2af5cff10b8e 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: f26b24e8-8e4d-4d40-9ddd-2ef73803b632 2026-04-16 01:15:33.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-22db6a7b-ea96-46c6-812a-2af5cff10b8e 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 8fdb54dd-0340-4735-87f4-c067a0c8f814 2026-04-16 01:15:33.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22db6a7b-ea96-46c6-812a-2af5cff10b8e 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 8fdb54dd-0340-4735-87f4-c067a0c8f814 2026-04-16 01:15:33.862 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-22db6a7b-ea96-46c6-812a-2af5cff10b8e 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - 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: 135/295] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:15:32 2026] PUT /v2.0/routers/1ef3f1fd-0265-4368-a5f8-42927105c5aa/add_router_interface => generated 309 bytes in 1605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/296] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:33 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:15:34.177 8 INFO neutron.db.l3_hamode_db [None req-22db6a7b-ea96-46c6-812a-2af5cff10b8e 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] HA network 5339c30b-e398-4ae6-8ea1-a399e08da9dd was deleted as no HA routers are present in tenant 9c025bff9cef4cb48e369e36e85d886a. [pid: 8|app: 0|req: 161/297] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:15:33 2026] DELETE /v2.0/routers/afc358b1-5cd4-4afa-a949-7605cee47d19 => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/298] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:15:34 2026] DELETE /v2.0/subnets/c7a50fd9-b64c-45ad-b13a-52d31673c0e9 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:15:34.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b6ee229-024e-4b74-9378-aa832ad71d58 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 05146633-cf41-45d8-8316-efb74450b268 2026-04-16 01:15:34.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b6ee229-024e-4b74-9378-aa832ad71d58 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 05146633-cf41-45d8-8316-efb74450b268 2026-04-16 01:15:34.502 8 INFO neutron.services.segments.plugin [-] Segment cb33ed71-223d-461c-9609-7eb71ddf0d0d resource provider aggregate not found 2026-04-16 01:15:34.519 8 INFO neutron.services.segments.plugin [-] Segment cb33ed71-223d-461c-9609-7eb71ddf0d0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb33ed71-223d-461c-9609-7eb71ddf0d0d found for delete ", "request_id": "req-7695bddd-7987-42ee-9561-f094659fb170"}]} 2026-04-16 01:15:34.520 8 INFO neutron.services.segments.plugin [-] Segment cb33ed71-223d-461c-9609-7eb71ddf0d0d resource provider aggregate not found [pid: 7|app: 0|req: 138/299] 10.0.0.119 () {38 vars in 971 bytes} [Thu Apr 16 01:15:34 2026] POST /v2.0/security-groups => generated 1684 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:15:34.543 8 INFO neutron.services.segments.plugin [-] Segment cb33ed71-223d-461c-9609-7eb71ddf0d0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb33ed71-223d-461c-9609-7eb71ddf0d0d found for delete ", "request_id": "req-bcdaba37-d7bf-4d88-8e4f-0d0420ef70dc"}]} [pid: 7|app: 0|req: 139/300] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:34 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => 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: 140/301] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:34 2026] GET /v2.0/security-groups/a36dd4ed-565f-4818-bde9-8059fd89c74c => generated 1684 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/302] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:15:34 2026] DELETE /v2.0/networks/c4890952-fcea-42c1-86ec-b0bae7291e68 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/303] 10.0.0.119 () {38 vars in 981 bytes} [Thu Apr 16 01:15:34 2026] POST /v2.0/security-group-rules => generated 614 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/304] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:15:34 2026] GET /v2.0/security-groups?tenant_id=9c025bff9cef4cb48e369e36e85d886a&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/305] 10.0.0.119 () {38 vars in 971 bytes} [Thu Apr 16 01:15:34 2026] POST /v2.0/security-groups => generated 1685 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/306] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:34 2026] DELETE /v2.0/security-groups/de714a9b-61cf-44ac-9001-cf8197b80620 => 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: 164/307] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:34 2026] GET /v2.0/security-groups/ff5eab30-9635-41e5-9bc8-7c7bd834d06b => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/308] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:35 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => 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: 144/309] 10.0.0.119 () {38 vars in 981 bytes} [Thu Apr 16 01:15:34 2026] POST /v2.0/security-group-rules => generated 614 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/310] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:35 2026] GET /v2.0/security-groups/ff5eab30-9635-41e5-9bc8-7c7bd834d06b => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/311] 10.0.0.119 () {38 vars in 981 bytes} [Thu Apr 16 01:15:35 2026] POST /v2.0/security-group-rules => generated 619 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/312] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:35 2026] GET /v2.0/security-groups/ff5eab30-9635-41e5-9bc8-7c7bd834d06b => generated 2940 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/313] 10.0.0.119 () {34 vars in 1001 bytes} [Thu Apr 16 01:15:35 2026] GET /v2.0/security-group-rules/365946eb-b741-4290-b3ee-9f4e9a1c8510 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/314] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:35 2026] GET /v2.0/security-groups/ff5eab30-9635-41e5-9bc8-7c7bd834d06b => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/315] 10.0.0.119 () {36 vars in 1023 bytes} [Thu Apr 16 01:15:35 2026] DELETE /v2.0/security-group-rules/365946eb-b741-4290-b3ee-9f4e9a1c8510 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/316] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:35 2026] GET /v2.0/security-groups/ff5eab30-9635-41e5-9bc8-7c7bd834d06b => generated 2310 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/317] 10.0.0.119 () {36 vars in 1013 bytes} [Thu Apr 16 01:15:35 2026] DELETE /v2.0/security-groups/ff5eab30-9635-41e5-9bc8-7c7bd834d06b => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/318] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:35 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => 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: 149/319] 10.0.0.119 () {34 vars in 991 bytes} [Thu Apr 16 01:15:35 2026] GET /v2.0/security-groups/a36dd4ed-565f-4818-bde9-8059fd89c74c => generated 2309 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/320] 10.0.0.119 () {36 vars in 1013 bytes} [Thu Apr 16 01:15:35 2026] DELETE /v2.0/security-groups/a36dd4ed-565f-4818-bde9-8059fd89c74c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:15:36.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-f82ca0a1-9b20-428c-b637-f631c98782c2 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: b488d283-5f77-4be8-9701-225498b27881 2026-04-16 01:15:36.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f82ca0a1-9b20-428c-b637-f631c98782c2 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: b488d283-5f77-4be8-9701-225498b27881 [pid: 8|app: 0|req: 172/321] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:36 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:15:36.535 8 INFO neutron.services.segments.plugin [-] Segment 92040f11-7064-4544-b970-30e04ab78922 resource provider aggregate not found 2026-04-16 01:15:36.550 8 INFO neutron.services.segments.plugin [-] Segment 92040f11-7064-4544-b970-30e04ab78922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92040f11-7064-4544-b970-30e04ab78922 found for delete ", "request_id": "req-d6e254b8-acf1-41d6-bfc5-cce3e6c9606c"}]} 2026-04-16 01:15:36.564 8 INFO neutron.services.segments.plugin [-] Segment 92040f11-7064-4544-b970-30e04ab78922 resource provider aggregate not found 2026-04-16 01:15:36.579 8 INFO neutron.services.segments.plugin [-] Segment 92040f11-7064-4544-b970-30e04ab78922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92040f11-7064-4544-b970-30e04ab78922 found for delete ", "request_id": "req-5a539cd0-d8d9-4e38-ac0f-107f4354236c"}]} [pid: 7|app: 0|req: 150/322] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:15:35 2026] PUT /v2.0/routers/1ef3f1fd-0265-4368-a5f8-42927105c5aa/remove_router_interface => generated 309 bytes in 813 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/323] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:36 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:15:36.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-b691e401-e814-4d9b-9da9-7dc0c9e981dd 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: a3250f39-0be3-4a31-96ca-dde68c9c1f99 2026-04-16 01:15:36.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b691e401-e814-4d9b-9da9-7dc0c9e981dd 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: a3250f39-0be3-4a31-96ca-dde68c9c1f99 2026-04-16 01:15:36.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-b691e401-e814-4d9b-9da9-7dc0c9e981dd 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 80a71251-01de-47f7-8a7a-a5e1751084c2 2026-04-16 01:15:36.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b691e401-e814-4d9b-9da9-7dc0c9e981dd 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 80a71251-01de-47f7-8a7a-a5e1751084c2 [pid: 7|app: 0|req: 152/324] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:15:37 2026] GET /v2.0/networks?id=414169e0-da90-45bf-9a6d-a493cac193b3 => generated 675 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/325] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:37 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => 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: 154/326] 199.204.45.209 () {34 vars in 911 bytes} [Thu Apr 16 01:15:37 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-16 01:15:37.395 8 INFO neutron.db.l3_hamode_db [None req-b691e401-e814-4d9b-9da9-7dc0c9e981dd 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] HA network 9ebfed41-8631-40c9-85a1-d63883c12bd9 was deleted as no HA routers are present in tenant 21a94e570b33486ebcd6c5cb20b83151. [pid: 8|app: 0|req: 173/327] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:15:36 2026] DELETE /v2.0/routers/1ef3f1fd-0265-4368-a5f8-42927105c5aa => generated 0 bytes in 793 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/328] 199.204.45.209 () {34 vars in 1050 bytes} [Thu Apr 16 01:15:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3686b443502b438699989b55873898f7 => generated 181 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/329] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:15:37 2026] DELETE /v2.0/subnets/b49a457b-77b0-47f1-96a0-04547115051f => 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: 175/330] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:15:37 2026] DELETE /v2.0/networks/1d7462c2-fd0d-431e-b4de-adabc24696a5 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/331] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:37 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => 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: 156/332] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:15:37 2026] POST /v2.0/ports => generated 954 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/333] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:15:37 2026] GET /v2.0/security-groups?tenant_id=21a94e570b33486ebcd6c5cb20b83151&name=default => generated 2925 bytes in 26 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: 157/334] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:37 2026] DELETE /v2.0/security-groups/e2c699cc-c878-41e5-8071-dd03d14675f9 => 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: 159/337] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:38 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 957 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/338] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:38 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:15:38.588 8 INFO neutron.services.segments.plugin [-] Segment 320637d6-ce31-43d8-85e7-40a0f545ec32 resource provider aggregate not found 2026-04-16 01:15:38.614 8 INFO neutron.services.segments.plugin [-] Segment 320637d6-ce31-43d8-85e7-40a0f545ec32 resource provider aggregate not found 2026-04-16 01:15:38.614 8 INFO neutron.services.segments.plugin [-] Segment 320637d6-ce31-43d8-85e7-40a0f545ec32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 320637d6-ce31-43d8-85e7-40a0f545ec32 found for delete ", "request_id": "req-8c9b943b-169b-4357-a730-069e705075c1"}]} 2026-04-16 01:15:38.637 8 INFO neutron.services.segments.plugin [-] Segment c3aac906-cfee-4b89-91b1-328ae87d2421 resource provider aggregate not found 2026-04-16 01:15:38.644 8 INFO neutron.services.segments.plugin [-] Segment 320637d6-ce31-43d8-85e7-40a0f545ec32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 320637d6-ce31-43d8-85e7-40a0f545ec32 found for delete ", "request_id": "req-07a6e33c-aa91-47f6-a7f6-530fedc7f97c"}]} 2026-04-16 01:15:38.662 8 INFO neutron.services.segments.plugin [-] Segment c3aac906-cfee-4b89-91b1-328ae87d2421 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3aac906-cfee-4b89-91b1-328ae87d2421 found for delete ", "request_id": "req-1e3cb506-fe2c-41dd-b94d-d87a92f0b555"}]} 2026-04-16 01:15:38.663 8 INFO neutron.services.segments.plugin [-] Segment c3aac906-cfee-4b89-91b1-328ae87d2421 resource provider aggregate not found 2026-04-16 01:15:38.681 8 INFO neutron.services.segments.plugin [-] Segment c3aac906-cfee-4b89-91b1-328ae87d2421 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3aac906-cfee-4b89-91b1-328ae87d2421 found for delete ", "request_id": "req-70ef6f59-4b46-47c4-b5a6-09049b132b0e"}]} [pid: 7|app: 0|req: 161/339] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:15:38 2026] GET /v2.0/networks?id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c => generated 684 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/340] 199.204.45.209 () {34 vars in 1050 bytes} [Thu Apr 16 01:15:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=961419f828d74dafaf8bb516f9ca8c1a => generated 180 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/341] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:15:38 2026] PUT /v2.0/ports/4e2fccb9-277e-4f61-9fe1-7cf2ab125c38 => generated 1235 bytes in 628 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: 180/342] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:38 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => 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: 163/343] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:15:38 2026] POST /v2.0/ports => generated 954 bytes in 357 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 01:15:39.446 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-75b49b62-75db-481c-a4c3-26f527ddf4a5'] response: {'name': 'network-changed', 'server_uuid': '55948e68-2fe8-4e81-93cb-20005a3b9550', 'tag': '4e2fccb9-277e-4f61-9fe1-7cf2ab125c38', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 164/344] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:15:39 2026] GET /v2.0/security-groups?tenant_id=4a0e6baec418453d96efd584f7e53b66&name=default => generated 2925 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/345] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:39 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/346] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:39 2026] DELETE /v2.0/security-groups/c39fa55c-aeae-41de-a19f-d9697a73ec6a => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/347] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:39 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&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: 181/348] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:15:39 2026] PUT /v2.0/ports/14b01a2f-b595-4245-a154-5780e84b36ee => generated 1235 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/349] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:15:39 2026] GET /v2.0/ports?tenant_id=3686b443502b438699989b55873898f7&device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 1238 bytes in 65 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: 182/350] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:15:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=4e2fccb9-277e-4f61-9fe1-7cf2ab125c38 => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/351] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:40 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/352] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:15:40 2026] GET /v2.0/subnets?id=21dc4d11-e4fb-4e4d-a599-a059298ad4eb => generated 693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/353] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:40 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/354] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:15:40 2026] GET /v2.0/ports?network_id=414169e0-da90-45bf-9a6d-a493cac193b3&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/355] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:15:40 2026] GET /v2.0/networks/414169e0-da90-45bf-9a6d-a493cac193b3?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/356] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:15:40 2026] GET /v2.0/security-groups?tenant_id=c065139e478b47768f0153d1a9895610&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: 185/357] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:15:40 2026] GET /v2.0/networks/414169e0-da90-45bf-9a6d-a493cac193b3?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: 186/358] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:40 2026] DELETE /v2.0/security-groups/d8855d42-3c20-41d9-9a45-1d0663d85fa2 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:15:40.462 7 INFO neutron.db.segments_db [None req-ddd8b7bc-a4bd-4020-a6c0-0c1ede1e3f6d 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment d833f633-40d0-454c-86f2-9caffffeaec9 of type vxlan for network 65d10984-3b64-4503-81d4-0b0d7ee67325 [pid: 7|app: 0|req: 173/359] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:15:40 2026] POST /v2.0/networks => generated 728 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/360] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:15:40 2026] POST /v2.0/subnets => generated 694 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:15:40.870 7 INFO neutron.db.segments_db [None req-72bfcb80-780a-44e4-9dc7-00a5bdac65ff 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 85602ecd-f6d2-4bac-b86e-94e2c5d6d493 of type vxlan for network 825bf345-6e98-4e98-a17d-3e93fd5a4eff [pid: 8|app: 0|req: 188/361] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:15:40 2026] GET /v2.0/ports?tenant_id=961419f828d74dafaf8bb516f9ca8c1a&device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:15:41.059 7 INFO neutron.db.l3_hamode_db [None req-72bfcb80-780a-44e4-9dc7-00a5bdac65ff 3e0f46e30a024edaa74f68b896ac6cdf f974d49fb4dc4f1b889bbaf0804dcb74 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 189/362] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => 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: 190/363] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=14b01a2f-b595-4245-a154-5780e84b36ee => 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: 191/364] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&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: 192/365] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/subnets?id=e93b151e-cd67-4634-a11e-3fe71a0b418c => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/366] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/ports?network_id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/367] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/368] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?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: 196/369] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/ports?tenant_id=3686b443502b438699989b55873898f7&device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/370] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&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: 8|app: 0|req: 198/371] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?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: 199/372] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/networks?id=414169e0-da90-45bf-9a6d-a493cac193b3 => generated 771 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/373] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=4e2fccb9-277e-4f61-9fe1-7cf2ab125c38 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:15:41.519 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85a6cd6f-a853-43d2-b0b5-f01ce7dacc0d'] response: {'name': 'network-changed', 'server_uuid': '5f4ba692-4054-4fa0-82c8-42e175d5dc35', 'tag': '14b01a2f-b595-4245-a154-5780e84b36ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 201/374] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/subnets?id=21dc4d11-e4fb-4e4d-a599-a059298ad4eb => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/375] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/ports?network_id=414169e0-da90-45bf-9a6d-a493cac193b3&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/376] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/networks/414169e0-da90-45bf-9a6d-a493cac193b3?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: 204/377] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:15:41 2026] GET /v2.0/networks/414169e0-da90-45bf-9a6d-a493cac193b3?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) 2026-04-16 01:15:41.726 7 INFO neutron.db.l3_hamode_db [None req-72bfcb80-780a-44e4-9dc7-00a5bdac65ff 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 205/378] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:42 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => 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: 206/379] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:42 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&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: 174/380] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:15:40 2026] POST /v2.0/routers => generated 734 bytes in 1617 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/381] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:15:42 2026] GET /v2.0/ports?tenant_id=961419f828d74dafaf8bb516f9ca8c1a&device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => 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: 176/382] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:42 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 969 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/383] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:15:42 2026] GET /v2.0/networks?id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/384] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:42 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&fields=id&fields=name => generated 113 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/385] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:15:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=14b01a2f-b595-4245-a154-5780e84b36ee => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/386] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:15:42 2026] GET /v2.0/subnets?id=e93b151e-cd67-4634-a11e-3fe71a0b418c => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/387] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:15:42 2026] GET /v2.0/ports?network_id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/388] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:15:42 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/389] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:15:42 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/390] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:43 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/391] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:43 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/392] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:15:42 2026] PUT /v2.0/routers/426d9d25-67de-4c87-b383-63cf87112560/add_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/393] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:43 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/394] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:43 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&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: 7|app: 0|req: 187/395] 10.0.0.30 () {34 vars in 684 bytes} [Thu Apr 16 01:15:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/396] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:15:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/397] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:15:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/398] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:44 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/399] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:44 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/400] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:44 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/401] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:44 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/402] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:15:44 2026] POST /v2.0/floatingips => generated 552 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/403] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:45 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => 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: 211/404] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:45 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/405] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:45 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/406] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:46 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&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: 195/407] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:46 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/408] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:46 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/409] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:47 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/410] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:15:47 2026] GET /v2.0/security-groups?tenant_id=5242086b8f9548bcb91e4f2ef55c3269&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/411] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:47 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&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: 197/412] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:47 2026] DELETE /v2.0/security-groups/5bb3c084-1872-4bb4-904e-8a654fac114f => 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: 216/413] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:15:47 2026] GET /v2.0/security-groups?tenant_id=2e07c9cfbd59479bb4b68a5e6917a19e&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/414] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:47 2026] DELETE /v2.0/security-groups/65c24cf7-825d-4dd9-b3a8-86869c7c1b4b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/415] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:48 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/416] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:48 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&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: 218/417] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:48 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => 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: 200/418] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:48 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&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: 219/419] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:49 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => 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: 201/420] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:49 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&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: 220/421] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:49 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/422] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:49 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&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: 221/423] 10.0.0.119 () {34 vars in 1100 bytes} [Thu Apr 16 01:15:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1989444004&fields=id&tenant_id=f974d49fb4dc4f1b889bbaf0804dcb74 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/424] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:15:49 2026] GET /v2.0/networks?id=65d10984-3b64-4503-81d4-0b0d7ee67325 => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/425] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:15:49 2026] GET /v2.0/quotas/f974d49fb4dc4f1b889bbaf0804dcb74 => 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: 204/426] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:15:49 2026] GET /v2.0/ports?tenant_id=f974d49fb4dc4f1b889bbaf0804dcb74&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/427] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:15:49 2026] GET /v2.0/networks/65d10984-3b64-4503-81d4-0b0d7ee67325?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: 205/428] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:15:50 2026] GET /v2.0/networks/65d10984-3b64-4503-81d4-0b0d7ee67325?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: 224/429] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:50 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => 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: 206/430] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:50 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => 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: 225/431] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:50 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&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: 226/432] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:50 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/433] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:50 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/434] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:50 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 971 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/435] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:51 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:15:51.660 8 INFO neutron.db.l3_db [None req-f1f1058f-cd6b-4d56-9453-e4673566dbde 87fcc190b74a4246a8c1b91e07c55404 3686b443502b438699989b55873898f7 - - default default] Floating IP bfb80c43-e729-4a49-81d9-e3668b11a63f associated. External IP: 10.96.250.220, port: 4e2fccb9-277e-4f61-9fe1-7cf2ab125c38. [pid: 7|app: 0|req: 209/436] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:15:51 2026] GET /v2.0/security-groups?tenant_id=094124b6c055443384d01dcf2be3f550&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/437] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:51 2026] DELETE /v2.0/security-groups/e00d24e1-ac59-4c9a-8d44-45ffe8e6e6fe => 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: 211/438] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:51 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/439] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:51 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/440] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:15:50 2026] PUT /v2.0/floatingips/bfb80c43-e729-4a49-81d9-e3668b11a63f => generated 855 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:15:52.090 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0a3731e-1c02-4411-9533-37f5f338d7e1'] response: {'name': 'network-changed', 'server_uuid': '55948e68-2fe8-4e81-93cb-20005a3b9550', 'tag': '4e2fccb9-277e-4f61-9fe1-7cf2ab125c38', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 213/441] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:15:51 2026] GET /v2.0/security-groups?tenant_id=7063015b6a8a4da8922b2df3243c30f6&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/442] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/443] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&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: 214/444] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:52 2026] DELETE /v2.0/security-groups/c05a4294-e860-4e13-aba4-303eac423824 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/445] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => 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: 215/446] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/447] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/ports?tenant_id=3686b443502b438699989b55873898f7&device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/448] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/449] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/networks?id=414169e0-da90-45bf-9a6d-a493cac193b3 => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/450] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=4e2fccb9-277e-4f61-9fe1-7cf2ab125c38 => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/451] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/subnets?id=21dc4d11-e4fb-4e4d-a599-a059298ad4eb => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/452] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/ports?network_id=414169e0-da90-45bf-9a6d-a493cac193b3&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: 235/453] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/networks/414169e0-da90-45bf-9a6d-a493cac193b3?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: 219/454] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:15:52 2026] GET /v2.0/networks/414169e0-da90-45bf-9a6d-a493cac193b3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/455] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:53 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/458] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:53 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/459] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:53 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => 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: 240/460] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:53 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:15:53.805 7 INFO neutron.db.l3_db [None req-edff47e8-cfab-49db-b105-172b89ab87bc 685ec153b323422ba9218fe8e067a7f9 961419f828d74dafaf8bb516f9ca8c1a - - default default] Floating IP d3cecdc3-206d-4df1-a9af-fcfe38c612cb associated. External IP: 10.96.250.210, port: 14b01a2f-b595-4245-a154-5780e84b36ee. [pid: 8|app: 0|req: 241/461] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:53 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/462] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:53 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&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: 221/463] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:15:53 2026] PUT /v2.0/floatingips/d3cecdc3-206d-4df1-a9af-fcfe38c612cb => generated 855 bytes in 747 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/464] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:54 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => 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: 222/465] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:54 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:15:54.518 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e195b92f-d4e4-4c45-914b-e5968fee3ad2'] response: {'name': 'network-changed', 'server_uuid': '5f4ba692-4054-4fa0-82c8-42e175d5dc35', 'tag': '14b01a2f-b595-4245-a154-5780e84b36ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 244/466] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:15:54 2026] GET /v2.0/networks?id=65d10984-3b64-4503-81d4-0b0d7ee67325 => generated 679 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/467] 199.204.45.209 () {34 vars in 1050 bytes} [Thu Apr 16 01:15:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f974d49fb4dc4f1b889bbaf0804dcb74 => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/468] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:54 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => 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: 225/469] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:54 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/470] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:15:54 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/471] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:54 2026] GET /v2.0/security-groups?id=59923193-d910-4878-b7dd-547b8f2e44ba&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:15:55.126 7 INFO neutron_taas.services.taas.taas_plugin [req-f058d3de-0b97-43fb-9fe8-73e9a6479484 req-9b9af98e-3945-493c-a887-1dccc5a9935a 87fcc190b74a4246a8c1b91e07c55404 3686b443502b438699989b55873898f7 - - default default] TaaS: Handle Delete Port: 4e2fccb9-277e-4f61-9fe1-7cf2ab125c38 2026-04-16 01:15:55.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f058d3de-0b97-43fb-9fe8-73e9a6479484 req-9b9af98e-3945-493c-a887-1dccc5a9935a 87fcc190b74a4246a8c1b91e07c55404 3686b443502b438699989b55873898f7 - - default default] Tap Mirror: Handle Delete Port: 4e2fccb9-277e-4f61-9fe1-7cf2ab125c38 [pid: 8|app: 0|req: 245/472] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:15:54 2026] POST /v2.0/ports => generated 954 bytes in 479 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: 246/473] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:15:55 2026] GET /v2.0/ports?tenant_id=961419f828d74dafaf8bb516f9ca8c1a&device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:15:55.258 7 INFO neutron.db.l3_db [req-f058d3de-0b97-43fb-9fe8-73e9a6479484 req-9b9af98e-3945-493c-a887-1dccc5a9935a 87fcc190b74a4246a8c1b91e07c55404 3686b443502b438699989b55873898f7 - - default default] Floating IP bfb80c43-e729-4a49-81d9-e3668b11a63f disassociated. External IP: 10.96.250.220, port: 4e2fccb9-277e-4f61-9fe1-7cf2ab125c38. [pid: 8|app: 0|req: 247/474] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:15:55 2026] PUT /v2.0/ports/617ca6c6-c865-4180-8e84-53bd5a54a02c => generated 1235 bytes in 352 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 01:15:55.624 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b849b7ae-42d4-4a58-8ca1-86647dd6df56'] response: {'name': 'network-changed', 'server_uuid': '5d048b78-4c0d-4510-b880-8a27e367ed14', 'tag': '617ca6c6-c865-4180-8e84-53bd5a54a02c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 248/475] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:15:55 2026] GET /v2.0/networks?id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/476] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:15:55 2026] DELETE /v2.0/ports/4e2fccb9-277e-4f61-9fe1-7cf2ab125c38 => generated 0 bytes in 646 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/477] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:15:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=14b01a2f-b595-4245-a154-5780e84b36ee => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/478] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:15:55 2026] GET /v2.0/subnets?id=e93b151e-cd67-4634-a11e-3fe71a0b418c => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/479] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:15:55 2026] GET /v2.0/ports?network_id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c&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: 230/480] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:15:55 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?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: 251/481] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:15:55 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/482] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:55 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/483] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:55 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&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: 232/484] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:56 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => 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: 253/485] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:15:56 2026] GET /v2.0/ports?tenant_id=f974d49fb4dc4f1b889bbaf0804dcb74&device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => 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: 233/486] 199.204.45.209 () {34 vars in 1018 bytes} [Thu Apr 16 01:15:56 2026] GET /v2.0/networks?tenant_id=f974d49fb4dc4f1b889bbaf0804dcb74&shared=False => generated 775 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/487] 199.204.45.209 () {34 vars in 930 bytes} [Thu Apr 16 01:15:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:15:56.559 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-520cc310-bd27-4672-bca1-837284cebb2e'] response: {'server_uuid': '55948e68-2fe8-4e81-93cb-20005a3b9550', 'name': 'network-vif-deleted', 'tag': '4e2fccb9-277e-4f61-9fe1-7cf2ab125c38', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 234/488] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:15:56 2026] GET /v2.0/security-groups?tenant_id=4daba136005a481b815246c35c13e21f&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/489] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:56 2026] DELETE /v2.0/security-groups/7e3fbcd3-5f13-443a-a2b0-2c2b907ccf32 => 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: 235/490] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:15:56 2026] GET /v2.0/security-groups?tenant_id=80c7e9508cf743b88738b3a2d3f53823&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/491] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:56 2026] DELETE /v2.0/security-groups/abe8cbda-bbba-4e04-b8d7-6f6b6e3d357e => 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: 236/492] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:57 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/493] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:57 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/494] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:57 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => 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: 258/495] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:15:57 2026] GET /v2.0/ports?tenant_id=f974d49fb4dc4f1b889bbaf0804dcb74&device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => 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: 238/496] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:15:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=617ca6c6-c865-4180-8e84-53bd5a54a02c => 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: 259/497] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:15:57 2026] GET /v2.0/subnets?id=66cad01b-89c9-4b42-9f35-aabc703dda23 => generated 697 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/498] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:15:57 2026] GET /v2.0/ports?network_id=65d10984-3b64-4503-81d4-0b0d7ee67325&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: 260/499] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:15:57 2026] GET /v2.0/networks/65d10984-3b64-4503-81d4-0b0d7ee67325?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: 240/500] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:15:57 2026] GET /v2.0/networks/65d10984-3b64-4503-81d4-0b0d7ee67325?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: 261/501] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:58 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/502] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:58 2026] GET /v2.0/ports?device_id=55948e68-2fe8-4e81-93cb-20005a3b9550 => 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: 241/503] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:58 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&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: 263/504] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:15:59 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/505] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:15:59 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/506] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:15:59 2026] DELETE /v2.0/security-groups/59923193-d910-4878-b7dd-547b8f2e44ba => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:15:59.578 8 INFO neutron.api.v2.resource [None req-f97c5385-a25d-4182-b668-9f72e208bb76 87fcc190b74a4246a8c1b91e07c55404 3686b443502b438699989b55873898f7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/507] 10.0.0.30 () {32 vars in 736 bytes} [Thu Apr 16 01:15:59 2026] GET /v2.0/security-groups/59923193-d910-4878-b7dd-547b8f2e44ba => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:15:59.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-c09362ee-fc5b-4ad1-91dd-392691826bc8 87fcc190b74a4246a8c1b91e07c55404 3686b443502b438699989b55873898f7 - - default default] TaaS: Handle Delete Port: 12382419-5a12-4537-b442-eddd50dd490f 2026-04-16 01:15:59.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c09362ee-fc5b-4ad1-91dd-392691826bc8 87fcc190b74a4246a8c1b91e07c55404 3686b443502b438699989b55873898f7 - - default default] Tap Mirror: Handle Delete Port: 12382419-5a12-4537-b442-eddd50dd490f [pid: 7|app: 0|req: 243/508] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:15:59 2026] DELETE /v2.0/floatingips/bfb80c43-e729-4a49-81d9-e3668b11a63f => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:16:00.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-259d930f-f7c6-4eaa-b83e-6850cdcfee42 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 07ff8e58-2a21-470a-b877-9b0fb2097523 2026-04-16 01:16:00.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-259d930f-f7c6-4eaa-b83e-6850cdcfee42 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 07ff8e58-2a21-470a-b877-9b0fb2097523 [pid: 7|app: 0|req: 244/509] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:00 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/510] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:00 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/511] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:15:59 2026] PUT /v2.0/routers/09dce7f8-308f-4d3e-83e7-eace3d5335b7/remove_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:01.072 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad9b0782-da88-46a3-8f10-1773bc28d45d 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 42035b78-3399-40bb-92ae-1d412ad4355c 2026-04-16 01:16:01.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad9b0782-da88-46a3-8f10-1773bc28d45d 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 42035b78-3399-40bb-92ae-1d412ad4355c 2026-04-16 01:16:01.313 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad9b0782-da88-46a3-8f10-1773bc28d45d 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 470d9202-df5e-4f1f-949c-842bbc3aedd6 2026-04-16 01:16:01.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad9b0782-da88-46a3-8f10-1773bc28d45d 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 470d9202-df5e-4f1f-949c-842bbc3aedd6 2026-04-16 01:16:01.409 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-ad9b0782-da88-46a3-8f10-1773bc28d45d 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - 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: 267/512] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:01 2026] GET /v2.0/security-groups?tenant_id=c32fb8debefb4440a608aafa1e4319fd&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:16:01.781 7 INFO neutron.db.l3_hamode_db [None req-ad9b0782-da88-46a3-8f10-1773bc28d45d 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] HA network 757a62e2-27ed-492f-bc65-2f2a872388f7 was deleted as no HA routers are present in tenant 3686b443502b438699989b55873898f7. [pid: 7|app: 0|req: 246/513] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:00 2026] DELETE /v2.0/routers/09dce7f8-308f-4d3e-83e7-eace3d5335b7 => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/514] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:01 2026] DELETE /v2.0/security-groups/820321af-f9da-4e9c-af09-2692ae809000 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/515] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:01 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/516] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:01 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&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: 269/517] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:01 2026] DELETE /v2.0/subnets/21dc4d11-e4fb-4e4d-a599-a059298ad4eb => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:16:02.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6ada95e-b29d-4670-af8b-96a9b9aae6e7 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 82201716-e0da-4c83-b9c7-9b380bf4e688 2026-04-16 01:16:02.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6ada95e-b29d-4670-af8b-96a9b9aae6e7 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 82201716-e0da-4c83-b9c7-9b380bf4e688 [pid: 7|app: 0|req: 249/518] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:02 2026] GET /v2.0/security-groups?tenant_id=a0de7e02181641c39cac23242d0a8c61&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/519] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:02 2026] DELETE /v2.0/security-groups/414a1ec5-5fbd-42e9-a89a-5859661db62e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:16:02.339 7 INFO neutron.services.segments.plugin [-] Segment 69084a6e-3612-4e1a-b3b5-4f772c69f785 resource provider aggregate not found 2026-04-16 01:16:02.344 7 INFO neutron.services.segments.plugin [-] Segment 69084a6e-3612-4e1a-b3b5-4f772c69f785 resource provider aggregate not found 2026-04-16 01:16:02.361 7 INFO neutron.services.segments.plugin [-] Segment 69084a6e-3612-4e1a-b3b5-4f772c69f785 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69084a6e-3612-4e1a-b3b5-4f772c69f785 found for delete ", "request_id": "req-50bf27ec-9445-4626-af7b-d9656e4164dd"}]} 2026-04-16 01:16:02.362 7 INFO neutron.services.segments.plugin [-] Segment 69084a6e-3612-4e1a-b3b5-4f772c69f785 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69084a6e-3612-4e1a-b3b5-4f772c69f785 found for delete ", "request_id": "req-9fc7e478-2447-49fa-b6aa-889af2747b9b"}]} 2026-04-16 01:16:02.368 8 INFO neutron.services.segments.plugin [-] Segment 5e39d6e1-948e-4c61-989d-c53ba5e004aa resource provider aggregate not found 2026-04-16 01:16:02.382 8 INFO neutron.services.segments.plugin [-] Segment 5e39d6e1-948e-4c61-989d-c53ba5e004aa resource provider aggregate not found 2026-04-16 01:16:02.385 8 INFO neutron.services.segments.plugin [-] Segment 5e39d6e1-948e-4c61-989d-c53ba5e004aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e39d6e1-948e-4c61-989d-c53ba5e004aa found for delete ", "request_id": "req-009b0e88-62fd-40ba-8a00-88f535b9e714"}]} 2026-04-16 01:16:02.394 8 INFO neutron.services.segments.plugin [-] Segment 5e39d6e1-948e-4c61-989d-c53ba5e004aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e39d6e1-948e-4c61-989d-c53ba5e004aa found for delete ", "request_id": "req-9d3bbed8-ccee-43d1-953a-babdb28fdecb"}]} [pid: 8|app: 0|req: 270/520] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:02 2026] DELETE /v2.0/networks/414169e0-da90-45bf-9a6d-a493cac193b3 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/521] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:02 2026] GET /v2.0/security-groups?tenant_id=3686b443502b438699989b55873898f7&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/522] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:02 2026] DELETE /v2.0/security-groups/a0caa501-7981-4aba-b811-123528a34ad6 => 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: 272/523] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:03 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/524] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:03 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&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: 252/525] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 01:16:02 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 1240 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/526] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:03 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/527] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:04 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/528] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:04 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&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: 254/529] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:05 2026] GET /v2.0/security-groups?tenant_id=43374b6c383b449f8ad51a47c63d83cf&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/530] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:05 2026] DELETE /v2.0/security-groups/7b74cfb1-cd52-4f7c-b3b6-c8d2fae93f0e => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/531] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:05 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/532] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:05 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/533] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:06 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => 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: 278/534] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:06 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&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: 257/535] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:06 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:06.927 8 INFO neutron.db.l3_db [None req-8c894da6-3656-48c8-a440-1c8057021a8d dc57c014fd404bfa9cc14af0448417b2 f974d49fb4dc4f1b889bbaf0804dcb74 - - default default] Floating IP b9d58d9e-a829-40c4-9a21-8183c7fb708f associated. External IP: 10.96.250.218, port: 617ca6c6-c865-4180-8e84-53bd5a54a02c. [pid: 8|app: 0|req: 279/536] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:16:06 2026] PUT /v2.0/floatingips/b9d58d9e-a829-40c4-9a21-8183c7fb708f => generated 855 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:07.212 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0596c13d-3d83-4623-91f2-4d8c23304269'] response: {'name': 'network-changed', 'server_uuid': '5d048b78-4c0d-4510-b880-8a27e367ed14', 'tag': '617ca6c6-c865-4180-8e84-53bd5a54a02c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 280/537] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:07 2026] GET /v2.0/ports?tenant_id=f974d49fb4dc4f1b889bbaf0804dcb74&device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/538] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:07 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/539] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:16:07 2026] GET /v2.0/networks?id=65d10984-3b64-4503-81d4-0b0d7ee67325 => generated 775 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/540] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:16:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=617ca6c6-c865-4180-8e84-53bd5a54a02c => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/541] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:07 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&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: 283/542] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:16:07 2026] GET /v2.0/subnets?id=66cad01b-89c9-4b42-9f35-aabc703dda23 => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/543] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:16:07 2026] GET /v2.0/ports?network_id=65d10984-3b64-4503-81d4-0b0d7ee67325&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/544] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:16:07 2026] GET /v2.0/networks/65d10984-3b64-4503-81d4-0b0d7ee67325?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: 262/545] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:16:07 2026] GET /v2.0/networks/65d10984-3b64-4503-81d4-0b0d7ee67325?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: 263/546] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:07 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/547] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:07 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:07.818 8 INFO neutron.db.segments_db [None req-f7801d6b-0c6c-4323-bc44-577312eef231 464b32ff67db4390be27eb374803abea 875f251be3c74c1e9e4818cb75851dd7 - - default default] Added segment 3b284c30-dc5d-43b6-b142-77114e2766c9 of type vxlan for network 19e9900f-003c-4161-ba93-fdbf81257611 [pid: 8|app: 0|req: 284/548] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:16:07 2026] POST /v2.0/networks => generated 629 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/551] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:08 2026] GET /v2.0/security-groups?tenant_id=f05f222c6ecb4bef97005d321df01851&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/552] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:08 2026] POST /v2.0/subnets => generated 673 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/553] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:08 2026] DELETE /v2.0/security-groups/769f6b6a-8670-4aff-8d33-d5f9f7c5278a => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:16:08.716 7 INFO neutron.db.segments_db [None req-86bb38db-fee3-4833-9fe8-9c0df70cd30e 464b32ff67db4390be27eb374803abea 875f251be3c74c1e9e4818cb75851dd7 - - default default] Added segment 3b7efcb9-2ab6-43da-b133-5353a2cc2d24 of type vxlan for network f1f3f714-90d8-4e19-8710-2f79afe13d1b [pid: 8|app: 0|req: 288/554] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:08 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => 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: 267/555] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:16:08 2026] POST /v2.0/networks => generated 629 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/556] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:08 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&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: 268/557] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:08 2026] GET /v2.0/security-groups?tenant_id=5825db36089e4ad084edac474499a14b&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: 290/558] 10.0.0.30 () {34 vars in 742 bytes} [Thu Apr 16 01:16:08 2026] PUT /v2.0/networks/f1f3f714-90d8-4e19-8710-2f79afe13d1b => generated 592 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/559] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:08 2026] DELETE /v2.0/security-groups/cc4b5903-9d90-400a-8f71-e33636167183 => 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: 269/560] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:08 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/561] 10.0.0.30 () {34 vars in 740 bytes} [Thu Apr 16 01:16:09 2026] PUT /v2.0/subnets/bcb62bce-6e95-480c-8f08-1d9ed7164e90 => generated 656 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:09.523 7 INFO neutron.services.segments.plugin [-] Segment 3b7efcb9-2ab6-43da-b133-5353a2cc2d24 resource provider aggregate not found 2026-04-16 01:16:09.526 7 INFO neutron.services.segments.plugin [-] Segment 3b7efcb9-2ab6-43da-b133-5353a2cc2d24 resource provider aggregate not found 2026-04-16 01:16:09.539 7 INFO neutron.services.segments.plugin [-] Segment 3b7efcb9-2ab6-43da-b133-5353a2cc2d24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b7efcb9-2ab6-43da-b133-5353a2cc2d24 found for delete ", "request_id": "req-3e5e031f-f7fc-4968-8e08-8eb446a1859c"}]} 2026-04-16 01:16:09.545 7 INFO neutron.services.segments.plugin [-] Segment 3b7efcb9-2ab6-43da-b133-5353a2cc2d24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b7efcb9-2ab6-43da-b133-5353a2cc2d24 found for delete ", "request_id": "req-fb516a9c-d39f-427d-8253-98fff55e40df"}]} [pid: 7|app: 0|req: 270/562] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:09 2026] DELETE /v2.0/networks/f1f3f714-90d8-4e19-8710-2f79afe13d1b => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:16:09.562 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0e91a122-8375-4354-b9b3-02d5f6575784 464b32ff67db4390be27eb374803abea 875f251be3c74c1e9e4818cb75851dd7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 293/563] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:09 2026] DELETE /v2.0/networks/f1f3f714-90d8-4e19-8710-2f79afe13d1b => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/564] 10.0.0.30 () {32 vars in 693 bytes} [Thu Apr 16 01:16:09 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/565] 10.0.0.30 () {32 vars in 741 bytes} [Thu Apr 16 01:16:09 2026] GET /v2.0/subnets?network_id=b29d522e-1383-41a3-aed8-596621f88ae1 => generated 649 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/566] 10.0.0.30 () {32 vars in 652 bytes} [Thu Apr 16 01:16:09 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/567] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:16:09 2026] GET /v2.0/networks => generated 1313 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/568] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:16:09 2026] GET /v2.0/subnets => generated 1312 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/569] 10.0.0.30 () {32 vars in 722 bytes} [Thu Apr 16 01:16:09 2026] GET /v2.0/networks/19e9900f-003c-4161-ba93-fdbf81257611 => generated 673 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/570] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:09 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/571] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:09 2026] GET /v2.0/security-groups?id=42b8b711-1587-4bad-aa8b-901cab261709&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/572] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:16:09 2026] GET /v2.0/subnets/67d34ce3-5be7-4365-90d3-2c697956eed8 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:09.979 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2894dea2-5853-46a0-8fab-00f9bad99f75 464b32ff67db4390be27eb374803abea 875f251be3c74c1e9e4818cb75851dd7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 298/573] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:09 2026] DELETE /v2.0/subnets/bcb62bce-6e95-480c-8f08-1d9ed7164e90 => 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: 276/574] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:16:09 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:09.998 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1dccb1d4-367c-4d07-ac25-ab5ef3be99a3 464b32ff67db4390be27eb374803abea 875f251be3c74c1e9e4818cb75851dd7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 299/575] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:09 2026] DELETE /v2.0/networks/f1f3f714-90d8-4e19-8710-2f79afe13d1b => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:16:10.093 7 INFO neutron_taas.services.taas.taas_plugin [req-21ff24ff-cdc7-487e-a026-2276fef30cf4 req-4647c6e4-bea3-47f2-b7ea-a916ebc1ca47 dc57c014fd404bfa9cc14af0448417b2 f974d49fb4dc4f1b889bbaf0804dcb74 - - default default] TaaS: Handle Delete Port: 617ca6c6-c865-4180-8e84-53bd5a54a02c 2026-04-16 01:16:10.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-21ff24ff-cdc7-487e-a026-2276fef30cf4 req-4647c6e4-bea3-47f2-b7ea-a916ebc1ca47 dc57c014fd404bfa9cc14af0448417b2 f974d49fb4dc4f1b889bbaf0804dcb74 - - default default] Tap Mirror: Handle Delete Port: 617ca6c6-c865-4180-8e84-53bd5a54a02c [pid: 8|app: 0|req: 300/576] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:10 2026] DELETE /v2.0/subnets/67d34ce3-5be7-4365-90d3-2c697956eed8 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:16:10.206 7 INFO neutron.db.l3_db [req-21ff24ff-cdc7-487e-a026-2276fef30cf4 req-4647c6e4-bea3-47f2-b7ea-a916ebc1ca47 dc57c014fd404bfa9cc14af0448417b2 f974d49fb4dc4f1b889bbaf0804dcb74 - - default default] Floating IP b9d58d9e-a829-40c4-9a21-8183c7fb708f disassociated. External IP: 10.96.250.218, port: 617ca6c6-c865-4180-8e84-53bd5a54a02c. 2026-04-16 01:16:10.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c66b4cd-b13b-454c-83b7-6b15aaf80a44 464b32ff67db4390be27eb374803abea 875f251be3c74c1e9e4818cb75851dd7 - - default default] TaaS: Handle Delete Port: 151bd941-0270-46a3-89a0-6996bcd4db33 2026-04-16 01:16:10.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c66b4cd-b13b-454c-83b7-6b15aaf80a44 464b32ff67db4390be27eb374803abea 875f251be3c74c1e9e4818cb75851dd7 - - default default] Tap Mirror: Handle Delete Port: 151bd941-0270-46a3-89a0-6996bcd4db33 2026-04-16 01:16:10.448 8 INFO neutron.services.segments.plugin [-] Segment 3b284c30-dc5d-43b6-b142-77114e2766c9 resource provider aggregate not found 2026-04-16 01:16:10.456 8 INFO neutron.services.segments.plugin [-] Segment 3b284c30-dc5d-43b6-b142-77114e2766c9 resource provider aggregate not found 2026-04-16 01:16:10.475 8 INFO neutron.services.segments.plugin [-] Segment 3b284c30-dc5d-43b6-b142-77114e2766c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b284c30-dc5d-43b6-b142-77114e2766c9 found for delete ", "request_id": "req-d3da5e1f-7f82-4ab8-bf04-0f31432288f3"}]} 2026-04-16 01:16:10.487 8 INFO neutron.services.segments.plugin [-] Segment 3b284c30-dc5d-43b6-b142-77114e2766c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b284c30-dc5d-43b6-b142-77114e2766c9 found for delete ", "request_id": "req-319479fa-5efb-4d7e-ac71-7c009b832339"}]} [pid: 8|app: 0|req: 301/577] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:10 2026] DELETE /v2.0/networks/19e9900f-003c-4161-ba93-fdbf81257611 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/578] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:16:09 2026] DELETE /v2.0/ports/617ca6c6-c865-4180-8e84-53bd5a54a02c => generated 0 bytes in 564 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:16:10.609 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d16e596-2508-4905-ac8e-32bc8f6766aa'] response: {'server_uuid': '5d048b78-4c0d-4510-b880-8a27e367ed14', 'name': 'network-vif-deleted', 'tag': '617ca6c6-c865-4180-8e84-53bd5a54a02c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 302/579] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:11 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => 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: 278/580] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:11 2026] GET /v2.0/security-groups?tenant_id=875f251be3c74c1e9e4818cb75851dd7&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/581] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:11 2026] DELETE /v2.0/security-groups/43869374-5289-49ec-bbb8-2fd05bbb9f83 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/582] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:12 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/583] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:13 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => 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: 280/584] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:13 2026] GET /v2.0/security-groups?tenant_id=37648d63afe641f29cec8060618a4cd0&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/585] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:14 2026] DELETE /v2.0/security-groups/2603d4da-c096-4a74-8363-1dcfc2905302 => 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: 281/586] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:14 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/587] 10.0.0.119 () {34 vars in 971 bytes} [Thu Apr 16 01:16:14 2026] GET /v2.0/ports/14b01a2f-b595-4245-a154-5780e84b36ee => generated 968 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/588] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:14 2026] GET /v2.0/ports?device_id=5d048b78-4c0d-4510-b880-8a27e367ed14 => 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: 307/589] 199.204.45.209 () {34 vars in 1000 bytes} [Thu Apr 16 01:16:14 2026] GET /v2.0/subnets?network_id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c => generated 684 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/590] 199.204.45.209 () {34 vars in 1146 bytes} [Thu Apr 16 01:16:14 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35&device_owner=compute%3Anova&network_id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/591] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:14 2026] GET /v2.0/security-groups?tenant_id=0890f9ba115342f8a04701da3a548bd8&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/592] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:15 2026] DELETE /v2.0/security-groups/ea7764aa-1796-47d2-93a6-727dcff6b0a5 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/593] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:16:15 2026] PUT /v2.0/ports/14b01a2f-b595-4245-a154-5780e84b36ee => generated 1149 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:16:15.406 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0b6e9ff-5635-411d-9363-80f74c915cfa'] response: {'name': 'network-changed', 'server_uuid': '5f4ba692-4054-4fa0-82c8-42e175d5dc35', 'tag': '14b01a2f-b595-4245-a154-5780e84b36ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 310/594] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:15 2026] DELETE /v2.0/security-groups/42b8b711-1587-4bad-aa8b-901cab261709 => generated 0 bytes in 89 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 01:16:15.567 7 INFO neutron.api.v2.resource [None req-f3a767dc-33a1-48ad-b57c-993e342847f6 dc57c014fd404bfa9cc14af0448417b2 f974d49fb4dc4f1b889bbaf0804dcb74 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 285/595] 10.0.0.30 () {32 vars in 736 bytes} [Thu Apr 16 01:16:15 2026] GET /v2.0/security-groups/42b8b711-1587-4bad-aa8b-901cab261709 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:16:15.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-313d29a0-7fe1-48de-a969-a646f292abee dc57c014fd404bfa9cc14af0448417b2 f974d49fb4dc4f1b889bbaf0804dcb74 - - default default] TaaS: Handle Delete Port: 2646da90-fa85-4c82-b341-b90c67dc2897 2026-04-16 01:16:15.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-313d29a0-7fe1-48de-a969-a646f292abee dc57c014fd404bfa9cc14af0448417b2 f974d49fb4dc4f1b889bbaf0804dcb74 - - default default] Tap Mirror: Handle Delete Port: 2646da90-fa85-4c82-b341-b90c67dc2897 [pid: 8|app: 0|req: 311/596] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:16:15 2026] DELETE /v2.0/floatingips/b9d58d9e-a829-40c4-9a21-8183c7fb708f => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/597] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:15 2026] GET /v2.0/ports?tenant_id=961419f828d74dafaf8bb516f9ca8c1a&device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/598] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:16:15 2026] GET /v2.0/networks?id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c => 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: 314/599] 199.204.45.209 () {34 vars in 1060 bytes} [Thu Apr 16 01:16:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=14b01a2f-b595-4245-a154-5780e84b36ee => 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: 315/600] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:16:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=14b01a2f-b595-4245-a154-5780e84b36ee => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/601] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:16:16 2026] GET /v2.0/subnets?id=e93b151e-cd67-4634-a11e-3fe71a0b418c => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/602] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:16:16 2026] GET /v2.0/ports?network_id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/603] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:16:16 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?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: 319/604] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:16:16 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?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: 320/605] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:16 2026] GET /v2.0/security-groups?tenant_id=6f360bca423a4e4d9038c924fbe01edf&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:16:16.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbb02ffb-a775-4e10-82c3-c407d85be0da 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 7cc31b51-2bb3-4f5e-910b-99e99799ff01 2026-04-16 01:16:16.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbb02ffb-a775-4e10-82c3-c407d85be0da 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 7cc31b51-2bb3-4f5e-910b-99e99799ff01 [pid: 8|app: 0|req: 321/606] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:16 2026] DELETE /v2.0/security-groups/48a0495f-8648-4f23-8dac-6d5b8c243c07 => 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: 322/607] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:16 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 1152 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/608] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:16 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/609] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:16:15 2026] PUT /v2.0/routers/426d9d25-67de-4c87-b383-63cf87112560/remove_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:17.239 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5da21ec-cd57-42a8-84f2-fcde6d364994 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 88218e3b-2d20-4914-b879-7f97a43c0c4b 2026-04-16 01:16:17.242 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5da21ec-cd57-42a8-84f2-fcde6d364994 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 88218e3b-2d20-4914-b879-7f97a43c0c4b [pid: 7|app: 0|req: 287/610] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:17 2026] GET /v2.0/ports?tenant_id=961419f828d74dafaf8bb516f9ca8c1a&device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/611] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:16:17 2026] GET /v2.0/networks?id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c => generated 780 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/612] 199.204.45.209 () {34 vars in 1060 bytes} [Thu Apr 16 01:16:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=14b01a2f-b595-4245-a154-5780e84b36ee => 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: 290/613] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:16:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=14b01a2f-b595-4245-a154-5780e84b36ee => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/614] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:16:17 2026] GET /v2.0/subnets?id=e93b151e-cd67-4634-a11e-3fe71a0b418c => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/615] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:16:17 2026] GET /v2.0/ports?network_id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:16:17.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5da21ec-cd57-42a8-84f2-fcde6d364994 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: d11dc7e4-1870-4029-a51c-9a2932c81dd9 2026-04-16 01:16:17.481 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5da21ec-cd57-42a8-84f2-fcde6d364994 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: d11dc7e4-1870-4029-a51c-9a2932c81dd9 [pid: 7|app: 0|req: 293/616] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:16:17 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/617] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:16:17 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?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 01:16:17.796 8 INFO neutron.services.segments.plugin [-] Segment 85602ecd-f6d2-4bac-b86e-94e2c5d6d493 resource provider aggregate not found 2026-04-16 01:16:17.804 8 INFO neutron.services.segments.plugin [-] Segment 85602ecd-f6d2-4bac-b86e-94e2c5d6d493 resource provider aggregate not found 2026-04-16 01:16:17.822 8 INFO neutron.services.segments.plugin [-] Segment 85602ecd-f6d2-4bac-b86e-94e2c5d6d493 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85602ecd-f6d2-4bac-b86e-94e2c5d6d493 found for delete ", "request_id": "req-17419207-d5e3-42bc-a33e-72000d22ad4e"}]} 2026-04-16 01:16:17.823 8 INFO neutron.services.segments.plugin [-] Segment 85602ecd-f6d2-4bac-b86e-94e2c5d6d493 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85602ecd-f6d2-4bac-b86e-94e2c5d6d493 found for delete ", "request_id": "req-246f76e4-a456-4a23-b1a7-d6a52cb2d0bf"}]} 2026-04-16 01:16:17.835 8 INFO neutron.db.l3_hamode_db [None req-d5da21ec-cd57-42a8-84f2-fcde6d364994 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] HA network 825bf345-6e98-4e98-a17d-3e93fd5a4eff was deleted as no HA routers are present in tenant f974d49fb4dc4f1b889bbaf0804dcb74. [pid: 8|app: 0|req: 324/618] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:17 2026] DELETE /v2.0/routers/426d9d25-67de-4c87-b383-63cf87112560 => generated 0 bytes in 784 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/619] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:17 2026] DELETE /v2.0/subnets/66cad01b-89c9-4b42-9f35-aabc703dda23 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:16:18.096 8 INFO neutron_taas.services.taas.taas_plugin [None req-69228515-6f5f-4f92-a2b6-56c5cbf9f899 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: af7f68b6-c36e-4c92-a3a4-5aaa9fd9d547 2026-04-16 01:16:18.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69228515-6f5f-4f92-a2b6-56c5cbf9f899 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: af7f68b6-c36e-4c92-a3a4-5aaa9fd9d547 [pid: 7|app: 0|req: 296/620] 199.204.45.209 () {34 vars in 1120 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1152 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/621] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:18 2026] DELETE /v2.0/networks/65d10984-3b64-4503-81d4-0b0d7ee67325 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/622] 10.0.0.30 () {32 vars in 652 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions => generated 21537 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/623] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/security-groups?tenant_id=f974d49fb4dc4f1b889bbaf0804dcb74&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/624] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:16:18 2026] PUT /v2.0/ports/14b01a2f-b595-4245-a154-5780e84b36ee => generated 968 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/625] 10.0.0.30 () {32 vars in 680 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 329/626] 10.0.0.30 () {32 vars in 680 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/627] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/628] 10.0.0.30 () {32 vars in 664 bytes} [Thu Apr 16 01:16:18 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) 2026-04-16 01:16:18.492 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e4bbc33-d597-404c-b338-897a805237e8'] response: {'name': 'network-changed', 'server_uuid': '5f4ba692-4054-4fa0-82c8-42e175d5dc35', 'tag': '14b01a2f-b595-4245-a154-5780e84b36ee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 332/629] 10.0.0.30 () {32 vars in 698 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/630] 10.0.0.30 () {32 vars in 696 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/631] 10.0.0.30 () {32 vars in 700 bytes} [Thu Apr 16 01:16:18 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: 335/632] 10.0.0.30 () {32 vars in 688 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/633] 10.0.0.30 () {32 vars in 702 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/634] 10.0.0.30 () {32 vars in 692 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/635] 10.0.0.30 () {32 vars in 694 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/636] 10.0.0.30 () {32 vars in 684 bytes} [Thu Apr 16 01:16:18 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: 340/637] 10.0.0.30 () {32 vars in 686 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/638] 10.0.0.30 () {32 vars in 660 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/639] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:18 2026] DELETE /v2.0/security-groups/6057dd73-6e7d-4301-8b29-9ab24a11d57c => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/640] 10.0.0.30 () {32 vars in 698 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/641] 10.0.0.30 () {32 vars in 678 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/642] 10.0.0.30 () {32 vars in 682 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/643] 10.0.0.30 () {32 vars in 674 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/644] 10.0.0.30 () {32 vars in 688 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/645] 10.0.0.30 () {32 vars in 722 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/646] 10.0.0.30 () {32 vars in 686 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/647] 10.0.0.30 () {32 vars in 668 bytes} [Thu Apr 16 01:16:18 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: 8|app: 0|req: 346/648] 10.0.0.30 () {32 vars in 686 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/649] 10.0.0.30 () {32 vars in 680 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/650] 10.0.0.30 () {32 vars in 698 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/651] 10.0.0.30 () {32 vars in 678 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/652] 10.0.0.30 () {32 vars in 666 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/router => generated 256 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/653] 10.0.0.30 () {32 vars in 676 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/654] 10.0.0.30 () {32 vars in 664 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/l3-ha => 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: 306/655] 10.0.0.30 () {32 vars in 674 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/656] 10.0.0.30 () {32 vars in 712 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/657] 10.0.0.30 () {32 vars in 690 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/658] 10.0.0.30 () {32 vars in 682 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/659] 10.0.0.30 () {32 vars in 668 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/660] 10.0.0.30 () {32 vars in 686 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/661] 10.0.0.30 () {32 vars in 704 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/662] 10.0.0.30 () {32 vars in 674 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/663] 10.0.0.30 () {32 vars in 700 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/664] 10.0.0.30 () {32 vars in 674 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/665] 10.0.0.30 () {32 vars in 692 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/666] 10.0.0.30 () {32 vars in 688 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/667] 10.0.0.30 () {32 vars in 708 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/668] 10.0.0.30 () {32 vars in 704 bytes} [Thu Apr 16 01:16:18 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: 313/669] 10.0.0.30 () {32 vars in 718 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/670] 10.0.0.30 () {32 vars in 696 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/671] 10.0.0.30 () {32 vars in 710 bytes} [Thu Apr 16 01:16:18 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: 358/672] 10.0.0.30 () {32 vars in 668 bytes} [Thu Apr 16 01:16:18 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: 315/673] 10.0.0.30 () {32 vars in 686 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/674] 10.0.0.30 () {32 vars in 680 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/675] 10.0.0.30 () {32 vars in 674 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/676] 10.0.0.30 () {32 vars in 670 bytes} [Thu Apr 16 01:16:18 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: 8|app: 0|req: 359/677] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:18 2026] GET /v2.0/ports?tenant_id=961419f828d74dafaf8bb516f9ca8c1a&device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/678] 10.0.0.30 () {32 vars in 660 bytes} [Thu Apr 16 01:16:19 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: 320/679] 10.0.0.30 () {32 vars in 698 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/680] 10.0.0.30 () {32 vars in 698 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/681] 10.0.0.30 () {32 vars in 676 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/682] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/networks?id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c => generated 780 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/683] 10.0.0.30 () {32 vars in 668 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/684] 10.0.0.30 () {32 vars in 682 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/685] 10.0.0.30 () {32 vars in 700 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/686] 10.0.0.30 () {32 vars in 684 bytes} [Thu Apr 16 01:16:19 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: 8|app: 0|req: 361/687] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=14b01a2f-b595-4245-a154-5780e84b36ee => generated 860 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/688] 10.0.0.30 () {32 vars in 706 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/689] 10.0.0.30 () {32 vars in 668 bytes} [Thu Apr 16 01:16:19 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: 329/690] 10.0.0.30 () {32 vars in 696 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/691] 10.0.0.30 () {32 vars in 694 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/692] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/subnets?id=e93b151e-cd67-4634-a11e-3fe71a0b418c => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/693] 10.0.0.30 () {32 vars in 684 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/694] 10.0.0.30 () {32 vars in 688 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/695] 10.0.0.30 () {32 vars in 704 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/696] 10.0.0.30 () {32 vars in 666 bytes} [Thu Apr 16 01:16:19 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: 335/697] 10.0.0.30 () {32 vars in 680 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/698] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/ports?network_id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/699] 10.0.0.30 () {32 vars in 680 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/700] 10.0.0.30 () {32 vars in 690 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/701] 10.0.0.30 () {32 vars in 690 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/702] 10.0.0.30 () {32 vars in 694 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/703] 10.0.0.30 () {32 vars in 684 bytes} [Thu Apr 16 01:16:19 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: 8|app: 0|req: 368/704] 10.0.0.30 () {32 vars in 688 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/705] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?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: 369/706] 10.0.0.30 () {32 vars in 700 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/707] 10.0.0.30 () {32 vars in 702 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/708] 10.0.0.30 () {32 vars in 712 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/709] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:16:19 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: 373/710] 10.0.0.30 () {32 vars in 714 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/711] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?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: 374/712] 10.0.0.30 () {32 vars in 726 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/713] 10.0.0.30 () {32 vars in 740 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/714] 10.0.0.30 () {32 vars in 718 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/715] 10.0.0.30 () {32 vars in 682 bytes} [Thu Apr 16 01:16:19 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: 376/716] 10.0.0.30 () {32 vars in 668 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/segment => generated 145 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/717] 10.0.0.30 () {32 vars in 718 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/718] 10.0.0.30 () {32 vars in 678 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/719] 10.0.0.30 () {32 vars in 668 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/720] 10.0.0.30 () {32 vars in 696 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/721] 10.0.0.30 () {32 vars in 704 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/722] 10.0.0.30 () {32 vars in 700 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/723] 10.0.0.30 () {32 vars in 700 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/724] 10.0.0.30 () {32 vars in 682 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/725] 10.0.0.30 () {32 vars in 704 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/726] 10.0.0.30 () {32 vars in 694 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/727] 10.0.0.30 () {32 vars in 688 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/728] 10.0.0.30 () {32 vars in 696 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/729] 10.0.0.30 () {32 vars in 678 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/730] 10.0.0.30 () {32 vars in 688 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/731] 10.0.0.30 () {32 vars in 700 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/732] 10.0.0.30 () {32 vars in 664 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/733] 10.0.0.30 () {32 vars in 680 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/734] 10.0.0.30 () {32 vars in 676 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/735] 10.0.0.30 () {32 vars in 692 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/736] 10.0.0.30 () {32 vars in 676 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/737] 10.0.0.30 () {32 vars in 666 bytes} [Thu Apr 16 01:16:19 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: 8|app: 0|req: 387/738] 10.0.0.30 () {32 vars in 662 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/739] 10.0.0.30 () {32 vars in 674 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/740] 10.0.0.30 () {32 vars in 686 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:19.843 8 INFO neutron.services.segments.plugin [-] Segment d833f633-40d0-454c-86f2-9caffffeaec9 resource provider aggregate not found 2026-04-16 01:16:19.856 8 INFO neutron.services.segments.plugin [-] Segment d833f633-40d0-454c-86f2-9caffffeaec9 resource provider aggregate not found 2026-04-16 01:16:19.868 8 INFO neutron.services.segments.plugin [-] Segment d833f633-40d0-454c-86f2-9caffffeaec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d833f633-40d0-454c-86f2-9caffffeaec9 found for delete ", "request_id": "req-5cf58bb7-18f2-42e5-a26d-353eb2668fa0"}]} 2026-04-16 01:16:19.872 8 INFO neutron.services.segments.plugin [-] Segment d833f633-40d0-454c-86f2-9caffffeaec9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d833f633-40d0-454c-86f2-9caffffeaec9 found for delete ", "request_id": "req-704c2e0c-5d4f-4728-be26-c4793ae27040"}]} [pid: 8|app: 0|req: 389/741] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:20 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/742] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:20 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&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: 391/743] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:20 2026] GET /v2.0/ports?tenant_id=961419f828d74dafaf8bb516f9ca8c1a&device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/744] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/security-groups?tenant_id=d49022e2b4674f4c9cd3d68fc115febc&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/745] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:16:20 2026] GET /v2.0/networks?id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/746] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:20 2026] DELETE /v2.0/security-groups/748583e5-7b1f-42e1-843b-fd0a17f1349e => 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: 356/747] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:16:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=14b01a2f-b595-4245-a154-5780e84b36ee => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:20.522 8 INFO neutron.db.segments_db [None req-7b0ff5a4-6a8a-47a2-99eb-d723874e8ed0 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment c8bc62af-8f9e-4d32-bb57-5e9293ebe2af of type vxlan for network 4ef5a348-d72f-4348-b221-fef966b2653d [pid: 7|app: 0|req: 357/748] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:16:20 2026] GET /v2.0/subnets?id=e93b151e-cd67-4634-a11e-3fe71a0b418c => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/749] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:16:20 2026] GET /v2.0/ports?network_id=b78e431f-dab8-40e7-bf6b-a5b0728fe04c&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: 392/750] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:16:20 2026] POST /v2.0/networks => generated 724 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/751] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:16:20 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?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: 360/752] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:16:20 2026] GET /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c?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: 393/753] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:20 2026] POST /v2.0/subnets => generated 691 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:16:20.829 7 INFO neutron.db.segments_db [None req-36cebf87-2291-4bbd-aee5-bb0738a2f17f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 17678887-ba44-4d51-9b55-6c3d022c3152 of type vxlan for network ae445a4d-64fb-4123-9e3b-7fd4d9348d97 2026-04-16 01:16:21.055 7 INFO neutron.db.l3_hamode_db [None req-36cebf87-2291-4bbd-aee5-bb0738a2f17f 3e0f46e30a024edaa74f68b896ac6cdf 64d70cb5af26490498232078ed1ea625 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 394/754] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:21 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/755] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:21 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:21.865 7 INFO neutron.db.l3_hamode_db [None req-36cebf87-2291-4bbd-aee5-bb0738a2f17f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:16:22.586 8 INFO neutron.db.segments_db [None req-e2237175-b088-44db-9722-3e10a5d20630 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Added segment 632e2912-072f-40e4-aabb-85658367c285 of type vxlan for network bc2aad7d-66bf-4438-be43-f40c3d1e1082 [pid: 7|app: 0|req: 361/756] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:20 2026] POST /v2.0/routers => generated 731 bytes in 1868 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/757] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:16:22 2026] POST /v2.0/networks => generated 630 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/758] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:16:22 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => 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: 362/759] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:22 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/760] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:22 2026] POST /v2.0/subnets => generated 627 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:16:23.045 7 INFO neutron_taas.services.taas.taas_plugin [req-00d0fc49-ecf8-49b4-8e38-62cd07e26194 req-f515cf19-3e66-4a44-92ab-6dc473535d4f 685ec153b323422ba9218fe8e067a7f9 961419f828d74dafaf8bb516f9ca8c1a - - default default] TaaS: Handle Delete Port: 14b01a2f-b595-4245-a154-5780e84b36ee 2026-04-16 01:16:23.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-00d0fc49-ecf8-49b4-8e38-62cd07e26194 req-f515cf19-3e66-4a44-92ab-6dc473535d4f 685ec153b323422ba9218fe8e067a7f9 961419f828d74dafaf8bb516f9ca8c1a - - default default] Tap Mirror: Handle Delete Port: 14b01a2f-b595-4245-a154-5780e84b36ee 2026-04-16 01:16:23.161 7 INFO neutron.db.l3_db [req-00d0fc49-ecf8-49b4-8e38-62cd07e26194 req-f515cf19-3e66-4a44-92ab-6dc473535d4f 685ec153b323422ba9218fe8e067a7f9 961419f828d74dafaf8bb516f9ca8c1a - - default default] Floating IP d3cecdc3-206d-4df1-a9af-fcfe38c612cb disassociated. External IP: 10.96.250.210, port: 14b01a2f-b595-4245-a154-5780e84b36ee. [pid: 7|app: 0|req: 364/761] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:16:22 2026] DELETE /v2.0/ports/14b01a2f-b595-4245-a154-5780e84b36ee => generated 0 bytes in 557 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/762] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:23 2026] GET /v2.0/security-groups?id=6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5&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 01:16:23.534 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc325a7d-abc0-4aba-af7a-7a126970fe99'] response: {'server_uuid': '5f4ba692-4054-4fa0-82c8-42e175d5dc35', 'name': 'network-vif-deleted', 'tag': '14b01a2f-b595-4245-a154-5780e84b36ee', 'status': 'completed', 'code': 200} 2026-04-16 01:16:23.573 7 INFO neutron.db.segments_db [None req-4ffb0b6a-1e00-4255-ac82-c2bf8598e217 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Added segment 03d61489-175a-4a2a-a123-e7dae54c48c9 of type vxlan for network 9c8db040-4907-4caf-afae-02795ee97a76 [pid: 8|app: 0|req: 398/763] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:16:22 2026] PUT /v2.0/routers/e93c0b07-9ae0-4231-91b5-1f5d09e12d1a/add_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:23.800 7 INFO neutron.db.l3_hamode_db [None req-4ffb0b6a-1e00-4255-ac82-c2bf8598e217 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 401/766] 10.0.0.30 () {34 vars in 684 bytes} [Thu Apr 16 01:16:24 2026] POST /v2.0/security-groups => generated 1660 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/767] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:16:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/768] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:16:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:16:24.640 7 INFO neutron.db.l3_hamode_db [None req-4ffb0b6a-1e00-4255-ac82-c2bf8598e217 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 404/769] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:16:24 2026] POST /v2.0/floatingips => generated 552 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/770] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:25 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => 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: 366/771] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:23 2026] POST /v2.0/routers => generated 695 bytes in 2029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/772] 10.0.0.119 () {34 vars in 1098 bytes} [Thu Apr 16 01:16:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--185218461&fields=id&tenant_id=64d70cb5af26490498232078ed1ea625 => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/773] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:16:25 2026] GET /v2.0/networks?id=4ef5a348-d72f-4348-b221-fef966b2653d => 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: 369/774] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:16:25 2026] GET /v2.0/quotas/64d70cb5af26490498232078ed1ea625 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/775] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:16:25 2026] GET /v2.0/ports?tenant_id=64d70cb5af26490498232078ed1ea625&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/776] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:16:25 2026] GET /v2.0/networks/4ef5a348-d72f-4348-b221-fef966b2653d?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: 372/777] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:16:25 2026] GET /v2.0/networks/4ef5a348-d72f-4348-b221-fef966b2653d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/778] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:26 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 374/779] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:26 2026] GET /v2.0/ports?device_id=5f4ba692-4054-4fa0-82c8-42e175d5dc35 => 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: 406/780] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:16:25 2026] PUT /v2.0/routers/8b3ff416-07f0-4d56-961a-5ab2e9be9047/add_router_interface => generated 309 bytes in 1262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/781] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:27 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/782] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:16:26 2026] POST /v2.0/ports => generated 954 bytes in 352 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: 376/783] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:27 2026] DELETE /v2.0/security-groups/6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:16:27.476 7 INFO neutron.api.v2.resource [None req-ae5eb04a-4c44-4465-8abf-ca0809f1e402 685ec153b323422ba9218fe8e067a7f9 961419f828d74dafaf8bb516f9ca8c1a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 377/784] 10.0.0.30 () {32 vars in 736 bytes} [Thu Apr 16 01:16:27 2026] GET /v2.0/security-groups/6d1d9ed7-47d0-4d53-a6c8-fc92849af3a5 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:16:27.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-03c3771d-aab1-4a19-a709-d410e2c09091 685ec153b323422ba9218fe8e067a7f9 961419f828d74dafaf8bb516f9ca8c1a - - default default] TaaS: Handle Delete Port: ba7c4b69-5f2f-44bd-8112-b137035c8a3b 2026-04-16 01:16:27.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03c3771d-aab1-4a19-a709-d410e2c09091 685ec153b323422ba9218fe8e067a7f9 961419f828d74dafaf8bb516f9ca8c1a - - default default] Tap Mirror: Handle Delete Port: ba7c4b69-5f2f-44bd-8112-b137035c8a3b [pid: 7|app: 0|req: 378/785] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:16:27 2026] DELETE /v2.0/floatingips/d3cecdc3-206d-4df1-a9af-fcfe38c612cb => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/786] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:16:27 2026] POST /v2.0/ports => generated 952 bytes in 683 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 01:16:28.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-62b4801a-497b-4164-8e6e-3cbc56705254 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: c589c084-37a9-46d2-aa0e-4244d46a9bac 2026-04-16 01:16:28.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62b4801a-497b-4164-8e6e-3cbc56705254 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: c589c084-37a9-46d2-aa0e-4244d46a9bac 2026-04-16 01:16:28.603 8 INFO neutron.db.l3_db [None req-a9e20612-f626-4ee2-b89a-b29ff6daecc7 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Floating IP bbd6e842-ff3b-427d-ac82-e9e9d06c87d6 associated. External IP: 10.96.250.219, port: d07365f8-6771-4f81-8d0b-1d3001228057. [pid: 7|app: 0|req: 379/787] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:16:27 2026] PUT /v2.0/routers/1a90469f-2b71-4700-83c4-60d723001262/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/788] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:28 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 409/789] 10.0.0.30 () {34 vars in 676 bytes} [Thu Apr 16 01:16:27 2026] POST /v2.0/floatingips => generated 839 bytes in 1044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/790] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:28 2026] GET /v2.0/security-groups?tenant_id=e5cc973222a84e1182b4e9e97dbda905&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:16:29.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-c72e2c09-fdbb-4d78-b59e-6a723fcbb8a0 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: f3be3b4f-b3f9-4bc4-be0f-f10293add8bc 2026-04-16 01:16:29.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c72e2c09-fdbb-4d78-b59e-6a723fcbb8a0 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: f3be3b4f-b3f9-4bc4-be0f-f10293add8bc 2026-04-16 01:16:29.198 7 INFO neutron.db.l3_db [None req-b3ce78b4-554e-48ec-86a9-0457991d2adb 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Floating IP bbd6e842-ff3b-427d-ac82-e9e9d06c87d6 disassociated. External IP: 10.96.250.219, port: d07365f8-6771-4f81-8d0b-1d3001228057. 2026-04-16 01:16:29.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-c72e2c09-fdbb-4d78-b59e-6a723fcbb8a0 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 5e9a7e33-b11a-440c-b153-c41f99e58bc5 2026-04-16 01:16:29.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c72e2c09-fdbb-4d78-b59e-6a723fcbb8a0 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 5e9a7e33-b11a-440c-b153-c41f99e58bc5 [pid: 7|app: 0|req: 382/791] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:16:29 2026] PUT /v2.0/floatingips/bbd6e842-ff3b-427d-ac82-e9e9d06c87d6 => generated 552 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/792] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:29 2026] DELETE /v2.0/security-groups/8ba38e77-4962-40a2-aa9d-5f116890df53 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:16:29.655 8 INFO neutron.services.segments.plugin [-] Segment 8ede2e7f-3034-49bb-aa9f-ca544842a7ef resource provider aggregate not found 2026-04-16 01:16:29.663 8 INFO neutron.services.segments.plugin [-] Segment 8ede2e7f-3034-49bb-aa9f-ca544842a7ef resource provider aggregate not found 2026-04-16 01:16:29.684 8 INFO neutron.services.segments.plugin [-] Segment 8ede2e7f-3034-49bb-aa9f-ca544842a7ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ede2e7f-3034-49bb-aa9f-ca544842a7ef found for delete ", "request_id": "req-3f9e904c-ba3d-4f45-acee-62ef8932e6cc"}]} 2026-04-16 01:16:29.686 8 INFO neutron.services.segments.plugin [-] Segment 8ede2e7f-3034-49bb-aa9f-ca544842a7ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ede2e7f-3034-49bb-aa9f-ca544842a7ef found for delete ", "request_id": "req-3b6aec0e-4cea-4037-9639-3918a10aad67"}]} 2026-04-16 01:16:29.695 7 INFO neutron_taas.services.taas.taas_plugin [None req-131b1232-88f8-4ea2-b9a4-86a4c680dec7 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] TaaS: Handle Delete Port: 1111d568-6273-4e87-af51-98ca99ff61b2 2026-04-16 01:16:29.698 8 INFO neutron.db.l3_hamode_db [None req-c72e2c09-fdbb-4d78-b59e-6a723fcbb8a0 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] HA network 232130c5-f85a-4d80-8f27-4e591070853b was deleted as no HA routers are present in tenant 961419f828d74dafaf8bb516f9ca8c1a. 2026-04-16 01:16:29.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-131b1232-88f8-4ea2-b9a4-86a4c680dec7 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Tap Mirror: Handle Delete Port: 1111d568-6273-4e87-af51-98ca99ff61b2 [pid: 8|app: 0|req: 410/793] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:28 2026] DELETE /v2.0/routers/1a90469f-2b71-4700-83c4-60d723001262 => generated 0 bytes in 787 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/794] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:29 2026] DELETE /v2.0/subnets/e93b151e-cd67-4634-a11e-3fe71a0b418c => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/795] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:16:29 2026] DELETE /v2.0/floatingips/bbd6e842-ff3b-427d-ac82-e9e9d06c87d6 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:16:29.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-e089eaf1-387e-429c-b141-866bb9bdce80 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: ae15006a-d1cb-4446-be89-8c067dee56bb 2026-04-16 01:16:29.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e089eaf1-387e-429c-b141-866bb9bdce80 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: ae15006a-d1cb-4446-be89-8c067dee56bb [pid: 8|app: 0|req: 412/796] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:29 2026] DELETE /v2.0/networks/b78e431f-dab8-40e7-bf6b-a5b0728fe04c => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/797] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:30 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 414/798] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:30 2026] GET /v2.0/security-groups?tenant_id=961419f828d74dafaf8bb516f9ca8c1a&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: 415/799] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:30 2026] DELETE /v2.0/security-groups/aba13e29-5d98-4da7-baf1-956a8671cc6f => 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: 416/800] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:16:30 2026] GET /v2.0/networks?id=4ef5a348-d72f-4348-b221-fef966b2653d => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/801] 199.204.45.209 () {34 vars in 1050 bytes} [Thu Apr 16 01:16:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=64d70cb5af26490498232078ed1ea625 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:30.654 7 INFO neutron.db.l3_db [None req-86c95863-ed61-46db-b1d8-f8748c286e95 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Floating IP 3da973a8-29af-4e1d-816f-588e83ce63b6 associated. External IP: 10.96.250.205, port: 907d951f-ed03-46c9-b996-99287e6b48bd. [pid: 8|app: 0|req: 418/802] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:16:30 2026] POST /v2.0/ports => generated 954 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 385/803] 10.0.0.30 () {34 vars in 676 bytes} [Thu Apr 16 01:16:29 2026] POST /v2.0/floatingips => generated 841 bytes in 1136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/804] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:16:31 2026] GET /v2.0/floatingips/3da973a8-29af-4e1d-816f-588e83ce63b6 => generated 841 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/805] 10.0.0.30 () {32 vars in 654 bytes} [Thu Apr 16 01:16:31 2026] GET /v2.0/floatingips => generated 844 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/806] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:16:30 2026] PUT /v2.0/ports/f0a9a217-5e85-4ce4-b4a4-088083cad001 => generated 1235 bytes in 361 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 01:16:31.195 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a70e84ce-ef09-44af-bd27-34991531059e'] response: {'name': 'network-changed', 'server_uuid': 'df842f0d-070f-4535-a5e3-b960ab7becf1', 'tag': 'f0a9a217-5e85-4ce4-b4a4-088083cad001', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 420/807] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:31 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/808] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:31 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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 01:16:31.535 7 INFO neutron.db.l3_db [None req-bfb732af-4165-49dd-a918-fa1a82216fe6 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Floating IP 3da973a8-29af-4e1d-816f-588e83ce63b6 associated. External IP: 10.96.250.205, port: 907d951f-ed03-46c9-b996-99287e6b48bd. 2026-04-16 01:16:31.718 8 INFO neutron.services.segments.plugin [-] Segment 40b1d14a-7832-4739-ad4a-fd5de2a6d803 resource provider aggregate not found 2026-04-16 01:16:31.727 8 INFO neutron.services.segments.plugin [-] Segment 40b1d14a-7832-4739-ad4a-fd5de2a6d803 resource provider aggregate not found 2026-04-16 01:16:31.753 8 INFO neutron.services.segments.plugin [-] Segment 40b1d14a-7832-4739-ad4a-fd5de2a6d803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40b1d14a-7832-4739-ad4a-fd5de2a6d803 found for delete ", "request_id": "req-54a41104-5853-4c29-ab37-23a2cf058eee"}]} 2026-04-16 01:16:31.754 8 INFO neutron.services.segments.plugin [-] Segment 40b1d14a-7832-4739-ad4a-fd5de2a6d803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40b1d14a-7832-4739-ad4a-fd5de2a6d803 found for delete ", "request_id": "req-6f873dc0-3449-41c5-aedb-62ca9168e2bd"}]} [pid: 8|app: 0|req: 422/809] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:31 2026] GET /v2.0/ports?tenant_id=64d70cb5af26490498232078ed1ea625&device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/810] 199.204.45.209 () {34 vars in 1018 bytes} [Thu Apr 16 01:16:31 2026] GET /v2.0/networks?tenant_id=64d70cb5af26490498232078ed1ea625&shared=False => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/811] 199.204.45.209 () {34 vars in 930 bytes} [Thu Apr 16 01:16:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/812] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:16:31 2026] PUT /v2.0/floatingips/3da973a8-29af-4e1d-816f-588e83ce63b6 => generated 839 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:32.253 7 INFO neutron.db.l3_db [None req-b281562d-81b6-438a-b36d-2e2d24b8d428 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Floating IP 3da973a8-29af-4e1d-816f-588e83ce63b6 disassociated. External IP: 10.96.250.205, port: d07365f8-6771-4f81-8d0b-1d3001228057. 2026-04-16 01:16:32.313 8 INFO neutron.db.segments_db [None req-9f97ec9e-07ba-47d0-a1c2-a19e63bb0bac 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 97ea6b09-1d1c-41ed-b971-9b2d65492677 of type vxlan for network 197ccb06-4a79-4a1d-85f3-d73f755fb396 [pid: 8|app: 0|req: 425/813] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:16:32 2026] POST /v2.0/networks => generated 719 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/814] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:32 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/815] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:16:32 2026] PUT /v2.0/floatingips/3da973a8-29af-4e1d-816f-588e83ce63b6 => generated 552 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/816] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:32 2026] POST /v2.0/subnets => generated 685 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/817] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:32 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:32.719 7 INFO neutron_taas.services.taas.taas_plugin [None req-1495a725-161f-47f8-8018-02d32dbd383a 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] TaaS: Handle Delete Port: 3eeb7735-60a3-4f48-ba07-1aa48da21cce 2026-04-16 01:16:32.723 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1495a725-161f-47f8-8018-02d32dbd383a 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Tap Mirror: Handle Delete Port: 3eeb7735-60a3-4f48-ba07-1aa48da21cce 2026-04-16 01:16:32.878 8 INFO neutron.db.segments_db [None req-795d1382-aec6-45d8-abef-ed4052cf1bc3 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Added segment 28db748e-e621-469d-8f37-2b9128099de0 of type vxlan for network cc212a95-b0ca-4ee5-a0d4-daa8317cd211 [pid: 7|app: 0|req: 391/818] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:16:32 2026] DELETE /v2.0/floatingips/3da973a8-29af-4e1d-816f-588e83ce63b6 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:16:32.915 7 INFO neutron.db.segments_db [None req-dae505fa-e428-4629-b99c-0cb50512d2fa 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment f2177ae6-c403-49fa-9b00-73babc796f8a of type vxlan for network 42d6977c-ed4b-40a4-9122-89a1de788949 [pid: 8|app: 0|req: 428/819] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:16:32 2026] POST /v2.0/networks => generated 614 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:16:32.976 8 INFO neutron.api.v2.resource [None req-0b7a5d06-8cea-4228-94d6-289ba683479b 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 429/820] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:16:32 2026] DELETE /v2.0/floatingips/3da973a8-29af-4e1d-816f-588e83ce63b6 => 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: 430/821] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:32 2026] GET /v2.0/ports?tenant_id=64d70cb5af26490498232078ed1ea625&device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:16:33.041 8 INFO neutron.db.segments_db [None req-db7526cd-5873-4dc9-adfd-001e071af975 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Added segment 96226b6f-dce7-4877-ba9a-f2d10e27fe65 of type vxlan for network 529d4bec-19be-42c7-b74d-a1ab595b38ad 2026-04-16 01:16:33.102 7 INFO neutron.db.l3_hamode_db [None req-dae505fa-e428-4629-b99c-0cb50512d2fa 3e0f46e30a024edaa74f68b896ac6cdf 093a0b2289b54b97b05606328b1ff9b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:16:33.249 8 INFO neutron.db.l3_hamode_db [None req-db7526cd-5873-4dc9-adfd-001e071af975 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:16:34.084 8 INFO neutron.db.l3_hamode_db [None req-db7526cd-5873-4dc9-adfd-001e071af975 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:16:34.179 7 INFO neutron.db.l3_hamode_db [None req-dae505fa-e428-4629-b99c-0cb50512d2fa 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 431/822] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:33 2026] POST /v2.0/routers => generated 694 bytes in 1903 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/823] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:32 2026] POST /v2.0/routers => generated 725 bytes in 2108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/824] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:16:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=f0a9a217-5e85-4ce4-b4a4-088083cad001 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:16:35.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-494735c0-43b2-4ed0-89b1-be288fd60c29 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] TaaS: Handle Delete Port: d07365f8-6771-4f81-8d0b-1d3001228057 2026-04-16 01:16:35.044 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-494735c0-43b2-4ed0-89b1-be288fd60c29 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Tap Mirror: Handle Delete Port: d07365f8-6771-4f81-8d0b-1d3001228057 [pid: 7|app: 0|req: 394/825] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:35 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/826] 10.0.0.30 () {32 vars in 775 bytes} [Thu Apr 16 01:16:35 2026] GET /v2.0/subnets?project_id=12f7abd2a85c45cb8dfcaee3a38c697d&cidr=10.100.0.0%2F28 => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/827] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:16:34 2026] DELETE /v2.0/ports/d07365f8-6771-4f81-8d0b-1d3001228057 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/828] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:16:35 2026] GET /v2.0/subnets?id=d3d1577c-73b1-4a9a-b678-c906c4bf2489 => generated 694 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/829] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:35 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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: 8|app: 0|req: 435/830] 10.0.0.30 () {32 vars in 693 bytes} [Thu Apr 16 01:16:35 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:35.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-61ca0587-b828-47ca-bfdd-a604902e7937 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] TaaS: Handle Delete Port: 907d951f-ed03-46c9-b996-99287e6b48bd 2026-04-16 01:16:35.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61ca0587-b828-47ca-bfdd-a604902e7937 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Tap Mirror: Handle Delete Port: 907d951f-ed03-46c9-b996-99287e6b48bd [pid: 8|app: 0|req: 436/831] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:16:35 2026] DELETE /v2.0/ports/907d951f-ed03-46c9-b996-99287e6b48bd => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/832] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:16:35 2026] GET /v2.0/ports?network_id=4ef5a348-d72f-4348-b221-fef966b2653d&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/833] 10.0.0.30 () {32 vars in 783 bytes} [Thu Apr 16 01:16:35 2026] GET /v2.0/subnets?network_id=b29d522e-1383-41a3-aed8-596621f88ae1&cidr=10.100.0.0%2F28 => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/834] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:16:35 2026] GET /v2.0/ports?device_id=8b3ff416-07f0-4d56-961a-5ab2e9be9047 => generated 958 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/835] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:16:35 2026] GET /v2.0/networks/4ef5a348-d72f-4348-b221-fef966b2653d?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: 441/836] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:35 2026] POST /v2.0/subnets => generated 657 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:16:36.193 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d19cadd-1bb4-4638-a8fd-10684a8a00db 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] TaaS: Handle Delete Port: 7465ddee-51d7-422c-b3ec-bd62271783ef 2026-04-16 01:16:36.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d19cadd-1bb4-4638-a8fd-10684a8a00db 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Tap Mirror: Handle Delete Port: 7465ddee-51d7-422c-b3ec-bd62271783ef [pid: 7|app: 0|req: 396/837] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:16:35 2026] PUT /v2.0/routers/7153c278-e3ca-41fb-9ea6-fbf6fe40daae/add_router_interface => generated 309 bytes in 1091 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/838] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:16:36 2026] GET /v2.0/networks/4ef5a348-d72f-4348-b221-fef966b2653d?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: 442/839] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:16:35 2026] PUT /v2.0/routers/8b3ff416-07f0-4d56-961a-5ab2e9be9047/remove_router_interface => generated 309 bytes in 898 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/840] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:36 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:36.969 8 INFO neutron_taas.services.taas.taas_plugin [None req-345825ac-b690-4380-9789-c8a44e502d3d 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] TaaS: Handle Delete Port: c4fd9756-d710-4efd-9609-7a3f8f087ade 2026-04-16 01:16:36.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-345825ac-b690-4380-9789-c8a44e502d3d 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Tap Mirror: Handle Delete Port: c4fd9756-d710-4efd-9609-7a3f8f087ade 2026-04-16 01:16:37.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-345825ac-b690-4380-9789-c8a44e502d3d 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] TaaS: Handle Delete Port: 1ad65a1e-1f2e-4368-87bf-b6f3189dcb56 2026-04-16 01:16:37.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-345825ac-b690-4380-9789-c8a44e502d3d 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] Tap Mirror: Handle Delete Port: 1ad65a1e-1f2e-4368-87bf-b6f3189dcb56 2026-04-16 01:16:37.544 8 INFO neutron.services.segments.plugin [-] Segment 03d61489-175a-4a2a-a123-e7dae54c48c9 resource provider aggregate not found 2026-04-16 01:16:37.549 8 INFO neutron.services.segments.plugin [-] Segment 03d61489-175a-4a2a-a123-e7dae54c48c9 resource provider aggregate not found 2026-04-16 01:16:37.566 8 INFO neutron.services.segments.plugin [-] Segment 03d61489-175a-4a2a-a123-e7dae54c48c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03d61489-175a-4a2a-a123-e7dae54c48c9 found for delete ", "request_id": "req-cc70c6be-ff4d-47d7-ac2a-101f927fd1bd"}]} 2026-04-16 01:16:37.567 8 INFO neutron.services.segments.plugin [-] Segment 03d61489-175a-4a2a-a123-e7dae54c48c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03d61489-175a-4a2a-a123-e7dae54c48c9 found for delete ", "request_id": "req-9d63745a-fcd9-495c-ac62-60b513696e28"}]} 2026-04-16 01:16:37.575 8 INFO neutron.db.l3_hamode_db [None req-345825ac-b690-4380-9789-c8a44e502d3d 02bba612cf224dc29c4f06b3aaf8ae09 a8635a4766834538b847bcbf9dd318dd - - default default] HA network 9c8db040-4907-4caf-afae-02795ee97a76 was deleted as no HA routers are present in tenant a8635a4766834538b847bcbf9dd318dd. [pid: 8|app: 0|req: 444/841] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:36 2026] DELETE /v2.0/routers/8b3ff416-07f0-4d56-961a-5ab2e9be9047 => generated 0 bytes in 815 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/842] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:16:36 2026] PUT /v2.0/routers/79e30314-a927-41f5-a2da-cafe59c95680/add_router_interface => generated 309 bytes in 1321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/843] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:37 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/844] 10.0.0.30 () {34 vars in 684 bytes} [Thu Apr 16 01:16:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/845] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:37 2026] DELETE /v2.0/subnets/3c68b700-7864-4c53-87b4-566383ab1261 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/846] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:16:37 2026] GET /v2.0/networks => generated 7228 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/847] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:16:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/848] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:16:37 2026] GET /v2.0/subnets => generated 5195 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:16:37.906 7 INFO neutron.services.segments.plugin [-] Segment 632e2912-072f-40e4-aabb-85658367c285 resource provider aggregate not found 2026-04-16 01:16:37.913 7 INFO neutron.services.segments.plugin [-] Segment 632e2912-072f-40e4-aabb-85658367c285 resource provider aggregate not found 2026-04-16 01:16:37.934 7 INFO neutron.services.segments.plugin [-] Segment 632e2912-072f-40e4-aabb-85658367c285 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 632e2912-072f-40e4-aabb-85658367c285 found for delete ", "request_id": "req-7581c90a-c54a-43f9-9fe5-1b051075f431"}]} 2026-04-16 01:16:37.939 7 INFO neutron.services.segments.plugin [-] Segment 632e2912-072f-40e4-aabb-85658367c285 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 632e2912-072f-40e4-aabb-85658367c285 found for delete ", "request_id": "req-493f81aa-3bfa-4459-8193-1a94b6e4b4ea"}]} [pid: 7|app: 0|req: 401/849] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:37 2026] DELETE /v2.0/networks/bc2aad7d-66bf-4438-be43-f40c3d1e1082 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/850] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:16:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/851] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:16:37 2026] GET /v2.0/routers => generated 2185 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/852] 10.0.0.30 () {34 vars in 684 bytes} [Thu Apr 16 01:16:38 2026] POST /v2.0/security-groups => generated 1675 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/855] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:16:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/856] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:16:37 2026] POST /v2.0/floatingips => generated 552 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/857] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:16:38 2026] POST /v2.0/security-group-rules => generated 596 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/858] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:16:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/859] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:38 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/860] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:38 2026] GET /v2.0/security-groups?tenant_id=a8635a4766834538b847bcbf9dd318dd&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/861] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:38 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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: 453/862] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:16:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/863] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:38 2026] DELETE /v2.0/security-groups/1e7380f5-4dee-49f1-a13d-ddc453a9d04e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:16:38.998 8 INFO neutron.db.securitygroups_db [None req-53ac345f-c7f8-4611-bd79-fb188f9584a9 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Project 12f7abd2a85c45cb8dfcaee3a38c697d 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: 454/864] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:16:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/865] 10.0.0.119 () {34 vars in 1098 bytes} [Thu Apr 16 01:16:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--451439592&fields=id&tenant_id=093a0b2289b54b97b05606328b1ff9b6 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:16:39.139 8 INFO neutron.db.securitygroups_db [None req-e3e5ba62-b042-4a9e-99e0-def8ddd7baad 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Project 12f7abd2a85c45cb8dfcaee3a38c697d 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: 412/866] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:16:39 2026] GET /v2.0/networks?id=197ccb06-4a79-4a1d-85f3-d73f755fb396 => generated 670 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/867] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:16:39 2026] GET /v2.0/quotas/093a0b2289b54b97b05606328b1ff9b6 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/868] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:16:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/869] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:16:39 2026] GET /v2.0/ports?tenant_id=093a0b2289b54b97b05606328b1ff9b6&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/870] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:16:39 2026] GET /v2.0/networks/197ccb06-4a79-4a1d-85f3-d73f755fb396?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: 415/871] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:16:39 2026] GET /v2.0/networks/197ccb06-4a79-4a1d-85f3-d73f755fb396?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: 457/872] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:39 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => 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: 416/873] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:16:39 2026] GET /v2.0/networks => generated 1298 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/874] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:39 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/875] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:40 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/876] 10.0.0.119 () {34 vars in 1100 bytes} [Thu Apr 16 01:16:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1703635480&fields=id&tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d => generated 69 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/877] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:16:40 2026] GET /v2.0/networks?id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211 => generated 661 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/878] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:16:40 2026] GET /v2.0/quotas/12f7abd2a85c45cb8dfcaee3a38c697d => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/879] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:16:40 2026] GET /v2.0/ports?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&fields=id => generated 57 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/880] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:16:40 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?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: 420/881] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:16:40 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?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: 462/882] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:40 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 421/883] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:40 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => 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: 422/884] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:41 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/885] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:41 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:41.358 8 INFO neutron.db.segments_db [None req-143a49f4-3a35-4deb-9e66-a8fe4cda6196 8ac4a48eefc345d4be800909dce0e3f1 815702e1f855459f9201de3707e4c1d4 - - default default] Added segment 0bcad339-7adf-4618-bf04-0ebe34a5bd86 of type vxlan for network f613014d-4581-4332-8f8e-3c305a0528de [pid: 7|app: 0|req: 424/886] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:41 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 463/887] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:16:40 2026] POST /v2.0/networks => generated 625 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:16:41.758 7 INFO neutron.db.l3_db [None req-61aa3298-2408-4e5a-aadc-ae579c406530 04796c22a3b74f719c8d742c6908c46f 64d70cb5af26490498232078ed1ea625 - - default default] Floating IP 4873c6de-2c15-4246-835f-fa90c514401f associated. External IP: 10.96.250.203, port: f0a9a217-5e85-4ce4-b4a4-088083cad001. [pid: 8|app: 0|req: 464/888] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:41 2026] POST /v2.0/subnets => generated 641 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/889] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:41 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 466/890] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:41 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:16:41.880 8 INFO neutron.db.segments_db [None req-2e5bcc88-3371-4c7e-83b2-25c5108ec1b9 8ac4a48eefc345d4be800909dce0e3f1 815702e1f855459f9201de3707e4c1d4 - - default default] Added segment 7e52410f-cecc-47c8-964c-5d1e09f2109e of type vxlan for network 3591d2a4-5f8c-4e37-bb7f-7886b0c1b48b [pid: 8|app: 0|req: 467/891] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:16:41 2026] POST /v2.0/networks => generated 624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/892] 10.0.0.30 () {34 vars in 742 bytes} [Thu Apr 16 01:16:41 2026] PUT /v2.0/networks/3591d2a4-5f8c-4e37-bb7f-7886b0c1b48b => generated 592 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/893] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:16:41 2026] PUT /v2.0/floatingips/4873c6de-2c15-4246-835f-fa90c514401f => generated 855 bytes in 685 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:42.139 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f1069e5-f6b7-44f1-adf9-18047c3a2bf9'] response: {'name': 'network-changed', 'server_uuid': 'df842f0d-070f-4535-a5e3-b960ab7becf1', 'tag': 'f0a9a217-5e85-4ce4-b4a4-088083cad001', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 469/894] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:42 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/895] 10.0.0.30 () {34 vars in 740 bytes} [Thu Apr 16 01:16:42 2026] PUT /v2.0/subnets/dda8b836-9957-4633-97f5-fc5c8be75b2e => generated 636 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:42.678 8 INFO neutron.services.segments.plugin [-] Segment 7e52410f-cecc-47c8-964c-5d1e09f2109e resource provider aggregate not found 2026-04-16 01:16:42.686 8 INFO neutron.services.segments.plugin [-] Segment 7e52410f-cecc-47c8-964c-5d1e09f2109e resource provider aggregate not found [pid: 7|app: 0|req: 427/896] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/ports?tenant_id=64d70cb5af26490498232078ed1ea625&device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:16:42.712 8 INFO neutron.services.segments.plugin [-] Segment 7e52410f-cecc-47c8-964c-5d1e09f2109e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e52410f-cecc-47c8-964c-5d1e09f2109e found for delete ", "request_id": "req-fcf42974-c9cf-4184-9bab-f75eb1177448"}]} 2026-04-16 01:16:42.714 8 INFO neutron.services.segments.plugin [-] Segment 7e52410f-cecc-47c8-964c-5d1e09f2109e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e52410f-cecc-47c8-964c-5d1e09f2109e found for delete ", "request_id": "req-89672d22-1e22-4d33-9704-c8a7a5a78c4c"}]} [pid: 8|app: 0|req: 470/897] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:42 2026] DELETE /v2.0/networks/3591d2a4-5f8c-4e37-bb7f-7886b0c1b48b => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:16:42.743 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00e81e81-cfdb-4342-8125-210e131f4ec3 8ac4a48eefc345d4be800909dce0e3f1 815702e1f855459f9201de3707e4c1d4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 471/898] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:42 2026] DELETE /v2.0/networks/3591d2a4-5f8c-4e37-bb7f-7886b0c1b48b => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/899] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/networks?id=4ef5a348-d72f-4348-b221-fef966b2653d => generated 771 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/900] 10.0.0.30 () {32 vars in 693 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/901] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=f0a9a217-5e85-4ce4-b4a4-088083cad001 => 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: 430/902] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/subnets?id=d3d1577c-73b1-4a9a-b678-c906c4bf2489 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/903] 10.0.0.30 () {32 vars in 741 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/subnets?network_id=b29d522e-1383-41a3-aed8-596621f88ae1 => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/904] 10.0.0.30 () {32 vars in 652 bytes} [Thu Apr 16 01:16:42 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: 431/905] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/ports?network_id=4ef5a348-d72f-4348-b221-fef966b2653d&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: 432/906] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/907] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/networks => generated 1309 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/908] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 476/909] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/networks/4ef5a348-d72f-4348-b221-fef966b2653d?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/910] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/subnets => generated 1280 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/911] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:16:42 2026] GET /v2.0/networks/4ef5a348-d72f-4348-b221-fef966b2653d?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: 435/912] 10.0.0.30 () {32 vars in 722 bytes} [Thu Apr 16 01:16:43 2026] GET /v2.0/networks/f613014d-4581-4332-8f8e-3c305a0528de => generated 669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/913] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:16:43 2026] GET /v2.0/subnets/f86c601d-1956-44ff-8a5e-757957555340 => generated 641 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:43.101 7 INFO neutron.pecan_wsgi.hooks.translation [None req-76ff457b-f689-4096-8364-4553819f73ce 8ac4a48eefc345d4be800909dce0e3f1 815702e1f855459f9201de3707e4c1d4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 436/914] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:43 2026] DELETE /v2.0/subnets/dda8b836-9957-4633-97f5-fc5c8be75b2e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:16:43.127 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a702b39-a30f-4ef6-9bd3-04bc08c4881b 8ac4a48eefc345d4be800909dce0e3f1 815702e1f855459f9201de3707e4c1d4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 479/915] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:43 2026] DELETE /v2.0/networks/3591d2a4-5f8c-4e37-bb7f-7886b0c1b48b => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/916] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:43 2026] DELETE /v2.0/subnets/f86c601d-1956-44ff-8a5e-757957555340 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/917] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:43 2026] DELETE /v2.0/networks/f613014d-4581-4332-8f8e-3c305a0528de => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/918] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:16:43 2026] GET /v2.0/networks?id=197ccb06-4a79-4a1d-85f3-d73f755fb396 => generated 670 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/919] 199.204.45.209 () {34 vars in 1050 bytes} [Thu Apr 16 01:16:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=093a0b2289b54b97b05606328b1ff9b6 => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/920] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:44 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => 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: 441/921] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:44 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/922] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:43 2026] GET /v2.0/security-groups?tenant_id=815702e1f855459f9201de3707e4c1d4&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/923] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:44 2026] DELETE /v2.0/security-groups/f3c30cd9-4b47-4ee9-9e14-a744c5dfa69d => 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: 442/924] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:16:44 2026] POST /v2.0/ports => generated 958 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:16:44.734 8 INFO neutron.services.segments.plugin [-] Segment 0bcad339-7adf-4618-bf04-0ebe34a5bd86 resource provider aggregate not found 2026-04-16 01:16:44.738 8 INFO neutron.services.segments.plugin [-] Segment 0bcad339-7adf-4618-bf04-0ebe34a5bd86 resource provider aggregate not found 2026-04-16 01:16:44.755 8 INFO neutron.services.segments.plugin [-] Segment 0bcad339-7adf-4618-bf04-0ebe34a5bd86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bcad339-7adf-4618-bf04-0ebe34a5bd86 found for delete ", "request_id": "req-fb6b66cc-ec55-4833-9fc0-d52330da6a41"}]} 2026-04-16 01:16:44.767 8 INFO neutron.services.segments.plugin [-] Segment 0bcad339-7adf-4618-bf04-0ebe34a5bd86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bcad339-7adf-4618-bf04-0ebe34a5bd86 found for delete ", "request_id": "req-f3c35ac4-49a4-4220-b0db-f9a17e11b513"}]} [pid: 8|app: 0|req: 483/925] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:16:44 2026] PUT /v2.0/ports/b20ea1ca-9ab3-45af-a8c0-05085e2ed825 => generated 1239 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:16:45.077 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-222cc9c5-95d9-4320-8ad8-bf59fd49cf76'] response: {'name': 'network-changed', 'server_uuid': 'd23fb71d-3b49-47a3-9922-a4f6f1fb7506', 'tag': 'b20ea1ca-9ab3-45af-a8c0-05085e2ed825', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 443/926] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:45 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/927] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:45 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 444/928] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:45 2026] GET /v2.0/security-groups?id=7847b17a-9e38-4f7c-962a-aaeceb8b3c14&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/929] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:45 2026] GET /v2.0/ports?tenant_id=093a0b2289b54b97b05606328b1ff9b6&device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => 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: 445/930] 199.204.45.209 () {34 vars in 1018 bytes} [Thu Apr 16 01:16:45 2026] GET /v2.0/networks?tenant_id=093a0b2289b54b97b05606328b1ff9b6&shared=False => generated 766 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/931] 199.204.45.209 () {34 vars in 930 bytes} [Thu Apr 16 01:16:45 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: 8|app: 0|req: 487/932] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:46 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:16:46.421 7 INFO neutron.db.segments_db [None req-89b81240-9bbe-4fb2-b64c-abee4722ed0a 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] Added segment bd3e46cd-1248-48dd-8333-9db9b3235ca8 of type vxlan for network a233e350-6e90-4096-9a7a-7065413babb0 [pid: 8|app: 0|req: 488/933] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:46 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/934] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:46 2026] GET /v2.0/security-groups?id=7847b17a-9e38-4f7c-962a-aaeceb8b3c14&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: 446/935] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:16:46 2026] POST /v2.0/networks => generated 630 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/936] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:46 2026] GET /v2.0/ports?tenant_id=093a0b2289b54b97b05606328b1ff9b6&device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/937] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:16:46 2026] POST /v2.0/ports => generated 779 bytes in 290 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: 448/938] 199.204.45.209 () {34 vars in 1060 bytes} [Thu Apr 16 01:16:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b20ea1ca-9ab3-45af-a8c0-05085e2ed825 => 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: 449/939] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:16:46 2026] GET /v2.0/subnets?id=47a48d56-8e7e-4c07-a71d-6cacf24953c0 => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:46.863 8 INFO neutron.db.segments_db [None req-f299c007-82cc-49fd-a7dc-33db6784cc90 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] Added segment 3e6e1055-5eb7-4210-9b57-9fc38824ee35 of type vxlan for network cbc2ec9a-3fc9-4a70-a99a-c70d194bd97f [pid: 7|app: 0|req: 450/940] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:16:46 2026] GET /v2.0/ports?network_id=197ccb06-4a79-4a1d-85f3-d73f755fb396&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/941] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:16:46 2026] GET /v2.0/networks/197ccb06-4a79-4a1d-85f3-d73f755fb396?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: 491/942] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:16:46 2026] POST /v2.0/networks => generated 617 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/943] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:16:46 2026] GET /v2.0/networks/197ccb06-4a79-4a1d-85f3-d73f755fb396?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: 492/944] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:46 2026] POST /v2.0/subnets => generated 646 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/945] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:47 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/946] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:16:47 2026] POST /v2.0/ports => generated 965 bytes in 325 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: 454/947] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:47 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:47.600 8 INFO neutron_taas.services.taas.taas_plugin [None req-142868ac-8675-4a8b-8818-6e6549f5d29c 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] TaaS: Handle Delete Port: a220ee7a-9fc3-4d11-8350-9689e0792a47 2026-04-16 01:16:47.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-142868ac-8675-4a8b-8818-6e6549f5d29c 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] Tap Mirror: Handle Delete Port: a220ee7a-9fc3-4d11-8350-9689e0792a47 [pid: 7|app: 0|req: 455/948] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:47 2026] GET /v2.0/security-groups?id=7847b17a-9e38-4f7c-962a-aaeceb8b3c14&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: 494/949] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:16:47 2026] DELETE /v2.0/ports/a220ee7a-9fc3-4d11-8350-9689e0792a47 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:16:47.746 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a95001f-9a41-495f-bcf7-686ed4592fdc 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 456/950] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:16:47 2026] DELETE /v2.0/ports/a220ee7a-9fc3-4d11-8350-9689e0792a47 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:16:47.772 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7aeef604-3f3a-4bfc-b108-1307e72321b8 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 495/951] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:16:47 2026] GET /v2.0/ports/a220ee7a-9fc3-4d11-8350-9689e0792a47 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/952] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:47 2026] DELETE /v2.0/subnets/26cc740d-8e2c-454d-b0ad-9b22037968d5 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:16:47.992 8 INFO neutron.services.segments.plugin [-] Segment 3e6e1055-5eb7-4210-9b57-9fc38824ee35 resource provider aggregate not found 2026-04-16 01:16:47.996 8 INFO neutron.services.segments.plugin [-] Segment 3e6e1055-5eb7-4210-9b57-9fc38824ee35 resource provider aggregate not found 2026-04-16 01:16:48.012 8 INFO neutron.services.segments.plugin [-] Segment 3e6e1055-5eb7-4210-9b57-9fc38824ee35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e6e1055-5eb7-4210-9b57-9fc38824ee35 found for delete ", "request_id": "req-db85608e-8e62-4c47-85a5-22dae76509b9"}]} 2026-04-16 01:16:48.018 8 INFO neutron.services.segments.plugin [-] Segment 3e6e1055-5eb7-4210-9b57-9fc38824ee35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e6e1055-5eb7-4210-9b57-9fc38824ee35 found for delete ", "request_id": "req-e2428a76-7ce5-4529-8a3e-40e9d8dc9667"}]} [pid: 8|app: 0|req: 496/953] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:47 2026] DELETE /v2.0/networks/cbc2ec9a-3fc9-4a70-a99a-c70d194bd97f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:16:48.105 7 INFO neutron.db.segments_db [None req-ed3c610e-9db1-4a9d-baf2-b32e77b9f1b7 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] Added segment faeadbc3-951f-491f-933b-17f5a4fb6c27 of type vxlan for network b0d151c6-45d6-459e-b0bb-17d2a2a03cf9 [pid: 7|app: 0|req: 458/954] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:16:48 2026] POST /v2.0/networks => generated 616 bytes in 148 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.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:48 2026] POST /v2.0/subnets => generated 646 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/956] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:48 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 459/957] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:16:48 2026] POST /v2.0/ports => generated 924 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/958] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:48 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/959] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:16:48 2026] GET /v2.0/networks?id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211 => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/960] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:48 2026] GET /v2.0/security-groups?id=7847b17a-9e38-4f7c-962a-aaeceb8b3c14&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: 462/961] 199.204.45.209 () {34 vars in 1050 bytes} [Thu Apr 16 01:16:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d => generated 181 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:48.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fd7899d-29f0-48c4-965c-9bed53996521 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] TaaS: Handle Delete Port: a7a3b28a-11bc-4fcc-9bf5-25a36e396f24 2026-04-16 01:16:48.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fd7899d-29f0-48c4-965c-9bed53996521 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] Tap Mirror: Handle Delete Port: a7a3b28a-11bc-4fcc-9bf5-25a36e396f24 [pid: 8|app: 0|req: 500/962] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:16:48 2026] DELETE /v2.0/ports/a7a3b28a-11bc-4fcc-9bf5-25a36e396f24 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:16:48.889 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79b2bd7c-5472-4191-8b4d-6cc5cf504b23 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 501/963] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:16:48 2026] GET /v2.0/ports/a7a3b28a-11bc-4fcc-9bf5-25a36e396f24 => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/964] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:48 2026] DELETE /v2.0/subnets/388bff24-c8b3-4a2f-ba83-71e31d29fe85 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/965] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:49 2026] DELETE /v2.0/networks/b0d151c6-45d6-459e-b0bb-17d2a2a03cf9 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/966] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:16:48 2026] POST /v2.0/ports => generated 954 bytes in 378 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: 504/967] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:16:49 2026] POST /v2.0/ports => generated 779 bytes in 253 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: 505/968] 10.0.0.30 () {34 vars in 736 bytes} [Thu Apr 16 01:16:49 2026] PUT /v2.0/ports/fbc8d22a-c769-4294-b66e-da4b7926a54c => generated 752 bytes in 137 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: 464/969] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:16:49 2026] PUT /v2.0/ports/2ad25d73-05e2-414d-a2ac-476a197fc22a => generated 1235 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:16:49.590 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6d61003-9429-4007-9335-33a7c3aa87de'] response: {'name': 'network-changed', 'server_uuid': '7c961006-fdf0-4621-bf64-acf4715cf4bd', 'tag': '2ad25d73-05e2-414d-a2ac-476a197fc22a', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:16:49.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-612ee455-36a7-458d-8af4-bc85cdad25b2 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] TaaS: Handle Delete Port: fbc8d22a-c769-4294-b66e-da4b7926a54c 2026-04-16 01:16:49.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-612ee455-36a7-458d-8af4-bc85cdad25b2 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] Tap Mirror: Handle Delete Port: fbc8d22a-c769-4294-b66e-da4b7926a54c [pid: 7|app: 0|req: 465/970] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:49 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/971] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:49 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&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: 506/972] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:16:49 2026] DELETE /v2.0/ports/fbc8d22a-c769-4294-b66e-da4b7926a54c => 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: 467/973] 10.0.0.30 () {32 vars in 642 bytes} [Thu Apr 16 01:16:49 2026] GET /v2.0/ports => generated 782 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:49.802 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b7fd59f0-2bc0-4e66-804d-0b5db3e7ed00 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 507/974] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:16:49 2026] GET /v2.0/ports/fbc8d22a-c769-4294-b66e-da4b7926a54c => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/975] 10.0.0.30 () {32 vars in 642 bytes} [Thu Apr 16 01:16:49 2026] GET /v2.0/ports => generated 782 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/976] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:49 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => 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: 469/977] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:16:49 2026] GET /v2.0/ports/2ad626c4-2dfa-4216-abe8-8e53667d4fdf => generated 779 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/978] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:49 2026] GET /v2.0/security-groups?id=7847b17a-9e38-4f7c-962a-aaeceb8b3c14&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:49.904 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e0ff641-5934-4709-8ab0-2ffe046103b6 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 470/979] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:16:49 2026] DELETE /v2.0/ports/a7a3b28a-11bc-4fcc-9bf5-25a36e396f24 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:16:49.926 8 INFO neutron.pecan_wsgi.hooks.translation [None req-197cf0ea-509a-4954-a3f3-0a40ee6116d7 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 510/980] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:49 2026] DELETE /v2.0/subnets/388bff24-c8b3-4a2f-ba83-71e31d29fe85 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:16:49.948 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c8fc46f-7989-431b-af9f-9d703ed8afe5 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 471/981] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:49 2026] DELETE /v2.0/subnets/26cc740d-8e2c-454d-b0ad-9b22037968d5 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:16:50.039 8 INFO neutron.services.segments.plugin [-] Segment faeadbc3-951f-491f-933b-17f5a4fb6c27 resource provider aggregate not found 2026-04-16 01:16:50.045 8 INFO neutron.services.segments.plugin [-] Segment faeadbc3-951f-491f-933b-17f5a4fb6c27 resource provider aggregate not found 2026-04-16 01:16:50.060 8 INFO neutron.services.segments.plugin [-] Segment faeadbc3-951f-491f-933b-17f5a4fb6c27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faeadbc3-951f-491f-933b-17f5a4fb6c27 found for delete ", "request_id": "req-e946de89-fee4-467d-94a9-d5663d965c7d"}]} 2026-04-16 01:16:50.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-08614c45-67a1-4e84-a739-4b6d951c4771 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] TaaS: Handle Delete Port: 2ad626c4-2dfa-4216-abe8-8e53667d4fdf 2026-04-16 01:16:50.068 8 INFO neutron.services.segments.plugin [-] Segment faeadbc3-951f-491f-933b-17f5a4fb6c27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faeadbc3-951f-491f-933b-17f5a4fb6c27 found for delete ", "request_id": "req-f63778e8-3dc1-4be2-9b4b-97eb513e8fe5"}]} 2026-04-16 01:16:50.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08614c45-67a1-4e84-a739-4b6d951c4771 6319c13210ca4d66b7b30be5372f1854 778f8f80110649aab7cfa9ef4af55df1 - - default default] Tap Mirror: Handle Delete Port: 2ad626c4-2dfa-4216-abe8-8e53667d4fdf [pid: 7|app: 0|req: 472/982] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:50 2026] GET /v2.0/ports?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/983] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:16:49 2026] DELETE /v2.0/ports/2ad626c4-2dfa-4216-abe8-8e53667d4fdf => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/984] 199.204.45.209 () {34 vars in 1018 bytes} [Thu Apr 16 01:16:50 2026] GET /v2.0/networks?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&shared=False => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/985] 199.204.45.209 () {34 vars in 930 bytes} [Thu Apr 16 01:16:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/986] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:16:50 2026] DELETE /v2.0/networks/a233e350-6e90-4096-9a7a-7065413babb0 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/987] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:50 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 476/988] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:50 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&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: 513/989] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:16:50 2026] GET /v2.0/security-groups?tenant_id=778f8f80110649aab7cfa9ef4af55df1&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: 477/990] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:16:50 2026] DELETE /v2.0/security-groups/1c9274fe-ff0f-4247-879c-88d70a8c7326 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/991] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:50 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/992] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:51 2026] GET /v2.0/security-groups?id=7847b17a-9e38-4f7c-962a-aaeceb8b3c14&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: 515/993] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:51 2026] GET /v2.0/ports?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 479/994] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:16:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2ad25d73-05e2-414d-a2ac-476a197fc22a => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/995] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:16:51 2026] GET /v2.0/subnets?id=430ced0e-3f40-4226-b8bd-7acc739bd097 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/996] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:16:51 2026] GET /v2.0/ports?network_id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/997] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:16:51 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?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: 481/998] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:16:51 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?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: 518/999] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:51 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 482/1000] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:51 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&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 01:16:52.080 8 INFO neutron.services.segments.plugin [-] Segment bd3e46cd-1248-48dd-8333-9db9b3235ca8 resource provider aggregate not found 2026-04-16 01:16:52.091 8 INFO neutron.services.segments.plugin [-] Segment bd3e46cd-1248-48dd-8333-9db9b3235ca8 resource provider aggregate not found 2026-04-16 01:16:52.101 8 INFO neutron.services.segments.plugin [-] Segment bd3e46cd-1248-48dd-8333-9db9b3235ca8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd3e46cd-1248-48dd-8333-9db9b3235ca8 found for delete ", "request_id": "req-0c09724b-e5d6-4435-8492-2b496525acf0"}]} 2026-04-16 01:16:52.112 8 INFO neutron.services.segments.plugin [-] Segment bd3e46cd-1248-48dd-8333-9db9b3235ca8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd3e46cd-1248-48dd-8333-9db9b3235ca8 found for delete ", "request_id": "req-97b746d9-b8e5-48d6-9551-7afa1e8a9bc5"}]} [pid: 8|app: 0|req: 519/1001] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:52 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => 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: 483/1002] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:52 2026] GET /v2.0/security-groups?id=7847b17a-9e38-4f7c-962a-aaeceb8b3c14&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: 520/1003] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:52 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:52.720 7 INFO neutron.db.l3_db [None req-b31ce49c-afe0-4b09-befe-8a7e5bb31dbf 79b1e5df8b1643649177d8a944802437 093a0b2289b54b97b05606328b1ff9b6 - - default default] Floating IP 14ce4a6d-a311-4943-9512-93cbc21bb8b4 associated. External IP: 10.96.250.208, port: b20ea1ca-9ab3-45af-a8c0-05085e2ed825. [pid: 7|app: 0|req: 484/1004] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:16:52 2026] PUT /v2.0/floatingips/14ce4a6d-a311-4943-9512-93cbc21bb8b4 => generated 856 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:53.067 8 INFO neutron.db.segments_db [None req-afa6089c-ae30-494c-9029-a0cf22487c43 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Added segment b7162ad6-d61d-4b2e-932a-914a08718ea2 of type vxlan for network 5e57ccd9-0595-437a-8897-eb50932bdfb3 2026-04-16 01:16:53.074 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b4acc24-0534-4e4b-91a0-72efa5139165'] response: {'name': 'network-changed', 'server_uuid': 'd23fb71d-3b49-47a3-9922-a4f6f1fb7506', 'tag': 'b20ea1ca-9ab3-45af-a8c0-05085e2ed825', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 485/1005] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1006] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1007] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:16:52 2026] POST /v2.0/networks => generated 615 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1008] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 487/1009] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1012] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/security-groups?id=7847b17a-9e38-4f7c-962a-aaeceb8b3c14&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:53.235 7 INFO neutron.db.segments_db [None req-03ab9853-97cd-4d5b-8452-8b25aa730997 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Added segment 34702e0b-d309-4b68-adaf-625821dde87d of type vxlan for network d9e57cae-a330-4931-ba64-0e9fac6a80e9 [pid: 8|app: 0|req: 525/1013] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&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: 489/1014] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:16:53 2026] POST /v2.0/networks => generated 614 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1015] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => 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: 491/1016] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/security-groups?id=7847b17a-9e38-4f7c-962a-aaeceb8b3c14&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: 526/1017] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:53 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1018] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/ports?tenant_id=093a0b2289b54b97b05606328b1ff9b6&device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => 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: 528/1019] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/networks?id=197ccb06-4a79-4a1d-85f3-d73f755fb396 => generated 766 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1020] 199.204.45.209 () {34 vars in 1060 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=b20ea1ca-9ab3-45af-a8c0-05085e2ed825 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1021] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/subnets?id=47a48d56-8e7e-4c07-a71d-6cacf24953c0 => generated 688 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1022] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/ports?network_id=197ccb06-4a79-4a1d-85f3-d73f755fb396&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: 492/1023] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:53 2026] POST /v2.0/subnets => generated 655 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1024] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/networks/197ccb06-4a79-4a1d-85f3-d73f755fb396?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:16:53.838 7 INFO neutron.db.segments_db [None req-1e4485cc-e636-4b2a-8de5-aa8dc808c7f3 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Added segment d31d36f1-4638-428c-8653-c19cfac6f1dd of type vxlan for network 562933d1-5a8b-4142-86be-3786ea770d7f [pid: 8|app: 0|req: 533/1025] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:16:53 2026] GET /v2.0/networks/197ccb06-4a79-4a1d-85f3-d73f755fb396?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 01:16:54.108 7 INFO neutron.db.l3_hamode_db [None req-1e4485cc-e636-4b2a-8de5-aa8dc808c7f3 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:16:54.257 7 INFO neutron.db.l3_hamode_db [None req-1e4485cc-e636-4b2a-8de5-aa8dc808c7f3 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 534/1026] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:54 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 535/1027] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:54 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&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: 536/1028] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:54 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1029] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:54 2026] GET /v2.0/security-groups?id=7847b17a-9e38-4f7c-962a-aaeceb8b3c14&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1030] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:16:53 2026] POST /v2.0/routers => generated 511 bytes in 1455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1031] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:55 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1032] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:55 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&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: 496/1033] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:55 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1034] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:55 2026] GET /v2.0/security-groups?id=7847b17a-9e38-4f7c-962a-aaeceb8b3c14&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: 7|app: 0|req: 498/1035] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:16:55 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:55.997 7 INFO neutron_taas.services.taas.taas_plugin [req-d52b9e3c-53a2-408d-a3d4-75b5567bf313 req-14c6a8b7-15ae-4747-bab0-8b89e8241a06 79b1e5df8b1643649177d8a944802437 093a0b2289b54b97b05606328b1ff9b6 - - default default] TaaS: Handle Delete Port: b20ea1ca-9ab3-45af-a8c0-05085e2ed825 2026-04-16 01:16:56.000 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d52b9e3c-53a2-408d-a3d4-75b5567bf313 req-14c6a8b7-15ae-4747-bab0-8b89e8241a06 79b1e5df8b1643649177d8a944802437 093a0b2289b54b97b05606328b1ff9b6 - - default default] Tap Mirror: Handle Delete Port: b20ea1ca-9ab3-45af-a8c0-05085e2ed825 2026-04-16 01:16:56.083 7 INFO neutron.db.l3_db [req-d52b9e3c-53a2-408d-a3d4-75b5567bf313 req-14c6a8b7-15ae-4747-bab0-8b89e8241a06 79b1e5df8b1643649177d8a944802437 093a0b2289b54b97b05606328b1ff9b6 - - default default] Floating IP 14ce4a6d-a311-4943-9512-93cbc21bb8b4 disassociated. External IP: 10.96.250.208, port: b20ea1ca-9ab3-45af-a8c0-05085e2ed825. [pid: 8|app: 0|req: 538/1036] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:16:55 2026] PUT /v2.0/routers/7a2da9c3-4b18-4507-8c7b-218a48fafb67/add_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1037] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:16:56 2026] GET /v2.0/ports/6d6a4505-1730-4482-a9f4-5f625cbdddb3 => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1038] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:16:55 2026] DELETE /v2.0/ports/b20ea1ca-9ab3-45af-a8c0-05085e2ed825 => generated 0 bytes in 500 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:16:56.470 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8586068-96c2-47cf-a17a-db2d17c601a8'] response: {'server_uuid': 'd23fb71d-3b49-47a3-9922-a4f6f1fb7506', 'name': 'network-vif-deleted', 'tag': 'b20ea1ca-9ab3-45af-a8c0-05085e2ed825', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 500/1039] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:56 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 501/1040] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:56 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&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: 502/1041] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:56 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => 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: 540/1042] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:16:56 2026] PUT /v2.0/routers/7a2da9c3-4b18-4507-8c7b-218a48fafb67/add_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1043] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:16:57 2026] GET /v2.0/ports/e292239b-eccd-4239-8e2b-bdd4e8f389d7 => generated 967 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:57.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c3748da-46e7-48b6-ac16-f7d029ba0164 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] TaaS: Handle Delete Port: e292239b-eccd-4239-8e2b-bdd4e8f389d7 2026-04-16 01:16:57.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c3748da-46e7-48b6-ac16-f7d029ba0164 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Tap Mirror: Handle Delete Port: e292239b-eccd-4239-8e2b-bdd4e8f389d7 [pid: 7|app: 0|req: 504/1044] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:57 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1045] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:57 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1046] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:58 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => 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: 507/1047] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:58 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1048] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:16:58 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1049] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:16:58 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 1240 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1050] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:16:57 2026] PUT /v2.0/routers/7a2da9c3-4b18-4507-8c7b-218a48fafb67/remove_router_interface => generated 309 bytes in 833 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:58.673 8 INFO neutron_taas.services.taas.taas_plugin [None req-00c2dda8-7ec9-40ef-9f8c-94eca94ecdaf ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] TaaS: Handle Delete Port: 6d6a4505-1730-4482-a9f4-5f625cbdddb3 2026-04-16 01:16:58.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00c2dda8-7ec9-40ef-9f8c-94eca94ecdaf ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Tap Mirror: Handle Delete Port: 6d6a4505-1730-4482-a9f4-5f625cbdddb3 2026-04-16 01:16:58.900 7 INFO neutron.db.l3_db [None req-25855644-5d11-4f53-8e56-f2fee8a8451b 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Floating IP 92562a33-1140-4ac2-899a-e11422002199 associated. External IP: 10.96.250.212, port: 2ad25d73-05e2-414d-a2ac-476a197fc22a. [pid: 7|app: 0|req: 510/1051] 10.0.0.30 () {34 vars in 676 bytes} [Thu Apr 16 01:16:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1052] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:16:59 2026] GET /v2.0/ports?device_id=d23fb71d-3b49-47a3-9922-a4f6f1fb7506 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:16:59.263 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad197703-57e9-48f5-8838-fc0b10411842'] response: {'name': 'network-changed', 'server_uuid': '7c961006-fdf0-4621-bf64-acf4715cf4bd', 'tag': '2ad25d73-05e2-414d-a2ac-476a197fc22a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 512/1053] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:16:59 2026] GET /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1054] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:16:58 2026] PUT /v2.0/routers/7a2da9c3-4b18-4507-8c7b-218a48fafb67/remove_router_interface => generated 309 bytes in 1050 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1055] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:16:59 2026] GET /v2.0/ports?device_id=7a2da9c3-4b18-4507-8c7b-218a48fafb67 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:16:59.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-23fc8b3b-2f8d-43b1-ac32-9388a8d4114f ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] TaaS: Handle Delete Port: ffb17359-ac0a-4dae-b57b-e8917a74e432 2026-04-16 01:16:59.597 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23fc8b3b-2f8d-43b1-ac32-9388a8d4114f ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Tap Mirror: Handle Delete Port: ffb17359-ac0a-4dae-b57b-e8917a74e432 [pid: 7|app: 0|req: 514/1056] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:16:59 2026] GET /v2.0/ports?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1057] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:16:59 2026] GET /v2.0/networks?id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211 => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:59.916 8 INFO neutron.services.segments.plugin [-] Segment d31d36f1-4638-428c-8653-c19cfac6f1dd resource provider aggregate not found 2026-04-16 01:16:59.922 8 INFO neutron.services.segments.plugin [-] Segment d31d36f1-4638-428c-8653-c19cfac6f1dd resource provider aggregate not found [pid: 7|app: 0|req: 516/1058] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:16:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2ad25d73-05e2-414d-a2ac-476a197fc22a => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:59.932 8 INFO neutron.services.segments.plugin [-] Segment d31d36f1-4638-428c-8653-c19cfac6f1dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d31d36f1-4638-428c-8653-c19cfac6f1dd found for delete ", "request_id": "req-3f4b02c4-47c8-4ce0-944a-8a42871cf7ee"}]} 2026-04-16 01:16:59.945 8 INFO neutron.services.segments.plugin [-] Segment d31d36f1-4638-428c-8653-c19cfac6f1dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d31d36f1-4638-428c-8653-c19cfac6f1dd found for delete ", "request_id": "req-5c7b3c8b-9a81-4b0c-81e0-323a75e9d2df"}]} 2026-04-16 01:16:59.954 8 INFO neutron.db.l3_hamode_db [None req-23fc8b3b-2f8d-43b1-ac32-9388a8d4114f ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] HA network 562933d1-5a8b-4142-86be-3786ea770d7f was deleted as no HA routers are present in tenant c153b6924a9c44229e003f602c1bc426. [pid: 7|app: 0|req: 517/1059] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:16:59 2026] GET /v2.0/subnets?id=430ced0e-3f40-4226-b8bd-7acc739bd097 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1060] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:59 2026] DELETE /v2.0/routers/7a2da9c3-4b18-4507-8c7b-218a48fafb67 => generated 0 bytes in 549 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1061] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:16:59 2026] GET /v2.0/ports?network_id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211&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: 545/1062] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:17:00 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?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: 518/1063] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:16:59 2026] DELETE /v2.0/subnets/79b79b74-bb93-4eda-af2f-d27f90fad1cb => 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: 546/1064] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:17:00 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?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: 519/1065] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:00 2026] DELETE /v2.0/subnets/32b753b5-d9e6-4f66-a190-f3735cfdfdc7 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1066] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:17:00 2026] GET /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 855 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1067] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:00 2026] DELETE /v2.0/networks/d9e57cae-a330-4931-ba64-0e9fac6a80e9 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:00.476 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bd5c511-2ba3-4a05-b35d-42f63b63a952 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] TaaS: Handle Delete Port: f4f15b7e-a771-4ce8-9fe7-40da83267f17 2026-04-16 01:17:00.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bd5c511-2ba3-4a05-b35d-42f63b63a952 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Tap Mirror: Handle Delete Port: f4f15b7e-a771-4ce8-9fe7-40da83267f17 [pid: 7|app: 0|req: 521/1068] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:00 2026] DELETE /v2.0/security-groups/7847b17a-9e38-4f7c-962a-aaeceb8b3c14 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:17:00.503 7 INFO neutron.api.v2.resource [None req-b3b8d770-b6d0-48b0-a666-74dd1f1eb903 79b1e5df8b1643649177d8a944802437 093a0b2289b54b97b05606328b1ff9b6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 522/1069] 10.0.0.30 () {32 vars in 736 bytes} [Thu Apr 16 01:17:00 2026] GET /v2.0/security-groups/7847b17a-9e38-4f7c-962a-aaeceb8b3c14 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:17:00.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9caa919-602a-4c18-8b2f-3d71da2d2b1a 79b1e5df8b1643649177d8a944802437 093a0b2289b54b97b05606328b1ff9b6 - - default default] TaaS: Handle Delete Port: 873a2ae8-191b-4540-8c71-8fe67365de92 2026-04-16 01:17:00.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9caa919-602a-4c18-8b2f-3d71da2d2b1a 79b1e5df8b1643649177d8a944802437 093a0b2289b54b97b05606328b1ff9b6 - - default default] Tap Mirror: Handle Delete Port: 873a2ae8-191b-4540-8c71-8fe67365de92 [pid: 8|app: 0|req: 548/1070] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:00 2026] DELETE /v2.0/networks/5e57ccd9-0595-437a-8897-eb50932bdfb3 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:00.716 8 INFO neutron.db.segments_db [None req-c9350a84-8288-415f-be99-62bd5a41f47a ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Added segment ee010c75-3f35-4238-aad2-3ad49d2d1b41 of type vxlan for network 96f3a387-4eea-432f-8259-6576da20f2a7 [pid: 7|app: 0|req: 523/1071] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:17:00 2026] DELETE /v2.0/floatingips/14ce4a6d-a311-4943-9512-93cbc21bb8b4 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1072] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:00 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1073] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:00 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:01.070 8 INFO neutron.db.segments_db [None req-e7dfa74b-bcc6-49b2-ae28-672fc24eec60 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Added segment a1888df7-c0d7-4dee-a27f-a3c30729a971 of type vxlan for network dc64d31b-b406-453c-a6a7-597e37316b99 2026-04-16 01:17:01.126 7 INFO neutron_taas.services.taas.taas_plugin [None req-6faef192-824a-4257-98a7-ba56e88c8e6b 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: f34f9b0c-575c-4239-afd1-a183ab612717 2026-04-16 01:17:01.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6faef192-824a-4257-98a7-ba56e88c8e6b 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: f34f9b0c-575c-4239-afd1-a183ab612717 2026-04-16 01:17:01.332 8 INFO neutron.db.l3_hamode_db [None req-e7dfa74b-bcc6-49b2-ae28-672fc24eec60 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:17:01.454 8 INFO neutron.db.l3_hamode_db [None req-e7dfa74b-bcc6-49b2-ae28-672fc24eec60 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 524/1074] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:17:00 2026] PUT /v2.0/routers/7153c278-e3ca-41fb-9ea6-fbf6fe40daae/remove_router_interface => generated 309 bytes in 831 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1075] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:17:01 2026] GET /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 857 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:01.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-34bb5de3-882b-4f40-8c30-d222b7f7a7d1 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 03897dc3-dcc6-435a-aae1-841fd9ccaaf4 2026-04-16 01:17:01.844 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34bb5de3-882b-4f40-8c30-d222b7f7a7d1 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 03897dc3-dcc6-435a-aae1-841fd9ccaaf4 2026-04-16 01:17:01.961 8 INFO neutron.services.segments.plugin [-] Segment 34702e0b-d309-4b68-adaf-625821dde87d resource provider aggregate not found 2026-04-16 01:17:01.975 8 INFO neutron.services.segments.plugin [-] Segment 34702e0b-d309-4b68-adaf-625821dde87d resource provider aggregate not found 2026-04-16 01:17:01.988 8 INFO neutron.services.segments.plugin [-] Segment 34702e0b-d309-4b68-adaf-625821dde87d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34702e0b-d309-4b68-adaf-625821dde87d found for delete ", "request_id": "req-032631db-04a5-41d5-b805-e42ac3934620"}]} 2026-04-16 01:17:01.993 8 INFO neutron.services.segments.plugin [-] Segment 34702e0b-d309-4b68-adaf-625821dde87d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34702e0b-d309-4b68-adaf-625821dde87d found for delete ", "request_id": "req-92e10ee2-1819-497f-9f42-529b75f42be5"}]} 2026-04-16 01:17:02.000 8 INFO neutron.services.segments.plugin [-] Segment b7162ad6-d61d-4b2e-932a-914a08718ea2 resource provider aggregate not found 2026-04-16 01:17:02.028 8 INFO neutron.services.segments.plugin [-] Segment b7162ad6-d61d-4b2e-932a-914a08718ea2 resource provider aggregate not found 2026-04-16 01:17:02.028 8 INFO neutron.services.segments.plugin [-] Segment b7162ad6-d61d-4b2e-932a-914a08718ea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7162ad6-d61d-4b2e-932a-914a08718ea2 found for delete ", "request_id": "req-aedd995a-4ed7-47ee-95bf-e39c5949f93d"}]} 2026-04-16 01:17:02.056 8 INFO neutron.services.segments.plugin [-] Segment b7162ad6-d61d-4b2e-932a-914a08718ea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7162ad6-d61d-4b2e-932a-914a08718ea2 found for delete ", "request_id": "req-d051f303-235e-4227-bcbc-2f03e05f47a8"}]} 2026-04-16 01:17:02.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-34bb5de3-882b-4f40-8c30-d222b7f7a7d1 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 2adff742-a853-44b4-b77d-acf8777c46c5 2026-04-16 01:17:02.058 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34bb5de3-882b-4f40-8c30-d222b7f7a7d1 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 2adff742-a853-44b4-b77d-acf8777c46c5 [pid: 8|app: 0|req: 551/1076] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:01 2026] POST /v2.0/routers => generated 510 bytes in 1075 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1077] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:17:02 2026] POST /v2.0/ports => generated 963 bytes in 265 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 01:17:02.393 7 INFO neutron.services.segments.plugin [-] Segment f2177ae6-c403-49fa-9b00-73babc796f8a resource provider aggregate not found 2026-04-16 01:17:02.394 7 INFO neutron.services.segments.plugin [-] Segment f2177ae6-c403-49fa-9b00-73babc796f8a resource provider aggregate not found 2026-04-16 01:17:02.419 7 INFO neutron.services.segments.plugin [-] Segment f2177ae6-c403-49fa-9b00-73babc796f8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2177ae6-c403-49fa-9b00-73babc796f8a found for delete ", "request_id": "req-ba56d107-4787-42f3-80b3-1d24190cdd4f"}]} 2026-04-16 01:17:02.420 7 INFO neutron.services.segments.plugin [-] Segment f2177ae6-c403-49fa-9b00-73babc796f8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2177ae6-c403-49fa-9b00-73babc796f8a found for delete ", "request_id": "req-3b625d11-f013-4597-a79f-12cc3e8b9f20"}]} 2026-04-16 01:17:02.425 7 INFO neutron.db.l3_hamode_db [None req-34bb5de3-882b-4f40-8c30-d222b7f7a7d1 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] HA network 42d6977c-ed4b-40a4-9122-89a1de788949 was deleted as no HA routers are present in tenant 093a0b2289b54b97b05606328b1ff9b6. [pid: 7|app: 0|req: 526/1078] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:01 2026] DELETE /v2.0/routers/7153c278-e3ca-41fb-9ea6-fbf6fe40daae => generated 0 bytes in 774 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1079] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:02 2026] DELETE /v2.0/subnets/47a48d56-8e7e-4c07-a71d-6cacf24953c0 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:02.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-7333cfc3-9454-41b5-9a7a-48ecfbafcb8e 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: f2b0cd60-180e-4d4e-9acc-e1b20273f651 2026-04-16 01:17:02.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7333cfc3-9454-41b5-9a7a-48ecfbafcb8e 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: f2b0cd60-180e-4d4e-9acc-e1b20273f651 [pid: 7|app: 0|req: 528/1080] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:02 2026] DELETE /v2.0/networks/197ccb06-4a79-4a1d-85f3-d73f755fb396 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1081] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:02 2026] GET /v2.0/security-groups?tenant_id=093a0b2289b54b97b05606328b1ff9b6&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1082] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:02 2026] DELETE /v2.0/security-groups/d139c619-878b-4721-a676-f61311449771 => 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: 553/1083] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:17:02 2026] PUT /v2.0/routers/40a22922-84f0-4cd9-ae29-bbdb41d7b39e/add_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1084] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:17:03 2026] GET /v2.0/ports/11123ffc-cf95-4f37-87e3-d8a31d7e7ea8 => generated 1037 bytes in 68 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 01:17:03.834 8 INFO neutron_taas.services.taas.taas_plugin [None req-235b31a2-e637-4a08-a1eb-40320ca22db9 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] TaaS: Handle Delete Port: 11123ffc-cf95-4f37-87e3-d8a31d7e7ea8 2026-04-16 01:17:03.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-235b31a2-e637-4a08-a1eb-40320ca22db9 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Tap Mirror: Handle Delete Port: 11123ffc-cf95-4f37-87e3-d8a31d7e7ea8 [pid: 7|app: 0|req: 532/1085] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:03 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1086] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:04 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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: 534/1087] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:04 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 535/1088] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:04 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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: 554/1089] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:17:03 2026] PUT /v2.0/routers/40a22922-84f0-4cd9-ae29-bbdb41d7b39e/remove_router_interface => generated 309 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:04.452 7 INFO neutron.services.segments.plugin [-] Segment 97ea6b09-1d1c-41ed-b971-9b2d65492677 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 555/1090] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:04 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1091] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:04 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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 01:17:04.452 7 INFO neutron.services.segments.plugin [-] Segment 97ea6b09-1d1c-41ed-b971-9b2d65492677 resource provider aggregate not found 2026-04-16 01:17:04.865 7 INFO neutron.api.v2.resource [None req-15eea7a3-1cc4-40ab-9f6e-1a8fa55b46ee ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 536/1092] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:17:04 2026] PUT /v2.0/routers/40a22922-84f0-4cd9-ae29-bbdb41d7b39e/remove_router_interface => generated 197 bytes in 505 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:17:04.870 7 INFO neutron.services.segments.plugin [-] Segment 97ea6b09-1d1c-41ed-b971-9b2d65492677 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97ea6b09-1d1c-41ed-b971-9b2d65492677 found for delete ", "request_id": "req-382cd5b5-e1fa-4c79-b1da-7d2d4079d687"}]} 2026-04-16 01:17:04.871 7 INFO neutron.services.segments.plugin [-] Segment 97ea6b09-1d1c-41ed-b971-9b2d65492677 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97ea6b09-1d1c-41ed-b971-9b2d65492677 found for delete ", "request_id": "req-8a4c5597-834b-42e0-9695-ea2f73205b20"}]} [pid: 8|app: 0|req: 557/1093] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:17:04 2026] GET /v2.0/ports?device_id=40a22922-84f0-4cd9-ae29-bbdb41d7b39e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:05.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-522cbe6f-c2f0-4c1f-a9a7-f42970f3e509 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] TaaS: Handle Delete Port: e8c1cb99-d6dc-4ac2-bce6-26e598e4e416 2026-04-16 01:17:05.026 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-522cbe6f-c2f0-4c1f-a9a7-f42970f3e509 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Tap Mirror: Handle Delete Port: e8c1cb99-d6dc-4ac2-bce6-26e598e4e416 2026-04-16 01:17:05.323 7 INFO neutron.db.l3_hamode_db [None req-522cbe6f-c2f0-4c1f-a9a7-f42970f3e509 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] HA network dc64d31b-b406-453c-a6a7-597e37316b99 was deleted as no HA routers are present in tenant c153b6924a9c44229e003f602c1bc426. [pid: 7|app: 0|req: 537/1094] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:04 2026] DELETE /v2.0/routers/40a22922-84f0-4cd9-ae29-bbdb41d7b39e => generated 0 bytes in 430 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1095] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:05 2026] DELETE /v2.0/subnets/a1d1168c-a6b7-4048-ba00-869ec9170b48 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:05.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-537ec642-3054-4157-8e88-dae2ec817093 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] TaaS: Handle Delete Port: 2ea5c25e-8901-4cbf-b4c3-02f63791ce69 2026-04-16 01:17:05.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-537ec642-3054-4157-8e88-dae2ec817093 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Tap Mirror: Handle Delete Port: 2ea5c25e-8901-4cbf-b4c3-02f63791ce69 [pid: 7|app: 0|req: 538/1096] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:05 2026] DELETE /v2.0/networks/96f3a387-4eea-432f-8259-6576da20f2a7 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:05.795 8 INFO neutron.db.segments_db [None req-a8c9360a-2308-46d5-9352-6431f82e7821 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Added segment 4ca5c33f-5fc4-4728-8375-27d890f68564 of type vxlan for network 4dc4b8fd-0a42-44f4-bb57-f68b74b7e952 [pid: 7|app: 0|req: 539/1097] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:05 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 540/1098] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:05 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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: 559/1099] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:05 2026] POST /v2.0/networks => generated 614 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1100] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:05 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1101] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:17:06 2026] GET /v2.0/ports?tenant_id=64d70cb5af26490498232078ed1ea625&device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:17:06.167 7 INFO neutron.db.segments_db [None req-6ce74ae2-b650-447a-9e96-7d62ee69d96b ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Added segment d85e1bb9-c0ce-4933-8a8b-23f9406b7f24 of type vxlan for network 092ac3d7-a34b-4819-b0be-e957911637f4 [pid: 8|app: 0|req: 561/1102] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:17:06 2026] GET /v2.0/networks?id=4ef5a348-d72f-4348-b221-fef966b2653d => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1103] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:17:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=f0a9a217-5e85-4ce4-b4a4-088083cad001 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1104] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:17:06 2026] GET /v2.0/subnets?id=d3d1577c-73b1-4a9a-b678-c906c4bf2489 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1105] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:17:06 2026] GET /v2.0/ports?network_id=4ef5a348-d72f-4348-b221-fef966b2653d&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: 565/1106] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:17:06 2026] GET /v2.0/networks/4ef5a348-d72f-4348-b221-fef966b2653d?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: 566/1107] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:17:06 2026] GET /v2.0/networks/4ef5a348-d72f-4348-b221-fef966b2653d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:06.410 7 INFO neutron.db.l3_hamode_db [None req-6ce74ae2-b650-447a-9e96-7d62ee69d96b ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:17:06.521 7 INFO neutron.db.l3_hamode_db [None req-6ce74ae2-b650-447a-9e96-7d62ee69d96b ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:17:06.894 7 INFO neutron.services.segments.plugin [-] Segment a1888df7-c0d7-4dee-a27f-a3c30729a971 resource provider aggregate not found 2026-04-16 01:17:06.908 7 INFO neutron.services.segments.plugin [-] Segment a1888df7-c0d7-4dee-a27f-a3c30729a971 resource provider aggregate not found 2026-04-16 01:17:06.914 7 INFO neutron.services.segments.plugin [-] Segment a1888df7-c0d7-4dee-a27f-a3c30729a971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1888df7-c0d7-4dee-a27f-a3c30729a971 found for delete ", "request_id": "req-728bc752-1a29-4a29-9198-7180997bb70c"}]} 2026-04-16 01:17:06.935 7 INFO neutron.services.segments.plugin [-] Segment ee010c75-3f35-4238-aad2-3ad49d2d1b41 resource provider aggregate not found 2026-04-16 01:17:06.937 7 INFO neutron.services.segments.plugin [-] Segment a1888df7-c0d7-4dee-a27f-a3c30729a971 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1888df7-c0d7-4dee-a27f-a3c30729a971 found for delete ", "request_id": "req-8912f86b-33ac-4392-950f-ba93f491e290"}]} [pid: 8|app: 0|req: 567/1108] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:06 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:06.961 7 INFO neutron.services.segments.plugin [-] Segment ee010c75-3f35-4238-aad2-3ad49d2d1b41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee010c75-3f35-4238-aad2-3ad49d2d1b41 found for delete ", "request_id": "req-9be82a08-329b-42d3-a4d9-acf51da733be"}]} 2026-04-16 01:17:06.963 7 INFO neutron.services.segments.plugin [-] Segment ee010c75-3f35-4238-aad2-3ad49d2d1b41 resource provider aggregate not found [pid: 8|app: 0|req: 568/1109] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:06 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:06.988 7 INFO neutron.services.segments.plugin [-] Segment ee010c75-3f35-4238-aad2-3ad49d2d1b41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee010c75-3f35-4238-aad2-3ad49d2d1b41 found for delete ", "request_id": "req-5324f8b3-d7df-4703-aa67-b58a8541588a"}]} [pid: 7|app: 0|req: 542/1110] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:06 2026] POST /v2.0/routers => generated 511 bytes in 1024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1111] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:07 2026] GET /v2.0/security-groups?tenant_id=8869b272567d4e1290bb9ef2b4d0464c&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1112] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:07 2026] DELETE /v2.0/security-groups/f513eb7d-624b-437d-bd6c-ba09c8b8e3bb => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1113] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:07 2026] GET /v2.0/security-groups?tenant_id=f244d59e9fb4458e909ecb9aef4a8308&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1114] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:07 2026] DELETE /v2.0/security-groups/6ea9b4b4-b53f-4bdb-8235-f4e764197b59 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1115] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:08 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1116] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:08 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1119] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:17:07 2026] PUT /v2.0/routers/52f2d658-0136-4775-b823-a6f70c2a6a78/add_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1120] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:17:08 2026] GET /v2.0/ports/cbce79d7-f6d3-46db-bd75-4655e338ad21 => generated 959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1121] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 01:17:08 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1122] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:08 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:08.608 8 INFO neutron_taas.services.taas.taas_plugin [None req-75da044c-f288-49aa-b2da-4a481a4e5fde ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] TaaS: Handle Delete Port: cbce79d7-f6d3-46db-bd75-4655e338ad21 2026-04-16 01:17:08.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75da044c-f288-49aa-b2da-4a481a4e5fde ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Tap Mirror: Handle Delete Port: cbce79d7-f6d3-46db-bd75-4655e338ad21 [pid: 8|app: 0|req: 570/1123] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:17:08 2026] PUT /v2.0/routers/52f2d658-0136-4775-b823-a6f70c2a6a78/remove_router_interface => generated 309 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1124] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:17:08 2026] GET /v2.0/ports?device_id=52f2d658-0136-4775-b823-a6f70c2a6a78 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:09.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-f921b91d-02d9-4ca6-95f7-98acb8a02071 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] TaaS: Handle Delete Port: 295b9649-41e8-4001-9ee2-dfbb2255f162 2026-04-16 01:17:09.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f921b91d-02d9-4ca6-95f7-98acb8a02071 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Tap Mirror: Handle Delete Port: 295b9649-41e8-4001-9ee2-dfbb2255f162 [pid: 7|app: 0|req: 555/1125] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:09 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 556/1126] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:09 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:09.550 8 INFO neutron.services.segments.plugin [-] Segment d85e1bb9-c0ce-4933-8a8b-23f9406b7f24 resource provider aggregate not found 2026-04-16 01:17:09.553 8 INFO neutron.services.segments.plugin [-] Segment d85e1bb9-c0ce-4933-8a8b-23f9406b7f24 resource provider aggregate not found 2026-04-16 01:17:09.576 8 INFO neutron.services.segments.plugin [-] Segment d85e1bb9-c0ce-4933-8a8b-23f9406b7f24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d85e1bb9-c0ce-4933-8a8b-23f9406b7f24 found for delete ", "request_id": "req-784cf1bb-af81-4927-9f52-ae1295d6eb78"}]} 2026-04-16 01:17:09.577 8 INFO neutron.services.segments.plugin [-] Segment d85e1bb9-c0ce-4933-8a8b-23f9406b7f24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d85e1bb9-c0ce-4933-8a8b-23f9406b7f24 found for delete ", "request_id": "req-f62aaa5a-9275-4593-b0d9-c08b86818626"}]} 2026-04-16 01:17:09.590 8 INFO neutron.db.l3_hamode_db [None req-f921b91d-02d9-4ca6-95f7-98acb8a02071 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] HA network 092ac3d7-a34b-4819-b0be-e957911637f4 was deleted as no HA routers are present in tenant c153b6924a9c44229e003f602c1bc426. [pid: 8|app: 0|req: 571/1127] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:09 2026] DELETE /v2.0/routers/52f2d658-0136-4775-b823-a6f70c2a6a78 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1128] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:09 2026] DELETE /v2.0/subnets/8d79ac95-6ba9-4540-991e-2e48b494bd2b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1129] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:09 2026] DELETE /v2.0/networks/4dc4b8fd-0a42-44f4-bb57-f68b74b7e952 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:09.933 7 INFO neutron.db.segments_db [None req-71686d45-7b33-46b2-98c2-e38118f895a5 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Added segment 45d2d61b-01c5-424f-b9a4-eac4e75f5050 of type vxlan for network 9ea74eac-97b4-4c09-8704-0b7955ad4e22 2026-04-16 01:17:10.144 7 INFO neutron.db.l3_hamode_db [None req-71686d45-7b33-46b2-98c2-e38118f895a5 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 573/1130] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:10 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1131] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:10 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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 01:17:10.956 7 INFO neutron.db.l3_hamode_db [None req-71686d45-7b33-46b2-98c2-e38118f895a5 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:17:11.599 8 INFO neutron.services.segments.plugin [-] Segment 4ca5c33f-5fc4-4728-8375-27d890f68564 resource provider aggregate not found 2026-04-16 01:17:11.602 8 INFO neutron.services.segments.plugin [-] Segment 4ca5c33f-5fc4-4728-8375-27d890f68564 resource provider aggregate not found 2026-04-16 01:17:11.617 8 INFO neutron.services.segments.plugin [-] Segment 4ca5c33f-5fc4-4728-8375-27d890f68564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca5c33f-5fc4-4728-8375-27d890f68564 found for delete ", "request_id": "req-42d65f9e-65b1-4529-a2d0-8728e2f373b3"}]} 2026-04-16 01:17:11.621 8 INFO neutron.services.segments.plugin [-] Segment 4ca5c33f-5fc4-4728-8375-27d890f68564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ca5c33f-5fc4-4728-8375-27d890f68564 found for delete ", "request_id": "req-b75472d4-304e-47a5-9e39-69951cd767c1"}]} [pid: 8|app: 0|req: 575/1132] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:11 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1133] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:11 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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: 558/1134] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:09 2026] POST /v2.0/routers => generated 691 bytes in 1888 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1135] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:17:11 2026] GET /v2.0/routers/f0894f7e-493e-44cf-9815-4ba477c29965 => generated 697 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1136] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:17:11 2026] GET /v2.0/routers => generated 700 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1137] 10.0.0.30 () {34 vars in 740 bytes} [Thu Apr 16 01:17:11 2026] PUT /v2.0/routers/f0894f7e-493e-44cf-9815-4ba477c29965 => generated 704 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1138] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:17:12 2026] GET /v2.0/routers/f0894f7e-493e-44cf-9815-4ba477c29965 => generated 704 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1139] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:17:12 2026] GET /v2.0/ports?device_id=f0894f7e-493e-44cf-9815-4ba477c29965 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:12.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b654447-5c63-4be0-9d71-5a7fab49fbba ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] TaaS: Handle Delete Port: 721a00f9-37cc-4d40-99ba-98ee38700176 2026-04-16 01:17:12.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b654447-5c63-4be0-9d71-5a7fab49fbba ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Tap Mirror: Handle Delete Port: 721a00f9-37cc-4d40-99ba-98ee38700176 [pid: 8|app: 0|req: 580/1140] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:12 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 581/1141] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:12 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:12.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b654447-5c63-4be0-9d71-5a7fab49fbba ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] TaaS: Handle Delete Port: ff064d5e-1b71-4806-8ba8-ef8275944564 2026-04-16 01:17:12.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b654447-5c63-4be0-9d71-5a7fab49fbba ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] Tap Mirror: Handle Delete Port: ff064d5e-1b71-4806-8ba8-ef8275944564 2026-04-16 01:17:13.366 7 INFO neutron.services.segments.plugin [-] Segment 45d2d61b-01c5-424f-b9a4-eac4e75f5050 resource provider aggregate not found 2026-04-16 01:17:13.373 7 INFO neutron.services.segments.plugin [-] Segment 45d2d61b-01c5-424f-b9a4-eac4e75f5050 resource provider aggregate not found 2026-04-16 01:17:13.387 7 INFO neutron.services.segments.plugin [-] Segment 45d2d61b-01c5-424f-b9a4-eac4e75f5050 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45d2d61b-01c5-424f-b9a4-eac4e75f5050 found for delete ", "request_id": "req-9d37d920-87e9-4037-a46f-a90a48edf063"}]} 2026-04-16 01:17:13.393 7 INFO neutron.db.l3_hamode_db [None req-1b654447-5c63-4be0-9d71-5a7fab49fbba ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] HA network 9ea74eac-97b4-4c09-8704-0b7955ad4e22 was deleted as no HA routers are present in tenant c153b6924a9c44229e003f602c1bc426. 2026-04-16 01:17:13.399 7 INFO neutron.services.segments.plugin [-] Segment 45d2d61b-01c5-424f-b9a4-eac4e75f5050 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45d2d61b-01c5-424f-b9a4-eac4e75f5050 found for delete ", "request_id": "req-6359f020-e130-4d00-a7c3-8f00abd745b0"}]} [pid: 7|app: 0|req: 561/1142] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:12 2026] DELETE /v2.0/routers/f0894f7e-493e-44cf-9815-4ba477c29965 => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1143] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:17:13 2026] GET /v2.0/ports?device_id=f0894f7e-493e-44cf-9815-4ba477c29965 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:13.458 7 INFO neutron.api.v2.resource [None req-4e90c882-7f6e-4a1f-b293-38d2c1b4ded7 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 562/1144] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:13 2026] DELETE /v2.0/routers/f0894f7e-493e-44cf-9815-4ba477c29965 => 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: 583/1145] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:17:13 2026] GET /v2.0/ports?device_id=52f2d658-0136-4775-b823-a6f70c2a6a78 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:13.511 7 INFO neutron.api.v2.resource [None req-879bfd5f-3bc7-4a42-80f7-b1ab41b9fed2 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1146] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:13 2026] DELETE /v2.0/routers/52f2d658-0136-4775-b823-a6f70c2a6a78 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:17:13.529 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3586d0f-dd3d-429e-b189-1807f9889c43 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 584/1147] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:13 2026] DELETE /v2.0/subnets/8d79ac95-6ba9-4540-991e-2e48b494bd2b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1148] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:17:13 2026] GET /v2.0/ports?device_id=40a22922-84f0-4cd9-ae29-bbdb41d7b39e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:13.579 8 INFO neutron.api.v2.resource [None req-ff09dd7d-2bd1-4ced-bdff-456087364697 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 585/1149] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:13 2026] DELETE /v2.0/routers/40a22922-84f0-4cd9-ae29-bbdb41d7b39e => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:17:13.600 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93a124f9-88b8-45fe-8bac-59bb03310869 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 565/1150] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:13 2026] DELETE /v2.0/subnets/a1d1168c-a6b7-4048-ba00-869ec9170b48 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1151] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:17:13 2026] GET /v2.0/ports?device_id=7a2da9c3-4b18-4507-8c7b-218a48fafb67 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:13.650 7 INFO neutron.api.v2.resource [None req-94277407-99f0-46cb-a182-e6f21af914dd ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 566/1152] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:13 2026] DELETE /v2.0/routers/7a2da9c3-4b18-4507-8c7b-218a48fafb67 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:17:13.669 8 INFO neutron.pecan_wsgi.hooks.translation [None req-becc0ad8-023d-444c-af22-ce79c539c3d8 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 587/1153] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:13 2026] DELETE /v2.0/subnets/79b79b74-bb93-4eda-af2f-d27f90fad1cb => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:17:13.690 8 INFO neutron.pecan_wsgi.hooks.translation [None req-286d2c17-1251-43b4-9b81-cd9add1eda67 ad974859071c4824a4722ccdf465ae78 c153b6924a9c44229e003f602c1bc426 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 588/1154] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:13 2026] DELETE /v2.0/subnets/32b753b5-d9e6-4f66-a190-f3735cfdfdc7 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1155] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:13 2026] GET /v2.0/security-groups?tenant_id=742f7fc14b0e4d6bb79c3ab2fe340880&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1156] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:13 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 590/1157] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:13 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1158] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:13 2026] DELETE /v2.0/security-groups/59179dd6-d580-4357-8d1f-0fca72b9bf8f => 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: 569/1159] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:14 2026] GET /v2.0/security-groups?tenant_id=19c87a488a4e4c468d04cced62fb06bb&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: 591/1160] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:14 2026] GET /v2.0/security-groups?tenant_id=c153b6924a9c44229e003f602c1bc426&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1161] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:14 2026] DELETE /v2.0/security-groups/a0f26a1a-7194-4dd7-8540-eb4fea420870 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1162] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:14 2026] DELETE /v2.0/security-groups/6dd57694-a94f-4f41-92c3-109ba5b6e602 => 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: 571/1163] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:15 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1164] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:15 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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 01:17:16.327 7 INFO neutron.db.segments_db [None req-bc4ea510-fe9c-446c-a98a-4d014de07fb2 38dcf95527994f22b840a19556a5de01 1d839a3e34ea4657a1974fba5e024dc1 - - default default] Added segment 3e7d164a-0143-4c7b-a582-35ef43f42104 of type vxlan for network 9bb82f6c-6122-4f0b-bf8f-a5157068d54a 2026-04-16 01:17:16.397 7 INFO neutron.db.segments_db [None req-bc4ea510-fe9c-446c-a98a-4d014de07fb2 38dcf95527994f22b840a19556a5de01 1d839a3e34ea4657a1974fba5e024dc1 - - default default] Added segment ccec6a6c-0022-4f36-9922-899e509212e8 of type vxlan for network 240fe3d0-bb40-4c48-bdae-0b8fffd1331d [pid: 7|app: 0|req: 572/1165] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:16 2026] POST /v2.0/networks => generated 1208 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1166] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:17:16 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 01:17:16.661 7 INFO neutron.services.segments.plugin [-] Segment 3e7d164a-0143-4c7b-a582-35ef43f42104 resource provider aggregate not found 2026-04-16 01:17:16.664 7 INFO neutron.services.segments.plugin [-] Segment 3e7d164a-0143-4c7b-a582-35ef43f42104 resource provider aggregate not found 2026-04-16 01:17:16.680 7 INFO neutron.services.segments.plugin [-] Segment 3e7d164a-0143-4c7b-a582-35ef43f42104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e7d164a-0143-4c7b-a582-35ef43f42104 found for delete ", "request_id": "req-6c000d7b-5c6b-49c0-8e8e-567887bf6d8d"}]} 2026-04-16 01:17:16.682 7 INFO neutron.services.segments.plugin [-] Segment 3e7d164a-0143-4c7b-a582-35ef43f42104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e7d164a-0143-4c7b-a582-35ef43f42104 found for delete ", "request_id": "req-6892fb36-830f-4f26-8729-c5f59f6cb206"}]} [pid: 7|app: 0|req: 573/1167] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:16 2026] DELETE /v2.0/networks/9bb82f6c-6122-4f0b-bf8f-a5157068d54a => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:16.821 8 INFO neutron.services.segments.plugin [-] Segment ccec6a6c-0022-4f36-9922-899e509212e8 resource provider aggregate not found 2026-04-16 01:17:16.823 8 INFO neutron.services.segments.plugin [-] Segment ccec6a6c-0022-4f36-9922-899e509212e8 resource provider aggregate not found 2026-04-16 01:17:16.842 8 INFO neutron.services.segments.plugin [-] Segment ccec6a6c-0022-4f36-9922-899e509212e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccec6a6c-0022-4f36-9922-899e509212e8 found for delete ", "request_id": "req-964a8725-623d-412a-8558-89f42b0deaf7"}]} 2026-04-16 01:17:16.844 8 INFO neutron.services.segments.plugin [-] Segment ccec6a6c-0022-4f36-9922-899e509212e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccec6a6c-0022-4f36-9922-899e509212e8 found for delete ", "request_id": "req-c1e9593a-65b9-4d48-a2ee-ec74f9af2e33"}]} [pid: 8|app: 0|req: 595/1168] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:16 2026] DELETE /v2.0/networks/240fe3d0-bb40-4c48-bdae-0b8fffd1331d => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1169] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:17:16 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:16.964 8 INFO neutron.db.segments_db [None req-4aa48af2-29e1-4ff8-9221-2d0519b18c8e 38dcf95527994f22b840a19556a5de01 1d839a3e34ea4657a1974fba5e024dc1 - - default default] Added segment 3c62bbdd-4a8f-471f-9f3c-1befc8518b9c of type vxlan for network 5a0fcaa6-a211-4a31-8c1b-3504d5baa71c [pid: 8|app: 0|req: 596/1170] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:16 2026] POST /v2.0/networks => generated 634 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:17.103 7 INFO neutron.db.segments_db [None req-dc3eda43-ca9b-4fd8-bda2-38ccb671e615 38dcf95527994f22b840a19556a5de01 1d839a3e34ea4657a1974fba5e024dc1 - - default default] Added segment 79293fa4-b6ba-4ad0-8b38-b0eb0d4a0627 of type vxlan for network 84312aa1-2a4c-4ea8-a4e2-d0a17158ce07 [pid: 7|app: 0|req: 575/1171] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:17 2026] POST /v2.0/networks => generated 634 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1172] 10.0.0.30 () {32 vars in 825 bytes} [Thu Apr 16 01:17:17 2026] GET /v2.0/ports?project_id=12f7abd2a85c45cb8dfcaee3a38c697d&network_id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211 => generated 3691 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1173] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:17:17 2026] POST /v2.0/ports => generated 1505 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1174] 10.0.0.30 () {32 vars in 642 bytes} [Thu Apr 16 01:17:17 2026] GET /v2.0/ports => generated 1505 bytes in 106 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: 578/1175] 10.0.0.30 () {32 vars in 741 bytes} [Thu Apr 16 01:17:17 2026] GET /v2.0/subnets?network_id=b29d522e-1383-41a3-aed8-596621f88ae1 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:17.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cb8893d-dc0b-417b-a8a3-74d44ba63dc7 38dcf95527994f22b840a19556a5de01 1d839a3e34ea4657a1974fba5e024dc1 - - default default] TaaS: Handle Delete Port: 5c053a3f-cc95-4808-805d-8f69f0403f99 2026-04-16 01:17:17.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cb8893d-dc0b-417b-a8a3-74d44ba63dc7 38dcf95527994f22b840a19556a5de01 1d839a3e34ea4657a1974fba5e024dc1 - - default default] Tap Mirror: Handle Delete Port: 5c053a3f-cc95-4808-805d-8f69f0403f99 [pid: 8|app: 0|req: 598/1176] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:17:17 2026] DELETE /v2.0/ports/5c053a3f-cc95-4808-805d-8f69f0403f99 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:18.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-c16ae856-e322-4fa7-84b9-6a46a2bb884d 38dcf95527994f22b840a19556a5de01 1d839a3e34ea4657a1974fba5e024dc1 - - default default] TaaS: Handle Delete Port: e309be32-bb65-4c3f-b86c-b20fb07c4e03 2026-04-16 01:17:18.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c16ae856-e322-4fa7-84b9-6a46a2bb884d 38dcf95527994f22b840a19556a5de01 1d839a3e34ea4657a1974fba5e024dc1 - - default default] Tap Mirror: Handle Delete Port: e309be32-bb65-4c3f-b86c-b20fb07c4e03 2026-04-16 01:17:18.189 8 INFO neutron.db.l3_db [None req-f015c28c-69fc-4dbd-8384-da19fb2ebc89 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Floating IP 92562a33-1140-4ac2-899a-e11422002199 disassociated. External IP: 10.96.250.212, port: 2ad25d73-05e2-414d-a2ac-476a197fc22a. [pid: 7|app: 0|req: 579/1177] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:17:18 2026] DELETE /v2.0/ports/e309be32-bb65-4c3f-b86c-b20fb07c4e03 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1178] 10.0.0.30 () {32 vars in 642 bytes} [Thu Apr 16 01:17:18 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:18.293 7 INFO neutron.db.segments_db [None req-3ecd2214-92d0-4e1d-a254-2c45ceedde42 38dcf95527994f22b840a19556a5de01 1d839a3e34ea4657a1974fba5e024dc1 - - default default] Added segment 548a53a8-f000-4058-8cc4-d32cd8ba84e1 of type vxlan for network f39e246b-7672-4541-9d76-18d871969aa5 [pid: 7|app: 0|req: 581/1179] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:18 2026] POST /v2.0/networks => generated 634 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:18.431 7 INFO neutron.db.segments_db [None req-05654cfa-4923-4d67-be1b-b9cd072faf0f 38dcf95527994f22b840a19556a5de01 1d839a3e34ea4657a1974fba5e024dc1 - - default default] Added segment 468b16af-39e2-4a06-a879-9c55a795d7f1 of type vxlan for network c6085345-580e-4de6-b2aa-ab9a2b6434fd [pid: 8|app: 0|req: 599/1180] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:17:18 2026] PUT /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 554 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1181] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:17:18 2026] GET /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:18.488 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89f76b27-9a69-4ccd-9ba9-6cab08596d41'] response: {'name': 'network-changed', 'server_uuid': '7c961006-fdf0-4621-bf64-acf4715cf4bd', 'tag': '2ad25d73-05e2-414d-a2ac-476a197fc22a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 582/1182] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:18 2026] POST /v2.0/networks => generated 634 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1183] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:18 2026] GET /v2.0/security-groups?tenant_id=e8f3615162754f3d956919c84ee17ce7&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1184] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:18 2026] DELETE /v2.0/security-groups/2d38efd4-0f66-4e45-be51-dcf3919cb7d9 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1185] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:17:19 2026] GET /v2.0/ports?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1186] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:19 2026] GET /v2.0/security-groups?tenant_id=d417d95a4e424aec8c13f99572c61812&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1187] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:17:19 2026] GET /v2.0/networks?id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211 => generated 756 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1188] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:19 2026] DELETE /v2.0/security-groups/8a159c11-468a-4eb8-a805-9062915a7383 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1189] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:17:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2ad25d73-05e2-414d-a2ac-476a197fc22a => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1190] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:17:19 2026] GET /v2.0/subnets?id=430ced0e-3f40-4226-b8bd-7acc739bd097 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1191] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:18 2026] POST /v2.0/subnets => generated 1322 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1192] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:17:19 2026] GET /v2.0/ports?network_id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1193] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:17:19 2026] GET /v2.0/subnets => generated 1958 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1194] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:17:19 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?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: 592/1195] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:17:19 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?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: 593/1196] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:17:19 2026] GET /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1197] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:19 2026] DELETE /v2.0/subnets/bfb6a84c-4f1b-4f36-b0d0-d8e590e5d38f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1198] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:19 2026] DELETE /v2.0/subnets/37f20381-ebbc-444c-bc00-000ac5ce71db => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1199] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:17:19 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:19.843 7 INFO neutron.services.segments.plugin [-] Segment 468b16af-39e2-4a06-a879-9c55a795d7f1 resource provider aggregate not found 2026-04-16 01:17:19.847 7 INFO neutron.services.segments.plugin [-] Segment 468b16af-39e2-4a06-a879-9c55a795d7f1 resource provider aggregate not found 2026-04-16 01:17:19.866 7 INFO neutron.services.segments.plugin [-] Segment 468b16af-39e2-4a06-a879-9c55a795d7f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 468b16af-39e2-4a06-a879-9c55a795d7f1 found for delete ", "request_id": "req-99ccedda-e049-43a3-9a23-d39c8c608938"}]} 2026-04-16 01:17:19.868 7 INFO neutron.services.segments.plugin [-] Segment 468b16af-39e2-4a06-a879-9c55a795d7f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 468b16af-39e2-4a06-a879-9c55a795d7f1 found for delete ", "request_id": "req-8d2cd5ac-846f-4f67-89e9-f588d9cf2a54"}]} [pid: 7|app: 0|req: 595/1200] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:19 2026] DELETE /v2.0/networks/c6085345-580e-4de6-b2aa-ab9a2b6434fd => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:20.014 8 INFO neutron.services.segments.plugin [-] Segment 548a53a8-f000-4058-8cc4-d32cd8ba84e1 resource provider aggregate not found 2026-04-16 01:17:20.020 8 INFO neutron.services.segments.plugin [-] Segment 548a53a8-f000-4058-8cc4-d32cd8ba84e1 resource provider aggregate not found 2026-04-16 01:17:20.029 8 INFO neutron.services.segments.plugin [-] Segment 548a53a8-f000-4058-8cc4-d32cd8ba84e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 548a53a8-f000-4058-8cc4-d32cd8ba84e1 found for delete ", "request_id": "req-702a1e48-07e5-4ef4-9972-2cbffb3f6893"}]} 2026-04-16 01:17:20.034 8 INFO neutron.services.segments.plugin [-] Segment 548a53a8-f000-4058-8cc4-d32cd8ba84e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 548a53a8-f000-4058-8cc4-d32cd8ba84e1 found for delete ", "request_id": "req-081ca60c-aa55-4a4f-81f6-7908a62c3e73"}]} [pid: 8|app: 0|req: 606/1201] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:19 2026] DELETE /v2.0/networks/f39e246b-7672-4541-9d76-18d871969aa5 => 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: 596/1202] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:20 2026] DELETE /v2.0/networks/84312aa1-2a4c-4ea8-a4e2-d0a17158ce07 => 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: 607/1203] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:20 2026] DELETE /v2.0/networks/5a0fcaa6-a211-4a31-8c1b-3504d5baa71c => 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: 597/1204] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:17:20 2026] GET /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1205] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:20 2026] GET /v2.0/security-groups?tenant_id=1d839a3e34ea4657a1974fba5e024dc1&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1206] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:20 2026] DELETE /v2.0/security-groups/c8d526a1-e8e8-4c25-a9a5-08e06d5a0e4d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1207] 10.0.0.30 () {34 vars in 684 bytes} [Thu Apr 16 01:17:21 2026] POST /v2.0/security-groups => generated 1673 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1208] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1209] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:21 2026] GET /v2.0/security-groups?tenant_id=c16276502ac54fdba5de0f5752479177&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:17:21.884 7 INFO neutron.services.segments.plugin [-] Segment 79293fa4-b6ba-4ad0-8b38-b0eb0d4a0627 resource provider aggregate not found 2026-04-16 01:17:21.889 7 INFO neutron.services.segments.plugin [-] Segment 79293fa4-b6ba-4ad0-8b38-b0eb0d4a0627 resource provider aggregate not found 2026-04-16 01:17:21.899 7 INFO neutron.services.segments.plugin [-] Segment 79293fa4-b6ba-4ad0-8b38-b0eb0d4a0627 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79293fa4-b6ba-4ad0-8b38-b0eb0d4a0627 found for delete ", "request_id": "req-4df8dbb0-f273-4dad-9df4-2a0a3d57aaf8"}]} 2026-04-16 01:17:21.910 7 INFO neutron.services.segments.plugin [-] Segment 79293fa4-b6ba-4ad0-8b38-b0eb0d4a0627 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79293fa4-b6ba-4ad0-8b38-b0eb0d4a0627 found for delete ", "request_id": "req-2d3d3df1-9d70-4a87-9b3c-a520fc8da7b6"}]} [pid: 8|app: 0|req: 610/1210] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:21 2026] DELETE /v2.0/security-groups/9d4da59d-8ef5-4259-8d72-2500b4350947 => 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: 601/1211] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:22.050 8 INFO neutron.services.segments.plugin [-] Segment 3c62bbdd-4a8f-471f-9f3c-1befc8518b9c resource provider aggregate not found 2026-04-16 01:17:22.056 8 INFO neutron.services.segments.plugin [-] Segment 3c62bbdd-4a8f-471f-9f3c-1befc8518b9c resource provider aggregate not found 2026-04-16 01:17:22.066 8 INFO neutron.services.segments.plugin [-] Segment 3c62bbdd-4a8f-471f-9f3c-1befc8518b9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c62bbdd-4a8f-471f-9f3c-1befc8518b9c found for delete ", "request_id": "req-042db117-7aa2-493e-b04b-aed108b954cf"}]} 2026-04-16 01:17:22.079 8 INFO neutron.services.segments.plugin [-] Segment 3c62bbdd-4a8f-471f-9f3c-1befc8518b9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c62bbdd-4a8f-471f-9f3c-1befc8518b9c found for delete ", "request_id": "req-7ca648e9-888f-4a49-944e-651928d3fca0"}]} [pid: 8|app: 0|req: 611/1212] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1213] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:22.303 8 INFO neutron.db.securitygroups_db [None req-2f5e3ef4-1c04-41c2-bcbd-b18ad51665fa 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Project 12f7abd2a85c45cb8dfcaee3a38c697d 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: 612/1214] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:22.425 7 INFO neutron.db.securitygroups_db [None req-7c694633-5c1b-4530-9fd6-0c888a950ec6 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Project 12f7abd2a85c45cb8dfcaee3a38c697d 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: 603/1215] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1216] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:17:22 2026] GET /v2.0/networks => generated 1298 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:17:23.122 8 INFO neutron.db.segments_db [None req-30ef8d2d-1f87-404f-a50f-4b046ffe2c85 070a0ffe9d3a44709ffe284ad640f6f7 863dca8ffd274f70a9f2e92ccc9a7cf3 - - default default] Added segment 478d5a74-59a7-4e49-add0-f0d4ec21eb60 of type vxlan for network 6ff1c9d0-3907-4661-b2b4-30c31b04a034 [pid: 7|app: 0|req: 605/1217] 10.0.0.119 () {34 vars in 1098 bytes} [Thu Apr 16 01:17:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-194791702&fields=id&tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:23.186 8 INFO neutron.db.segments_db [None req-30ef8d2d-1f87-404f-a50f-4b046ffe2c85 070a0ffe9d3a44709ffe284ad640f6f7 863dca8ffd274f70a9f2e92ccc9a7cf3 - - default default] Added segment f07e40c0-2d13-4710-a6be-8a1ecb1755e4 of type vxlan for network 4b786afb-20fe-485c-ba6e-0bebb56bb2ad [pid: 7|app: 0|req: 608/1220] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:17:23 2026] GET /v2.0/networks?id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1221] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:17:23 2026] GET /v2.0/quotas/12f7abd2a85c45cb8dfcaee3a38c697d => 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: 613/1222] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:22 2026] POST /v2.0/networks => generated 1208 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1223] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:17:23 2026] GET /v2.0/ports?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&fields=id => generated 149 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1224] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:17:23 2026] GET /v2.0/networks => generated 1845 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1225] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:17:23 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?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: 612/1226] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:17:23 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?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: 615/1227] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:23 2026] DELETE /v2.0/networks/6ff1c9d0-3907-4661-b2b4-30c31b04a034 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1228] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:23 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => 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: 613/1229] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:23 2026] DELETE /v2.0/networks/4b786afb-20fe-485c-ba6e-0bebb56bb2ad => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1230] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:17:23 2026] GET /v2.0/networks => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:23.718 7 INFO neutron.db.segments_db [None req-5cdc82af-a27d-4511-8e2a-706801b37f93 070a0ffe9d3a44709ffe284ad640f6f7 863dca8ffd274f70a9f2e92ccc9a7cf3 - - default default] Added segment 56f78a9e-e115-444a-bb54-5c5b654912ff of type vxlan for network 9b351d1c-9fb4-4c65-8920-21e64ea98762 [pid: 7|app: 0|req: 615/1231] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:23 2026] POST /v2.0/networks => generated 630 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:23.795 8 INFO neutron.db.segments_db [None req-2b12ace8-924d-4678-aaf9-ae284453aea6 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 026aa85d-4115-48b5-ba22-8bd2c1086bbd of type vxlan for network 1a6110be-664c-4596-a8d3-e286f8c940c0 2026-04-16 01:17:23.846 7 INFO neutron.db.segments_db [None req-f64b0da5-52f8-405f-9585-4bbc1eb989fb 070a0ffe9d3a44709ffe284ad640f6f7 863dca8ffd274f70a9f2e92ccc9a7cf3 - - default default] Added segment b5bddf57-4de3-4518-bca0-8fa2c71f9148 of type vxlan for network 7c689c4a-5c95-4e0e-862c-b23590ae3e9f [pid: 8|app: 0|req: 617/1232] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:17:23 2026] POST /v2.0/networks => generated 722 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:23.920 7 INFO neutron.services.segments.plugin [-] Segment f07e40c0-2d13-4710-a6be-8a1ecb1755e4 resource provider aggregate not found 2026-04-16 01:17:23.930 7 INFO neutron.services.segments.plugin [-] Segment f07e40c0-2d13-4710-a6be-8a1ecb1755e4 resource provider aggregate not found [pid: 7|app: 0|req: 616/1233] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:23 2026] POST /v2.0/networks => generated 630 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:23.937 7 INFO neutron.services.segments.plugin [-] Segment f07e40c0-2d13-4710-a6be-8a1ecb1755e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f07e40c0-2d13-4710-a6be-8a1ecb1755e4 found for delete ", "request_id": "req-05a6e206-41d9-4d1e-9cba-1645e9bcf60c"}]} 2026-04-16 01:17:23.949 7 INFO neutron.services.segments.plugin [-] Segment f07e40c0-2d13-4710-a6be-8a1ecb1755e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f07e40c0-2d13-4710-a6be-8a1ecb1755e4 found for delete ", "request_id": "req-f4f9093f-ce52-4eaf-8e34-310cfd3285eb"}]} [pid: 8|app: 0|req: 618/1234] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:23 2026] POST /v2.0/subnets => generated 688 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:24.085 8 INFO neutron.services.segments.plugin [-] Segment 478d5a74-59a7-4e49-add0-f0d4ec21eb60 resource provider aggregate not found 2026-04-16 01:17:24.100 8 INFO neutron.services.segments.plugin [-] Segment 478d5a74-59a7-4e49-add0-f0d4ec21eb60 resource provider aggregate not found 2026-04-16 01:17:24.106 8 INFO neutron.services.segments.plugin [-] Segment 478d5a74-59a7-4e49-add0-f0d4ec21eb60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 478d5a74-59a7-4e49-add0-f0d4ec21eb60 found for delete ", "request_id": "req-d46fb012-54c8-44df-b62e-502650993d34"}]} 2026-04-16 01:17:24.110 8 INFO neutron.db.segments_db [None req-ed2e7cfa-e7a0-4eac-abd6-f84673ec8cfd 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment f4b3bf11-236e-462d-af73-aa71d8806e31 of type vxlan for network 410b351e-12f9-4920-87f5-2c213e6eb1b3 2026-04-16 01:17:24.116 8 INFO neutron.services.segments.plugin [-] Segment 478d5a74-59a7-4e49-add0-f0d4ec21eb60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 478d5a74-59a7-4e49-add0-f0d4ec21eb60 found for delete ", "request_id": "req-f133b6d6-0f7d-471e-9a43-d44164d31cff"}]} 2026-04-16 01:17:24.327 8 INFO neutron.db.l3_hamode_db [None req-ed2e7cfa-e7a0-4eac-abd6-f84673ec8cfd 3e0f46e30a024edaa74f68b896ac6cdf 07ae6ecd66894ab2aa7a6057a6f3801b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 617/1235] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:17:23 2026] POST /v2.0/ports => generated 1506 bytes in 487 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: 618/1236] 10.0.0.30 () {32 vars in 642 bytes} [Thu Apr 16 01:17:24 2026] GET /v2.0/ports => generated 1506 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:17:24.524 7 INFO neutron_taas.services.taas.taas_plugin [None req-7755c33f-fcc8-43aa-8ae6-a0ddaf0a6859 070a0ffe9d3a44709ffe284ad640f6f7 863dca8ffd274f70a9f2e92ccc9a7cf3 - - default default] TaaS: Handle Delete Port: acc8c4ec-e8df-4133-99da-ea2e2079eb07 2026-04-16 01:17:24.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7755c33f-fcc8-43aa-8ae6-a0ddaf0a6859 070a0ffe9d3a44709ffe284ad640f6f7 863dca8ffd274f70a9f2e92ccc9a7cf3 - - default default] Tap Mirror: Handle Delete Port: acc8c4ec-e8df-4133-99da-ea2e2079eb07 [pid: 7|app: 0|req: 619/1237] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:17:24 2026] DELETE /v2.0/ports/acc8c4ec-e8df-4133-99da-ea2e2079eb07 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1238] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:24 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:24.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-fcad9f1f-bd89-4c7b-9541-80e01bc98dcf 070a0ffe9d3a44709ffe284ad640f6f7 863dca8ffd274f70a9f2e92ccc9a7cf3 - - default default] TaaS: Handle Delete Port: 66bf1b9d-3909-4f86-8559-7a1a669cc33a 2026-04-16 01:17:24.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcad9f1f-bd89-4c7b-9541-80e01bc98dcf 070a0ffe9d3a44709ffe284ad640f6f7 863dca8ffd274f70a9f2e92ccc9a7cf3 - - default default] Tap Mirror: Handle Delete Port: 66bf1b9d-3909-4f86-8559-7a1a669cc33a [pid: 7|app: 0|req: 621/1239] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:17:24 2026] DELETE /v2.0/ports/66bf1b9d-3909-4f86-8559-7a1a669cc33a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1240] 10.0.0.30 () {32 vars in 642 bytes} [Thu Apr 16 01:17:24 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:24.865 7 INFO neutron.db.segments_db [None req-1c9163be-ffca-4033-acd1-70557f2d42c3 070a0ffe9d3a44709ffe284ad640f6f7 863dca8ffd274f70a9f2e92ccc9a7cf3 - - default default] Added segment 70b3e17f-c7b9-490f-9d6d-3ad762fd53da of type vxlan for network b60d12dd-14aa-4019-89fa-a8e33172f71a [pid: 7|app: 0|req: 623/1241] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:24 2026] POST /v2.0/networks => generated 630 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:25.005 7 INFO neutron.db.segments_db [None req-83e2abfb-c27f-491e-8312-9b8304435362 070a0ffe9d3a44709ffe284ad640f6f7 863dca8ffd274f70a9f2e92ccc9a7cf3 - - default default] Added segment bb8e07fa-5aca-4346-9e8f-927438e77e56 of type vxlan for network 5da9d4ab-699a-4ed2-96f7-a3e09af10404 2026-04-16 01:17:25.012 8 INFO neutron.db.l3_hamode_db [None req-ed2e7cfa-e7a0-4eac-abd6-f84673ec8cfd 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 624/1242] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:24 2026] POST /v2.0/networks => generated 631 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1243] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:25 2026] POST /v2.0/subnets => generated 1273 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1244] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:17:25 2026] GET /v2.0/subnets => generated 1909 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1245] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:25 2026] DELETE /v2.0/subnets/e9f1668e-a924-4e1c-a2b0-b169d0d0304f => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1246] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:25 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => 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: 629/1247] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:25 2026] DELETE /v2.0/subnets/779b1a53-f2db-4b3d-b864-31c554fdaf37 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1248] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:24 2026] POST /v2.0/routers => generated 728 bytes in 1807 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1249] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:17:25 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:25.990 7 INFO neutron.services.segments.plugin [-] Segment bb8e07fa-5aca-4346-9e8f-927438e77e56 resource provider aggregate not found 2026-04-16 01:17:25.997 7 INFO neutron.services.segments.plugin [-] Segment bb8e07fa-5aca-4346-9e8f-927438e77e56 resource provider aggregate not found 2026-04-16 01:17:26.010 7 INFO neutron.services.segments.plugin [-] Segment bb8e07fa-5aca-4346-9e8f-927438e77e56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb8e07fa-5aca-4346-9e8f-927438e77e56 found for delete ", "request_id": "req-916178c5-2df7-46ff-906c-2fa58ca71f91"}]} 2026-04-16 01:17:26.014 7 INFO neutron.services.segments.plugin [-] Segment bb8e07fa-5aca-4346-9e8f-927438e77e56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb8e07fa-5aca-4346-9e8f-927438e77e56 found for delete ", "request_id": "req-e2376858-7ba6-4d56-8d4d-5e8880e8dfa0"}]} [pid: 7|app: 0|req: 631/1250] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:25 2026] DELETE /v2.0/networks/5da9d4ab-699a-4ed2-96f7-a3e09af10404 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1251] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 01:17:26 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 1240 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1252] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:26 2026] DELETE /v2.0/networks/b60d12dd-14aa-4019-89fa-a8e33172f71a => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1253] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:26 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1254] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:26 2026] DELETE /v2.0/networks/7c689c4a-5c95-4e0e-862c-b23590ae3e9f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1255] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:26 2026] DELETE /v2.0/networks/9b351d1c-9fb4-4c65-8920-21e64ea98762 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1256] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:26 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => 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: 620/1257] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:17:25 2026] PUT /v2.0/routers/a66251cd-925e-40b6-b0a7-c2222201947d/add_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1258] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:26 2026] GET /v2.0/security-groups?tenant_id=863dca8ffd274f70a9f2e92ccc9a7cf3&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1259] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:27 2026] DELETE /v2.0/security-groups/e221b808-a660-4250-8e24-140e5778a62d => 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: 639/1260] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:17:27 2026] GET /v2.0/networks?id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211 => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1261] 199.204.45.209 () {34 vars in 1050 bytes} [Thu Apr 16 01:17:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d => generated 273 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1262] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:27 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:28.036 7 INFO neutron.services.segments.plugin [-] Segment 70b3e17f-c7b9-490f-9d6d-3ad762fd53da resource provider aggregate not found 2026-04-16 01:17:28.041 7 INFO neutron.services.segments.plugin [-] Segment 70b3e17f-c7b9-490f-9d6d-3ad762fd53da resource provider aggregate not found 2026-04-16 01:17:28.058 7 INFO neutron.services.segments.plugin [-] Segment 70b3e17f-c7b9-490f-9d6d-3ad762fd53da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70b3e17f-c7b9-490f-9d6d-3ad762fd53da found for delete ", "request_id": "req-65034614-1d9e-43aa-a6a1-b96ed83818cf"}]} 2026-04-16 01:17:28.073 7 INFO neutron.services.segments.plugin [-] Segment 70b3e17f-c7b9-490f-9d6d-3ad762fd53da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70b3e17f-c7b9-490f-9d6d-3ad762fd53da found for delete ", "request_id": "req-2ed5542b-056f-434a-b060-833f82690a69"}]} 2026-04-16 01:17:28.081 7 INFO neutron.services.segments.plugin [-] Segment b5bddf57-4de3-4518-bca0-8fa2c71f9148 resource provider aggregate not found 2026-04-16 01:17:28.095 7 INFO neutron.services.segments.plugin [-] Segment b5bddf57-4de3-4518-bca0-8fa2c71f9148 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5bddf57-4de3-4518-bca0-8fa2c71f9148 found for delete ", "request_id": "req-93a0200a-2cdb-43e7-980b-75460bdcbe10"}]} 2026-04-16 01:17:28.100 7 INFO neutron.services.segments.plugin [-] Segment b5bddf57-4de3-4518-bca0-8fa2c71f9148 resource provider aggregate not found 2026-04-16 01:17:28.110 7 INFO neutron.services.segments.plugin [-] Segment 56f78a9e-e115-444a-bb54-5c5b654912ff resource provider aggregate not found 2026-04-16 01:17:28.122 7 INFO neutron.services.segments.plugin [-] Segment b5bddf57-4de3-4518-bca0-8fa2c71f9148 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5bddf57-4de3-4518-bca0-8fa2c71f9148 found for delete ", "request_id": "req-70cf4e28-8f77-4031-80d6-c9b861f101e1"}]} 2026-04-16 01:17:28.127 7 INFO neutron.services.segments.plugin [-] Segment 56f78a9e-e115-444a-bb54-5c5b654912ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56f78a9e-e115-444a-bb54-5c5b654912ff found for delete ", "request_id": "req-a2e5b910-2591-4e06-bc76-f526fab71032"}]} 2026-04-16 01:17:28.144 7 INFO neutron.services.segments.plugin [-] Segment 56f78a9e-e115-444a-bb54-5c5b654912ff resource provider aggregate not found 2026-04-16 01:17:28.170 7 INFO neutron.services.segments.plugin [-] Segment 56f78a9e-e115-444a-bb54-5c5b654912ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56f78a9e-e115-444a-bb54-5c5b654912ff found for delete ", "request_id": "req-666c006a-a4bf-4718-8016-317528a691af"}]} [pid: 7|app: 0|req: 640/1263] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:17:27 2026] POST /v2.0/ports => generated 954 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1264] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:17:28 2026] PUT /v2.0/ports/94340a13-6128-4382-b552-28c1fa5e25f9 => generated 1235 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:17:28.744 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2458ff6b-a095-4673-894e-9d152e4417fb'] response: {'name': 'network-changed', 'server_uuid': '22c45aea-04e1-4326-ba17-861f05a54c52', 'tag': '94340a13-6128-4382-b552-28c1fa5e25f9', '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: 625/1265] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:28 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 969 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: 8|app: 0|req: 626/1266] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:29 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:29.267 7 INFO neutron.db.segments_db [None req-703bf986-50fb-42c7-92db-816b5b75238e 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] Added segment 17b9381f-3ad1-4c0f-a30a-0b5dc51be858 of type vxlan for network 7d54e139-11a3-4c16-9eb7-a2605c59c8d6 [pid: 8|app: 0|req: 627/1267] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:17:29 2026] GET /v2.0/networks?id=1a6110be-664c-4596-a8d3-e286f8c940c0 => generated 673 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1268] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:17:29 2026] GET /v2.0/ports?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => 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: 629/1269] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:17:29 2026] GET /v2.0/quotas/07ae6ecd66894ab2aa7a6057a6f3801b => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1270] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:28 2026] POST /v2.0/networks => generated 626 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1271] 199.204.45.209 () {34 vars in 1018 bytes} [Thu Apr 16 01:17:29 2026] GET /v2.0/networks?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&shared=False => generated 756 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1272] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:17:29 2026] GET /v2.0/ports?tenant_id=07ae6ecd66894ab2aa7a6057a6f3801b&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1273] 199.204.45.209 () {34 vars in 930 bytes} [Thu Apr 16 01:17:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1274] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:17:29 2026] GET /v2.0/networks/1a6110be-664c-4596-a8d3-e286f8c940c0?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: 645/1275] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:17:29 2026] GET /v2.0/networks/1a6110be-664c-4596-a8d3-e286f8c940c0?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: 646/1276] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:29 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => 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: 631/1277] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:17:29 2026] POST /v2.0/ports => generated 775 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:29.800 7 INFO neutron.db.segments_db [None req-7d74808d-6be4-4efb-940d-b7d81e6d7bc5 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] Added segment ce468810-5b1a-4c02-9d34-b76307f7bb3d of type vxlan for network 20041039-3a18-4a52-9fcc-38e99512696e [pid: 7|app: 0|req: 647/1278] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:29 2026] POST /v2.0/networks => generated 613 bytes in 186 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: 632/1279] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:29 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1280] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:30 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1281] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:30 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&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: 650/1282] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:17:30 2026] GET /v2.0/ports?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1283] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:17:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=94340a13-6128-4382-b552-28c1fa5e25f9 => 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: 652/1284] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:17:30 2026] GET /v2.0/subnets?id=430ced0e-3f40-4226-b8bd-7acc739bd097 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1285] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:17:30 2026] GET /v2.0/ports?network_id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1286] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:17:30 2026] POST /v2.0/ports => generated 949 bytes in 447 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: 654/1287] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:17:30 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?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: 655/1288] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:17:30 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:30.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-cde127b0-058a-4750-b57e-cabd892863b6 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] TaaS: Handle Delete Port: a65ef4c8-22fd-49d2-94af-3f461349f0d9 2026-04-16 01:17:30.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cde127b0-058a-4750-b57e-cabd892863b6 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] Tap Mirror: Handle Delete Port: a65ef4c8-22fd-49d2-94af-3f461349f0d9 [pid: 7|app: 0|req: 656/1289] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:30 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => 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: 634/1290] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:17:30 2026] DELETE /v2.0/ports/a65ef4c8-22fd-49d2-94af-3f461349f0d9 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:30.999 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36ff544b-666c-4355-8f82-5f0dba2182c7 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 657/1291] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:17:30 2026] DELETE /v2.0/ports/a65ef4c8-22fd-49d2-94af-3f461349f0d9 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:17:31.022 8 INFO neutron.pecan_wsgi.hooks.translation [None req-96d38805-1255-461f-a278-80b04fd67a6d 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 635/1292] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:17:31 2026] GET /v2.0/ports/a65ef4c8-22fd-49d2-94af-3f461349f0d9 => 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: 658/1293] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:31 2026] DELETE /v2.0/subnets/4a1df0af-5ae0-4833-bb2b-eeb79fcf3234 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:31.275 8 INFO neutron.services.segments.plugin [-] Segment ce468810-5b1a-4c02-9d34-b76307f7bb3d resource provider aggregate not found 2026-04-16 01:17:31.282 8 INFO neutron.services.segments.plugin [-] Segment ce468810-5b1a-4c02-9d34-b76307f7bb3d resource provider aggregate not found 2026-04-16 01:17:31.294 8 INFO neutron.services.segments.plugin [-] Segment ce468810-5b1a-4c02-9d34-b76307f7bb3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce468810-5b1a-4c02-9d34-b76307f7bb3d found for delete ", "request_id": "req-49018cdc-816c-4a59-a5ed-f84ab1e94ca6"}]} 2026-04-16 01:17:31.300 8 INFO neutron.services.segments.plugin [-] Segment ce468810-5b1a-4c02-9d34-b76307f7bb3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce468810-5b1a-4c02-9d34-b76307f7bb3d found for delete ", "request_id": "req-40dfaf6f-efad-4f87-ba41-c2fe2619452a"}]} [pid: 8|app: 0|req: 636/1294] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:31 2026] DELETE /v2.0/networks/20041039-3a18-4a52-9fcc-38e99512696e => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:31.396 7 INFO neutron.db.segments_db [None req-13d85e34-d099-4ef8-b2a0-59f0ca731ca2 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] Added segment 072ef81b-7fa1-411e-9860-b745aa093d5a of type vxlan for network 027a5534-b0c0-48c6-8cb2-e922af5a6d3a [pid: 8|app: 0|req: 637/1295] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:31 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1296] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:31 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1297] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:17:31 2026] POST /v2.0/networks => generated 613 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1298] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:31 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: 8|app: 0|req: 640/1299] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:31 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => 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: 660/1300] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:17:31 2026] POST /v2.0/ports => generated 915 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:32.309 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd897491-5aac-44a8-b231-8f9cd7ea6631 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] TaaS: Handle Delete Port: e778d6db-c2d7-4676-b265-37e4f279207d 2026-04-16 01:17:32.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd897491-5aac-44a8-b231-8f9cd7ea6631 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] Tap Mirror: Handle Delete Port: e778d6db-c2d7-4676-b265-37e4f279207d [pid: 8|app: 0|req: 641/1301] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:17:32 2026] DELETE /v2.0/ports/e778d6db-c2d7-4676-b265-37e4f279207d => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:32.485 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45823a37-12db-4a6d-b309-5f60c51b22c9 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 661/1302] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:17:32 2026] GET /v2.0/ports/e778d6db-c2d7-4676-b265-37e4f279207d => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1303] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:32 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1304] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:32 2026] DELETE /v2.0/subnets/1e19f690-e2ad-4339-99a8-8e93cfb0979e => 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: 663/1305] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:32 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1306] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:32 2026] DELETE /v2.0/networks/027a5534-b0c0-48c6-8cb2-e922af5a6d3a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1307] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:32 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1308] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:17:32 2026] POST /v2.0/ports => generated 774 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1309] 10.0.0.30 () {34 vars in 736 bytes} [Thu Apr 16 01:17:33 2026] PUT /v2.0/ports/8cc46f8c-21a9-4365-a716-f9a204eb348a => generated 752 bytes in 153 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 01:17:33.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab0f7676-be60-47cc-988e-560983bed435 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] TaaS: Handle Delete Port: 8cc46f8c-21a9-4365-a716-f9a204eb348a 2026-04-16 01:17:33.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab0f7676-be60-47cc-988e-560983bed435 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] Tap Mirror: Handle Delete Port: 8cc46f8c-21a9-4365-a716-f9a204eb348a 2026-04-16 01:17:33.310 8 INFO neutron.services.segments.plugin [-] Segment 072ef81b-7fa1-411e-9860-b745aa093d5a resource provider aggregate not found 2026-04-16 01:17:33.317 8 INFO neutron.services.segments.plugin [-] Segment 072ef81b-7fa1-411e-9860-b745aa093d5a resource provider aggregate not found 2026-04-16 01:17:33.321 8 INFO neutron.services.segments.plugin [-] Segment 072ef81b-7fa1-411e-9860-b745aa093d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 072ef81b-7fa1-411e-9860-b745aa093d5a found for delete ", "request_id": "req-6a0a4ad7-b471-4325-aa57-0a544ea886b8"}]} [pid: 7|app: 0|req: 665/1310] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:17:33 2026] DELETE /v2.0/ports/8cc46f8c-21a9-4365-a716-f9a204eb348a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:33.330 8 INFO neutron.services.segments.plugin [-] Segment 072ef81b-7fa1-411e-9860-b745aa093d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 072ef81b-7fa1-411e-9860-b745aa093d5a found for delete ", "request_id": "req-2c86b1c9-222d-40cc-a648-b8d8acd52064"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 646/1311] 10.0.0.30 () {32 vars in 642 bytes} [Thu Apr 16 01:17:33 2026] GET /v2.0/ports => generated 778 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:33.404 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3299589-42de-42c2-8192-de1abab1c433 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 666/1312] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:17:33 2026] GET /v2.0/ports/8cc46f8c-21a9-4365-a716-f9a204eb348a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1313] 10.0.0.30 () {32 vars in 642 bytes} [Thu Apr 16 01:17:33 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1314] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:17:33 2026] GET /v2.0/ports/51132a3b-f894-4f44-a098-7fa103dcc886 => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:33.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f8c4c7a-5dbc-48cb-b86d-fbd8277a4868 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 648/1315] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:17:33 2026] DELETE /v2.0/ports/e778d6db-c2d7-4676-b265-37e4f279207d => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:17:33.540 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7260d410-5e06-419e-8716-ea779abfabc4 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 668/1316] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:33 2026] DELETE /v2.0/subnets/1e19f690-e2ad-4339-99a8-8e93cfb0979e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:17:33.564 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de7b24c0-ff11-4bb9-92da-5e6c4a2a9a42 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 649/1317] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:33 2026] DELETE /v2.0/subnets/4a1df0af-5ae0-4833-bb2b-eeb79fcf3234 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:17:33.677 7 INFO neutron_taas.services.taas.taas_plugin [None req-619a4daf-f868-4cf1-bde1-af5d39f8d2cf 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] TaaS: Handle Delete Port: 51132a3b-f894-4f44-a098-7fa103dcc886 2026-04-16 01:17:33.681 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-619a4daf-f868-4cf1-bde1-af5d39f8d2cf 363a8a2d64bd4d5997e2f617ba36eae8 96e2f4211e044c598c5714d0c3db8438 - - default default] Tap Mirror: Handle Delete Port: 51132a3b-f894-4f44-a098-7fa103dcc886 [pid: 8|app: 0|req: 650/1318] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:33 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1319] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:17:33 2026] DELETE /v2.0/ports/51132a3b-f894-4f44-a098-7fa103dcc886 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1320] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:33 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&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 01:17:33.910 7 INFO neutron.services.segments.plugin [-] Segment 17b9381f-3ad1-4c0f-a30a-0b5dc51be858 resource provider aggregate not found 2026-04-16 01:17:33.913 7 INFO neutron.services.segments.plugin [-] Segment 17b9381f-3ad1-4c0f-a30a-0b5dc51be858 resource provider aggregate not found 2026-04-16 01:17:33.928 7 INFO neutron.services.segments.plugin [-] Segment 17b9381f-3ad1-4c0f-a30a-0b5dc51be858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17b9381f-3ad1-4c0f-a30a-0b5dc51be858 found for delete ", "request_id": "req-604db94b-f1de-4135-b936-3bf3c252d2d5"}]} 2026-04-16 01:17:33.933 7 INFO neutron.services.segments.plugin [-] Segment 17b9381f-3ad1-4c0f-a30a-0b5dc51be858 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17b9381f-3ad1-4c0f-a30a-0b5dc51be858 found for delete ", "request_id": "req-04231cd8-f546-4d14-a8f9-09c32327bcdd"}]} [pid: 7|app: 0|req: 670/1321] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:33 2026] DELETE /v2.0/networks/7d54e139-11a3-4c16-9eb7-a2605c59c8d6 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1322] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:17:33 2026] GET /v2.0/networks?id=1a6110be-664c-4596-a8d3-e286f8c940c0 => generated 673 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1323] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:34 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => 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: 671/1324] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:17:34 2026] POST /v2.0/ports => generated 954 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 672/1325] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:34 2026] GET /v2.0/security-groups?tenant_id=96e2f4211e044c598c5714d0c3db8438&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1326] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:34 2026] DELETE /v2.0/security-groups/9e5a1175-f915-485f-962f-5d7b929d54e8 => 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: 674/1327] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:34 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1328] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:34 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&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: 676/1329] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:35 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1330] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:17:34 2026] PUT /v2.0/ports/04e99c8e-a2e6-40ce-beab-cd29d4f346b4 => generated 1235 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1331] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:35 2026] GET /v2.0/security-groups?id=d053e607-c6a8-4fb4-aff6-8c8fce1da5d0&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:35.306 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9090fb3-3042-47ed-98a2-64260e92f792'] response: {'name': 'network-changed', 'server_uuid': 'e93954ba-2ae9-4657-bf26-f55a1d978564', 'tag': '04e99c8e-a2e6-40ce-beab-cd29d4f346b4', '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: 655/1332] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:17:35 2026] GET /v2.0/ports?tenant_id=07ae6ecd66894ab2aa7a6057a6f3801b&device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => 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: 678/1333] 199.204.45.209 () {34 vars in 1018 bytes} [Thu Apr 16 01:17:35 2026] GET /v2.0/networks?tenant_id=07ae6ecd66894ab2aa7a6057a6f3801b&shared=False => generated 769 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1334] 199.204.45.209 () {34 vars in 930 bytes} [Thu Apr 16 01:17:35 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: 679/1335] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:35 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1336] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:36 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&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: 680/1337] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:36 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => 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: 658/1338] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:36 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1339] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:17:36 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1340] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:36 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => 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: 683/1341] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:36 2026] GET /v2.0/security-groups?id=d053e607-c6a8-4fb4-aff6-8c8fce1da5d0&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:36.683 8 INFO neutron.db.l3_db [None req-138c1163-0486-4c3e-9f98-ea5fc16bf205 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Floating IP 92562a33-1140-4ac2-899a-e11422002199 associated. External IP: 10.96.250.212, port: 94340a13-6128-4382-b552-28c1fa5e25f9. [pid: 7|app: 0|req: 684/1342] 10.0.0.30 () {34 vars in 683 bytes} [Thu Apr 16 01:17:36 2026] POST /v2.0/security-groups => generated 1624 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1343] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:36 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1344] 10.0.0.30 () {32 vars in 662 bytes} [Thu Apr 16 01:17:36 2026] GET /v2.0/security-groups => generated 4529 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1345] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:36 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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: 659/1346] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:17:36 2026] PUT /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 855 bytes in 693 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1347] 10.0.0.30 () {34 vars in 757 bytes} [Thu Apr 16 01:17:36 2026] PUT /v2.0/security-groups/894e5c84-8388-4a82-a805-23e4753d4a0f => generated 1664 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1348] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/ports?tenant_id=07ae6ecd66894ab2aa7a6057a6f3801b&device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => 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: 689/1349] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 855 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1350] 10.0.0.30 () {32 vars in 736 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/security-groups/894e5c84-8388-4a82-a805-23e4753d4a0f => generated 1664 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1351] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=04e99c8e-a2e6-40ce-beab-cd29d4f346b4 => 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: 691/1352] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/subnets?id=06f3733f-9e13-4008-850a-b371445f3488 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1353] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 662/1354] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:37 2026] DELETE /v2.0/security-groups/894e5c84-8388-4a82-a805-23e4753d4a0f => 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: 693/1355] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/ports?network_id=1a6110be-664c-4596-a8d3-e286f8c940c0&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: 663/1356] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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: 7|app: 0|req: 694/1357] 10.0.0.30 () {32 vars in 662 bytes} [Thu Apr 16 01:17:37 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 01:17:37.222 7 INFO neutron.api.v2.resource [None req-f21e41b4-d5c1-490b-9039-61a40d8a8c71 f2c7fe336c034f59a5ff7ea18750e5a4 edf5b4b55e16442f9adb7bbfa4189335 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 695/1358] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:37 2026] DELETE /v2.0/security-groups/894e5c84-8388-4a82-a805-23e4753d4a0f => 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: 664/1359] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/networks/1a6110be-664c-4596-a8d3-e286f8c940c0?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: 665/1360] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/networks/1a6110be-664c-4596-a8d3-e286f8c940c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1361] 10.0.0.30 () {34 vars in 683 bytes} [Thu Apr 16 01:17:37 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 01:17:37.344 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c0c9f9c-cc51-41a2-9c2c-959e697694c1'] response: {'name': 'network-changed', 'server_uuid': '22c45aea-04e1-4326-ba17-861f05a54c52', 'tag': '94340a13-6128-4382-b552-28c1fa5e25f9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 666/1362] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1363] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/security-group-rules/1434b977-301b-4559-839a-57deccedd888 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1364] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1365] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1366] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:17:37 2026] DELETE /v2.0/security-group-rules/1434b977-301b-4559-839a-57deccedd888 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1367] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/security-groups?id=d053e607-c6a8-4fb4-aff6-8c8fce1da5d0&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: 700/1368] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1369] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:37 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: 701/1370] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/security-group-rules/0e98de76-f34f-4115-bd44-46622493c3c6 => 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: 670/1371] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1372] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/ports?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1373] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/networks?id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211 => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1374] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:17:37 2026] DELETE /v2.0/security-group-rules/0e98de76-f34f-4115-bd44-46622493c3c6 => 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: 704/1375] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=94340a13-6128-4382-b552-28c1fa5e25f9 => 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: 705/1376] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/subnets?id=430ced0e-3f40-4226-b8bd-7acc739bd097 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1377] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1378] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/ports?network_id=cc212a95-b0ca-4ee5-a0d4-daa8317cd211&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:17:38.084 8 INFO neutron.db.securitygroups_db [None req-d17a4054-8856-41b1-adeb-14445a6ad1e9 f2c7fe336c034f59a5ff7ea18750e5a4 edf5b4b55e16442f9adb7bbfa4189335 - - default default] Project edf5b4b55e16442f9adb7bbfa4189335 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: 707/1379] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1380] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1382] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1384] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/security-group-rules/5f538dda-7f00-4d2a-a833-ee5712b47f54 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1385] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1386] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1387] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1388] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:17:38 2026] DELETE /v2.0/security-group-rules/5f538dda-7f00-4d2a-a833-ee5712b47f54 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1389] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1390] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1391] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:38 2026] DELETE /v2.0/security-groups/3628c79d-8e41-402c-9ea3-f21c794807ce => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1392] 10.0.0.30 () {32 vars in 662 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1393] 10.0.0.30 () {32 vars in 662 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1394] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1395] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:38 2026] GET /v2.0/security-groups?id=d053e607-c6a8-4fb4-aff6-8c8fce1da5d0&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1396] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:17:39 2026] GET /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 857 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1397] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:39 2026] GET /v2.0/security-groups?tenant_id=edf5b4b55e16442f9adb7bbfa4189335&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1398] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:39 2026] DELETE /v2.0/security-groups/932436e7-2640-49d8-9ba0-e749119c92dc => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1399] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:39 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1400] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:39 2026] GET /v2.0/security-groups?id=8a04129f-923d-4f3f-81eb-bba0ad569e5e&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: 683/1401] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:17:39 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:39.721 7 INFO neutron_taas.services.taas.taas_plugin [req-44912099-fb63-4830-afd0-65984a06e2a8 req-0dd97053-ab34-475e-8e4e-4eb241086c16 04796c22a3b74f719c8d742c6908c46f 64d70cb5af26490498232078ed1ea625 - - default default] TaaS: Handle Delete Port: f0a9a217-5e85-4ce4-b4a4-088083cad001 2026-04-16 01:17:39.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-44912099-fb63-4830-afd0-65984a06e2a8 req-0dd97053-ab34-475e-8e4e-4eb241086c16 04796c22a3b74f719c8d742c6908c46f 64d70cb5af26490498232078ed1ea625 - - default default] Tap Mirror: Handle Delete Port: f0a9a217-5e85-4ce4-b4a4-088083cad001 2026-04-16 01:17:39.848 7 INFO neutron.db.l3_db [req-44912099-fb63-4830-afd0-65984a06e2a8 req-0dd97053-ab34-475e-8e4e-4eb241086c16 04796c22a3b74f719c8d742c6908c46f 64d70cb5af26490498232078ed1ea625 - - default default] Floating IP 4873c6de-2c15-4246-835f-fa90c514401f disassociated. External IP: 10.96.250.203, port: f0a9a217-5e85-4ce4-b4a4-088083cad001. [pid: 8|app: 0|req: 684/1402] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:39 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => 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: 685/1403] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:39 2026] GET /v2.0/security-groups?id=d053e607-c6a8-4fb4-aff6-8c8fce1da5d0&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1404] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:17:39 2026] DELETE /v2.0/ports/f0a9a217-5e85-4ce4-b4a4-088083cad001 => generated 0 bytes in 584 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:40.246 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-688d3457-3221-4bab-bd60-dbc922521aa2'] response: {'server_uuid': 'df842f0d-070f-4535-a5e3-b960ab7becf1', 'name': 'network-vif-deleted', 'tag': 'f0a9a217-5e85-4ce4-b4a4-088083cad001', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 686/1405] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:40 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 687/1406] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:41 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1407] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:41 2026] GET /v2.0/security-groups?id=d053e607-c6a8-4fb4-aff6-8c8fce1da5d0&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1408] 10.0.0.30 () {34 vars in 683 bytes} [Thu Apr 16 01:17:41 2026] POST /v2.0/security-groups => generated 1625 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1409] 10.0.0.30 () {32 vars in 662 bytes} [Thu Apr 16 01:17:41 2026] GET /v2.0/security-groups => generated 4530 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1410] 10.0.0.30 () {34 vars in 757 bytes} [Thu Apr 16 01:17:41 2026] PUT /v2.0/security-groups/b0d24e29-f10c-43d9-99d7-e5738af0bee3 => generated 1662 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1411] 10.0.0.30 () {32 vars in 736 bytes} [Thu Apr 16 01:17:41 2026] GET /v2.0/security-groups/b0d24e29-f10c-43d9-99d7-e5738af0bee3 => generated 1662 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1412] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:41 2026] DELETE /v2.0/security-groups/b0d24e29-f10c-43d9-99d7-e5738af0bee3 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1413] 10.0.0.30 () {32 vars in 662 bytes} [Thu Apr 16 01:17:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:17:41.696 7 INFO neutron.api.v2.resource [None req-614c7a63-d7a4-4c5c-9540-92cc5dbac645 e4c5d5a3713548349ebc3e2ae8acaa69 b136933a2c734b979d05a9290fc802c9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 723/1414] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:41 2026] DELETE /v2.0/security-groups/b0d24e29-f10c-43d9-99d7-e5738af0bee3 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1415] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:41 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 692/1416] 10.0.0.30 () {34 vars in 683 bytes} [Thu Apr 16 01:17:41 2026] POST /v2.0/security-groups => generated 1625 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1417] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1418] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:17:41 2026] GET /v2.0/security-group-rules/d7505c47-3f3e-4908-8b24-d4225f595aa5 => generated 601 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1419] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1420] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:17:42 2026] DELETE /v2.0/security-group-rules/d7505c47-3f3e-4908-8b24-d4225f595aa5 => 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: 695/1421] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1422] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1423] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/security-groups?id=d053e607-c6a8-4fb4-aff6-8c8fce1da5d0&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: 696/1424] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1425] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/security-group-rules/1769838e-eff4-4e0c-81b4-de6e88aea9f2 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1426] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1427] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:17:42 2026] DELETE /v2.0/security-group-rules/1769838e-eff4-4e0c-81b4-de6e88aea9f2 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1428] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1429] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:17:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1430] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/security-group-rules/5eab888c-cc18-4073-886d-8a8195d5d798 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1431] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 50 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.30 () {32 vars in 749 bytes} [Thu Apr 16 01:17:42 2026] DELETE /v2.0/security-group-rules/5eab888c-cc18-4073-886d-8a8195d5d798 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1433] 10.0.0.30 () {32 vars in 672 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1434] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/ports?device_id=df842f0d-070f-4535-a5e3-b960ab7becf1 => 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: 734/1435] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:42 2026] DELETE /v2.0/security-groups/63ae312c-3db8-479a-bd53-138388724e03 => 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: 702/1436] 10.0.0.30 () {32 vars in 662 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1437] 10.0.0.30 () {32 vars in 662 bytes} [Thu Apr 16 01:17:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1438] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:43 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1439] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:43 2026] GET /v2.0/security-groups?id=d053e607-c6a8-4fb4-aff6-8c8fce1da5d0&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: 704/1440] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:43 2026] GET /v2.0/security-groups?tenant_id=b136933a2c734b979d05a9290fc802c9&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1441] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:43 2026] DELETE /v2.0/security-groups/9537a687-1524-4722-b4dd-dafc7f7816fd => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1442] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:43 2026] DELETE /v2.0/security-groups/8a04129f-923d-4f3f-81eb-bba0ad569e5e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:17:44.105 7 INFO neutron.api.v2.resource [None req-6607d783-a89b-44f3-875a-722330862a4b 04796c22a3b74f719c8d742c6908c46f 64d70cb5af26490498232078ed1ea625 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 738/1443] 10.0.0.30 () {32 vars in 736 bytes} [Thu Apr 16 01:17:44 2026] GET /v2.0/security-groups/8a04129f-923d-4f3f-81eb-bba0ad569e5e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:17:44.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-f78cd387-5938-4845-978d-337b87990cf6 04796c22a3b74f719c8d742c6908c46f 64d70cb5af26490498232078ed1ea625 - - default default] TaaS: Handle Delete Port: 59c1f8da-4eea-4c7c-9951-1b96b9c87252 2026-04-16 01:17:44.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f78cd387-5938-4845-978d-337b87990cf6 04796c22a3b74f719c8d742c6908c46f 64d70cb5af26490498232078ed1ea625 - - default default] Tap Mirror: Handle Delete Port: 59c1f8da-4eea-4c7c-9951-1b96b9c87252 [pid: 8|app: 0|req: 706/1444] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:17:44 2026] DELETE /v2.0/floatingips/4873c6de-2c15-4246-835f-fa90c514401f => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:17:44.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa215fa8-3914-42a5-8347-dac86d1873b3 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 4ca462fa-37ea-472c-82bf-c29df6d7559b 2026-04-16 01:17:44.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa215fa8-3914-42a5-8347-dac86d1873b3 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 4ca462fa-37ea-472c-82bf-c29df6d7559b [pid: 8|app: 0|req: 707/1445] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:44 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1446] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:44 2026] GET /v2.0/security-groups?id=d053e607-c6a8-4fb4-aff6-8c8fce1da5d0&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1447] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:17:44 2026] PUT /v2.0/routers/e93c0b07-9ae0-4231-91b5-1f5d09e12d1a/remove_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:45.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b7aedd7-8fc0-42c7-bc18-17b50cb15ac4 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 3de5e906-cc70-4476-bd9e-d272622c47cc 2026-04-16 01:17:45.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b7aedd7-8fc0-42c7-bc18-17b50cb15ac4 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 3de5e906-cc70-4476-bd9e-d272622c47cc 2026-04-16 01:17:45.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b7aedd7-8fc0-42c7-bc18-17b50cb15ac4 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: d2cc118e-823c-4f47-afcd-25fe2bba5e93 2026-04-16 01:17:45.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b7aedd7-8fc0-42c7-bc18-17b50cb15ac4 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: d2cc118e-823c-4f47-afcd-25fe2bba5e93 [pid: 7|app: 0|req: 740/1448] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:46 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1449] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:46 2026] GET /v2.0/security-groups?id=d053e607-c6a8-4fb4-aff6-8c8fce1da5d0&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:46.318 8 INFO neutron.services.segments.plugin [-] Segment 17678887-ba44-4d51-9b55-6c3d022c3152 resource provider aggregate not found 2026-04-16 01:17:46.324 8 INFO neutron.services.segments.plugin [-] Segment 17678887-ba44-4d51-9b55-6c3d022c3152 resource provider aggregate not found 2026-04-16 01:17:46.339 8 INFO neutron.services.segments.plugin [-] Segment 17678887-ba44-4d51-9b55-6c3d022c3152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17678887-ba44-4d51-9b55-6c3d022c3152 found for delete ", "request_id": "req-a96ceb8c-6d68-4182-9fa0-c17801d04812"}]} 2026-04-16 01:17:46.340 8 INFO neutron.services.segments.plugin [-] Segment 17678887-ba44-4d51-9b55-6c3d022c3152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17678887-ba44-4d51-9b55-6c3d022c3152 found for delete ", "request_id": "req-30ed6649-36d4-49d4-a6c3-b76786daf8f8"}]} 2026-04-16 01:17:46.356 8 INFO neutron.db.l3_hamode_db [None req-6b7aedd7-8fc0-42c7-bc18-17b50cb15ac4 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] HA network ae445a4d-64fb-4123-9e3b-7fd4d9348d97 was deleted as no HA routers are present in tenant 64d70cb5af26490498232078ed1ea625. [pid: 8|app: 0|req: 709/1450] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:45 2026] DELETE /v2.0/routers/e93c0b07-9ae0-4231-91b5-1f5d09e12d1a => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1451] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:46 2026] DELETE /v2.0/subnets/d3d1577c-73b1-4a9a-b678-c906c4bf2489 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:46.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-01d1fa1a-11fd-4a98-ab95-2a94ff3dcfa1 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: da0aba4a-2875-4063-b07f-b54fbe660433 2026-04-16 01:17:46.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01d1fa1a-11fd-4a98-ab95-2a94ff3dcfa1 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: da0aba4a-2875-4063-b07f-b54fbe660433 [pid: 8|app: 0|req: 710/1452] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:46 2026] DELETE /v2.0/networks/4ef5a348-d72f-4348-b221-fef966b2653d => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1453] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:46 2026] GET /v2.0/security-groups?tenant_id=64d70cb5af26490498232078ed1ea625&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1454] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 01:17:46 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1455] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:46 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1456] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:46 2026] DELETE /v2.0/security-groups/bf993208-54fa-4799-b96b-4d59544ac7ee => 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: 713/1457] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:47 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1458] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:47 2026] GET /v2.0/security-groups?id=d053e607-c6a8-4fb4-aff6-8c8fce1da5d0&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1459] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:17:47 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:47.445 7 INFO neutron_taas.services.taas.taas_plugin [req-623fd170-4289-4c32-b20f-8d7b0f7a89ba req-72e7d1ad-9eed-4471-9137-76629dbbee2b c78308c228374a8484c338a748c4afd7 07ae6ecd66894ab2aa7a6057a6f3801b - - default default] TaaS: Handle Delete Port: 04e99c8e-a2e6-40ce-beab-cd29d4f346b4 2026-04-16 01:17:47.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-623fd170-4289-4c32-b20f-8d7b0f7a89ba req-72e7d1ad-9eed-4471-9137-76629dbbee2b c78308c228374a8484c338a748c4afd7 07ae6ecd66894ab2aa7a6057a6f3801b - - default default] Tap Mirror: Handle Delete Port: 04e99c8e-a2e6-40ce-beab-cd29d4f346b4 [pid: 8|app: 0|req: 714/1460] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:47 2026] GET /v2.0/security-groups?tenant_id=fb14e80c229449d5832321464f80c73e&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1461] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:17:47 2026] DELETE /v2.0/ports/04e99c8e-a2e6-40ce-beab-cd29d4f346b4 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:47.624 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4a7699d-1edf-4dbb-93e8-6c231f5594eb'] response: {'server_uuid': 'e93954ba-2ae9-4657-bf26-f55a1d978564', 'name': 'network-vif-deleted', 'tag': '04e99c8e-a2e6-40ce-beab-cd29d4f346b4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 715/1462] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:47 2026] DELETE /v2.0/security-groups/8c5a6532-5f8e-431d-912f-09710d0a7414 => 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: 748/1463] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:48 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:48.357 8 INFO neutron.services.segments.plugin [-] Segment c8bc62af-8f9e-4d32-bb57-5e9293ebe2af resource provider aggregate not found 2026-04-16 01:17:48.361 8 INFO neutron.services.segments.plugin [-] Segment c8bc62af-8f9e-4d32-bb57-5e9293ebe2af resource provider aggregate not found 2026-04-16 01:17:48.373 8 INFO neutron.services.segments.plugin [-] Segment c8bc62af-8f9e-4d32-bb57-5e9293ebe2af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8bc62af-8f9e-4d32-bb57-5e9293ebe2af found for delete ", "request_id": "req-cb3b9d90-e908-4900-a4dd-16a99eee2dcd"}]} 2026-04-16 01:17:48.377 8 INFO neutron.services.segments.plugin [-] Segment c8bc62af-8f9e-4d32-bb57-5e9293ebe2af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8bc62af-8f9e-4d32-bb57-5e9293ebe2af found for delete ", "request_id": "req-bf142d10-6f16-463f-974d-f5b9c08e3d36"}]} 2026-04-16 01:17:48.972 8 INFO neutron.db.segments_db [None req-d56cfb4d-a335-4c2d-a34f-d18c6b3a9fb7 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 96a19bc7-516b-49d9-884b-c294c01c3433 of type vxlan for network 37e3fb1c-5b5c-45e4-a1ea-40343658525e [pid: 8|app: 0|req: 716/1464] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:17:48 2026] POST /v2.0/networks => generated 726 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1465] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:49 2026] POST /v2.0/subnets => generated 692 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:17:49.324 8 INFO neutron.db.segments_db [None req-b3cce0e0-5604-42ae-b7ab-9b6092aa3394 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 7961cfb6-5cb5-4e53-a16b-958c9efa0728 of type vxlan for network 15b92822-ea75-408c-818e-fc695bcde24e [pid: 7|app: 0|req: 750/1466] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:49 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:49.558 8 INFO neutron.db.l3_hamode_db [None req-b3cce0e0-5604-42ae-b7ab-9b6092aa3394 3e0f46e30a024edaa74f68b896ac6cdf 0cd6287e13b4415e82a1e66855e0ddb5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:17:50.259 8 INFO neutron.db.l3_hamode_db [None req-b3cce0e0-5604-42ae-b7ab-9b6092aa3394 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 751/1467] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:50 2026] GET /v2.0/ports?device_id=e93954ba-2ae9-4657-bf26-f55a1d978564 => 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: 717/1468] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:49 2026] POST /v2.0/routers => generated 732 bytes in 1800 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1469] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:17:51 2026] PUT /v2.0/routers/4f02ef75-85db-4b1c-9c66-db59a9146fbe/add_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1470] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:17:52 2026] GET /v2.0/networks?id=37e3fb1c-5b5c-45e4-a1ea-40343658525e => generated 677 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1471] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:17:52 2026] GET /v2.0/quotas/0cd6287e13b4415e82a1e66855e0ddb5 => 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: 755/1472] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:17:52 2026] GET /v2.0/ports?tenant_id=0cd6287e13b4415e82a1e66855e0ddb5&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1473] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:17:53 2026] GET /v2.0/networks/37e3fb1c-5b5c-45e4-a1ea-40343658525e?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 01:17:53.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-96c756b0-da08-4df4-8430-a12ab4f05588 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: f53d1105-e404-40aa-8c47-604b37eb17ab 2026-04-16 01:17:53.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96c756b0-da08-4df4-8430-a12ab4f05588 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: f53d1105-e404-40aa-8c47-604b37eb17ab [pid: 7|app: 0|req: 757/1474] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:17:53 2026] GET /v2.0/networks/37e3fb1c-5b5c-45e4-a1ea-40343658525e?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: 760/1477] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:53 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => 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: 718/1478] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:17:52 2026] PUT /v2.0/routers/a66251cd-925e-40b6-b0a7-c2222201947d/remove_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:53.877 7 INFO neutron_taas.services.taas.taas_plugin [None req-8383ff66-6c22-4b06-8675-a65ccb0d628f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 890cb1d5-6fb6-48b6-9e26-e4fcfab8ed22 2026-04-16 01:17:53.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8383ff66-6c22-4b06-8675-a65ccb0d628f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 890cb1d5-6fb6-48b6-9e26-e4fcfab8ed22 2026-04-16 01:17:54.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-8383ff66-6c22-4b06-8675-a65ccb0d628f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: e02272e0-38b1-476e-b1d2-ae4543d34f32 2026-04-16 01:17:54.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8383ff66-6c22-4b06-8675-a65ccb0d628f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: e02272e0-38b1-476e-b1d2-ae4543d34f32 [pid: 8|app: 0|req: 719/1479] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:54 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:54.533 7 INFO neutron.services.segments.plugin [-] Segment f4b3bf11-236e-462d-af73-aa71d8806e31 resource provider aggregate not found 2026-04-16 01:17:54.539 7 INFO neutron.services.segments.plugin [-] Segment f4b3bf11-236e-462d-af73-aa71d8806e31 resource provider aggregate not found 2026-04-16 01:17:54.555 7 INFO neutron.services.segments.plugin [-] Segment f4b3bf11-236e-462d-af73-aa71d8806e31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4b3bf11-236e-462d-af73-aa71d8806e31 found for delete ", "request_id": "req-3caa87e1-b6e3-46b3-b5e3-3c92c2005b1d"}]} 2026-04-16 01:17:54.559 7 INFO neutron.services.segments.plugin [-] Segment f4b3bf11-236e-462d-af73-aa71d8806e31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4b3bf11-236e-462d-af73-aa71d8806e31 found for delete ", "request_id": "req-eaf6c8a4-4505-4a2e-81e9-9b3b8d1a0720"}]} 2026-04-16 01:17:54.568 7 INFO neutron.db.l3_hamode_db [None req-8383ff66-6c22-4b06-8675-a65ccb0d628f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] HA network 410b351e-12f9-4920-87f5-2c213e6eb1b3 was deleted as no HA routers are present in tenant 07ae6ecd66894ab2aa7a6057a6f3801b. [pid: 7|app: 0|req: 761/1480] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:53 2026] DELETE /v2.0/routers/a66251cd-925e-40b6-b0a7-c2222201947d => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1481] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:17:54 2026] DELETE /v2.0/subnets/06f3733f-9e13-4008-850a-b371445f3488 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:17:54.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ae3c439-d595-4278-a8ee-264a37da48e2 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 506f7dcd-7d45-490f-acf3-6cecf5f1393e 2026-04-16 01:17:54.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ae3c439-d595-4278-a8ee-264a37da48e2 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 506f7dcd-7d45-490f-acf3-6cecf5f1393e [pid: 7|app: 0|req: 762/1482] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:17:54 2026] DELETE /v2.0/networks/1a6110be-664c-4596-a8d3-e286f8c940c0 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1483] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:55 2026] GET /v2.0/security-groups?tenant_id=07ae6ecd66894ab2aa7a6057a6f3801b&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: 763/1484] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:55 2026] DELETE /v2.0/security-groups/d053e607-c6a8-4fb4-aff6-8c8fce1da5d0 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1485] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:55 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => 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: 764/1486] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:56 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:56.579 7 INFO neutron.services.segments.plugin [-] Segment 026aa85d-4115-48b5-ba22-8bd2c1086bbd resource provider aggregate not found 2026-04-16 01:17:56.585 7 INFO neutron.services.segments.plugin [-] Segment 026aa85d-4115-48b5-ba22-8bd2c1086bbd resource provider aggregate not found 2026-04-16 01:17:56.594 7 INFO neutron.services.segments.plugin [-] Segment 026aa85d-4115-48b5-ba22-8bd2c1086bbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 026aa85d-4115-48b5-ba22-8bd2c1086bbd found for delete ", "request_id": "req-b4b60e80-dc5c-4831-a572-6f6e0f8678d6"}]} 2026-04-16 01:17:56.605 7 INFO neutron.services.segments.plugin [-] Segment 026aa85d-4115-48b5-ba22-8bd2c1086bbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 026aa85d-4115-48b5-ba22-8bd2c1086bbd found for delete ", "request_id": "req-0f6d8a27-6181-48a2-a9da-ef9028dc9bed"}]} [pid: 7|app: 0|req: 765/1487] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:57 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1488] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:57 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:57.503 8 INFO neutron.db.segments_db [None req-43251bcb-4de7-4386-9c08-a620fba69648 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 1939af79-2df9-4ba6-ac5f-062227ac466f of type vxlan for network 3ab28aa9-edd2-4d6f-9bad-68ca25030a46 [pid: 8|app: 0|req: 723/1489] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:17:57 2026] POST /v2.0/networks => generated 722 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1490] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:17:57 2026] GET /v2.0/networks?id=37e3fb1c-5b5c-45e4-a1ea-40343658525e => generated 677 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1491] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:17:57 2026] GET /v2.0/security-groups?tenant_id=5b43d50bd3f247a49f01e62f32adc4c3&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1492] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:57 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => 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: 725/1493] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:57 2026] POST /v2.0/subnets => generated 688 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1494] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:17:57 2026] DELETE /v2.0/security-groups/26ca2325-b3f2-4e4b-8ffb-85a484fdd1b5 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:17:57.945 8 INFO neutron.db.segments_db [None req-6d9b5097-54b5-4998-8044-55d251eac33c 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 04b712ac-8375-40b2-829b-0d9df11f745c of type vxlan for network 8c577a07-3740-4ee7-8f66-28726fc3d9ed [pid: 7|app: 0|req: 769/1495] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:17:57 2026] POST /v2.0/ports => generated 954 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:17:58.177 8 INFO neutron.db.l3_hamode_db [None req-6d9b5097-54b5-4998-8044-55d251eac33c 3e0f46e30a024edaa74f68b896ac6cdf 10666766ff204a13b4e047e2a9f63880 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 770/1496] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:17:58 2026] PUT /v2.0/ports/01a97133-62b2-4610-99fe-70234b805b73 => generated 1235 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: 771/1497] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:58 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:58.507 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50e48af1-ccfe-4a8d-a57f-71487add301d'] response: {'name': 'network-changed', 'server_uuid': '9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6', 'tag': '01a97133-62b2-4610-99fe-70234b805b73', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 772/1498] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:58 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1499] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:58 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1500] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:58 2026] GET /v2.0/security-groups?id=e6b40083-c951-4a6e-bfb3-2bc49b5055df&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:17:58.926 8 INFO neutron.db.l3_hamode_db [None req-6d9b5097-54b5-4998-8044-55d251eac33c 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 775/1501] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:17:59 2026] GET /v2.0/ports?tenant_id=0cd6287e13b4415e82a1e66855e0ddb5&device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1502] 199.204.45.209 () {34 vars in 1018 bytes} [Thu Apr 16 01:17:59 2026] GET /v2.0/networks?tenant_id=0cd6287e13b4415e82a1e66855e0ddb5&shared=False => generated 773 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1503] 199.204.45.209 () {34 vars in 930 bytes} [Thu Apr 16 01:17:59 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: 778/1504] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:17:59 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => 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: 779/1505] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:17:59 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => 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: 727/1506] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:17:57 2026] POST /v2.0/routers => generated 728 bytes in 1850 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1507] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:17:59 2026] GET /v2.0/security-groups?id=15c1d87f-e177-449e-9c83-580b6a4918ec&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:17:59.789 7 INFO neutron_taas.services.taas.taas_plugin [req-715c63da-4eee-4fb4-8b8b-e95d8bfb2c0b req-8a2ef768-e417-442a-9ab9-4964bbfe4279 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] TaaS: Handle Delete Port: 94340a13-6128-4382-b552-28c1fa5e25f9 2026-04-16 01:17:59.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-715c63da-4eee-4fb4-8b8b-e95d8bfb2c0b req-8a2ef768-e417-442a-9ab9-4964bbfe4279 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Tap Mirror: Handle Delete Port: 94340a13-6128-4382-b552-28c1fa5e25f9 2026-04-16 01:17:59.926 7 INFO neutron.db.l3_db [req-715c63da-4eee-4fb4-8b8b-e95d8bfb2c0b req-8a2ef768-e417-442a-9ab9-4964bbfe4279 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Floating IP 92562a33-1140-4ac2-899a-e11422002199 disassociated. External IP: 10.96.250.212, port: 94340a13-6128-4382-b552-28c1fa5e25f9. [pid: 7|app: 0|req: 780/1508] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:17:59 2026] DELETE /v2.0/ports/94340a13-6128-4382-b552-28c1fa5e25f9 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1509] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:00 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => 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: 782/1510] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:18:00 2026] GET /v2.0/ports?tenant_id=0cd6287e13b4415e82a1e66855e0ddb5&device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1511] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:00 2026] GET /v2.0/security-groups?id=e6b40083-c951-4a6e-bfb3-2bc49b5055df&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1512] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:18:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=01a97133-62b2-4610-99fe-70234b805b73 => 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: 785/1513] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:18:00 2026] GET /v2.0/subnets?id=69668bfe-7e7a-457f-bcfd-8e4a564a75c3 => generated 695 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1514] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:18:00 2026] GET /v2.0/ports?network_id=37e3fb1c-5b5c-45e4-a1ea-40343658525e&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:00.953 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8870a8eb-1acd-45fd-8021-51f3d8315f64'] response: {'server_uuid': '22c45aea-04e1-4326-ba17-861f05a54c52', 'name': 'network-vif-deleted', 'tag': '94340a13-6128-4382-b552-28c1fa5e25f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 787/1515] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:18:00 2026] GET /v2.0/networks/37e3fb1c-5b5c-45e4-a1ea-40343658525e?fields=segments => generated 14 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1516] 10.0.0.254 () {32 vars in 801 bytes} [Thu Apr 16 01:18:01 2026] GET /v2.0/extensions => generated 21537 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1517] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:01 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => 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: 729/1518] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:17:59 2026] PUT /v2.0/routers/bd532bc6-278f-46cc-90dd-a79d8a15f353/add_router_interface => generated 309 bytes in 1351 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1519] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:18:01 2026] GET /v2.0/networks/37e3fb1c-5b5c-45e4-a1ea-40343658525e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1520] 10.0.0.254 () {30 vars in 724 bytes} [Thu Apr 16 01:18:01 2026] GET /v2.0/quotas/5eea5a9e49484262bf3064fbcc8cc725/details => generated 847 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1521] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:01 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1522] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:01 2026] GET /v2.0/security-groups?id=e6b40083-c951-4a6e-bfb3-2bc49b5055df&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: 792/1523] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:02 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:02.462 8 INFO neutron.db.segments_db [None req-e6f4d0e4-1c5b-42be-b97d-098bf66ae0d5 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment 91673a60-de03-4303-9cf8-4c11e25950c7 of type vxlan for network c54e5507-9720-416d-b262-4e5f1d4c68b8 [pid: 8|app: 0|req: 732/1524] 10.0.0.30 () {34 vars in 670 bytes} [Thu Apr 16 01:18:02 2026] POST /v2.0/networks => generated 721 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1525] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:02 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1526] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:18:02 2026] POST /v2.0/subnets => generated 687 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1527] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:02 2026] GET /v2.0/security-groups?id=e6b40083-c951-4a6e-bfb3-2bc49b5055df&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:02.799 7 INFO neutron.db.segments_db [None req-593edc02-5dd2-45d3-8507-22fb550cfc2a 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Added segment ccefb046-99d9-4510-951d-b6869e92d36b of type vxlan for network 67e8f759-3756-4f64-bbc1-f5cd85d1d499 2026-04-16 01:18:03.025 7 INFO neutron.db.l3_hamode_db [None req-593edc02-5dd2-45d3-8507-22fb550cfc2a 3e0f46e30a024edaa74f68b896ac6cdf 8d6e09c86f624a8e9b1305377b3d51f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 735/1528] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:03 2026] GET /v2.0/ports?device_id=22c45aea-04e1-4326-ba17-861f05a54c52 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:03.796 7 INFO neutron.db.l3_hamode_db [None req-593edc02-5dd2-45d3-8507-22fb550cfc2a 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 736/1529] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:03 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1530] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:03 2026] GET /v2.0/security-groups?id=e6b40083-c951-4a6e-bfb3-2bc49b5055df&fields=id&fields=name => generated 88 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1531] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:04 2026] DELETE /v2.0/security-groups/15c1d87f-e177-449e-9c83-580b6a4918ec => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1532] 10.0.0.254 () {32 vars in 801 bytes} [Thu Apr 16 01:18:04 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: 794/1533] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:18:02 2026] POST /v2.0/routers => generated 727 bytes in 2007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:04.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-1643ff69-8795-4c1e-9471-0bed7b86e332 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] TaaS: Handle Delete Port: 9f025b4a-ba12-4bcc-af09-2ce002b047c6 2026-04-16 01:18:04.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1643ff69-8795-4c1e-9471-0bed7b86e332 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Tap Mirror: Handle Delete Port: 9f025b4a-ba12-4bcc-af09-2ce002b047c6 [pid: 7|app: 0|req: 795/1534] 10.0.0.254 () {30 vars in 724 bytes} [Thu Apr 16 01:18:04 2026] GET /v2.0/quotas/5eea5a9e49484262bf3064fbcc8cc725/details => generated 847 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1535] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:04 2026] DELETE /v2.0/floatingips/92562a33-1140-4ac2-899a-e11422002199 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1536] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:05 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1537] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:05 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1538] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:05 2026] GET /v2.0/security-groups?id=e6b40083-c951-4a6e-bfb3-2bc49b5055df&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1539] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:05 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&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: 796/1540] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:18:04 2026] PUT /v2.0/routers/9de3424a-f19a-4936-ae7e-3caee3d9a85c/add_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1541] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:06 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => 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: 746/1542] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:06 2026] GET /v2.0/security-groups?id=e6b40083-c951-4a6e-bfb3-2bc49b5055df&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: 747/1543] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:06 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1544] 10.0.0.30 () {34 vars in 684 bytes} [Thu Apr 16 01:18:06 2026] POST /v2.0/security-groups => generated 1671 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1545] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:06 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&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: 798/1546] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:18:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1547] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:18:06 2026] POST /v2.0/security-group-rules => generated 596 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1548] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:06 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1549] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:06 2026] GET /v2.0/security-groups?id=e6b40083-c951-4a6e-bfb3-2bc49b5055df&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1550] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:18:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1551] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:18:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:07.055 8 INFO neutron.db.securitygroups_db [None req-7da98883-385f-4820-a54f-fd6cdc713704 aaa32b3296c54baf939fb8eb2e5813c7 10666766ff204a13b4e047e2a9f63880 - - default default] Project 10666766ff204a13b4e047e2a9f63880 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: 751/1552] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:18:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:07.191 7 INFO neutron.db.securitygroups_db [None req-d9217e87-b0d1-43a2-971c-40c41176d6d3 aaa32b3296c54baf939fb8eb2e5813c7 10666766ff204a13b4e047e2a9f63880 - - default default] Project 10666766ff204a13b4e047e2a9f63880 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: 802/1553] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:18:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1554] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:18:07 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => 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: 803/1555] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:07 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1556] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:07 2026] GET /v2.0/security-groups?id=4d785b1a-99e5-4c73-96c3-3202ef6cc443&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 01:18:07.693 8 INFO neutron_taas.services.taas.taas_plugin [req-b4ff70cb-f4c6-43f0-a854-677a6c53a726 req-f5486181-ee26-4016-977d-4b4729283458 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] TaaS: Handle Delete Port: 2ad25d73-05e2-414d-a2ac-476a197fc22a 2026-04-16 01:18:07.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b4ff70cb-f4c6-43f0-a854-677a6c53a726 req-f5486181-ee26-4016-977d-4b4729283458 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Tap Mirror: Handle Delete Port: 2ad25d73-05e2-414d-a2ac-476a197fc22a [pid: 7|app: 0|req: 805/1557] 10.0.0.30 () {34 vars in 684 bytes} [Thu Apr 16 01:18:07 2026] POST /v2.0/security-groups => generated 1660 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1558] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:18:07 2026] DELETE /v2.0/ports/2ad25d73-05e2-414d-a2ac-476a197fc22a => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:18:07.877 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7e320f6-569b-4e3f-9a7b-4a59399ef399'] response: {'server_uuid': '7c961006-fdf0-4621-bf64-acf4715cf4bd', 'name': 'network-vif-deleted', 'tag': '2ad25d73-05e2-414d-a2ac-476a197fc22a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 806/1559] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:18:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1560] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:07 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => 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: 808/1561] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:18:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1562] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:07 2026] GET /v2.0/security-groups?tenant_id=5eea5a9e49484262bf3064fbcc8cc725&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1563] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:08 2026] GET /v2.0/security-groups?id=e6b40083-c951-4a6e-bfb3-2bc49b5055df&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: 810/1564] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:08 2026] DELETE /v2.0/security-groups/96d9fb8b-e27d-4333-8625-284a4667d64b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1567] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:08 2026] POST /v2.0/floatingips => generated 552 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1568] 10.0.0.119 () {34 vars in 1096 bytes} [Thu Apr 16 01:18:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-75229609&fields=id&tenant_id=10666766ff204a13b4e047e2a9f63880 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1569] 10.0.0.119 () {34 vars in 1098 bytes} [Thu Apr 16 01:18:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--754916791&fields=id&tenant_id=10666766ff204a13b4e047e2a9f63880 => 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: 814/1570] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:08 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1571] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:18:08 2026] GET /v2.0/networks?id=3ab28aa9-edd2-4d6f-9bad-68ca25030a46 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1572] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:18:08 2026] GET /v2.0/quotas/10666766ff204a13b4e047e2a9f63880 => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1573] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:18:08 2026] GET /v2.0/ports?tenant_id=10666766ff204a13b4e047e2a9f63880&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: 816/1574] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:18:08 2026] GET /v2.0/networks/3ab28aa9-edd2-4d6f-9bad-68ca25030a46?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1575] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:18:09 2026] GET /v2.0/networks/3ab28aa9-edd2-4d6f-9bad-68ca25030a46?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: 817/1576] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:18:09 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => 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: 818/1577] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:09 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1578] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:18:09 2026] GET /v2.0/security-groups?id=e6b40083-c951-4a6e-bfb3-2bc49b5055df&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1579] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:09 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:09.315 8 INFO neutron_taas.services.taas.taas_plugin [req-e1402646-bd2e-4c13-b44e-490ea122f07b req-e94790a1-c4ca-461c-a16e-177f971364f8 5afa709d930144c2ba5bd6ccea312a7e 0cd6287e13b4415e82a1e66855e0ddb5 - - default default] TaaS: Handle Delete Port: 01a97133-62b2-4610-99fe-70234b805b73 2026-04-16 01:18:09.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e1402646-bd2e-4c13-b44e-490ea122f07b req-e94790a1-c4ca-461c-a16e-177f971364f8 5afa709d930144c2ba5bd6ccea312a7e 0cd6287e13b4415e82a1e66855e0ddb5 - - default default] Tap Mirror: Handle Delete Port: 01a97133-62b2-4610-99fe-70234b805b73 [pid: 8|app: 0|req: 760/1580] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:18:09 2026] DELETE /v2.0/ports/01a97133-62b2-4610-99fe-70234b805b73 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1581] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:09 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:09.916 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea1e31c0-ed5e-43a8-9054-e4cc933ae1bd'] response: {'server_uuid': '9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6', 'name': 'network-vif-deleted', 'tag': '01a97133-62b2-4610-99fe-70234b805b73', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 761/1582] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:10 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1583] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:10 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => 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: 762/1584] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:10 2026] GET /v2.0/ports?device_id=7c961006-fdf0-4621-bf64-acf4715cf4bd => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1585] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:11 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => 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: 763/1586] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:11 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => 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: 824/1587] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:12 2026] DELETE /v2.0/security-groups/4d785b1a-99e5-4c73-96c3-3202ef6cc443 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:12.656 8 INFO neutron_taas.services.taas.taas_plugin [None req-98f8221c-0969-419d-92f7-3dc62d0a4cfc 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] TaaS: Handle Delete Port: d957166c-2fdd-4fac-ab2c-804c835ceb00 2026-04-16 01:18:12.659 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98f8221c-0969-419d-92f7-3dc62d0a4cfc 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Tap Mirror: Handle Delete Port: d957166c-2fdd-4fac-ab2c-804c835ceb00 [pid: 7|app: 0|req: 825/1588] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:12 2026] POST /v2.0/floatingips => generated 552 bytes in 678 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1589] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:13 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => 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: 827/1590] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:13 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => 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: 764/1591] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:18:12 2026] PUT /v2.0/routers/79e30314-a927-41f5-a2da-cafe59c95680/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: 765/1592] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:13 2026] DELETE /v2.0/subnets/430ced0e-3f40-4226-b8bd-7acc739bd097 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:18:13.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b78a218-a4fd-4af9-ac7f-c97b47a265c9 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] TaaS: Handle Delete Port: fdf7893b-bbad-4b61-9994-11c4110ee318 2026-04-16 01:18:13.583 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b78a218-a4fd-4af9-ac7f-c97b47a265c9 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Tap Mirror: Handle Delete Port: fdf7893b-bbad-4b61-9994-11c4110ee318 [pid: 7|app: 0|req: 828/1593] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:13 2026] POST /v2.0/floatingips => generated 552 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1594] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:18:13 2026] GET /v2.0/networks?id=3ab28aa9-edd2-4d6f-9bad-68ca25030a46 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:13.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b78a218-a4fd-4af9-ac7f-c97b47a265c9 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] TaaS: Handle Delete Port: c5adea56-8aaa-4d43-a815-3523bae3516a 2026-04-16 01:18:13.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b78a218-a4fd-4af9-ac7f-c97b47a265c9 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Tap Mirror: Handle Delete Port: c5adea56-8aaa-4d43-a815-3523bae3516a 2026-04-16 01:18:14.196 8 INFO neutron.services.segments.plugin [-] Segment 96226b6f-dce7-4877-ba9a-f2d10e27fe65 resource provider aggregate not found 2026-04-16 01:18:14.199 8 INFO neutron.services.segments.plugin [-] Segment 96226b6f-dce7-4877-ba9a-f2d10e27fe65 resource provider aggregate not found 2026-04-16 01:18:14.226 8 INFO neutron.services.segments.plugin [-] Segment 96226b6f-dce7-4877-ba9a-f2d10e27fe65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96226b6f-dce7-4877-ba9a-f2d10e27fe65 found for delete ", "request_id": "req-64bbbac4-457e-48fe-81c3-f28831a39b4c"}]} 2026-04-16 01:18:14.227 8 INFO neutron.services.segments.plugin [-] Segment 96226b6f-dce7-4877-ba9a-f2d10e27fe65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96226b6f-dce7-4877-ba9a-f2d10e27fe65 found for delete ", "request_id": "req-058efdc7-383d-49d7-b351-92128cd49486"}]} 2026-04-16 01:18:14.239 8 INFO neutron.db.l3_hamode_db [None req-1b78a218-a4fd-4af9-ac7f-c97b47a265c9 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] HA network 529d4bec-19be-42c7-b74d-a1ab595b38ad was deleted as no HA routers are present in tenant 12f7abd2a85c45cb8dfcaee3a38c697d. [pid: 8|app: 0|req: 766/1595] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:13 2026] DELETE /v2.0/routers/79e30314-a927-41f5-a2da-cafe59c95680 => generated 0 bytes in 869 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1596] 199.204.45.209 () {34 vars in 1050 bytes} [Thu Apr 16 01:18:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=10666766ff204a13b4e047e2a9f63880 => generated 271 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1597] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:14 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => 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: 769/1598] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:14 2026] GET /v2.0/ports?device_id=9c4ad7d3-273a-4525-a3ad-2ddc3b3725f6 => 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: 830/1599] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:13 2026] POST /v2.0/floatingips => generated 552 bytes in 644 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:14.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d5abbd8-e23d-489e-84a9-8b912b24147f 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] TaaS: Handle Delete Port: b2077128-4f10-49a4-a72c-ed3d7f5332cb 2026-04-16 01:18:14.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d5abbd8-e23d-489e-84a9-8b912b24147f 26012fbe52ca4002bb723cd430a68192 12f7abd2a85c45cb8dfcaee3a38c697d - - default default] Tap Mirror: Handle Delete Port: b2077128-4f10-49a4-a72c-ed3d7f5332cb [pid: 8|app: 0|req: 770/1600] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:14 2026] DELETE /v2.0/networks/cc212a95-b0ca-4ee5-a0d4-daa8317cd211 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1601] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:18:14 2026] POST /v2.0/ports => generated 997 bytes in 469 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: 771/1602] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:14 2026] POST /v2.0/floatingips => generated 552 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1603] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:18:14 2026] PUT /v2.0/ports/2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6 => generated 1278 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:15.320 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9cffdec0-d856-4bfe-93b7-d206d127d58a'] response: {'name': 'network-changed', 'server_uuid': 'fdc88861-c07a-4a7f-aa66-31eeaa5bd83d', 'tag': '2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6', '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: 833/1604] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:15 2026] GET /v2.0/security-groups?tenant_id=c7975f957f20476b923e1a791468c6d4&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1605] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:15 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1606] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:15 2026] POST /v2.0/floatingips => generated 552 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1607] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:15 2026] DELETE /v2.0/security-groups/91040832-52b2-4c9b-8e03-47a6dfcc7a38 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1608] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:15 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1609] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:15 2026] PUT /v2.0/floatingips/3bd82df8-e823-44cf-a4b4-0353f749ad24/tags => generated 17 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1610] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:15 2026] GET /v2.0/security-groups?tenant_id=12f7abd2a85c45cb8dfcaee3a38c697d&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1611] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:15 2026] PUT /v2.0/floatingips/036719bc-4d9c-4f01-a04f-72b27524705e/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1612] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:15 2026] DELETE /v2.0/security-groups/37293071-420b-4585-a022-4acf68067ae6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:15.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-982109a0-a777-449f-a12d-266eb1aa09e4 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 464c85ea-6cc6-44b3-bcb6-5ff5e67ad34e 2026-04-16 01:18:15.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-982109a0-a777-449f-a12d-266eb1aa09e4 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 464c85ea-6cc6-44b3-bcb6-5ff5e67ad34e [pid: 8|app: 0|req: 779/1613] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:15 2026] PUT /v2.0/floatingips/0a263baa-ca6e-4a84-901e-c9636f1053b6/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1614] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:18:15 2026] GET /v2.0/ports?tenant_id=10666766ff204a13b4e047e2a9f63880&device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1281 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1615] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:15 2026] PUT /v2.0/floatingips/8f36ded3-8e09-4d8d-a0f3-3b65ebdbb956/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1616] 199.204.45.209 () {34 vars in 1018 bytes} [Thu Apr 16 01:18:16 2026] GET /v2.0/networks?tenant_id=10666766ff204a13b4e047e2a9f63880&shared=False => generated 769 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1617] 10.0.0.30 () {32 vars in 671 bytes} [Thu Apr 16 01:18:16 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1618] 199.204.45.209 () {34 vars in 930 bytes} [Thu Apr 16 01:18:16 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: 7|app: 0|req: 835/1619] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:18:15 2026] PUT /v2.0/routers/4f02ef75-85db-4b1c-9c66-db59a9146fbe/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:16.557 8 INFO neutron.services.segments.plugin [-] Segment 28db748e-e621-469d-8f37-2b9128099de0 resource provider aggregate not found 2026-04-16 01:18:16.569 8 INFO neutron.services.segments.plugin [-] Segment 28db748e-e621-469d-8f37-2b9128099de0 resource provider aggregate not found 2026-04-16 01:18:16.585 8 INFO neutron.services.segments.plugin [-] Segment 28db748e-e621-469d-8f37-2b9128099de0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28db748e-e621-469d-8f37-2b9128099de0 found for delete ", "request_id": "req-6c01bc26-159c-4678-882b-1d7bafc66d48"}]} [pid: 8|app: 0|req: 785/1620] 10.0.0.30 () {32 vars in 685 bytes} [Thu Apr 16 01:18:16 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:16.594 8 INFO neutron.services.segments.plugin [-] Segment 28db748e-e621-469d-8f37-2b9128099de0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28db748e-e621-469d-8f37-2b9128099de0 found for delete ", "request_id": "req-d31d13f0-5165-49ce-98e6-63c0af333c5b"}]} [pid: 8|app: 0|req: 786/1621] 10.0.0.30 () {32 vars in 681 bytes} [Thu Apr 16 01:18:16 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1622] 10.0.0.30 () {32 vars in 693 bytes} [Thu Apr 16 01:18:16 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:16.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c85bbad-ff47-40ae-abf8-e7252bad9cf6 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 17941500-238a-4a71-bf14-131444ea3b12 2026-04-16 01:18:16.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c85bbad-ff47-40ae-abf8-e7252bad9cf6 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 17941500-238a-4a71-bf14-131444ea3b12 [pid: 8|app: 0|req: 788/1623] 10.0.0.30 () {32 vars in 679 bytes} [Thu Apr 16 01:18:16 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1624] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:16 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1012 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1625] 10.0.0.30 () {32 vars in 693 bytes} [Thu Apr 16 01:18:16 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: 791/1626] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:16 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1627] 10.0.0.30 () {32 vars in 689 bytes} [Thu Apr 16 01:18:16 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:16.953 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c85bbad-ff47-40ae-abf8-e7252bad9cf6 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 0d954961-8aa7-42d5-9576-f329d790d76d [pid: 8|app: 0|req: 793/1628] 10.0.0.30 () {32 vars in 701 bytes} [Thu Apr 16 01:18:16 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:16.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c85bbad-ff47-40ae-abf8-e7252bad9cf6 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 0d954961-8aa7-42d5-9576-f329d790d76d 2026-04-16 01:18:17.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b0d31c9-f01b-42c5-8ede-a3b6a3ba9554 01267e5a669f4537b2998c8d7441ab55 c052937d2ea74a5782221a6575211c33 - - default default] TaaS: Handle Delete Port: 1ee40a24-c4c1-456a-a031-468007efd2ab 2026-04-16 01:18:17.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b0d31c9-f01b-42c5-8ede-a3b6a3ba9554 01267e5a669f4537b2998c8d7441ab55 c052937d2ea74a5782221a6575211c33 - - default default] Tap Mirror: Handle Delete Port: 1ee40a24-c4c1-456a-a031-468007efd2ab [pid: 8|app: 0|req: 794/1629] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:16 2026] DELETE /v2.0/floatingips/3bd82df8-e823-44cf-a4b4-0353f749ad24 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1630] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:18:17 2026] GET /v2.0/ports?tenant_id=10666766ff204a13b4e047e2a9f63880&device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1281 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:17.281 7 INFO neutron.services.segments.plugin [-] Segment 7961cfb6-5cb5-4e53-a16b-958c9efa0728 resource provider aggregate not found 2026-04-16 01:18:17.294 7 INFO neutron.services.segments.plugin [-] Segment 7961cfb6-5cb5-4e53-a16b-958c9efa0728 resource provider aggregate not found 2026-04-16 01:18:17.301 7 INFO neutron.services.segments.plugin [-] Segment 7961cfb6-5cb5-4e53-a16b-958c9efa0728 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7961cfb6-5cb5-4e53-a16b-958c9efa0728 found for delete ", "request_id": "req-ec908170-94d7-47c2-9274-aab77760a0b0"}]} 2026-04-16 01:18:17.311 7 INFO neutron.services.segments.plugin [-] Segment 7961cfb6-5cb5-4e53-a16b-958c9efa0728 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7961cfb6-5cb5-4e53-a16b-958c9efa0728 found for delete ", "request_id": "req-0cd8b9e2-fcc8-4c3d-b9c1-13ff136a4276"}]} 2026-04-16 01:18:17.318 7 INFO neutron.db.l3_hamode_db [None req-3c85bbad-ff47-40ae-abf8-e7252bad9cf6 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] HA network 15b92822-ea75-408c-818e-fc695bcde24e was deleted as no HA routers are present in tenant 0cd6287e13b4415e82a1e66855e0ddb5. [pid: 7|app: 0|req: 836/1631] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:16 2026] DELETE /v2.0/routers/4f02ef75-85db-4b1c-9c66-db59a9146fbe => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:17.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-181a80d1-f92e-4623-a9ef-32552948150e 01267e5a669f4537b2998c8d7441ab55 c052937d2ea74a5782221a6575211c33 - - default default] TaaS: Handle Delete Port: 1369f7ca-89e0-4cfb-a343-d71bc695de16 2026-04-16 01:18:17.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-181a80d1-f92e-4623-a9ef-32552948150e 01267e5a669f4537b2998c8d7441ab55 c052937d2ea74a5782221a6575211c33 - - default default] Tap Mirror: Handle Delete Port: 1369f7ca-89e0-4cfb-a343-d71bc695de16 [pid: 7|app: 0|req: 837/1632] 199.204.45.209 () {34 vars in 1060 bytes} [Thu Apr 16 01:18:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6 => 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: 838/1633] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:17 2026] DELETE /v2.0/subnets/69668bfe-7e7a-457f-bcfd-8e4a564a75c3 => 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: 796/1634] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:17 2026] DELETE /v2.0/floatingips/036719bc-4d9c-4f01-a04f-72b27524705e => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1635] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:18:17 2026] GET /v2.0/subnets?id=1aefef8c-786d-48a7-af5b-15128ffd3740 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:17.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f742716-d3fe-47e9-baf8-0d036f8663c1 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: e5f85e07-a319-4cc7-bff6-e08200cdbccb 2026-04-16 01:18:17.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f742716-d3fe-47e9-baf8-0d036f8663c1 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: e5f85e07-a319-4cc7-bff6-e08200cdbccb 2026-04-16 01:18:17.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfc0448b-5181-442e-9486-5f9800535a5f 01267e5a669f4537b2998c8d7441ab55 c052937d2ea74a5782221a6575211c33 - - default default] TaaS: Handle Delete Port: d832df4e-876f-48bb-8a96-d6cdd9450e72 2026-04-16 01:18:17.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfc0448b-5181-442e-9486-5f9800535a5f 01267e5a669f4537b2998c8d7441ab55 c052937d2ea74a5782221a6575211c33 - - default default] Tap Mirror: Handle Delete Port: d832df4e-876f-48bb-8a96-d6cdd9450e72 [pid: 8|app: 0|req: 797/1636] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:17 2026] DELETE /v2.0/networks/37e3fb1c-5b5c-45e4-a1ea-40343658525e => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1637] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:17 2026] DELETE /v2.0/floatingips/0a263baa-ca6e-4a84-901e-c9636f1053b6 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1638] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:18:17 2026] GET /v2.0/ports?network_id=3ab28aa9-edd2-4d6f-9bad-68ca25030a46&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: 799/1639] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:18:17 2026] GET /v2.0/networks/3ab28aa9-edd2-4d6f-9bad-68ca25030a46?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1640] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:18:17 2026] GET /v2.0/networks/3ab28aa9-edd2-4d6f-9bad-68ca25030a46?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 01:18:17.855 7 INFO neutron_taas.services.taas.taas_plugin [None req-2acf57aa-2674-4107-8aae-61233469c784 01267e5a669f4537b2998c8d7441ab55 c052937d2ea74a5782221a6575211c33 - - default default] TaaS: Handle Delete Port: 98796a3f-c2dd-46b5-b092-bcaece98bac1 2026-04-16 01:18:17.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2acf57aa-2674-4107-8aae-61233469c784 01267e5a669f4537b2998c8d7441ab55 c052937d2ea74a5782221a6575211c33 - - default default] Tap Mirror: Handle Delete Port: 98796a3f-c2dd-46b5-b092-bcaece98bac1 [pid: 8|app: 0|req: 801/1641] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:17 2026] GET /v2.0/security-groups?tenant_id=0cd6287e13b4415e82a1e66855e0ddb5&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1642] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:17 2026] DELETE /v2.0/security-groups/e6b40083-c951-4a6e-bfb3-2bc49b5055df => 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: 803/1643] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:17 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1644] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:17 2026] DELETE /v2.0/floatingips/8f36ded3-8e09-4d8d-a0f3-3b65ebdbb956 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1645] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:18 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:18.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-1948f0f5-359f-4d36-ae9f-e1f59eea74e5 01267e5a669f4537b2998c8d7441ab55 c052937d2ea74a5782221a6575211c33 - - default default] TaaS: Handle Delete Port: e75fe983-cf98-4412-9a0e-a1749ac90974 2026-04-16 01:18:18.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1948f0f5-359f-4d36-ae9f-e1f59eea74e5 01267e5a669f4537b2998c8d7441ab55 c052937d2ea74a5782221a6575211c33 - - default default] Tap Mirror: Handle Delete Port: e75fe983-cf98-4412-9a0e-a1749ac90974 [pid: 7|app: 0|req: 842/1646] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:18 2026] DELETE /v2.0/floatingips/81b0b8e6-3115-4cc3-b7e9-8c41fb982015 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:18.601 8 INFO neutron.services.segments.plugin [-] Segment 96a19bc7-516b-49d9-884b-c294c01c3433 resource provider aggregate not found 2026-04-16 01:18:18.619 8 INFO neutron.services.segments.plugin [-] Segment 96a19bc7-516b-49d9-884b-c294c01c3433 resource provider aggregate not found 2026-04-16 01:18:18.624 8 INFO neutron.services.segments.plugin [-] Segment 96a19bc7-516b-49d9-884b-c294c01c3433 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96a19bc7-516b-49d9-884b-c294c01c3433 found for delete ", "request_id": "req-4b3b66c4-41b0-43c5-80dc-8302f91ec2d6"}]} 2026-04-16 01:18:18.634 8 INFO neutron.services.segments.plugin [-] Segment 96a19bc7-516b-49d9-884b-c294c01c3433 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96a19bc7-516b-49d9-884b-c294c01c3433 found for delete ", "request_id": "req-b3b080ce-4e94-4244-8cf7-c8dd38d4671d"}]} [pid: 7|app: 0|req: 843/1647] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:19 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1012 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1648] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:19 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1649] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:19 2026] GET /v2.0/security-groups?tenant_id=854eb58d75e440798f06fc053973d577&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1650] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:19 2026] DELETE /v2.0/security-groups/ef45593f-d9c5-4fb2-91a4-71103d110de9 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1651] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:19 2026] GET /v2.0/security-groups?tenant_id=5f6a4c7aade64c9d8517c6a7578c29e4&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: 846/1652] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:19 2026] DELETE /v2.0/security-groups/c7c3c748-a0be-4fb5-803d-b57d4564ac45 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1653] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:19 2026] GET /v2.0/security-groups?tenant_id=c052937d2ea74a5782221a6575211c33&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1654] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:19 2026] DELETE /v2.0/security-groups/112d0012-bed3-4f25-bd58-cc86b9a44449 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:20.337 8 INFO neutron.db.segments_db [None req-1e965e61-bc51-45ca-b4c3-96223a48c325 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Added segment 6d00cdca-ae1d-4a67-826f-f8b9ee029f93 of type vxlan for network 1c2b441b-0db0-4326-b3f0-44a2b720bbcd [pid: 7|app: 0|req: 848/1655] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:20 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1012 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1656] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:20 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:20.571 8 INFO neutron.db.l3_hamode_db [None req-1e965e61-bc51-45ca-b4c3-96223a48c325 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:18:20.676 8 INFO neutron.db.l3_hamode_db [None req-1e965e61-bc51-45ca-b4c3-96223a48c325 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 850/1657] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:20 2026] GET /v2.0/security-groups?tenant_id=f186f5276cd14f62931efe0bf1b05bf5&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1658] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:20 2026] DELETE /v2.0/security-groups/7b5b1830-7b58-47bb-9936-aa571eb4bc23 => 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: 852/1659] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:18:21 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1660] 199.204.45.209 () {34 vars in 1124 bytes} [Thu Apr 16 01:18:21 2026] GET /v2.0/security-groups?id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&id=f61e847d-593a-4009-82af-a409afd57295&fields=id&fields=name => generated 204 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1661] 10.0.0.30 () {34 vars in 667 bytes} [Thu Apr 16 01:18:20 2026] POST /v2.0/routers => generated 474 bytes in 1240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:21.315 7 INFO neutron.db.l3_hamode_db [None req-ed9512fc-8689-46f9-9d87-9773bdb9d886 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:18:21.445 7 INFO neutron.db.l3_hamode_db [None req-ed9512fc-8689-46f9-9d87-9773bdb9d886 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 809/1662] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:21 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1663] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:21 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1664] 10.0.0.30 () {34 vars in 667 bytes} [Thu Apr 16 01:18:21 2026] POST /v2.0/routers => generated 474 bytes in 765 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:22.088 8 INFO neutron.db.l3_hamode_db [None req-7577b65a-fc7c-45a9-82bd-189bb51469d6 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:18:22.194 8 INFO neutron.db.l3_hamode_db [None req-7577b65a-fc7c-45a9-82bd-189bb51469d6 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 855/1665] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:22 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1014 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1666] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:22 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1667] 10.0.0.30 () {34 vars in 667 bytes} [Thu Apr 16 01:18:22 2026] POST /v2.0/routers => generated 474 bytes in 840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:22.917 7 INFO neutron.db.l3_hamode_db [None req-13a7fdab-22bf-4dbe-9507-8e3fdd0e805a 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:18:23.001 7 INFO neutron.db.l3_hamode_db [None req-13a7fdab-22bf-4dbe-9507-8e3fdd0e805a 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 857/1670] 10.0.0.30 () {34 vars in 667 bytes} [Thu Apr 16 01:18:22 2026] POST /v2.0/routers => generated 474 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:23.567 8 INFO neutron.db.l3_hamode_db [None req-ee3e11eb-c049-4983-8862-802d74d76832 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:18:23.718 8 INFO neutron.db.l3_hamode_db [None req-ee3e11eb-c049-4983-8862-802d74d76832 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 858/1671] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:23 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1014 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1672] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:23 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1673] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:23 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1014 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1674] 10.0.0.30 () {34 vars in 667 bytes} [Thu Apr 16 01:18:23 2026] POST /v2.0/routers => generated 474 bytes in 720 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:24.336 7 INFO neutron.db.l3_db [None req-01dc02fc-000d-4d8d-b0e2-f855e981b98c aaa32b3296c54baf939fb8eb2e5813c7 10666766ff204a13b4e047e2a9f63880 - - default default] Floating IP ce934ce1-ae06-45f9-b8ec-653014ebb8ed associated. External IP: 10.96.250.220, port: 2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6. 2026-04-16 01:18:24.613 8 INFO neutron.db.segments_db [None req-bc690893-87ed-406d-9710-fd910dcc33b3 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] Added segment af3366df-5dc8-4d60-9099-43991f76fc5d of type vxlan for network a9b20f77-03ab-4ba6-b44e-aa855bca70c6 [pid: 7|app: 0|req: 861/1675] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:18:24 2026] PUT /v2.0/floatingips/ce934ce1-ae06-45f9-b8ec-653014ebb8ed => generated 856 bytes in 641 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1676] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:24 2026] POST /v2.0/networks => generated 613 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:24.729 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9625a9a0-67db-4e74-ac0c-433cf03e1c13'] response: {'name': 'network-changed', 'server_uuid': 'fdc88861-c07a-4a7f-aa66-31eeaa5bd83d', 'tag': '2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 862/1677] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:18:24 2026] PUT /v2.0/routers/26a08eaf-3b6b-47d2-99b5-ebfcfb1e2d69/tags => generated 17 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1678] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:18:24 2026] PUT /v2.0/routers/ef4244b6-03c2-4d9d-b638-d939aa8161fb/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1679] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:18:24 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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 01:18:25.018 8 INFO neutron.db.segments_db [None req-2b8b6e67-a8e1-4a8a-b0cb-889ccd739dca 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] Added segment 5fe20e4e-75b9-4f55-b964-bcdd6b641bf3 of type vxlan for network f93fa446-e936-41cf-9188-f3cdb88ca259 [pid: 7|app: 0|req: 864/1680] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:18:24 2026] PUT /v2.0/routers/13c8e063-20c3-478c-a240-3afece80ed2f/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1681] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:24 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: 7|app: 0|req: 865/1682] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:18:25 2026] PUT /v2.0/routers/fb8c5bc1-46c2-4ddc-a520-d45f690d7f53/tags => generated 19 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1683] 10.0.0.30 () {32 vars in 663 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1684] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/ports?tenant_id=10666766ff204a13b4e047e2a9f63880&device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1685] 10.0.0.30 () {32 vars in 677 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1686] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/networks?id=3ab28aa9-edd2-4d6f-9bad-68ca25030a46 => generated 769 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1687] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:18:25 2026] POST /v2.0/ports => generated 743 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 819/1688] 199.204.45.209 () {34 vars in 1060 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1689] 10.0.0.30 () {32 vars in 673 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1690] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/subnets?id=1aefef8c-786d-48a7-af5b-15128ffd3740 => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:25.480 8 INFO neutron.db.segments_db [None req-c62980df-fbcc-4a8e-afee-cc859dc16dfc 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] Added segment f7b9a93c-1ac0-4072-b826-bb39d73affd5 of type vxlan for network ff8a7f76-906a-4250-87b0-90d88fa984a6 [pid: 7|app: 0|req: 872/1691] 10.0.0.30 () {32 vars in 685 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1692] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:25 2026] POST /v2.0/networks => generated 612 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1693] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/ports?network_id=3ab28aa9-edd2-4d6f-9bad-68ca25030a46&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: 821/1694] 10.0.0.30 () {32 vars in 671 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1695] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/networks/3ab28aa9-edd2-4d6f-9bad-68ca25030a46?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: 823/1696] 10.0.0.30 () {32 vars in 685 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1697] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/networks/3ab28aa9-edd2-4d6f-9bad-68ca25030a46?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: 825/1698] 10.0.0.30 () {32 vars in 681 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1699] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:18:25 2026] POST /v2.0/ports => generated 743 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 826/1700] 10.0.0.30 () {32 vars in 693 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:25.883 7 INFO neutron.db.segments_db [None req-326560ce-c946-4275-8e88-099371b94507 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] Added segment 028531b8-9b9e-4282-a56b-1243e14c987f of type vxlan for network c5ee85cd-3257-40d3-91db-1b9cb664f643 [pid: 8|app: 0|req: 827/1701] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:18:25 2026] GET /v2.0/routers/26a08eaf-3b6b-47d2-99b5-ebfcfb1e2d69 => generated 485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1702] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:25 2026] POST /v2.0/networks => generated 613 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1703] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:18:25 2026] POST /v2.0/ports => generated 743 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, ' 2026-04-16 01:18:26.295 7 INFO neutron.db.segments_db [None req-62e54459-6a30-403b-a026-b57e9672fb44 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] Added segment 7b590b4b-468a-4659-8731-131c6c407e32 of type vxlan for network 3c99c2b0-5651-4560-adee-daa41de0bbe6 [pid: 7|app: 0|req: 877/1704] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:26 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1705] 10.0.0.30 () {34 vars in 741 bytes} [Thu Apr 16 01:18:25 2026] PUT /v2.0/routers/26a08eaf-3b6b-47d2-99b5-ebfcfb1e2d69 => generated 485 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1706] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:26 2026] GET /v2.0/ports?device_id=26a08eaf-3b6b-47d2-99b5-ebfcfb1e2d69 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:26.609 8 INFO neutron_taas.services.taas.taas_plugin [None req-77ae3bae-c339-4c8b-90cb-967b83dd4423 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] TaaS: Handle Delete Port: 5d2ece2c-9092-48be-940f-6a3c8be933e7 2026-04-16 01:18:26.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77ae3bae-c339-4c8b-90cb-967b83dd4423 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Tap Mirror: Handle Delete Port: 5d2ece2c-9092-48be-940f-6a3c8be933e7 [pid: 7|app: 0|req: 878/1707] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:18:26 2026] POST /v2.0/ports => generated 743 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 879/1708] 10.0.0.30 () {34 vars in 746 bytes} [Thu Apr 16 01:18:26 2026] PUT /v2.0/ports/8a30b1ba-30a3-467d-8892-fafa62278962/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 880/1709] 10.0.0.30 () {34 vars in 746 bytes} [Thu Apr 16 01:18:26 2026] PUT /v2.0/ports/106b6d24-a508-4434-a8b9-8e4ded75186c/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 830/1710] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:26 2026] DELETE /v2.0/routers/26a08eaf-3b6b-47d2-99b5-ebfcfb1e2d69 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1711] 10.0.0.30 () {34 vars in 746 bytes} [Thu Apr 16 01:18:26 2026] PUT /v2.0/ports/635383c6-f951-4cd0-b73c-3607fb5819f6/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 831/1712] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:18:26 2026] GET /v2.0/routers/ef4244b6-03c2-4d9d-b638-d939aa8161fb => generated 493 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1713] 10.0.0.30 () {34 vars in 746 bytes} [Thu Apr 16 01:18:26 2026] PUT /v2.0/ports/1f05902e-eabb-4811-bc98-0f265598cb4b/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 883/1714] 10.0.0.30 () {32 vars in 659 bytes} [Thu Apr 16 01:18:26 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1715] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:26 2026] GET /v2.0/security-groups?tenant_id=a70e40e8bc054054a3f3742cb7606493&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1716] 10.0.0.30 () {32 vars in 673 bytes} [Thu Apr 16 01:18:27 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1717] 10.0.0.30 () {34 vars in 741 bytes} [Thu Apr 16 01:18:26 2026] PUT /v2.0/routers/ef4244b6-03c2-4d9d-b638-d939aa8161fb => generated 493 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1718] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:27 2026] DELETE /v2.0/security-groups/4b643662-12a0-4022-b451-ae8c1704b64b => 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: 887/1719] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:27 2026] GET /v2.0/ports?device_id=ef4244b6-03c2-4d9d-b638-d939aa8161fb => 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: 833/1720] 10.0.0.30 () {32 vars in 669 bytes} [Thu Apr 16 01:18:27 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1721] 10.0.0.30 () {32 vars in 681 bytes} [Thu Apr 16 01:18:27 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:27.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ec162ee-490a-4eb5-abb6-995aa77513a8 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] TaaS: Handle Delete Port: 012733ae-85e0-481d-9c34-2eaffb3885d1 2026-04-16 01:18:27.554 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ec162ee-490a-4eb5-abb6-995aa77513a8 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Tap Mirror: Handle Delete Port: 012733ae-85e0-481d-9c34-2eaffb3885d1 [pid: 8|app: 0|req: 835/1722] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:27 2026] GET /v2.0/security-groups?tenant_id=cc01a0545ba04792a9fb459b1732764c&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1723] 10.0.0.30 () {32 vars in 667 bytes} [Thu Apr 16 01:18:27 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1724] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:27 2026] DELETE /v2.0/routers/ef4244b6-03c2-4d9d-b638-d939aa8161fb => generated 0 bytes in 382 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1725] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:27 2026] DELETE /v2.0/security-groups/03cc775b-f691-450c-b41e-f549b086e8b5 => 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: 889/1726] 10.0.0.30 () {32 vars in 681 bytes} [Thu Apr 16 01:18:27 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1727] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:18:27 2026] GET /v2.0/routers/13c8e063-20c3-478c-a240-3afece80ed2f => generated 502 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1728] 10.0.0.30 () {32 vars in 677 bytes} [Thu Apr 16 01:18:27 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1729] 10.0.0.30 () {32 vars in 689 bytes} [Thu Apr 16 01:18:27 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:28.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca5526d3-f7d0-4433-9c70-9b3c334a322f 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] TaaS: Handle Delete Port: 8a30b1ba-30a3-467d-8892-fafa62278962 2026-04-16 01:18:28.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca5526d3-f7d0-4433-9c70-9b3c334a322f 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] Tap Mirror: Handle Delete Port: 8a30b1ba-30a3-467d-8892-fafa62278962 [pid: 7|app: 0|req: 892/1730] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:18:27 2026] DELETE /v2.0/ports/8a30b1ba-30a3-467d-8892-fafa62278962 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:18:28.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-bcc98b2f-3639-4d73-83c8-85d006f578e7 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] TaaS: Handle Delete Port: 106b6d24-a508-4434-a8b9-8e4ded75186c 2026-04-16 01:18:28.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcc98b2f-3639-4d73-83c8-85d006f578e7 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] Tap Mirror: Handle Delete Port: 106b6d24-a508-4434-a8b9-8e4ded75186c [pid: 7|app: 0|req: 893/1731] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:18:28 2026] DELETE /v2.0/ports/106b6d24-a508-4434-a8b9-8e4ded75186c => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1732] 10.0.0.30 () {34 vars in 741 bytes} [Thu Apr 16 01:18:27 2026] PUT /v2.0/routers/13c8e063-20c3-478c-a240-3afece80ed2f => generated 502 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:28.374 7 INFO neutron_taas.services.taas.taas_plugin [None req-514f241b-78f5-4abe-84ab-4613ca9dbb5d 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] TaaS: Handle Delete Port: 635383c6-f951-4cd0-b73c-3607fb5819f6 2026-04-16 01:18:28.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-514f241b-78f5-4abe-84ab-4613ca9dbb5d 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] Tap Mirror: Handle Delete Port: 635383c6-f951-4cd0-b73c-3607fb5819f6 [pid: 8|app: 0|req: 840/1733] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:28 2026] GET /v2.0/ports?device_id=13c8e063-20c3-478c-a240-3afece80ed2f => 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: 894/1734] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:18:28 2026] DELETE /v2.0/ports/635383c6-f951-4cd0-b73c-3607fb5819f6 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:18:28.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-7977e950-b628-4ddc-9318-82e011fdbf49 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] TaaS: Handle Delete Port: 1f05902e-eabb-4811-bc98-0f265598cb4b 2026-04-16 01:18:28.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7977e950-b628-4ddc-9318-82e011fdbf49 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] Tap Mirror: Handle Delete Port: 1f05902e-eabb-4811-bc98-0f265598cb4b 2026-04-16 01:18:28.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-33bec94d-f4b8-4d7f-8425-ae180fc8d744 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] TaaS: Handle Delete Port: f6657d8d-ca5b-4d02-bb64-12a98c0a84a3 2026-04-16 01:18:28.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33bec94d-f4b8-4d7f-8425-ae180fc8d744 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Tap Mirror: Handle Delete Port: f6657d8d-ca5b-4d02-bb64-12a98c0a84a3 [pid: 7|app: 0|req: 895/1735] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:18:28 2026] DELETE /v2.0/ports/1f05902e-eabb-4811-bc98-0f265598cb4b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:18:28.685 7 INFO neutron_taas.services.taas.taas_plugin [None req-9241c96e-ec4c-4464-8643-654646086dd1 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] TaaS: Handle Delete Port: 64d29436-36e2-4c18-8d31-95515144805e 2026-04-16 01:18:28.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9241c96e-ec4c-4464-8643-654646086dd1 1233af9096374f40b7f987bbf394a0d1 5c730f87789244569ad35cfc0f3819fa - - default default] Tap Mirror: Handle Delete Port: 64d29436-36e2-4c18-8d31-95515144805e [pid: 8|app: 0|req: 841/1736] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:28 2026] DELETE /v2.0/routers/13c8e063-20c3-478c-a240-3afece80ed2f => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1737] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:18:28 2026] DELETE /v2.0/ports/64d29436-36e2-4c18-8d31-95515144805e => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1738] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:18:28 2026] GET /v2.0/routers/fb8c5bc1-46c2-4ddc-a520-d45f690d7f53 => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:28.865 7 INFO neutron.services.segments.plugin [-] Segment af3366df-5dc8-4d60-9099-43991f76fc5d resource provider aggregate not found 2026-04-16 01:18:28.872 7 INFO neutron.services.segments.plugin [-] Segment af3366df-5dc8-4d60-9099-43991f76fc5d resource provider aggregate not found 2026-04-16 01:18:28.881 7 INFO neutron.services.segments.plugin [-] Segment af3366df-5dc8-4d60-9099-43991f76fc5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3366df-5dc8-4d60-9099-43991f76fc5d found for delete ", "request_id": "req-3ac35ee6-4ac7-4bff-b963-857d1aae1272"}]} 2026-04-16 01:18:28.892 7 INFO neutron.services.segments.plugin [-] Segment af3366df-5dc8-4d60-9099-43991f76fc5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af3366df-5dc8-4d60-9099-43991f76fc5d found for delete ", "request_id": "req-8dcd1591-a115-45bc-a834-91e1bf0c5fbd"}]} [pid: 7|app: 0|req: 897/1739] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:28 2026] DELETE /v2.0/networks/a9b20f77-03ab-4ba6-b44e-aa855bca70c6 => 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: 898/1740] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:28 2026] DELETE /v2.0/networks/f93fa446-e936-41cf-9188-f3cdb88ca259 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1741] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:29 2026] DELETE /v2.0/networks/ff8a7f76-906a-4250-87b0-90d88fa984a6 => 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: 843/1742] 10.0.0.30 () {34 vars in 741 bytes} [Thu Apr 16 01:18:28 2026] PUT /v2.0/routers/fb8c5bc1-46c2-4ddc-a520-d45f690d7f53 => generated 487 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1743] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:29 2026] GET /v2.0/ports?device_id=fb8c5bc1-46c2-4ddc-a520-d45f690d7f53 => 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: 900/1744] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:29 2026] DELETE /v2.0/networks/c5ee85cd-3257-40d3-91db-1b9cb664f643 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:18:29.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-76eff14b-e83c-4012-99ab-03504f1413bd 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] TaaS: Handle Delete Port: 05d91e00-cd6d-4854-aa93-ae32d278eaea [pid: 7|app: 0|req: 901/1745] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:29 2026] DELETE /v2.0/networks/3c99c2b0-5651-4560-adee-daa41de0bbe6 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:18:29.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76eff14b-e83c-4012-99ab-03504f1413bd 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Tap Mirror: Handle Delete Port: 05d91e00-cd6d-4854-aa93-ae32d278eaea [pid: 8|app: 0|req: 845/1746] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:29 2026] DELETE /v2.0/routers/fb8c5bc1-46c2-4ddc-a520-d45f690d7f53 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1747] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:18:29 2026] GET /v2.0/routers/f3a1ab9e-1936-4f92-80be-433c878e1882 => generated 480 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1748] 10.0.0.30 () {34 vars in 741 bytes} [Thu Apr 16 01:18:29 2026] PUT /v2.0/routers/f3a1ab9e-1936-4f92-80be-433c878e1882 => generated 480 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1749] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:29 2026] GET /v2.0/security-groups?tenant_id=d8aaaa8eeb904736bbb1711ba3376f5f&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1750] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:30 2026] GET /v2.0/ports?device_id=f3a1ab9e-1936-4f92-80be-433c878e1882 => 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: 847/1751] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:30 2026] GET /v2.0/security-groups?tenant_id=a2052e6d6fe54a7bb329b02cdabc4805&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1752] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:30 2026] DELETE /v2.0/security-groups/4be16bd4-380f-4be2-bedf-09fdcc00af30 => 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: 906/1753] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:30 2026] DELETE /v2.0/security-groups/a5c49c67-a625-4a22-a399-706facb98f35 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:30.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-31a87c99-3dff-4add-83e2-c504e9197644 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] TaaS: Handle Delete Port: c2c66862-ee73-4c8c-bc53-e9eadb4028ee 2026-04-16 01:18:30.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31a87c99-3dff-4add-83e2-c504e9197644 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] Tap Mirror: Handle Delete Port: c2c66862-ee73-4c8c-bc53-e9eadb4028ee [pid: 7|app: 0|req: 907/1754] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:30 2026] GET /v2.0/security-groups?tenant_id=a7bb29f88deb4c90aa1bbe1dc9ebe49d&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1755] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:30 2026] DELETE /v2.0/security-groups/58679257-d8ad-43a9-ae1b-9b5b4cb09c90 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:30.890 8 INFO neutron.services.segments.plugin [-] Segment 6d00cdca-ae1d-4a67-826f-f8b9ee029f93 resource provider aggregate not found 2026-04-16 01:18:30.897 7 INFO neutron.services.segments.plugin [-] Segment 5fe20e4e-75b9-4f55-b964-bcdd6b641bf3 resource provider aggregate not found 2026-04-16 01:18:30.903 8 INFO neutron.services.segments.plugin [-] Segment 6d00cdca-ae1d-4a67-826f-f8b9ee029f93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d00cdca-ae1d-4a67-826f-f8b9ee029f93 found for delete ", "request_id": "req-8e081234-c4e5-4fac-bc78-68ada99f254a"}]} 2026-04-16 01:18:30.903 8 INFO neutron.services.segments.plugin [-] Segment 6d00cdca-ae1d-4a67-826f-f8b9ee029f93 resource provider aggregate not found 2026-04-16 01:18:30.906 7 INFO neutron.services.segments.plugin [-] Segment 5fe20e4e-75b9-4f55-b964-bcdd6b641bf3 resource provider aggregate not found 2026-04-16 01:18:30.912 7 INFO neutron.services.segments.plugin [-] Segment 5fe20e4e-75b9-4f55-b964-bcdd6b641bf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fe20e4e-75b9-4f55-b964-bcdd6b641bf3 found for delete ", "request_id": "req-5af718b3-d4cc-460a-a482-df23a1fab784"}]} 2026-04-16 01:18:30.916 8 INFO neutron.services.segments.plugin [-] Segment 6d00cdca-ae1d-4a67-826f-f8b9ee029f93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d00cdca-ae1d-4a67-826f-f8b9ee029f93 found for delete ", "request_id": "req-05d79a09-97c3-4065-8c13-73a65a373fcc"}]} 2026-04-16 01:18:30.922 7 INFO neutron.services.segments.plugin [-] Segment f7b9a93c-1ac0-4072-b826-bb39d73affd5 resource provider aggregate not found 2026-04-16 01:18:30.924 7 INFO neutron.services.segments.plugin [-] Segment 5fe20e4e-75b9-4f55-b964-bcdd6b641bf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fe20e4e-75b9-4f55-b964-bcdd6b641bf3 found for delete ", "request_id": "req-98c27daa-8153-4b93-a8fe-628924027d69"}]} 2026-04-16 01:18:30.926 8 INFO neutron.db.l3_hamode_db [None req-31a87c99-3dff-4add-83e2-c504e9197644 991fc1a43f804ca687ea1540a2f4c207 62234f6b999a44cdb3989baffed5a911 - - default default] HA network 1c2b441b-0db0-4326-b3f0-44a2b720bbcd was deleted as no HA routers are present in tenant 62234f6b999a44cdb3989baffed5a911. [pid: 8|app: 0|req: 848/1756] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:30 2026] DELETE /v2.0/routers/f3a1ab9e-1936-4f92-80be-433c878e1882 => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:30.939 7 INFO neutron.services.segments.plugin [-] Segment f7b9a93c-1ac0-4072-b826-bb39d73affd5 resource provider aggregate not found 2026-04-16 01:18:30.944 7 INFO neutron.services.segments.plugin [-] Segment f7b9a93c-1ac0-4072-b826-bb39d73affd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7b9a93c-1ac0-4072-b826-bb39d73affd5 found for delete ", "request_id": "req-ac3b3d36-4b0b-4176-b8a8-dbefe6fe5589"}]} 2026-04-16 01:18:30.966 7 INFO neutron.services.segments.plugin [-] Segment 028531b8-9b9e-4282-a56b-1243e14c987f resource provider aggregate not found 2026-04-16 01:18:30.971 7 INFO neutron.services.segments.plugin [-] Segment f7b9a93c-1ac0-4072-b826-bb39d73affd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7b9a93c-1ac0-4072-b826-bb39d73affd5 found for delete ", "request_id": "req-9e4f50ac-0294-459d-bc81-3bd5ab4ba589"}]} [pid: 7|app: 0|req: 909/1757] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:30 2026] GET /v2.0/security-groups?tenant_id=5c730f87789244569ad35cfc0f3819fa&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:30.986 7 INFO neutron.services.segments.plugin [-] Segment 028531b8-9b9e-4282-a56b-1243e14c987f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 028531b8-9b9e-4282-a56b-1243e14c987f found for delete ", "request_id": "req-8ad844c6-7ebd-4b1c-a2bf-3beb6ba61546"}]} 2026-04-16 01:18:30.997 7 INFO neutron.services.segments.plugin [-] Segment 028531b8-9b9e-4282-a56b-1243e14c987f resource provider aggregate not found 2026-04-16 01:18:31.002 7 INFO neutron.services.segments.plugin [-] Segment 7b590b4b-468a-4659-8731-131c6c407e32 resource provider aggregate not found 2026-04-16 01:18:31.016 7 INFO neutron.services.segments.plugin [-] Segment 028531b8-9b9e-4282-a56b-1243e14c987f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 028531b8-9b9e-4282-a56b-1243e14c987f found for delete ", "request_id": "req-fdb52442-31bc-4ee7-954c-0c5c5afc7176"}]} 2026-04-16 01:18:31.023 7 INFO neutron.services.segments.plugin [-] Segment 7b590b4b-468a-4659-8731-131c6c407e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b590b4b-468a-4659-8731-131c6c407e32 found for delete ", "request_id": "req-3bb7a3a9-f617-4817-ac5e-e65083582472"}]} 2026-04-16 01:18:31.034 7 INFO neutron.services.segments.plugin [-] Segment 7b590b4b-468a-4659-8731-131c6c407e32 resource provider aggregate not found 2026-04-16 01:18:31.050 7 INFO neutron.services.segments.plugin [-] Segment 7b590b4b-468a-4659-8731-131c6c407e32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b590b4b-468a-4659-8731-131c6c407e32 found for delete ", "request_id": "req-10d5da1e-0ba1-49a9-b73e-2b58f193fa0f"}]} [pid: 8|app: 0|req: 849/1758] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:30 2026] DELETE /v2.0/security-groups/647b7bd7-16ca-47b6-bd3b-e1638a323ca7 => 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: 910/1759] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:31 2026] GET /v2.0/security-groups?tenant_id=e85f5e7b851549d494099cbfa3302d44&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1760] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:31 2026] DELETE /v2.0/security-groups/11b04412-d38c-4196-9187-150662ddaaa7 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1761] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:32 2026] GET /v2.0/security-groups?tenant_id=62234f6b999a44cdb3989baffed5a911&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1762] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:32 2026] DELETE /v2.0/security-groups/91bcd665-93bc-4270-b515-f3600e5909fd => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:32.576 8 INFO neutron.db.segments_db [None req-e4fe9746-8a2b-4341-a206-6d88b9a590f6 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Added segment 5efa3542-40e2-4956-9bf5-ca62763f9293 of type vxlan for network 07b22366-f44d-4693-a849-1924e1d0f857 [pid: 8|app: 0|req: 851/1763] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:32 2026] POST /v2.0/networks => generated 610 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1764] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:32 2026] GET /v2.0/security-groups?tenant_id=b0d8b789f3574daf9b719a04903d295c&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:32.720 8 INFO neutron.db.segments_db [None req-2831dc55-e113-4519-9c4f-7da355e039e9 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Added segment ae44f26d-4083-4f39-99f5-f1bab6696454 of type vxlan for network e127b968-22e2-4d75-894e-9caf3c052d6e [pid: 7|app: 0|req: 914/1765] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:32 2026] DELETE /v2.0/security-groups/3f6f515a-e738-4bcd-8523-de35beae0367 => 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: 852/1766] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:32 2026] POST /v2.0/networks => generated 611 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1767] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:18:32 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1768] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:18:33 2026] POST /v2.0/subnets => generated 626 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:33.346 7 INFO neutron.db.segments_db [None req-8e9fe79d-38b3-4578-9c9d-772a1dd796be e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Added segment d255f804-0604-433f-ad7f-8b668a05d620 of type vxlan for network 1e55c78f-cf29-499b-8a8b-f60cb2c5737b 2026-04-16 01:18:33.591 7 INFO neutron.db.l3_hamode_db [None req-8e9fe79d-38b3-4578-9c9d-772a1dd796be e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:18:33.717 7 INFO neutron.db.l3_hamode_db [None req-8e9fe79d-38b3-4578-9c9d-772a1dd796be e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 854/1769] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:33 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1014 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1770] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:33 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1771] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:33 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1283 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1772] 10.0.0.30 () {32 vars in 857 bytes} [Thu Apr 16 01:18:34 2026] GET /v2.0/floatingips?floating_network_id=b29d522e-1383-41a3-aed8-596621f88ae1&port_id=2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6 => generated 861 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1773] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:18:33 2026] POST /v2.0/routers => generated 506 bytes in 1343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1774] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1775] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 01:18:35 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1776] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1777] 10.0.0.165 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:35 2026] GET /v2.0/security-groups?id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&id=f61e847d-593a-4009-82af-a409afd57295&fields=id&fields=name => generated 204 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1778] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1779] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1780] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:35 2026] POST /v2.0/subnetpools => generated 516 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1781] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:35 2026] PUT /v2.0/subnetpools/8a12b701-d87e-4d5e-bb84-f07225e79bc0/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1782] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:18:34 2026] PUT /v2.0/routers/473a4912-112d-4da4-95b5-13924594fa3f/add_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1783] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:35 2026] PUT /v2.0/subnetpools/12881a1a-8f24-4a7c-b8e8-177c93471376/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: 926/1784] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:35 2026] PUT /v2.0/subnetpools/2c33b8f4-dce1-47ca-8649-974112876c80/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1785] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:18:35 2026] GET /v2.0/ports/327ed3e7-2d4a-4625-99a1-650a8b18a2ce => generated 955 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1786] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:35 2026] PUT /v2.0/subnetpools/32371a3d-2f12-4afe-a2aa-073cf1de7917/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1787] 10.0.0.30 () {32 vars in 671 bytes} [Thu Apr 16 01:18:35 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1788] 10.0.0.30 () {32 vars in 685 bytes} [Thu Apr 16 01:18:35 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1789] 10.0.0.30 () {32 vars in 681 bytes} [Thu Apr 16 01:18:35 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1790] 10.0.0.30 () {32 vars in 693 bytes} [Thu Apr 16 01:18:35 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1791] 10.0.0.30 () {32 vars in 679 bytes} [Thu Apr 16 01:18:35 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1792] 10.0.0.30 () {32 vars in 693 bytes} [Thu Apr 16 01:18:35 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => 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: 934/1793] 10.0.0.30 () {32 vars in 689 bytes} [Thu Apr 16 01:18:35 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1794] 10.0.0.30 () {32 vars in 701 bytes} [Thu Apr 16 01:18:35 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1795] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:36 2026] DELETE /v2.0/subnetpools/8a12b701-d87e-4d5e-bb84-f07225e79bc0 => 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: 937/1796] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:36 2026] DELETE /v2.0/subnetpools/12881a1a-8f24-4a7c-b8e8-177c93471376 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1797] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:36 2026] DELETE /v2.0/subnetpools/2c33b8f4-dce1-47ca-8649-974112876c80 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1798] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:36 2026] DELETE /v2.0/subnetpools/32371a3d-2f12-4afe-a2aa-073cf1de7917 => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1799] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:36 2026] DELETE /v2.0/subnetpools/3618cb62-1fb2-4ac4-bc55-7bef1732422d => 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: 860/1800] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:18:35 2026] PUT /v2.0/routers/473a4912-112d-4da4-95b5-13924594fa3f/add_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1801] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:18:36 2026] GET /v2.0/ports/650c9a60-2bf4-43cd-88a6-4c2e9a993214 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:37.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-33371f1c-2c9f-44c6-aa35-be6c4bb7ddcb e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: 650c9a60-2bf4-43cd-88a6-4c2e9a993214 [pid: 7|app: 0|req: 941/1802] 10.0.0.30 () {34 vars in 683 bytes} [Thu Apr 16 01:18:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:18:37.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33371f1c-2c9f-44c6-aa35-be6c4bb7ddcb e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: 650c9a60-2bf4-43cd-88a6-4c2e9a993214 [pid: 7|app: 0|req: 942/1803] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:37 2026] GET /v2.0/security-groups?tenant_id=fbca4622933041fcb6d8e8c0169c7ed6&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1804] 10.0.0.30 () {34 vars in 683 bytes} [Thu Apr 16 01:18:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1805] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:18:36 2026] PUT /v2.0/routers/473a4912-112d-4da4-95b5-13924594fa3f/remove_router_interface => generated 309 bytes in 719 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1806] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:37 2026] DELETE /v2.0/security-groups/d11b985d-eacc-49fd-b27d-1f3359418d65 => 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: 863/1807] 10.0.0.30 () {34 vars in 683 bytes} [Thu Apr 16 01:18:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1808] 10.0.0.30 () {34 vars in 683 bytes} [Thu Apr 16 01:18:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:18:37.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a2a11cf-0dad-45fd-b52b-783c83fcf3ff e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: 327ed3e7-2d4a-4625-99a1-650a8b18a2ce 2026-04-16 01:18:37.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a2a11cf-0dad-45fd-b52b-783c83fcf3ff e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: 327ed3e7-2d4a-4625-99a1-650a8b18a2ce [pid: 8|app: 0|req: 865/1809] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:37 2026] GET /v2.0/security-groups?tenant_id=a78b78dc80cf4b92baa1a2ab450150a8&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1810] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:38 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1014 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1811] 10.0.0.30 () {34 vars in 683 bytes} [Thu Apr 16 01:18:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1812] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:38 2026] DELETE /v2.0/security-groups/5f94d0f9-28af-4973-a0b7-402e643cb42c => 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: 869/1813] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:38 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1816] 10.0.0.30 () {34 vars in 766 bytes} [Thu Apr 16 01:18:38 2026] PUT /v2.0/security-groups/8a1d4663-8b45-4e5b-b2ef-9aa57e02223d/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1817] 10.0.0.30 () {34 vars in 766 bytes} [Thu Apr 16 01:18:38 2026] PUT /v2.0/security-groups/2225624e-2a0e-425d-a203-f8f885346076/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1818] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:18:37 2026] PUT /v2.0/routers/473a4912-112d-4da4-95b5-13924594fa3f/remove_router_interface => generated 309 bytes in 730 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1819] 10.0.0.30 () {34 vars in 766 bytes} [Thu Apr 16 01:18:38 2026] PUT /v2.0/security-groups/512986a5-c4c5-4547-9302-64a2129c7968/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1820] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:38 2026] GET /v2.0/ports?device_id=473a4912-112d-4da4-95b5-13924594fa3f => 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: 876/1821] 10.0.0.30 () {34 vars in 766 bytes} [Thu Apr 16 01:18:38 2026] PUT /v2.0/security-groups/03e6a2dc-6a11-4b71-bd74-f5fd939157bd/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1822] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:38 2026] GET /v2.0/security-groups?tenant_id=927a83bf82a0463fbf9c31790847fac5&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1823] 10.0.0.30 () {32 vars in 679 bytes} [Thu Apr 16 01:18:38 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:38.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3b155d1-85c2-47f1-ab3c-04b4b9a434a2 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: dd01a297-049e-4993-b11b-b967e9983922 2026-04-16 01:18:38.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3b155d1-85c2-47f1-ab3c-04b4b9a434a2 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: dd01a297-049e-4993-b11b-b967e9983922 [pid: 7|app: 0|req: 948/1824] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:38 2026] DELETE /v2.0/security-groups/9c8d9e6b-25c9-4b98-b93e-3145b5e43ba2 => 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: 949/1825] 10.0.0.30 () {32 vars in 693 bytes} [Thu Apr 16 01:18:38 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1826] 10.0.0.30 () {32 vars in 689 bytes} [Thu Apr 16 01:18:38 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1827] 10.0.0.30 () {32 vars in 701 bytes} [Thu Apr 16 01:18:38 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1828] 10.0.0.30 () {32 vars in 687 bytes} [Thu Apr 16 01:18:38 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1829] 10.0.0.30 () {32 vars in 701 bytes} [Thu Apr 16 01:18:38 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:39.011 8 INFO neutron.services.segments.plugin [-] Segment d255f804-0604-433f-ad7f-8b668a05d620 resource provider aggregate not found 2026-04-16 01:18:39.020 8 INFO neutron.services.segments.plugin [-] Segment d255f804-0604-433f-ad7f-8b668a05d620 resource provider aggregate not found 2026-04-16 01:18:39.030 8 INFO neutron.services.segments.plugin [-] Segment d255f804-0604-433f-ad7f-8b668a05d620 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d255f804-0604-433f-ad7f-8b668a05d620 found for delete ", "request_id": "req-36a2cd7c-982e-4319-96fd-ce84429d8785"}]} 2026-04-16 01:18:39.034 8 INFO neutron.services.segments.plugin [-] Segment d255f804-0604-433f-ad7f-8b668a05d620 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d255f804-0604-433f-ad7f-8b668a05d620 found for delete ", "request_id": "req-0dcc1014-a7c7-4b98-a9e9-261a8425390c"}]} 2026-04-16 01:18:39.048 8 INFO neutron.db.l3_hamode_db [None req-d3b155d1-85c2-47f1-ab3c-04b4b9a434a2 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] HA network 1e55c78f-cf29-499b-8a8b-f60cb2c5737b was deleted as no HA routers are present in tenant 1854c219c34141efbe1b8ec848e410a8. [pid: 8|app: 0|req: 877/1830] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:38 2026] DELETE /v2.0/routers/473a4912-112d-4da4-95b5-13924594fa3f => generated 0 bytes in 531 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1831] 10.0.0.30 () {32 vars in 697 bytes} [Thu Apr 16 01:18:39 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1832] 10.0.0.30 () {32 vars in 709 bytes} [Thu Apr 16 01:18:39 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1833] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:39 2026] DELETE /v2.0/security-groups/8a1d4663-8b45-4e5b-b2ef-9aa57e02223d => 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: 878/1834] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:39 2026] DELETE /v2.0/subnets/ef7c7542-b9fc-4444-b9dc-81329de0c3ed => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1835] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:39 2026] DELETE /v2.0/security-groups/2225624e-2a0e-425d-a203-f8f885346076 => 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: 879/1836] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:39 2026] DELETE /v2.0/subnets/050eb792-7bc9-4f30-9b2e-ad75f8566f4f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1837] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:39 2026] DELETE /v2.0/security-groups/512986a5-c4c5-4547-9302-64a2129c7968 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1838] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:39 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:39.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-06661ff3-4bc5-4a6e-beb8-70b936a43152 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: 3994b54b-9646-41d3-a050-a665f6f2cefe 2026-04-16 01:18:39.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06661ff3-4bc5-4a6e-beb8-70b936a43152 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: 3994b54b-9646-41d3-a050-a665f6f2cefe [pid: 7|app: 0|req: 960/1839] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:39 2026] DELETE /v2.0/security-groups/03e6a2dc-6a11-4b71-bd74-f5fd939157bd => 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: 961/1840] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:39 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1841] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:39 2026] DELETE /v2.0/networks/e127b968-22e2-4d75-894e-9caf3c052d6e => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1842] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:39 2026] DELETE /v2.0/security-groups/116c7f3a-e72c-45e6-b27f-7ef94edb1e36 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:39.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0a617dc-5c72-4bd9-b33a-fa254b144a34 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: be69292f-1415-486f-9771-f7cfbbc5e793 2026-04-16 01:18:39.720 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0a617dc-5c72-4bd9-b33a-fa254b144a34 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: be69292f-1415-486f-9771-f7cfbbc5e793 [pid: 8|app: 0|req: 881/1843] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:39 2026] DELETE /v2.0/networks/07b22366-f44d-4693-a849-1924e1d0f857 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:18:39.963 7 INFO neutron.db.segments_db [None req-cad0b855-163a-4ff3-b2a3-52c05ffc34f9 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Added segment 939c288d-7218-45ab-bf59-73feb083b9bd of type vxlan for network 7d2abaa6-835c-46ca-891f-7f26571c4311 [pid: 7|app: 0|req: 963/1844] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:39 2026] POST /v2.0/networks => generated 609 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1845] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:18:40 2026] POST /v2.0/subnets => generated 626 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:40.291 7 INFO neutron.db.segments_db [None req-bea8806a-09da-4db2-9528-d4fd0399b297 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Added segment fd93ed55-f56a-4191-b3a4-d3ac1912ca0b of type vxlan for network 23cc6dbc-e7da-4dd8-a577-25066ad3be8a 2026-04-16 01:18:40.538 7 INFO neutron.db.l3_hamode_db [None req-bea8806a-09da-4db2-9528-d4fd0399b297 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 883/1846] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:40 2026] GET /v2.0/security-groups?tenant_id=f6470190770d44aa954ee7219a20db68&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:40.678 7 INFO neutron.db.l3_hamode_db [None req-bea8806a-09da-4db2-9528-d4fd0399b297 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 884/1847] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:18:40 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1014 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1848] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:40 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 1014 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1849] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:40 2026] DELETE /v2.0/security-groups/84186c3f-b075-4abf-aa54-ca354cc083fd => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:40.993 8 INFO neutron_taas.services.taas.taas_plugin [req-f544e615-5257-4b9b-992b-3bbfb8bde0ae req-3537efe8-bb3b-4e4b-81a6-0f0f319e6e50 aaa32b3296c54baf939fb8eb2e5813c7 10666766ff204a13b4e047e2a9f63880 - - default default] TaaS: Handle Delete Port: 2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6 2026-04-16 01:18:40.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f544e615-5257-4b9b-992b-3bbfb8bde0ae req-3537efe8-bb3b-4e4b-81a6-0f0f319e6e50 aaa32b3296c54baf939fb8eb2e5813c7 10666766ff204a13b4e047e2a9f63880 - - default default] Tap Mirror: Handle Delete Port: 2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6 2026-04-16 01:18:41.063 8 INFO neutron.services.segments.plugin [-] Segment ae44f26d-4083-4f39-99f5-f1bab6696454 resource provider aggregate not found 2026-04-16 01:18:41.072 8 INFO neutron.services.segments.plugin [-] Segment ae44f26d-4083-4f39-99f5-f1bab6696454 resource provider aggregate not found 2026-04-16 01:18:41.086 8 INFO neutron.services.segments.plugin [-] Segment ae44f26d-4083-4f39-99f5-f1bab6696454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae44f26d-4083-4f39-99f5-f1bab6696454 found for delete ", "request_id": "req-42422832-4d76-4726-8cac-3da43df8a7aa"}]} 2026-04-16 01:18:41.089 8 INFO neutron.services.segments.plugin [-] Segment ae44f26d-4083-4f39-99f5-f1bab6696454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae44f26d-4083-4f39-99f5-f1bab6696454 found for delete ", "request_id": "req-4119fd6e-5e44-4d2b-9207-fed5066e9ba3"}]} 2026-04-16 01:18:41.115 8 INFO neutron.services.segments.plugin [-] Segment 5efa3542-40e2-4956-9bf5-ca62763f9293 resource provider aggregate not found 2026-04-16 01:18:41.121 8 INFO neutron.services.segments.plugin [-] Segment 5efa3542-40e2-4956-9bf5-ca62763f9293 resource provider aggregate not found 2026-04-16 01:18:41.148 8 INFO neutron.services.segments.plugin [-] Segment 5efa3542-40e2-4956-9bf5-ca62763f9293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5efa3542-40e2-4956-9bf5-ca62763f9293 found for delete ", "request_id": "req-49095808-894c-4153-b7e2-77068f07c011"}]} 2026-04-16 01:18:41.159 8 INFO neutron.services.segments.plugin [-] Segment 5efa3542-40e2-4956-9bf5-ca62763f9293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5efa3542-40e2-4956-9bf5-ca62763f9293 found for delete ", "request_id": "req-a7959cdf-7de8-4b04-bc4b-d63aaee39536"}]} 2026-04-16 01:18:41.238 8 INFO neutron.db.l3_db [req-f544e615-5257-4b9b-992b-3bbfb8bde0ae req-3537efe8-bb3b-4e4b-81a6-0f0f319e6e50 aaa32b3296c54baf939fb8eb2e5813c7 10666766ff204a13b4e047e2a9f63880 - - default default] Floating IP ce934ce1-ae06-45f9-b8ec-653014ebb8ed disassociated. External IP: 10.96.250.220, port: 2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6. [pid: 7|app: 0|req: 964/1850] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:18:40 2026] POST /v2.0/routers => generated 506 bytes in 1036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1851] 10.0.0.119 () {34 vars in 1120 bytes} [Thu Apr 16 01:18:41 2026] GET /v2.0/security-groups?id=f61e847d-593a-4009-82af-a409afd57295&id=9b0edac1-de1d-47ec-a3de-3e440949ea0b&fields=id&fields=name => generated 204 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1852] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:41 2026] GET /v2.0/security-groups?tenant_id=b7c8faa72d8e434197927c941b98895b&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1853] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:18:40 2026] DELETE /v2.0/ports/2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6 => generated 0 bytes in 677 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:18:41.595 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aca1b51a-dae3-40fc-b14f-1df8e5e0d36f'] response: {'server_uuid': 'fdc88861-c07a-4a7f-aa66-31eeaa5bd83d', 'name': 'network-vif-deleted', 'tag': '2ebaf24e-9d48-44ab-b9c8-2e92e8ca60f6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 888/1854] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:41 2026] DELETE /v2.0/security-groups/e8c4e47c-4891-4458-95c2-4bb745c6605a => 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: 967/1855] 10.0.0.30 () {34 vars in 664 bytes} [Thu Apr 16 01:18:41 2026] POST /v2.0/ports => generated 948 bytes in 396 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: 968/1856] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:41 2026] GET /v2.0/security-groups?tenant_id=3368c333113c4bc7aeb0c0deaefa61b2&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1857] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:41 2026] DELETE /v2.0/security-groups/d9fcd6f2-9198-46cb-aff8-0f0737f73696 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:42.319 7 INFO neutron.db.segments_db [None req-47a74e61-a36e-4bea-b9e1-0b53880d32b4 c3b00fca58f448d5840bad0fd19b998f 2430cbb6daad49c9b5c89701937785da - - default default] Added segment ee1bdbba-9bd8-4085-b927-678f7f086c0e of type vxlan for network 713e706f-169c-4097-a265-4d4b2632562e [pid: 7|app: 0|req: 970/1858] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:42 2026] POST /v2.0/networks => generated 613 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1859] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:18:42 2026] PUT /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/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: 972/1860] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:42 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => 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: 973/1861] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:42 2026] GET /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1862] 10.0.0.30 () {34 vars in 763 bytes} [Thu Apr 16 01:18:42 2026] PUT /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1863] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:42 2026] GET /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1864] 10.0.0.30 () {34 vars in 759 bytes} [Thu Apr 16 01:18:42 2026] PUT /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1865] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:42 2026] GET /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1866] 10.0.0.30 () {34 vars in 781 bytes} [Thu Apr 16 01:18:42 2026] PUT /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1867] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:42 2026] GET /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1868] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:18:42 2026] PUT /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1869] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:42 2026] GET /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1870] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:18:41 2026] PUT /v2.0/routers/5c11decf-8623-4bd7-a99b-4953dcdcee1c/add_router_interface => generated 309 bytes in 1164 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: 890/1871] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:18:42 2026] GET /v2.0/ports/79fbb937-9807-41b4-aa0a-221c47c46446 => generated 1022 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1872] 10.0.0.30 () {32 vars in 740 bytes} [Thu Apr 16 01:18:42 2026] GET /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:43.054 7 INFO neutron.api.v2.resource [None req-2aaa95dd-0e8b-48f6-888e-e5d4152ad668 c3b00fca58f448d5840bad0fd19b998f 2430cbb6daad49c9b5c89701937785da - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 983/1873] 10.0.0.30 () {32 vars in 744 bytes} [Thu Apr 16 01:18:43 2026] GET /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1874] 10.0.0.30 () {32 vars in 743 bytes} [Thu Apr 16 01:18:43 2026] DELETE /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1875] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:43 2026] GET /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:43.206 7 INFO neutron.api.v2.resource [None req-133b137f-f6d1-4cac-90b4-6ccc7b041a1b c3b00fca58f448d5840bad0fd19b998f 2430cbb6daad49c9b5c89701937785da - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 986/1876] 10.0.0.30 () {32 vars in 747 bytes} [Thu Apr 16 01:18:43 2026] DELETE /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1877] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:43 2026] DELETE /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:43.305 8 INFO neutron_taas.services.taas.taas_plugin [None req-30baee79-a088-4727-a75f-d26f5dc073e6 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: 79fbb937-9807-41b4-aa0a-221c47c46446 2026-04-16 01:18:43.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30baee79-a088-4727-a75f-d26f5dc073e6 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: 79fbb937-9807-41b4-aa0a-221c47c46446 [pid: 7|app: 0|req: 988/1878] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:43 2026] GET /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:43.437 7 INFO neutron.services.segments.plugin [-] Segment ee1bdbba-9bd8-4085-b927-678f7f086c0e resource provider aggregate not found 2026-04-16 01:18:43.439 7 INFO neutron.services.segments.plugin [-] Segment ee1bdbba-9bd8-4085-b927-678f7f086c0e resource provider aggregate not found 2026-04-16 01:18:43.452 7 INFO neutron.services.segments.plugin [-] Segment ee1bdbba-9bd8-4085-b927-678f7f086c0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee1bdbba-9bd8-4085-b927-678f7f086c0e found for delete ", "request_id": "req-9b3e2b28-268a-4299-a701-135b0c516491"}]} 2026-04-16 01:18:43.462 7 INFO neutron.services.segments.plugin [-] Segment ee1bdbba-9bd8-4085-b927-678f7f086c0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee1bdbba-9bd8-4085-b927-678f7f086c0e found for delete ", "request_id": "req-9c9f6d5d-7f77-45f6-a0aa-ba3c1ab61dc8"}]} [pid: 7|app: 0|req: 989/1879] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:43 2026] DELETE /v2.0/networks/713e706f-169c-4097-a265-4d4b2632562e => 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: 990/1880] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:43 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => 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: 891/1881] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:18:43 2026] PUT /v2.0/routers/5c11decf-8623-4bd7-a99b-4953dcdcee1c/remove_router_interface => generated 309 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:43.892 7 INFO neutron.api.v2.resource [None req-885c3522-3e8c-4355-b18a-77e58b6d339a e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 991/1882] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:18:43 2026] PUT /v2.0/routers/5c11decf-8623-4bd7-a99b-4953dcdcee1c/remove_router_interface => generated 197 bytes in 120 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: 892/1883] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:43 2026] GET /v2.0/ports?device_id=5c11decf-8623-4bd7-a99b-4953dcdcee1c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:44.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b1ca372-a3aa-4f58-be9e-468c2b4a31ab e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: b2c28687-cdbc-4e23-ab16-9fc6c297f8fb 2026-04-16 01:18:44.139 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b1ca372-a3aa-4f58-be9e-468c2b4a31ab e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: b2c28687-cdbc-4e23-ab16-9fc6c297f8fb [pid: 8|app: 0|req: 893/1884] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:44 2026] GET /v2.0/security-groups?tenant_id=daa002349c9e4defaab5a24e9476885d&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:44.428 7 INFO neutron.db.l3_hamode_db [None req-0b1ca372-a3aa-4f58-be9e-468c2b4a31ab e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] HA network 23cc6dbc-e7da-4dd8-a577-25066ad3be8a was deleted as no HA routers are present in tenant 1854c219c34141efbe1b8ec848e410a8. [pid: 7|app: 0|req: 992/1885] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:43 2026] DELETE /v2.0/routers/5c11decf-8623-4bd7-a99b-4953dcdcee1c => generated 0 bytes in 505 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1886] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:44 2026] DELETE /v2.0/security-groups/4069993c-f88d-4d8f-aaae-b28441277d25 => 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: 993/1887] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:44 2026] DELETE /v2.0/subnets/4670308b-5d4f-4c3d-bee0-a3dd948fef14 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1888] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:44 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => 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: 995/1889] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:44 2026] GET /v2.0/security-groups?tenant_id=2430cbb6daad49c9b5c89701937785da&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:44.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-98d128c1-9bc8-4f67-bbea-fba9d2bf7de5 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: 568e2c52-b88c-4fb6-9c54-07d17a683393 2026-04-16 01:18:44.693 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98d128c1-9bc8-4f67-bbea-fba9d2bf7de5 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: 568e2c52-b88c-4fb6-9c54-07d17a683393 [pid: 7|app: 0|req: 996/1890] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:44 2026] DELETE /v2.0/security-groups/c0a70761-d499-4edf-87d8-7bd4324a7247 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:44.856 8 INFO neutron.services.segments.plugin [-] Segment 939c288d-7218-45ab-bf59-73feb083b9bd resource provider aggregate not found 2026-04-16 01:18:44.859 8 INFO neutron.services.segments.plugin [-] Segment 939c288d-7218-45ab-bf59-73feb083b9bd resource provider aggregate not found 2026-04-16 01:18:44.872 8 INFO neutron.services.segments.plugin [-] Segment 939c288d-7218-45ab-bf59-73feb083b9bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939c288d-7218-45ab-bf59-73feb083b9bd found for delete ", "request_id": "req-a10bab73-1c3e-446b-baf4-916ba203d5b8"}]} 2026-04-16 01:18:44.873 8 INFO neutron.services.segments.plugin [-] Segment 939c288d-7218-45ab-bf59-73feb083b9bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 939c288d-7218-45ab-bf59-73feb083b9bd found for delete ", "request_id": "req-cb0cf5a4-c096-47dd-a5a9-ab4092a6df70"}]} [pid: 8|app: 0|req: 895/1891] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:44 2026] DELETE /v2.0/networks/7d2abaa6-835c-46ca-891f-7f26571c4311 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:18:44.960 7 INFO neutron.db.segments_db [None req-7c153ebe-4860-44b2-a5e6-7bdfb59025ef e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Added segment 604ec9f7-bcdd-4236-af94-2c32d0d49037 of type vxlan for network 754a4cbc-3e41-4fd3-a389-7ab6936e36cd [pid: 7|app: 0|req: 997/1892] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:44 2026] POST /v2.0/networks => generated 610 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1893] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:18:45 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) 2026-04-16 01:18:45.285 8 INFO neutron.db.segments_db [None req-cab1a2f3-f463-4e1c-a48c-d9b490bf62b1 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Added segment f02fa35b-704a-4f28-973f-eef500ad32de of type vxlan for network f45c2850-ad8c-4ec6-b521-90b4d992ce86 2026-04-16 01:18:45.470 7 INFO neutron.services.segments.plugin [-] Segment fd93ed55-f56a-4191-b3a4-d3ac1912ca0b resource provider aggregate not found 2026-04-16 01:18:45.487 7 INFO neutron.services.segments.plugin [-] Segment fd93ed55-f56a-4191-b3a4-d3ac1912ca0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd93ed55-f56a-4191-b3a4-d3ac1912ca0b found for delete ", "request_id": "req-dc839749-441f-4ebf-b1da-e13a71773646"}]} 2026-04-16 01:18:45.488 7 INFO neutron.services.segments.plugin [-] Segment fd93ed55-f56a-4191-b3a4-d3ac1912ca0b resource provider aggregate not found 2026-04-16 01:18:45.507 7 INFO neutron.services.segments.plugin [-] Segment fd93ed55-f56a-4191-b3a4-d3ac1912ca0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd93ed55-f56a-4191-b3a4-d3ac1912ca0b found for delete ", "request_id": "req-88aa5b40-d7e7-471d-b3eb-e884e733f0f0"}]} 2026-04-16 01:18:45.511 8 INFO neutron.db.l3_hamode_db [None req-cab1a2f3-f463-4e1c-a48c-d9b490bf62b1 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:18:45.615 8 INFO neutron.db.l3_hamode_db [None req-cab1a2f3-f463-4e1c-a48c-d9b490bf62b1 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 998/1894] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:45 2026] POST /v2.0/floatingips => generated 552 bytes in 661 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1895] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:18:45 2026] GET /v2.0/ports?device_id=fdc88861-c07a-4a7f-aa66-31eeaa5bd83d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1896] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:45 2026] PUT /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1897] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:45 2026] GET /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1898] 10.0.0.30 () {34 vars in 769 bytes} [Thu Apr 16 01:18:45 2026] PUT /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1899] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:45 2026] GET /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1900] 10.0.0.30 () {34 vars in 765 bytes} [Thu Apr 16 01:18:46 2026] PUT /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1901] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:46 2026] GET /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1902] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:18:45 2026] POST /v2.0/routers => generated 507 bytes in 915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1903] 10.0.0.30 () {34 vars in 787 bytes} [Thu Apr 16 01:18:46 2026] PUT /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags/black.or.white => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1904] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:46 2026] GET /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1905] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:46 2026] PUT /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1906] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:46 2026] GET /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1907] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:18:46 2026] GET /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:46.430 7 INFO neutron.api.v2.resource [None req-2d18e77c-fc97-486f-9d75-f6e450c1ced6 9fe2560ab96047aa82bf3226b43fd6dd c0dba8bf6f504630a4058d85fa476dc7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1011/1908] 10.0.0.30 () {32 vars in 750 bytes} [Thu Apr 16 01:18:46 2026] GET /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/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: 1012/1909] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:18:46 2026] DELETE /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags/red => 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: 1013/1910] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:46 2026] GET /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:46.575 7 INFO neutron.api.v2.resource [None req-a18dca79-38b1-40bd-a817-e7da028165ce 9fe2560ab96047aa82bf3226b43fd6dd c0dba8bf6f504630a4058d85fa476dc7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1014/1911] 10.0.0.30 () {32 vars in 753 bytes} [Thu Apr 16 01:18:46 2026] DELETE /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1912] 10.0.0.30 () {32 vars in 741 bytes} [Thu Apr 16 01:18:46 2026] DELETE /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1913] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:46 2026] GET /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:46.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a2d35f6-efba-48fa-860c-7be57eee8530 9fe2560ab96047aa82bf3226b43fd6dd c0dba8bf6f504630a4058d85fa476dc7 - - default default] TaaS: Handle Delete Port: 0756e6a5-fff7-4482-beb5-5f3542eafdfb 2026-04-16 01:18:46.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a2d35f6-efba-48fa-860c-7be57eee8530 9fe2560ab96047aa82bf3226b43fd6dd c0dba8bf6f504630a4058d85fa476dc7 - - default default] Tap Mirror: Handle Delete Port: 0756e6a5-fff7-4482-beb5-5f3542eafdfb [pid: 7|app: 0|req: 1017/1914] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:46 2026] DELETE /v2.0/floatingips/5c538965-c000-4310-acd5-27d960261169 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1915] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:46 2026] DELETE /v2.0/security-groups/f61e847d-593a-4009-82af-a409afd57295 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:47.038 7 INFO neutron.api.v2.resource [None req-561f3c5b-6688-403e-8187-a037c0fad717 aaa32b3296c54baf939fb8eb2e5813c7 10666766ff204a13b4e047e2a9f63880 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1019/1916] 10.0.0.30 () {32 vars in 736 bytes} [Thu Apr 16 01:18:47 2026] GET /v2.0/security-groups/f61e847d-593a-4009-82af-a409afd57295 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:18:47.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f9025ef-4282-4bc6-9079-62efb08f67e1 aaa32b3296c54baf939fb8eb2e5813c7 10666766ff204a13b4e047e2a9f63880 - - default default] TaaS: Handle Delete Port: 0118247c-5c7b-4f8a-94aa-9ef5077f1e66 2026-04-16 01:18:47.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f9025ef-4282-4bc6-9079-62efb08f67e1 aaa32b3296c54baf939fb8eb2e5813c7 10666766ff204a13b4e047e2a9f63880 - - default default] Tap Mirror: Handle Delete Port: 0118247c-5c7b-4f8a-94aa-9ef5077f1e66 [pid: 8|app: 0|req: 898/1917] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:18:46 2026] PUT /v2.0/routers/f83b8766-5ead-4e7b-8ed7-6c84c379d036/add_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1918] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:18:47 2026] GET /v2.0/ports/56bea3b9-4afb-4bc9-a275-7a7632515c88 => generated 955 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1919] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:47 2026] DELETE /v2.0/floatingips/ce934ce1-ae06-45f9-b8ec-653014ebb8ed => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1920] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:47 2026] DELETE /v2.0/security-groups/9b0edac1-de1d-47ec-a3de-3e440949ea0b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:47.624 8 INFO neutron_taas.services.taas.taas_plugin [None req-aadb7671-07ac-40ef-be6f-1d22727325f7 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: 56bea3b9-4afb-4bc9-a275-7a7632515c88 2026-04-16 01:18:47.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aadb7671-07ac-40ef-be6f-1d22727325f7 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: 56bea3b9-4afb-4bc9-a275-7a7632515c88 [pid: 7|app: 0|req: 1022/1921] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:47 2026] GET /v2.0/security-groups?tenant_id=4a17c5d18a994cd89ceb209aba32c3ab&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1922] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:18:47 2026] PUT /v2.0/routers/f83b8766-5ead-4e7b-8ed7-6c84c379d036/remove_router_interface => generated 309 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:48.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f616a4e-fb54-4eef-adee-9f88d7a3d704 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: b801b38a-9573-427d-b766-0a5c0064e8d9 2026-04-16 01:18:48.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f616a4e-fb54-4eef-adee-9f88d7a3d704 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: b801b38a-9573-427d-b766-0a5c0064e8d9 [pid: 8|app: 0|req: 901/1923] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:48 2026] DELETE /v2.0/security-groups/020e977b-c4db-42c7-841a-f921a9d256bf => 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: 902/1924] 10.0.0.30 () {34 vars in 677 bytes} [Thu Apr 16 01:18:48 2026] POST /v2.0/qos/policies => generated 359 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1925] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:48 2026] GET /v2.0/ports?device_id=f83b8766-5ead-4e7b-8ed7-6c84c379d036 => 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: 904/1926] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:48 2026] GET /v2.0/security-groups?tenant_id=c0dba8bf6f504630a4058d85fa476dc7&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1927] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:18:48 2026] PUT /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:48.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5f91190-e46d-4c33-82d4-df1a6813b7b0 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: 0efa8134-fd6c-4ebe-a1c4-9b1550fb247d 2026-04-16 01:18:48.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5f91190-e46d-4c33-82d4-df1a6813b7b0 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: 0efa8134-fd6c-4ebe-a1c4-9b1550fb247d [pid: 7|app: 0|req: 1023/1928] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:18:47 2026] PUT /v2.0/routers/bd532bc6-278f-46cc-90dd-a79d8a15f353/remove_router_interface => generated 309 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1929] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:48 2026] DELETE /v2.0/security-groups/e43c5b96-feda-496c-8add-84c4e1aaecc3 => 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: 1025/1930] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:48 2026] GET /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:48.867 8 INFO neutron.services.segments.plugin [-] Segment f02fa35b-704a-4f28-973f-eef500ad32de resource provider aggregate not found 2026-04-16 01:18:48.875 8 INFO neutron.services.segments.plugin [-] Segment f02fa35b-704a-4f28-973f-eef500ad32de resource provider aggregate not found 2026-04-16 01:18:48.893 8 INFO neutron.services.segments.plugin [-] Segment f02fa35b-704a-4f28-973f-eef500ad32de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f02fa35b-704a-4f28-973f-eef500ad32de found for delete ", "request_id": "req-5e5e52fa-b3d3-4ced-80b7-4bf5ed86fd10"}]} 2026-04-16 01:18:48.896 8 INFO neutron.services.segments.plugin [-] Segment f02fa35b-704a-4f28-973f-eef500ad32de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f02fa35b-704a-4f28-973f-eef500ad32de found for delete ", "request_id": "req-ccac70fd-bc4f-4581-9a40-428db1bf85b8"}]} 2026-04-16 01:18:48.900 8 INFO neutron.db.l3_hamode_db [None req-b5f91190-e46d-4c33-82d4-df1a6813b7b0 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] HA network f45c2850-ad8c-4ec6-b521-90b4d992ce86 was deleted as no HA routers are present in tenant 1854c219c34141efbe1b8ec848e410a8. [pid: 8|app: 0|req: 906/1931] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:48 2026] DELETE /v2.0/routers/f83b8766-5ead-4e7b-8ed7-6c84c379d036 => generated 0 bytes in 480 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1932] 10.0.0.30 () {34 vars in 763 bytes} [Thu Apr 16 01:18:48 2026] PUT /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 01:18:48.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa834cdb-f28d-49a8-8ade-c60ffe643d38 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 9f2e1da1-f1b6-4acc-86c0-d7dac77edff2 2026-04-16 01:18:48.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa834cdb-f28d-49a8-8ade-c60ffe643d38 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 9f2e1da1-f1b6-4acc-86c0-d7dac77edff2 [pid: 8|app: 0|req: 908/1933] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:48 2026] DELETE /v2.0/subnets/4fa15f6f-0b96-4b91-b0f8-b8a071caa6d6 => 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: 909/1934] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:49 2026] GET /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:49.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa834cdb-f28d-49a8-8ade-c60ffe643d38 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 56bc8b45-c4c7-4163-94ee-aa201d1bb56c 2026-04-16 01:18:49.180 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa834cdb-f28d-49a8-8ade-c60ffe643d38 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 56bc8b45-c4c7-4163-94ee-aa201d1bb56c [pid: 8|app: 0|req: 910/1935] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:49 2026] DELETE /v2.0/networks/754a4cbc-3e41-4fd3-a389-7ab6936e36cd => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1936] 10.0.0.30 () {34 vars in 759 bytes} [Thu Apr 16 01:18:49 2026] PUT /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 01:18:49.301 8 INFO neutron.db.segments_db [None req-d17a382b-9982-4ff0-8866-1afddeb46d1b e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Added segment 90ec4e6c-bbdf-4251-8f32-56d19d224331 of type vxlan for network 29a95059-6b33-4770-97ba-1eb6fc56f212 2026-04-16 01:18:49.582 7 INFO neutron.services.segments.plugin [-] Segment 04b712ac-8375-40b2-829b-0d9df11f745c resource provider aggregate not found 2026-04-16 01:18:49.594 7 INFO neutron.services.segments.plugin [-] Segment 04b712ac-8375-40b2-829b-0d9df11f745c resource provider aggregate not found 2026-04-16 01:18:49.602 7 INFO neutron.services.segments.plugin [-] Segment 04b712ac-8375-40b2-829b-0d9df11f745c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04b712ac-8375-40b2-829b-0d9df11f745c found for delete ", "request_id": "req-df10a90d-c7cf-4cb1-9c67-f676541b36a4"}]} 2026-04-16 01:18:49.616 7 INFO neutron.services.segments.plugin [-] Segment 04b712ac-8375-40b2-829b-0d9df11f745c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04b712ac-8375-40b2-829b-0d9df11f745c found for delete ", "request_id": "req-bef817d9-7a28-4e6b-9f32-881487a16b5e"}]} 2026-04-16 01:18:49.619 8 INFO neutron.db.l3_hamode_db [None req-d17a382b-9982-4ff0-8866-1afddeb46d1b e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:18:49.628 7 INFO neutron.db.l3_hamode_db [None req-fa834cdb-f28d-49a8-8ade-c60ffe643d38 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] HA network 8c577a07-3740-4ee7-8f66-28726fc3d9ed was deleted as no HA routers are present in tenant 10666766ff204a13b4e047e2a9f63880. [pid: 7|app: 0|req: 1026/1937] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:48 2026] DELETE /v2.0/routers/bd532bc6-278f-46cc-90dd-a79d8a15f353 => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1938] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:49 2026] GET /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1939] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:49 2026] DELETE /v2.0/subnets/1aefef8c-786d-48a7-af5b-15128ffd3740 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1940] 10.0.0.30 () {34 vars in 781 bytes} [Thu Apr 16 01:18:49 2026] PUT /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 01:18:49.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed1a9b75-ba29-477c-b38f-b5d16f67a119 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 83c70242-2ba8-4c31-a99d-4d800992d113 2026-04-16 01:18:49.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed1a9b75-ba29-477c-b38f-b5d16f67a119 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 83c70242-2ba8-4c31-a99d-4d800992d113 [pid: 7|app: 0|req: 1030/1941] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:49 2026] DELETE /v2.0/networks/3ab28aa9-edd2-4d6f-9bad-68ca25030a46 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1942] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:50 2026] GET /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:50.397 8 INFO neutron.db.l3_hamode_db [None req-d17a382b-9982-4ff0-8866-1afddeb46d1b e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:18:50.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-34fbc86a-983f-427b-b06d-f905e3567e68 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: d00a2274-3695-4500-b2be-e0c3c1b9e583 2026-04-16 01:18:50.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34fbc86a-983f-427b-b06d-f905e3567e68 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: d00a2274-3695-4500-b2be-e0c3c1b9e583 2026-04-16 01:18:50.918 8 INFO neutron.services.segments.plugin [-] Segment 604ec9f7-bcdd-4236-af94-2c32d0d49037 resource provider aggregate not found 2026-04-16 01:18:50.923 8 INFO neutron.services.segments.plugin [-] Segment 604ec9f7-bcdd-4236-af94-2c32d0d49037 resource provider aggregate not found 2026-04-16 01:18:50.930 8 INFO neutron.services.segments.plugin [-] Segment 604ec9f7-bcdd-4236-af94-2c32d0d49037 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 604ec9f7-bcdd-4236-af94-2c32d0d49037 found for delete ", "request_id": "req-be31edb6-1195-4bc2-b79c-55dfa15ffd4d"}]} 2026-04-16 01:18:50.940 8 INFO neutron.services.segments.plugin [-] Segment 604ec9f7-bcdd-4236-af94-2c32d0d49037 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 604ec9f7-bcdd-4236-af94-2c32d0d49037 found for delete ", "request_id": "req-4212accb-fe99-443d-b251-21aac3c8fdb1"}]} [pid: 7|app: 0|req: 1032/1943] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:18:50 2026] PUT /v2.0/routers/9de3424a-f19a-4936-ae7e-3caee3d9a85c/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1944] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:18:49 2026] POST /v2.0/routers => generated 688 bytes in 1960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1945] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:18:51 2026] PUT /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1946] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:18:51 2026] GET /v2.0/routers/9c10b81b-1940-461c-a8dd-d612492dd9b0 => generated 694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1947] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:51 2026] GET /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1948] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:18:51 2026] GET /v2.0/routers => generated 697 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:51.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-577963c9-d349-4577-a39f-7a18eed7c35b 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 7a7665e3-60ec-430f-bab7-dabe62f9280c 2026-04-16 01:18:51.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-577963c9-d349-4577-a39f-7a18eed7c35b 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 7a7665e3-60ec-430f-bab7-dabe62f9280c [pid: 7|app: 0|req: 1037/1949] 10.0.0.30 () {32 vars in 740 bytes} [Thu Apr 16 01:18:51 2026] GET /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:51.626 7 INFO neutron.services.segments.plugin [-] Segment 1939af79-2df9-4ba6-ac5f-062227ac466f resource provider aggregate not found 2026-04-16 01:18:51.647 7 INFO neutron.services.segments.plugin [-] Segment 1939af79-2df9-4ba6-ac5f-062227ac466f resource provider aggregate not found 2026-04-16 01:18:51.649 7 INFO neutron.services.segments.plugin [-] Segment 1939af79-2df9-4ba6-ac5f-062227ac466f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1939af79-2df9-4ba6-ac5f-062227ac466f found for delete ", "request_id": "req-4729c89f-63cc-4cc0-83ca-19c25e4c6920"}]} 2026-04-16 01:18:51.671 7 INFO neutron.services.segments.plugin [-] Segment 1939af79-2df9-4ba6-ac5f-062227ac466f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1939af79-2df9-4ba6-ac5f-062227ac466f found for delete ", "request_id": "req-d6aac299-086c-4737-8345-2f5dec21301f"}]} 2026-04-16 01:18:51.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-577963c9-d349-4577-a39f-7a18eed7c35b 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 35916825-a8d1-4267-a4b8-bed5f83ebd63 2026-04-16 01:18:51.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-577963c9-d349-4577-a39f-7a18eed7c35b 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 35916825-a8d1-4267-a4b8-bed5f83ebd63 [pid: 7|app: 0|req: 1038/1950] 10.0.0.30 () {34 vars in 740 bytes} [Thu Apr 16 01:18:51 2026] PUT /v2.0/routers/9c10b81b-1940-461c-a8dd-d612492dd9b0 => generated 701 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:51.941 7 INFO neutron.api.v2.resource [None req-50fd4c2b-459a-4316-a6a1-b383480ba422 91a27eceb7ed41c7bdeaa3ca999a63ce 64525a770ebe4f1aaed4565b353c2313 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1039/1951] 10.0.0.30 () {32 vars in 744 bytes} [Thu Apr 16 01:18:51 2026] GET /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1952] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:18:51 2026] GET /v2.0/routers/9c10b81b-1940-461c-a8dd-d612492dd9b0 => generated 701 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1953] 10.0.0.30 () {32 vars in 743 bytes} [Thu Apr 16 01:18:52 2026] DELETE /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1954] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:52 2026] GET /v2.0/ports?device_id=9c10b81b-1940-461c-a8dd-d612492dd9b0 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:52.079 8 INFO neutron.db.l3_hamode_db [None req-577963c9-d349-4577-a39f-7a18eed7c35b 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] HA network 67e8f759-3756-4f64-bbc1-f5cd85d1d499 was deleted as no HA routers are present in tenant 8d6e09c86f624a8e9b1305377b3d51f1. [pid: 8|app: 0|req: 913/1955] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:51 2026] DELETE /v2.0/routers/9de3424a-f19a-4936-ae7e-3caee3d9a85c => generated 0 bytes in 865 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1956] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:52 2026] GET /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1957] 10.0.0.30 () {34 vars in 675 bytes} [Thu Apr 16 01:18:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:52.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-c219783e-3431-4b74-bc03-ceb3dd1de167 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: 369dcfe9-78e1-4493-b689-3e0f21818838 2026-04-16 01:18:52.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c219783e-3431-4b74-bc03-ceb3dd1de167 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: 369dcfe9-78e1-4493-b689-3e0f21818838 [pid: 7|app: 0|req: 1044/1958] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:52 2026] DELETE /v2.0/subnets/6f4bcb1a-963c-40ae-9d28-25211b93bc28 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:18:52.471 7 INFO neutron.api.v2.resource [None req-f896d155-5605-46df-a0c2-5e1d9c0bc1cd 91a27eceb7ed41c7bdeaa3ca999a63ce 64525a770ebe4f1aaed4565b353c2313 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1045/1959] 10.0.0.30 () {32 vars in 747 bytes} [Thu Apr 16 01:18:52 2026] DELETE /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1960] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:52 2026] PUT /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:52.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-c219783e-3431-4b74-bc03-ceb3dd1de167 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] TaaS: Handle Delete Port: 06710fba-fac1-431e-a9d4-2220cc3e3306 2026-04-16 01:18:52.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c219783e-3431-4b74-bc03-ceb3dd1de167 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] Tap Mirror: Handle Delete Port: 06710fba-fac1-431e-a9d4-2220cc3e3306 2026-04-16 01:18:52.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-2211e5bc-f863-4eb8-bbe3-23ec926bff94 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 0b19e7bc-b1cd-4a04-839f-d9fc344f8a00 2026-04-16 01:18:52.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2211e5bc-f863-4eb8-bbe3-23ec926bff94 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 0b19e7bc-b1cd-4a04-839f-d9fc344f8a00 [pid: 7|app: 0|req: 1047/1961] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:52 2026] DELETE /v2.0/networks/c54e5507-9720-416d-b262-4e5f1d4c68b8 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1962] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:52 2026] DELETE /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1963] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:52 2026] GET /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1964] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:52 2026] GET /v2.0/policies/34575f97-671f-439b-8d93-c015869cb885/tags => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:52.958 8 INFO neutron.services.segments.plugin [-] Segment ccefb046-99d9-4510-951d-b6869e92d36b resource provider aggregate not found 2026-04-16 01:18:52.961 8 INFO neutron.services.segments.plugin [-] Segment ccefb046-99d9-4510-951d-b6869e92d36b resource provider aggregate not found 2026-04-16 01:18:52.979 8 INFO neutron.services.segments.plugin [-] Segment ccefb046-99d9-4510-951d-b6869e92d36b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccefb046-99d9-4510-951d-b6869e92d36b found for delete ", "request_id": "req-2e51292a-efa7-4975-b79a-089b5caf49fd"}]} 2026-04-16 01:18:52.980 8 INFO neutron.services.segments.plugin [-] Segment ccefb046-99d9-4510-951d-b6869e92d36b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccefb046-99d9-4510-951d-b6869e92d36b found for delete ", "request_id": "req-d7a7f4f8-3e32-4a81-858b-3684b60aa25d"}]} [pid: 7|app: 0|req: 1051/1965] 10.0.0.30 () {34 vars in 769 bytes} [Thu Apr 16 01:18:52 2026] PUT /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 01:18:52.999 8 INFO neutron.db.l3_hamode_db [None req-c219783e-3431-4b74-bc03-ceb3dd1de167 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] HA network 29a95059-6b33-4770-97ba-1eb6fc56f212 was deleted as no HA routers are present in tenant 1854c219c34141efbe1b8ec848e410a8. 2026-04-16 01:18:53.001 8 INFO neutron.services.segments.plugin [-] Segment 90ec4e6c-bbdf-4251-8f32-56d19d224331 resource provider aggregate not found 2026-04-16 01:18:53.008 8 INFO neutron.services.segments.plugin [-] Segment 90ec4e6c-bbdf-4251-8f32-56d19d224331 resource provider aggregate not found [pid: 8|app: 0|req: 915/1966] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:52 2026] DELETE /v2.0/routers/9c10b81b-1940-461c-a8dd-d612492dd9b0 => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:53.022 8 INFO neutron.services.segments.plugin [-] Segment 90ec4e6c-bbdf-4251-8f32-56d19d224331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90ec4e6c-bbdf-4251-8f32-56d19d224331 found for delete ", "request_id": "req-24daf467-2e39-4cc3-90b0-ba6ac009b97b"}]} 2026-04-16 01:18:53.033 8 INFO neutron.services.segments.plugin [-] Segment 90ec4e6c-bbdf-4251-8f32-56d19d224331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90ec4e6c-bbdf-4251-8f32-56d19d224331 found for delete ", "request_id": "req-81590064-ac83-4a55-a437-5cb13b61b323"}]} [pid: 8|app: 0|req: 916/1967] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1968] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/ports?device_id=9c10b81b-1940-461c-a8dd-d612492dd9b0 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/1969] 10.0.0.30 () {32 vars in 733 bytes} [Thu Apr 16 01:18:52 2026] DELETE /v2.0/qos/policies/34575f97-671f-439b-8d93-c015869cb885 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:53.110 7 INFO neutron.api.v2.resource [None req-a2eac697-10e5-4b95-a47d-8a45385d4333 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1053/1970] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/routers/9c10b81b-1940-461c-a8dd-d612492dd9b0 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1971] 10.0.0.30 () {34 vars in 765 bytes} [Thu Apr 16 01:18:53 2026] PUT /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1972] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/ports?device_id=f83b8766-5ead-4e7b-8ed7-6c84c379d036 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1974] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:53.171 8 INFO neutron.api.v2.resource [None req-c55c8c96-7dc3-4ca5-8ebd-312ac15fc7fd e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 920/1976] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/routers/f83b8766-5ead-4e7b-8ed7-6c84c379d036 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:18:53.188 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a941d668-14bb-4a77-a764-357d48ba3b5a e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 921/1977] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/subnets/4fa15f6f-0b96-4b91-b0f8-b8a071caa6d6 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1978] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/ports?device_id=5c11decf-8623-4bd7-a99b-4953dcdcee1c => 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: 1057/1979] 10.0.0.30 () {34 vars in 787 bytes} [Thu Apr 16 01:18:53 2026] PUT /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 01:18:53.244 7 INFO neutron.api.v2.resource [None req-6d09e68c-beae-4213-99b7-569893093422 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1058/1980] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/routers/5c11decf-8623-4bd7-a99b-4953dcdcee1c => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1981] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:53.280 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0155bf57-29df-45fc-bbac-718f75d735cc e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1060/1982] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/subnets/4670308b-5d4f-4c3d-bee0-a3dd948fef14 => 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: 1061/1983] 10.0.0.30 () {34 vars in 758 bytes} [Thu Apr 16 01:18:53 2026] PUT /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/1984] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/ports?device_id=473a4912-112d-4da4-95b5-13924594fa3f => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1985] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:53.385 7 INFO neutron.api.v2.resource [None req-dbc5b424-0473-4e77-a4ed-4e7497877e06 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1064/1986] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/routers/473a4912-112d-4da4-95b5-13924594fa3f => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/1987] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:53.432 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c78d93d8-f0fe-4cb9-8d89-73f8b4656e91 e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1066/1988] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/subnets/ef7c7542-b9fc-4444-b9dc-81329de0c3ed => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:18:53.457 7 INFO neutron.api.v2.resource [None req-b00a9e26-8126-4089-9830-f15826443739 4397e8e38c364359a4088b0347463645 bcaa65f6edb7443eb7d05193169e6eeb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1067/1989] 10.0.0.30 () {32 vars in 750 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:18:53.468 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cee573dc-60bb-4606-84d5-c195f6b39cdb e1ec01756f914b48b78b8261d190e979 1854c219c34141efbe1b8ec848e410a8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1068/1990] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/subnets/050eb792-7bc9-4f30-9b2e-ad75f8566f4f => 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: 1069/1991] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/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: 1070/1992] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:53.567 7 INFO neutron.api.v2.resource [None req-77666a6f-4be2-4350-8c4d-2c18f5b3e689 4397e8e38c364359a4088b0347463645 bcaa65f6edb7443eb7d05193169e6eeb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1071/1993] 10.0.0.30 () {32 vars in 753 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/1994] 10.0.0.30 () {32 vars in 741 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags => 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: 923/1995] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/security-groups?tenant_id=8d6e09c86f624a8e9b1305377b3d51f1&name=default => generated 2925 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/1996] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:53.677 7 INFO neutron.services.segments.plugin [-] Segment 91673a60-de03-4303-9cf8-4c11e25950c7 resource provider aggregate not found 2026-04-16 01:18:53.700 7 INFO neutron.services.segments.plugin [-] Segment 91673a60-de03-4303-9cf8-4c11e25950c7 resource provider aggregate not found [pid: 8|app: 0|req: 924/1997] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/subnetpools/e5703fd8-197d-43d9-841b-35cb06d95b1b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:53.727 7 INFO neutron.services.segments.plugin [-] Segment 91673a60-de03-4303-9cf8-4c11e25950c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91673a60-de03-4303-9cf8-4c11e25950c7 found for delete ", "request_id": "req-5e960a69-41b6-43d3-bab9-bc18cad782f8"}]} 2026-04-16 01:18:53.731 7 INFO neutron.services.segments.plugin [-] Segment 91673a60-de03-4303-9cf8-4c11e25950c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91673a60-de03-4303-9cf8-4c11e25950c7 found for delete ", "request_id": "req-d6548e07-7c33-4e07-bd7c-dab57e06bdea"}]} [pid: 7|app: 0|req: 1074/1998] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/security-groups/a7bdf38a-0346-4883-87da-c16de347cc1b => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/1999] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/security-groups?tenant_id=10666766ff204a13b4e047e2a9f63880&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2000] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:53 2026] DELETE /v2.0/security-groups/feca8c0c-c215-46e1-a188-c4c2a135b414 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/2001] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/security-groups?tenant_id=64525a770ebe4f1aaed4565b353c2313&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/2002] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:54 2026] DELETE /v2.0/security-groups/bfa7983a-06ce-466f-aa36-6078a3e99370 => 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: 1077/2003] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:54 2026] GET /v2.0/security-groups?tenant_id=1854c219c34141efbe1b8ec848e410a8&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/2004] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:54 2026] DELETE /v2.0/security-groups/1102793a-625c-4ca4-80d0-9c26512e5e65 => 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: 1078/2005] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:54 2026] GET /v2.0/security-groups?tenant_id=291eaa72d73a482a84f514d6378c0799&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: 1079/2006] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:54 2026] DELETE /v2.0/security-groups/dfffc77d-c7c0-4793-97a6-650b587378e0 => 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: 928/2007] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:54 2026] GET /v2.0/security-groups?tenant_id=bcaa65f6edb7443eb7d05193169e6eeb&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2008] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:54 2026] DELETE /v2.0/security-groups/ba4bdeca-7117-46be-ae4a-4984780e3a4b => 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: 929/2009] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:54 2026] GET /v2.0/security-groups?tenant_id=a5b9a31db64d4a19a87911293182de10&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2010] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:55 2026] DELETE /v2.0/security-groups/0d7cd8ca-026d-45d3-aba2-72803bbba837 => 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: 930/2011] 10.0.0.30 () {34 vars in 676 bytes} [Thu Apr 16 01:18:56 2026] POST /v2.0/subnetpools => generated 549 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2012] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:18:56 2026] GET /v2.0/subnetpools/83a19f61-ff1a-42df-9329-5daacee6148e => generated 549 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/2013] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:18:56 2026] PUT /v2.0/subnetpools/83a19f61-ff1a-42df-9329-5daacee6148e => generated 501 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2014] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:56 2026] DELETE /v2.0/subnetpools/83a19f61-ff1a-42df-9329-5daacee6148e => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:56.445 8 INFO neutron.api.v2.resource [None req-a5476181-827c-413b-9700-0e7b37ddb94d f2b0c5c8c4044c2abfb425347d788fd3 e3396486d095497eafc686188b464d43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 932/2015] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:18:56 2026] GET /v2.0/subnetpools/83a19f61-ff1a-42df-9329-5daacee6148e => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:18:56.469 7 INFO neutron.api.v2.resource [None req-0329d282-4a73-4e0c-ace7-533ed6d61bfd f2b0c5c8c4044c2abfb425347d788fd3 e3396486d095497eafc686188b464d43 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1084/2016] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:18:56 2026] DELETE /v2.0/subnetpools/83a19f61-ff1a-42df-9329-5daacee6148e => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/2017] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:56 2026] GET /v2.0/security-groups?tenant_id=e3396486d095497eafc686188b464d43&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2018] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:18:57 2026] DELETE /v2.0/security-groups/66d4eec7-656c-4122-b8f2-c244d037d4f5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:18:58.246 8 INFO neutron.db.segments_db [None req-a1270b23-5ec2-4075-acb9-63db6de7cfd6 cad4c4fd6c4e4b908f077e6ffb766378 fab09edd55304a7196e95203cd9a559f - - default default] Added segment 006b3bd9-e866-4b67-b430-3cfb529e2904 of type vxlan for network 39f0b659-fdda-41ec-9bf5-0a5202f38eed 2026-04-16 01:18:58.335 7 INFO neutron.db.segments_db [None req-383cd56e-d824-448f-bbe1-826bee6590a3 904c491039b647a18b068444ef6ad60e 72aec2e16ae1404080b2a35c3610505a - - default default] Added segment a01dd673-f755-4a43-987f-3f7a7b960116 of type vxlan for network d72e5307-50fe-4f6d-be8f-beef3e367ce3 [pid: 8|app: 0|req: 934/2019] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:57 2026] POST /v2.0/networks => generated 612 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2020] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:58 2026] POST /v2.0/networks => generated 612 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/2021] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:18:58 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:58.618 8 INFO neutron.db.segments_db [None req-4330531a-c89c-43b8-bf3a-fc13665d0d03 904c491039b647a18b068444ef6ad60e 72aec2e16ae1404080b2a35c3610505a - - default default] Added segment d83a6c2e-2217-41a3-9c04-8df1a4582d9d of type vxlan for network 79af444e-af59-43a3-926a-8ffe8ee41ba5 2026-04-16 01:18:58.714 7 INFO neutron.db.segments_db [None req-a3bb834f-3533-4f02-965e-431df3a6237e 0c8868690e4146b99c5578507e352304 82562339f71944408437e2e7398000a9 - - default default] Added segment 9ea4e09a-e1ee-44f4-91d9-4d44620c65cb of type vxlan for network 59335498-48c3-46ef-a8ac-2e7eab7e5713 [pid: 8|app: 0|req: 936/2022] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:58 2026] POST /v2.0/networks => generated 612 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/2023] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:18:58 2026] PUT /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2024] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:58 2026] POST /v2.0/networks => generated 613 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2025] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:18:58 2026] GET /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:58.852 8 INFO neutron.db.segments_db [None req-63d71f8b-b5ce-4ac3-8fc6-7b172fbbac7f 904c491039b647a18b068444ef6ad60e 72aec2e16ae1404080b2a35c3610505a - - default default] Added segment 7eecda2f-e596-459d-8da6-2fcf0874c5f7 of type vxlan for network ae2ddd79-d523-435a-8c69-611eb6d468d7 2026-04-16 01:18:58.900 7 INFO neutron.db.segments_db [None req-6db2e715-0783-475d-8b6c-1e34a59ce96b 0c8868690e4146b99c5578507e352304 82562339f71944408437e2e7398000a9 - - default default] Added segment ada6ce38-75b7-40cb-bee1-a19461b16eed of type vxlan for network 767d0743-f0a1-4a86-9f85-3612992e3cba [pid: 8|app: 0|req: 938/2026] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:58 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2027] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:58 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: 939/2028] 10.0.0.30 () {34 vars in 761 bytes} [Thu Apr 16 01:18:58 2026] PUT /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 01:18:59.029 7 INFO neutron.db.segments_db [None req-9709b44c-e864-4d37-8e05-227c2c79656f 904c491039b647a18b068444ef6ad60e 72aec2e16ae1404080b2a35c3610505a - - default default] Added segment 0421828a-2821-4101-837a-39cfa993161c of type vxlan for network bd2cc52f-05e5-4fa1-908e-ac2d9d9bb537 [pid: 8|app: 0|req: 940/2029] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:18:59 2026] PUT /v2.0/networks/59335498-48c3-46ef-a8ac-2e7eab7e5713/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/2030] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2031] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:58 2026] POST /v2.0/networks => generated 613 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2032] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/networks/59335498-48c3-46ef-a8ac-2e7eab7e5713/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2033] 10.0.0.30 () {34 vars in 757 bytes} [Thu Apr 16 01:18:59 2026] PUT /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2034] 10.0.0.30 () {32 vars in 622 bytes} [Thu Apr 16 01:18:59 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-04-16 01:18:59.157 8 INFO neutron.db.segments_db [None req-b462d8ae-2a6b-4458-b789-4b6f8e98ade8 904c491039b647a18b068444ef6ad60e 72aec2e16ae1404080b2a35c3610505a - - default default] Added segment 8e270a5c-db89-4e3a-b193-9de8ef7c9066 of type vxlan for network b5f65c5c-fdf8-44bd-91c6-af6b1baf6a4c [pid: 7|app: 0|req: 1093/2035] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:18:59 2026] PUT /v2.0/networks/767d0743-f0a1-4a86-9f85-3612992e3cba/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2036] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2037] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:18:59 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2038] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/networks/767d0743-f0a1-4a86-9f85-3612992e3cba/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2039] 10.0.0.30 () {32 vars in 632 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/ => generated 632 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2040] 10.0.0.30 () {34 vars in 779 bytes} [Thu Apr 16 01:18:59 2026] PUT /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags/black.or.white => 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: 1096/2041] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:18:59 2026] PUT /v2.0/networks/d72e5307-50fe-4f6d-be8f-beef3e367ce3/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2042] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/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: 946/2043] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:18:59 2026] PUT /v2.0/networks/767d0743-f0a1-4a86-9f85-3612992e3cba/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2044] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:18:59 2026] PUT /v2.0/networks/79af444e-af59-43a3-926a-8ffe8ee41ba5/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2045] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:18:59 2026] PUT /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2046] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/networks/767d0743-f0a1-4a86-9f85-3612992e3cba/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2047] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:18:59 2026] PUT /v2.0/networks/ae2ddd79-d523-435a-8c69-611eb6d468d7/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: 1100/2048] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2049] 10.0.0.30 () {32 vars in 732 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/networks/59335498-48c3-46ef-a8ac-2e7eab7e5713/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2050] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:18:59 2026] PUT /v2.0/networks/bd2cc52f-05e5-4fa1-908e-ac2d9d9bb537/tags => 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: 950/2051] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2052] 10.0.0.30 () {32 vars in 665 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:59.657 8 INFO neutron.api.v2.resource [None req-a61f6b9b-4696-40a7-9a5e-7a36fd917653 cad4c4fd6c4e4b908f077e6ffb766378 fab09edd55304a7196e95203cd9a559f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 952/2053] 10.0.0.30 () {32 vars in 742 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:18:59.659 7 INFO neutron.services.segments.plugin [-] Segment 9ea4e09a-e1ee-44f4-91d9-4d44620c65cb resource provider aggregate not found 2026-04-16 01:18:59.669 7 INFO neutron.services.segments.plugin [-] Segment 9ea4e09a-e1ee-44f4-91d9-4d44620c65cb resource provider aggregate not found 2026-04-16 01:18:59.675 7 INFO neutron.services.segments.plugin [-] Segment 9ea4e09a-e1ee-44f4-91d9-4d44620c65cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea4e09a-e1ee-44f4-91d9-4d44620c65cb found for delete ", "request_id": "req-7b6960ff-13c0-469f-9c9b-665b14aa82c1"}]} 2026-04-16 01:18:59.686 7 INFO neutron.services.segments.plugin [-] Segment 9ea4e09a-e1ee-44f4-91d9-4d44620c65cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea4e09a-e1ee-44f4-91d9-4d44620c65cb found for delete ", "request_id": "req-fc94b74b-5987-4edf-807d-9ed1d79a4415"}]} [pid: 7|app: 0|req: 1102/2054] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:59 2026] DELETE /v2.0/networks/59335498-48c3-46ef-a8ac-2e7eab7e5713 => 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: 953/2055] 10.0.0.30 () {32 vars in 679 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2056] 10.0.0.30 () {32 vars in 741 bytes} [Thu Apr 16 01:18:59 2026] DELETE /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2057] 10.0.0.30 () {32 vars in 675 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2058] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:59.843 8 INFO neutron.services.segments.plugin [-] Segment ada6ce38-75b7-40cb-bee1-a19461b16eed resource provider aggregate not found 2026-04-16 01:18:59.851 8 INFO neutron.services.segments.plugin [-] Segment ada6ce38-75b7-40cb-bee1-a19461b16eed resource provider aggregate not found 2026-04-16 01:18:59.864 8 INFO neutron.services.segments.plugin [-] Segment ada6ce38-75b7-40cb-bee1-a19461b16eed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ada6ce38-75b7-40cb-bee1-a19461b16eed found for delete ", "request_id": "req-ddc08012-4406-4e17-a493-61a95639489d"}]} 2026-04-16 01:18:59.870 8 INFO neutron.services.segments.plugin [-] Segment ada6ce38-75b7-40cb-bee1-a19461b16eed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ada6ce38-75b7-40cb-bee1-a19461b16eed found for delete ", "request_id": "req-173203e2-2c98-4ee0-b6c9-d927f896a205"}]} [pid: 8|app: 0|req: 954/2059] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:18:59 2026] DELETE /v2.0/networks/767d0743-f0a1-4a86-9f85-3612992e3cba => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2060] 10.0.0.30 () {32 vars in 687 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:59.963 8 INFO neutron.api.v2.resource [None req-cac0b95c-0435-4607-8d1f-465ffd1f9429 cad4c4fd6c4e4b908f077e6ffb766378 fab09edd55304a7196e95203cd9a559f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/2061] 10.0.0.30 () {32 vars in 745 bytes} [Thu Apr 16 01:18:59 2026] DELETE /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2062] 10.0.0.30 () {32 vars in 673 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2063] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:18:59 2026] GET /v2.0/security-groups?tenant_id=ee37728a48514a4c9d65cbe0c945e281&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2064] 10.0.0.30 () {32 vars in 733 bytes} [Thu Apr 16 01:19:00 2026] DELETE /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2065] 10.0.0.30 () {32 vars in 687 bytes} [Thu Apr 16 01:19:00 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2066] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:19:00 2026] GET /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2067] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:00 2026] DELETE /v2.0/security-groups/19b89701-23a8-4408-9ff8-4de89850296d => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2068] 10.0.0.30 () {32 vars in 683 bytes} [Thu Apr 16 01:19:00 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2069] 10.0.0.30 () {32 vars in 695 bytes} [Thu Apr 16 01:19:00 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2070] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:19:00 2026] DELETE /v2.0/subnets/e52b2783-a7a8-4487-b300-7150c9c6efbf => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:00.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-4de16ef6-bfef-4acd-90bf-a88f9b29e502 cad4c4fd6c4e4b908f077e6ffb766378 fab09edd55304a7196e95203cd9a559f - - default default] TaaS: Handle Delete Port: 6bfa921d-de27-4083-97ef-67b49618aa56 2026-04-16 01:19:00.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4de16ef6-bfef-4acd-90bf-a88f9b29e502 cad4c4fd6c4e4b908f077e6ffb766378 fab09edd55304a7196e95203cd9a559f - - default default] Tap Mirror: Handle Delete Port: 6bfa921d-de27-4083-97ef-67b49618aa56 [pid: 7|app: 0|req: 1111/2071] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:00 2026] DELETE /v2.0/networks/d72e5307-50fe-4f6d-be8f-beef3e367ce3 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2072] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:00 2026] DELETE /v2.0/networks/79af444e-af59-43a3-926a-8ffe8ee41ba5 => 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: 961/2073] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:00 2026] DELETE /v2.0/networks/39f0b659-fdda-41ec-9bf5-0a5202f38eed => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2074] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:00 2026] DELETE /v2.0/networks/ae2ddd79-d523-435a-8c69-611eb6d468d7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2075] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:00 2026] DELETE /v2.0/networks/bd2cc52f-05e5-4fa1-908e-ac2d9d9bb537 => 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: 1113/2076] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:00 2026] GET /v2.0/security-groups?tenant_id=82562339f71944408437e2e7398000a9&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2077] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:00 2026] DELETE /v2.0/security-groups/3e6c5b84-4de9-4466-873f-f97269f11e41 => 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: 964/2078] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:00 2026] DELETE /v2.0/networks/b5f65c5c-fdf8-44bd-91c6-af6b1baf6a4c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2079] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:01 2026] GET /v2.0/security-groups?tenant_id=82f43e6759b44c55ae66bd3a38258c83&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2080] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:01 2026] DELETE /v2.0/security-groups/d39e6205-4cee-4c87-88c0-2dd262def676 => 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: 965/2081] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:01 2026] GET /v2.0/security-groups?tenant_id=fab09edd55304a7196e95203cd9a559f&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2082] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:01 2026] DELETE /v2.0/security-groups/b843adcc-680a-4794-b831-6cb88d5ff139 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:01.698 7 INFO neutron.services.segments.plugin [-] Segment a01dd673-f755-4a43-987f-3f7a7b960116 resource provider aggregate not found 2026-04-16 01:19:01.709 7 INFO neutron.services.segments.plugin [-] Segment a01dd673-f755-4a43-987f-3f7a7b960116 resource provider aggregate not found 2026-04-16 01:19:01.730 7 INFO neutron.services.segments.plugin [-] Segment a01dd673-f755-4a43-987f-3f7a7b960116 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a01dd673-f755-4a43-987f-3f7a7b960116 found for delete ", "request_id": "req-b1f9aaf1-6940-4c01-a5d9-3558b4ac37a1"}]} 2026-04-16 01:19:01.734 7 INFO neutron.services.segments.plugin [-] Segment a01dd673-f755-4a43-987f-3f7a7b960116 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a01dd673-f755-4a43-987f-3f7a7b960116 found for delete ", "request_id": "req-c06b7abb-7050-4a7b-acb5-b502e6660a92"}]} 2026-04-16 01:19:01.747 7 INFO neutron.services.segments.plugin [-] Segment d83a6c2e-2217-41a3-9c04-8df1a4582d9d resource provider aggregate not found 2026-04-16 01:19:01.758 7 INFO neutron.services.segments.plugin [-] Segment d83a6c2e-2217-41a3-9c04-8df1a4582d9d resource provider aggregate not found 2026-04-16 01:19:01.773 7 INFO neutron.services.segments.plugin [-] Segment d83a6c2e-2217-41a3-9c04-8df1a4582d9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d83a6c2e-2217-41a3-9c04-8df1a4582d9d found for delete ", "request_id": "req-7ca65f76-b219-4b88-b140-50940dbe7774"}]} 2026-04-16 01:19:01.775 7 INFO neutron.services.segments.plugin [-] Segment d83a6c2e-2217-41a3-9c04-8df1a4582d9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d83a6c2e-2217-41a3-9c04-8df1a4582d9d found for delete ", "request_id": "req-72a39695-d780-42de-8ae0-f798b2e4fc03"}]} 2026-04-16 01:19:01.886 8 INFO neutron.services.segments.plugin [-] Segment 006b3bd9-e866-4b67-b430-3cfb529e2904 resource provider aggregate not found 2026-04-16 01:19:01.892 8 INFO neutron.services.segments.plugin [-] Segment 006b3bd9-e866-4b67-b430-3cfb529e2904 resource provider aggregate not found 2026-04-16 01:19:01.908 8 INFO neutron.services.segments.plugin [-] Segment 006b3bd9-e866-4b67-b430-3cfb529e2904 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 006b3bd9-e866-4b67-b430-3cfb529e2904 found for delete ", "request_id": "req-f83b8f55-09c0-41bd-843c-ed26d2e17343"}]} 2026-04-16 01:19:01.915 8 INFO neutron.services.segments.plugin [-] Segment 006b3bd9-e866-4b67-b430-3cfb529e2904 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 006b3bd9-e866-4b67-b430-3cfb529e2904 found for delete ", "request_id": "req-89c6209d-5046-410b-bfef-388d1686f971"}]} 2026-04-16 01:19:01.927 8 INFO neutron.services.segments.plugin [-] Segment 7eecda2f-e596-459d-8da6-2fcf0874c5f7 resource provider aggregate not found 2026-04-16 01:19:01.934 8 INFO neutron.services.segments.plugin [-] Segment 7eecda2f-e596-459d-8da6-2fcf0874c5f7 resource provider aggregate not found 2026-04-16 01:19:01.947 8 INFO neutron.services.segments.plugin [-] Segment 7eecda2f-e596-459d-8da6-2fcf0874c5f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7eecda2f-e596-459d-8da6-2fcf0874c5f7 found for delete ", "request_id": "req-2889c6b6-664e-4793-9a81-a8fb9815692a"}]} 2026-04-16 01:19:01.952 8 INFO neutron.services.segments.plugin [-] Segment 7eecda2f-e596-459d-8da6-2fcf0874c5f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7eecda2f-e596-459d-8da6-2fcf0874c5f7 found for delete ", "request_id": "req-78d13d23-829a-4701-b557-2ba9aed2f2f0"}]} 2026-04-16 01:19:01.980 8 INFO neutron.services.segments.plugin [-] Segment 0421828a-2821-4101-837a-39cfa993161c resource provider aggregate not found 2026-04-16 01:19:01.984 8 INFO neutron.services.segments.plugin [-] Segment 0421828a-2821-4101-837a-39cfa993161c resource provider aggregate not found 2026-04-16 01:19:02.002 8 INFO neutron.services.segments.plugin [-] Segment 0421828a-2821-4101-837a-39cfa993161c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0421828a-2821-4101-837a-39cfa993161c found for delete ", "request_id": "req-367d160b-0473-497f-9347-e761985311df"}]} [pid: 8|app: 0|req: 966/2083] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:01 2026] GET /v2.0/security-groups?tenant_id=dc21aa8524ee497d863a254d40ad81d0&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:19:02.014 8 INFO neutron.services.segments.plugin [-] Segment 8e270a5c-db89-4e3a-b193-9de8ef7c9066 resource provider aggregate not found 2026-04-16 01:19:02.020 8 INFO neutron.services.segments.plugin [-] Segment 0421828a-2821-4101-837a-39cfa993161c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0421828a-2821-4101-837a-39cfa993161c found for delete ", "request_id": "req-b90886db-e28a-44bb-b2c1-ad73498dbd95"}]} 2026-04-16 01:19:02.035 8 INFO neutron.services.segments.plugin [-] Segment 8e270a5c-db89-4e3a-b193-9de8ef7c9066 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e270a5c-db89-4e3a-b193-9de8ef7c9066 found for delete ", "request_id": "req-b0e916bd-ff17-4678-a7a3-55046e2f60f7"}]} 2026-04-16 01:19:02.041 8 INFO neutron.services.segments.plugin [-] Segment 8e270a5c-db89-4e3a-b193-9de8ef7c9066 resource provider aggregate not found 2026-04-16 01:19:02.059 8 INFO neutron.services.segments.plugin [-] Segment 8e270a5c-db89-4e3a-b193-9de8ef7c9066 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e270a5c-db89-4e3a-b193-9de8ef7c9066 found for delete ", "request_id": "req-dedd859c-58ca-4097-91f3-81053c05402d"}]} [pid: 8|app: 0|req: 967/2084] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:02 2026] DELETE /v2.0/security-groups/3e7a62e4-a714-4355-ada6-ad6220865947 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2085] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:01 2026] GET /v2.0/security-groups?tenant_id=57c4b683a9e44cc4802bd61d55fd43be&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2086] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:02 2026] DELETE /v2.0/security-groups/634a5d6c-ebfc-4f80-b705-780c2bdd7fb7 => 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: 1119/2087] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:02 2026] GET /v2.0/security-groups?tenant_id=72aec2e16ae1404080b2a35c3610505a&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2088] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:02 2026] DELETE /v2.0/security-groups/2ea9306d-2663-4b35-b45c-26c8d560ea3f => 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: 1120/2089] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:02 2026] GET /v2.0/security-groups?tenant_id=4e13f081874245c68ca34b5ff527f9f2&name=default => generated 2925 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2090] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:02 2026] DELETE /v2.0/security-groups/756eeb2e-50b8-40aa-939e-1694c42d88ea => 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: 1121/2091] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:05 2026] GET /v2.0/security-groups?tenant_id=f90e62c7a52b46329433f48d78a1c486&name=default => generated 2926 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2092] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:05 2026] DELETE /v2.0/security-groups/8b3b6882-b44b-402c-b66c-55869243d789 => 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: 1122/2093] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:05 2026] GET /v2.0/security-groups?tenant_id=8bd66ebccb3545bf93f6ac6912303809&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2094] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:05 2026] DELETE /v2.0/security-groups/737366c4-091d-411d-9e12-0b46e41d9829 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2095] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:05 2026] GET /v2.0/security-groups?tenant_id=5a18107c6f4b46ba89f30e8da4df79b5&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2096] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:05 2026] DELETE /v2.0/security-groups/70a55511-ca9e-469d-b63e-d524a7ba33bb => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2097] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:06 2026] GET /v2.0/security-groups?tenant_id=b189070db76049e7a668e0460523c415&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2098] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:06 2026] DELETE /v2.0/security-groups/6eecc776-ef38-4b32-ad50-3b19bd35bc4b => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:07.560 8 INFO neutron.db.segments_db [None req-c50e9a49-2bba-43e3-b173-5e131b64a015 a682bce498ad475daa5e3d3b9e542999 88d571d1f65a420ea3cb4ddcdd64ad8a - - default default] Added segment c3dc3d13-96f9-4e0a-8e73-e705a9194e96 of type vxlan for network db567626-b147-4e89-8e70-69227f3e84e4 [pid: 8|app: 0|req: 974/2099] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:07 2026] POST /v2.0/networks => generated 612 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2100] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:07 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:07.937 8 INFO neutron.db.segments_db [None req-8c81cb28-6476-4e99-95fc-d404d38ba9e1 a682bce498ad475daa5e3d3b9e542999 88d571d1f65a420ea3cb4ddcdd64ad8a - - default default] Added segment 44b9eb82-9820-4d48-898b-c3935b30bafb of type vxlan for network 04cc12c3-7ca1-4dc6-b34f-d03eecc7b1b7 [pid: 8|app: 0|req: 975/2101] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:07 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2104] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:08 2026] POST /v2.0/subnets => generated 629 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:08.292 8 INFO neutron.db.segments_db [None req-2c742315-9352-4343-a8ca-449e1de2713c a682bce498ad475daa5e3d3b9e542999 88d571d1f65a420ea3cb4ddcdd64ad8a - - default default] Added segment 5d36ca7f-f4cb-42f0-b192-e97e49d9f2ef of type vxlan for network ae67f1b7-6c05-4dab-b530-ccb5affff47a [pid: 8|app: 0|req: 978/2105] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:08 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) [pid: 7|app: 0|req: 1128/2106] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:08 2026] POST /v2.0/subnets => generated 629 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:08.709 8 INFO neutron.db.segments_db [None req-bc59806b-1541-4809-9578-103244b3c99b a682bce498ad475daa5e3d3b9e542999 88d571d1f65a420ea3cb4ddcdd64ad8a - - default default] Added segment b7722a8d-ebeb-46a3-8ad8-8f749b4aa441 of type vxlan for network 7cb1beae-8442-4cfe-a590-13e4ff78db44 [pid: 8|app: 0|req: 979/2107] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:08 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2108] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:08 2026] POST /v2.0/subnets => generated 629 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:09.178 8 INFO neutron.db.segments_db [None req-f60cb959-3477-42dc-97f1-fc9292973b74 a682bce498ad475daa5e3d3b9e542999 88d571d1f65a420ea3cb4ddcdd64ad8a - - default default] Added segment fd95270e-23ad-4fad-a98d-99ce26392169 of type vxlan for network 8ff1c4bd-868f-4968-9af7-e3d93dceac2f [pid: 8|app: 0|req: 980/2109] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:09 2026] POST /v2.0/networks => generated 612 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2110] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:09 2026] POST /v2.0/subnets => generated 629 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2111] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:19:09 2026] PUT /v2.0/subnets/d05b61aa-00dd-4066-a62a-18aec164e671/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: 1131/2112] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:19:09 2026] PUT /v2.0/subnets/010ec24e-2b22-4614-a104-98172f53ed7c/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2113] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:19:09 2026] PUT /v2.0/subnets/313bef02-3b32-4fb4-b247-1d25c59987e2/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2114] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:19:09 2026] PUT /v2.0/subnets/d17057ed-4059-4e0e-82a3-1399d3863d8c/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2115] 10.0.0.30 () {32 vars in 663 bytes} [Thu Apr 16 01:19:09 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2116] 10.0.0.30 () {32 vars in 677 bytes} [Thu Apr 16 01:19:09 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2117] 10.0.0.30 () {32 vars in 673 bytes} [Thu Apr 16 01:19:09 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2118] 10.0.0.30 () {32 vars in 685 bytes} [Thu Apr 16 01:19:09 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2119] 10.0.0.30 () {32 vars in 671 bytes} [Thu Apr 16 01:19:09 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2120] 10.0.0.30 () {32 vars in 685 bytes} [Thu Apr 16 01:19:09 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2121] 10.0.0.30 () {32 vars in 681 bytes} [Thu Apr 16 01:19:09 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2122] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:09 2026] GET /v2.0/security-groups?tenant_id=1223aee418d94014bcdb0d0d827172f7&name=default => generated 2929 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2123] 10.0.0.30 () {32 vars in 693 bytes} [Thu Apr 16 01:19:10 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2124] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:10 2026] DELETE /v2.0/security-groups/2439a524-604e-4f7b-a554-d67c0d68ec84 => 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: 991/2125] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:19:10 2026] DELETE /v2.0/subnets/d05b61aa-00dd-4066-a62a-18aec164e671 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2126] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:19:10 2026] DELETE /v2.0/subnets/010ec24e-2b22-4614-a104-98172f53ed7c => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2127] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:19:10 2026] DELETE /v2.0/subnets/313bef02-3b32-4fb4-b247-1d25c59987e2 => 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: 1136/2128] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:19:10 2026] DELETE /v2.0/subnets/d17057ed-4059-4e0e-82a3-1399d3863d8c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2129] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:19:10 2026] DELETE /v2.0/subnets/544b3cda-8567-4643-939c-fdcc05ec9648 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:10.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-80e6f054-da27-4efa-9e9a-3ddeba69c609 a682bce498ad475daa5e3d3b9e542999 88d571d1f65a420ea3cb4ddcdd64ad8a - - default default] TaaS: Handle Delete Port: bb6d1cf1-c830-4990-b5cd-9299e4408941 2026-04-16 01:19:10.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80e6f054-da27-4efa-9e9a-3ddeba69c609 a682bce498ad475daa5e3d3b9e542999 88d571d1f65a420ea3cb4ddcdd64ad8a - - default default] Tap Mirror: Handle Delete Port: bb6d1cf1-c830-4990-b5cd-9299e4408941 2026-04-16 01:19:11.013 7 INFO neutron.services.segments.plugin [-] Segment c3dc3d13-96f9-4e0a-8e73-e705a9194e96 resource provider aggregate not found 2026-04-16 01:19:11.018 7 INFO neutron.services.segments.plugin [-] Segment c3dc3d13-96f9-4e0a-8e73-e705a9194e96 resource provider aggregate not found 2026-04-16 01:19:11.033 7 INFO neutron.services.segments.plugin [-] Segment c3dc3d13-96f9-4e0a-8e73-e705a9194e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3dc3d13-96f9-4e0a-8e73-e705a9194e96 found for delete ", "request_id": "req-68f505c2-77e6-4b9f-ac32-4312a7cf72ae"}]} 2026-04-16 01:19:11.034 7 INFO neutron.services.segments.plugin [-] Segment c3dc3d13-96f9-4e0a-8e73-e705a9194e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3dc3d13-96f9-4e0a-8e73-e705a9194e96 found for delete ", "request_id": "req-582d9718-a24c-4a1f-9d33-539032d174c1"}]} [pid: 7|app: 0|req: 1137/2130] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:10 2026] DELETE /v2.0/networks/db567626-b147-4e89-8e70-69227f3e84e4 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:11.151 8 INFO neutron.services.segments.plugin [-] Segment 44b9eb82-9820-4d48-898b-c3935b30bafb resource provider aggregate not found 2026-04-16 01:19:11.156 8 INFO neutron.services.segments.plugin [-] Segment 44b9eb82-9820-4d48-898b-c3935b30bafb resource provider aggregate not found 2026-04-16 01:19:11.167 8 INFO neutron.services.segments.plugin [-] Segment 44b9eb82-9820-4d48-898b-c3935b30bafb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b9eb82-9820-4d48-898b-c3935b30bafb found for delete ", "request_id": "req-2a855294-c2a3-45c9-897d-b481a6bd4b58"}]} 2026-04-16 01:19:11.175 8 INFO neutron.services.segments.plugin [-] Segment 44b9eb82-9820-4d48-898b-c3935b30bafb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44b9eb82-9820-4d48-898b-c3935b30bafb found for delete ", "request_id": "req-7ca714d7-88a6-4482-a69a-d366f01d05af"}]} [pid: 8|app: 0|req: 994/2131] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:11 2026] DELETE /v2.0/networks/04cc12c3-7ca1-4dc6-b34f-d03eecc7b1b7 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2132] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:11 2026] DELETE /v2.0/networks/ae67f1b7-6c05-4dab-b530-ccb5affff47a => 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: 995/2133] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:11 2026] DELETE /v2.0/networks/7cb1beae-8442-4cfe-a590-13e4ff78db44 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2134] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:11 2026] DELETE /v2.0/networks/8ff1c4bd-868f-4968-9af7-e3d93dceac2f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2135] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:12 2026] GET /v2.0/security-groups?tenant_id=88d571d1f65a420ea3cb4ddcdd64ad8a&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2136] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:12 2026] DELETE /v2.0/security-groups/2b3eb446-33ad-40a2-9e1f-2fe8f605027c => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2137] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:12 2026] GET /v2.0/security-groups?tenant_id=5faae071018f4eca860d4ac634fd25f5&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2138] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:12 2026] DELETE /v2.0/security-groups/8a900b3b-94e8-4a9d-ae4b-7ceb942129ba => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:13.056 7 INFO neutron.services.segments.plugin [-] Segment 5d36ca7f-f4cb-42f0-b192-e97e49d9f2ef resource provider aggregate not found 2026-04-16 01:19:13.061 7 INFO neutron.services.segments.plugin [-] Segment 5d36ca7f-f4cb-42f0-b192-e97e49d9f2ef resource provider aggregate not found 2026-04-16 01:19:13.076 7 INFO neutron.services.segments.plugin [-] Segment 5d36ca7f-f4cb-42f0-b192-e97e49d9f2ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d36ca7f-f4cb-42f0-b192-e97e49d9f2ef found for delete ", "request_id": "req-9db83244-2281-4d81-a094-488f7308e057"}]} 2026-04-16 01:19:13.079 7 INFO neutron.services.segments.plugin [-] Segment 5d36ca7f-f4cb-42f0-b192-e97e49d9f2ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d36ca7f-f4cb-42f0-b192-e97e49d9f2ef found for delete ", "request_id": "req-2f0c2940-230c-4b87-9a96-5ca49b5c0905"}]} 2026-04-16 01:19:13.095 7 INFO neutron.services.segments.plugin [-] Segment fd95270e-23ad-4fad-a98d-99ce26392169 resource provider aggregate not found 2026-04-16 01:19:13.098 7 INFO neutron.services.segments.plugin [-] Segment fd95270e-23ad-4fad-a98d-99ce26392169 resource provider aggregate not found 2026-04-16 01:19:13.112 7 INFO neutron.services.segments.plugin [-] Segment fd95270e-23ad-4fad-a98d-99ce26392169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd95270e-23ad-4fad-a98d-99ce26392169 found for delete ", "request_id": "req-66ba89a0-1362-4f57-8d8e-8cc532dfe873"}]} 2026-04-16 01:19:13.113 7 INFO neutron.services.segments.plugin [-] Segment fd95270e-23ad-4fad-a98d-99ce26392169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd95270e-23ad-4fad-a98d-99ce26392169 found for delete ", "request_id": "req-ee981eb1-717f-4876-9d40-a7021dcd8629"}]} 2026-04-16 01:19:13.186 8 INFO neutron.services.segments.plugin [-] Segment b7722a8d-ebeb-46a3-8ad8-8f749b4aa441 resource provider aggregate not found 2026-04-16 01:19:13.193 8 INFO neutron.services.segments.plugin [-] Segment b7722a8d-ebeb-46a3-8ad8-8f749b4aa441 resource provider aggregate not found 2026-04-16 01:19:13.201 8 INFO neutron.services.segments.plugin [-] Segment b7722a8d-ebeb-46a3-8ad8-8f749b4aa441 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7722a8d-ebeb-46a3-8ad8-8f749b4aa441 found for delete ", "request_id": "req-55e6e814-fb2e-404e-8a89-60b4a1e4571d"}]} 2026-04-16 01:19:13.207 8 INFO neutron.services.segments.plugin [-] Segment b7722a8d-ebeb-46a3-8ad8-8f749b4aa441 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7722a8d-ebeb-46a3-8ad8-8f749b4aa441 found for delete ", "request_id": "req-d8100b49-22de-455f-8193-ecf5dbdad86e"}]} [pid: 8|app: 0|req: 998/2139] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:13 2026] GET /v2.0/security-groups?tenant_id=017276e51ec240a895194b13044326c6&name=default => generated 2929 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2140] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:13 2026] DELETE /v2.0/security-groups/e02c2464-3232-446b-8ec2-55ea3c3aba7d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:14.325 8 INFO neutron.db.segments_db [None req-223c06fb-95e4-4aac-accd-0c5b4af2ca57 ba9f61699b20493d9521307ee6d5a295 dffbe6f428c24208b9d6b774e9c9fc5f - - default default] Added segment 50418425-066c-4603-ba0c-1c1e5f5a7961 of type vxlan for network 07ed5eca-6a79-4336-b685-862b025a7d19 [pid: 8|app: 0|req: 999/2141] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:14 2026] POST /v2.0/networks => generated 708 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2142] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:14 2026] POST /v2.0/subnets => generated 644 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:14.588 8 WARNING neutron.api.v2.base [None req-c1545a43-3f35-468d-bb17-800ca315e983 ba9f61699b20493d9521307ee6d5a295 dffbe6f428c24208b9d6b774e9c9fc5f - - 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 01:19:14.589 8 INFO neutron.api.v2.resource [None req-c1545a43-3f35-468d-bb17-800ca315e983 ba9f61699b20493d9521307ee6d5a295 dffbe6f428c24208b9d6b774e9c9fc5f - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1000/2143] 10.0.0.30 () {34 vars in 680 bytes} [Thu Apr 16 01:19:14 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2144] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:14 2026] DELETE /v2.0/networks/07ed5eca-6a79-4336-b685-862b025a7d19 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:14.838 8 INFO neutron.db.segments_db [None req-c7b63618-bc7a-4b30-a883-00e5166b4d7e ba9f61699b20493d9521307ee6d5a295 dffbe6f428c24208b9d6b774e9c9fc5f - - default default] Added segment c30e4fd8-af09-40e3-a39c-a6e42c925a55 of type vxlan for network d25e73c9-70a2-4de8-a4aa-f88133cbdc8e [pid: 8|app: 0|req: 1001/2145] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:14 2026] POST /v2.0/networks => generated 708 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2146] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:14 2026] POST /v2.0/subnets => generated 647 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:15.100 8 WARNING neutron.api.v2.base [None req-885d1121-7092-45b7-9e4e-5a0189d84a7e ba9f61699b20493d9521307ee6d5a295 dffbe6f428c24208b9d6b774e9c9fc5f - - 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 01:19:15.101 8 INFO neutron.api.v2.resource [None req-885d1121-7092-45b7-9e4e-5a0189d84a7e ba9f61699b20493d9521307ee6d5a295 dffbe6f428c24208b9d6b774e9c9fc5f - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1002/2147] 10.0.0.30 () {34 vars in 680 bytes} [Thu Apr 16 01:19:15 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-16 01:19:15.136 7 INFO neutron.services.segments.plugin [-] Segment 50418425-066c-4603-ba0c-1c1e5f5a7961 resource provider aggregate not found 2026-04-16 01:19:15.144 7 INFO neutron.services.segments.plugin [-] Segment 50418425-066c-4603-ba0c-1c1e5f5a7961 resource provider aggregate not found 2026-04-16 01:19:15.159 7 INFO neutron.services.segments.plugin [-] Segment 50418425-066c-4603-ba0c-1c1e5f5a7961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50418425-066c-4603-ba0c-1c1e5f5a7961 found for delete ", "request_id": "req-01a40d39-efc3-4535-a6af-fd40c3adee80"}]} 2026-04-16 01:19:15.162 7 INFO neutron.services.segments.plugin [-] Segment 50418425-066c-4603-ba0c-1c1e5f5a7961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50418425-066c-4603-ba0c-1c1e5f5a7961 found for delete ", "request_id": "req-86a84967-68c4-4b71-815b-8b038b148e06"}]} [pid: 7|app: 0|req: 1146/2148] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:15 2026] DELETE /v2.0/networks/d25e73c9-70a2-4de8-a4aa-f88133cbdc8e => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:15.381 8 INFO neutron.db.segments_db [None req-e82fa5a7-f2bd-4001-b213-737d83e2972f ba9f61699b20493d9521307ee6d5a295 dffbe6f428c24208b9d6b774e9c9fc5f - - default default] Added segment bd91e6ef-e6a5-4b08-af59-bcfd30cb50c7 of type vxlan for network d902da08-1fea-4cc1-89fb-ebe8855aacdb [pid: 8|app: 0|req: 1003/2149] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:15 2026] POST /v2.0/networks => generated 707 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2150] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:15 2026] POST /v2.0/subnets => generated 647 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2151] 10.0.0.30 () {34 vars in 680 bytes} [Thu Apr 16 01:19:15 2026] POST /v2.0/rbac-policies => generated 324 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2152] 10.0.0.30 () {32 vars in 722 bytes} [Thu Apr 16 01:19:16 2026] GET /v2.0/networks/d902da08-1fea-4cc1-89fb-ebe8855aacdb => generated 655 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:19:16.866 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e72085e-02f2-4903-a715-b6c220fa1ef8 9f5df0946dde4faca48bd00470b7f2d0 36136247b7d84a7db8771d6b551ce7d5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1005/2153] 10.0.0.30 () {32 vars in 722 bytes} [Thu Apr 16 01:19:16 2026] GET /v2.0/networks/d902da08-1fea-4cc1-89fb-ebe8855aacdb => generated 138 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2154] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:16 2026] DELETE /v2.0/networks/d902da08-1fea-4cc1-89fb-ebe8855aacdb => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:17.097 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ab16b54-b3fd-4433-8175-12d119588d5e ba9f61699b20493d9521307ee6d5a295 dffbe6f428c24208b9d6b774e9c9fc5f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1006/2155] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:19:17 2026] DELETE /v2.0/subnets/0291f02a-9533-4e26-a865-c80f0a7a0f2d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:19:17.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c325556-91c2-40e5-aa40-7bc1db3f3d9f ba9f61699b20493d9521307ee6d5a295 dffbe6f428c24208b9d6b774e9c9fc5f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1150/2156] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:19:17 2026] DELETE /v2.0/subnets/74fbe79a-d0f3-406b-8daa-8016a800b803 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:19:17.135 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1a52ad7-f9a2-4fca-bb67-42d7e6f43971 ba9f61699b20493d9521307ee6d5a295 dffbe6f428c24208b9d6b774e9c9fc5f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1007/2157] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:19:17 2026] DELETE /v2.0/subnets/4381eb8f-d7a1-4a27-b701-2f956025b7f8 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:19:17.181 7 INFO neutron.services.segments.plugin [-] Segment c30e4fd8-af09-40e3-a39c-a6e42c925a55 resource provider aggregate not found 2026-04-16 01:19:17.181 7 INFO neutron.services.segments.plugin [-] Segment c30e4fd8-af09-40e3-a39c-a6e42c925a55 resource provider aggregate not found 2026-04-16 01:19:17.199 7 INFO neutron.services.segments.plugin [-] Segment c30e4fd8-af09-40e3-a39c-a6e42c925a55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c30e4fd8-af09-40e3-a39c-a6e42c925a55 found for delete ", "request_id": "req-be4b70fc-0401-4980-beb0-ec294cf11710"}]} 2026-04-16 01:19:17.201 7 INFO neutron.services.segments.plugin [-] Segment c30e4fd8-af09-40e3-a39c-a6e42c925a55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c30e4fd8-af09-40e3-a39c-a6e42c925a55 found for delete ", "request_id": "req-60a3ea8b-fcbc-4701-b06a-20df091a1897"}]} 2026-04-16 01:19:17.212 7 INFO neutron.services.segments.plugin [-] Segment bd91e6ef-e6a5-4b08-af59-bcfd30cb50c7 resource provider aggregate not found 2026-04-16 01:19:17.216 7 INFO neutron.services.segments.plugin [-] Segment bd91e6ef-e6a5-4b08-af59-bcfd30cb50c7 resource provider aggregate not found 2026-04-16 01:19:17.227 7 INFO neutron.services.segments.plugin [-] Segment bd91e6ef-e6a5-4b08-af59-bcfd30cb50c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd91e6ef-e6a5-4b08-af59-bcfd30cb50c7 found for delete ", "request_id": "req-760649f2-9e01-4717-aaa2-7dc08cc5a72c"}]} 2026-04-16 01:19:17.228 7 INFO neutron.services.segments.plugin [-] Segment bd91e6ef-e6a5-4b08-af59-bcfd30cb50c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd91e6ef-e6a5-4b08-af59-bcfd30cb50c7 found for delete ", "request_id": "req-00ffbec2-7c72-4a8e-95ad-18f493d904a4"}]} 2026-04-16 01:19:17.567 7 INFO neutron.db.segments_db [None req-97dc3bb7-fb05-459b-82c9-1e0d6aae29a5 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] Added segment 6897f333-d8fc-4011-98e7-d9294d32f412 of type vxlan for network d7743ae3-cbbf-4788-be51-446105f2c973 [pid: 7|app: 0|req: 1151/2158] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:17 2026] POST /v2.0/networks => generated 612 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2159] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:19:17 2026] POST /v2.0/ports => generated 743 bytes in 257 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: 1009/2160] 10.0.0.30 () {34 vars in 665 bytes} [Thu Apr 16 01:19:17 2026] POST /v2.0/trunks => generated 407 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2161] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:17 2026] GET /v2.0/security-groups?tenant_id=36136247b7d84a7db8771d6b551ce7d5&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:19:18.156 8 INFO neutron.db.segments_db [None req-89761c52-5a04-4176-906d-3a0610e765f7 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] Added segment e8fa7b7e-483e-441f-b0a7-69c2432d8345 of type vxlan for network 8b3f3ee0-c46a-47b5-a59e-eb07ac3863b4 [pid: 7|app: 0|req: 1153/2162] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:18 2026] DELETE /v2.0/security-groups/ff1dcf7b-1a24-4352-95ca-4259fe736795 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2163] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:18 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2164] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:18 2026] GET /v2.0/security-groups?tenant_id=701d056e3e2541b4853821dc9921058c&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: 1154/2165] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:19:18 2026] POST /v2.0/ports => generated 743 bytes in 270 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: 1012/2166] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:18 2026] DELETE /v2.0/security-groups/f12354b7-9578-4b7b-8b16-0c2116ef4a9b => 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: 1013/2167] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:18 2026] GET /v2.0/security-groups?tenant_id=dffbe6f428c24208b9d6b774e9c9fc5f&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: 1014/2168] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:18 2026] DELETE /v2.0/security-groups/4a4592b9-20bf-44b5-9582-17b574384985 => 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: 1155/2169] 10.0.0.30 () {34 vars in 665 bytes} [Thu Apr 16 01:19:18 2026] POST /v2.0/trunks => generated 407 bytes in 638 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:19.221 8 INFO neutron.db.segments_db [None req-13b1d6fc-0f19-4faf-9e51-a4a836d7980c 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] Added segment 041cb88a-502e-4082-9b7b-bd2621dcd49b of type vxlan for network 54513de2-8308-4d6d-9583-16872012caf7 [pid: 8|app: 0|req: 1015/2170] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:19 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) [pid: 7|app: 0|req: 1156/2171] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:19:19 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) [pid: 8|app: 0|req: 1016/2172] 10.0.0.30 () {34 vars in 665 bytes} [Thu Apr 16 01:19:19 2026] POST /v2.0/trunks => generated 407 bytes in 154 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 01:19:19.818 7 INFO neutron.db.segments_db [None req-16f0193a-7e5d-438c-8a85-9485c6355eb5 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] Added segment 8e25367b-4af2-4281-8c73-4fda498c81e5 of type vxlan for network 50dfa788-ce94-46cd-a844-bf4fef3c5165 [pid: 7|app: 0|req: 1157/2173] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:19 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2174] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:19:19 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2175] 10.0.0.30 () {34 vars in 665 bytes} [Thu Apr 16 01:19:20 2026] POST /v2.0/trunks => generated 407 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:19:20.382 8 INFO neutron.db.segments_db [None req-f2c886ce-bf93-41da-8e6e-0ec17f514966 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] Added segment 1c109cdc-9a2a-47db-96ec-3d4171569008 of type vxlan for network 257ac24a-edc3-4638-a41d-5865d7c832cf [pid: 8|app: 0|req: 1018/2176] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:20 2026] POST /v2.0/networks => generated 613 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2177] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:19:20 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2178] 10.0.0.30 () {34 vars in 665 bytes} [Thu Apr 16 01:19:20 2026] POST /v2.0/trunks => generated 407 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1160/2179] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:19:20 2026] PUT /v2.0/trunks/55a7bcdc-4f0b-4a9d-b5d2-4c24621f0ddb/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2180] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:19:20 2026] PUT /v2.0/trunks/b09f0ff9-37a5-445c-a218-493d52ea4dc9/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2181] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:19:20 2026] PUT /v2.0/trunks/02c95c55-26de-4f35-879b-0d6451dfc0aa/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2182] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:19:21 2026] PUT /v2.0/trunks/12107e94-9615-48fb-a5b0-2466df5efc78/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2183] 10.0.0.30 () {32 vars in 661 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2184] 10.0.0.30 () {32 vars in 675 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2185] 10.0.0.30 () {32 vars in 671 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2186] 10.0.0.30 () {32 vars in 683 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2187] 10.0.0.30 () {32 vars in 669 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2188] 10.0.0.30 () {32 vars in 683 bytes} [Thu Apr 16 01:19:21 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: 1165/2189] 10.0.0.30 () {32 vars in 679 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2190] 10.0.0.30 () {32 vars in 691 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2191] 10.0.0.30 () {32 vars in 718 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks/55a7bcdc-4f0b-4a9d-b5d2-4c24621f0ddb => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2192] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/ports/c01a5348-e619-48e1-a786-1f1344a5b4c8 => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2193] 10.0.0.30 () {32 vars in 721 bytes} [Thu Apr 16 01:19:21 2026] DELETE /v2.0/trunks/55a7bcdc-4f0b-4a9d-b5d2-4c24621f0ddb => 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: 1027/2194] 10.0.0.30 () {32 vars in 718 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks/b09f0ff9-37a5-445c-a218-493d52ea4dc9 => generated 420 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2195] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/ports/7caddf08-ca32-4cc4-b231-534ff127a32a => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2196] 10.0.0.30 () {32 vars in 721 bytes} [Thu Apr 16 01:19:21 2026] DELETE /v2.0/trunks/b09f0ff9-37a5-445c-a218-493d52ea4dc9 => 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: 1169/2197] 10.0.0.30 () {32 vars in 718 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks/02c95c55-26de-4f35-879b-0d6451dfc0aa => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2198] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/ports/fdb9f86f-f070-4613-a920-7b06fa42f0bb => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2199] 10.0.0.30 () {32 vars in 721 bytes} [Thu Apr 16 01:19:21 2026] DELETE /v2.0/trunks/02c95c55-26de-4f35-879b-0d6451dfc0aa => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2200] 10.0.0.30 () {32 vars in 718 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks/12107e94-9615-48fb-a5b0-2466df5efc78 => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2201] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/ports/4786d684-408f-46aa-b6d0-a60a44edd3e9 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2202] 10.0.0.30 () {32 vars in 721 bytes} [Thu Apr 16 01:19:21 2026] DELETE /v2.0/trunks/12107e94-9615-48fb-a5b0-2466df5efc78 => 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: 1172/2203] 10.0.0.30 () {32 vars in 718 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/trunks/b41931cc-d36d-443b-a0c9-9fe93bd0861c => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2204] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:19:21 2026] GET /v2.0/ports/9750eac3-802d-47ca-b51e-84f2b5c0a021 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2205] 10.0.0.30 () {32 vars in 721 bytes} [Thu Apr 16 01:19:22 2026] DELETE /v2.0/trunks/b41931cc-d36d-443b-a0c9-9fe93bd0861c => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:22.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd6b75fc-b35f-44d5-8c31-7fea292ca90b 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] TaaS: Handle Delete Port: c01a5348-e619-48e1-a786-1f1344a5b4c8 2026-04-16 01:19:22.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd6b75fc-b35f-44d5-8c31-7fea292ca90b 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] Tap Mirror: Handle Delete Port: c01a5348-e619-48e1-a786-1f1344a5b4c8 [pid: 8|app: 0|req: 1033/2206] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:19:22 2026] DELETE /v2.0/ports/c01a5348-e619-48e1-a786-1f1344a5b4c8 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:22.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fe5cee5-858d-43ea-8075-0e825d53f460 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] TaaS: Handle Delete Port: 7caddf08-ca32-4cc4-b231-534ff127a32a 2026-04-16 01:19:22.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fe5cee5-858d-43ea-8075-0e825d53f460 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] Tap Mirror: Handle Delete Port: 7caddf08-ca32-4cc4-b231-534ff127a32a [pid: 7|app: 0|req: 1174/2207] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:19:22 2026] DELETE /v2.0/ports/7caddf08-ca32-4cc4-b231-534ff127a32a => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:22.528 8 INFO neutron_taas.services.taas.taas_plugin [None req-cbf862db-508a-477c-b8b5-b23af3cbadc3 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] TaaS: Handle Delete Port: fdb9f86f-f070-4613-a920-7b06fa42f0bb 2026-04-16 01:19:22.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbf862db-508a-477c-b8b5-b23af3cbadc3 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] Tap Mirror: Handle Delete Port: fdb9f86f-f070-4613-a920-7b06fa42f0bb [pid: 8|app: 0|req: 1034/2208] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:19:22 2026] DELETE /v2.0/ports/fdb9f86f-f070-4613-a920-7b06fa42f0bb => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:22.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ea0a5fe-1a18-4761-8fdd-d2273dde4944 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] TaaS: Handle Delete Port: 4786d684-408f-46aa-b6d0-a60a44edd3e9 2026-04-16 01:19:22.730 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ea0a5fe-1a18-4761-8fdd-d2273dde4944 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] Tap Mirror: Handle Delete Port: 4786d684-408f-46aa-b6d0-a60a44edd3e9 [pid: 7|app: 0|req: 1175/2209] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:19:22 2026] DELETE /v2.0/ports/4786d684-408f-46aa-b6d0-a60a44edd3e9 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:22.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-53d4a80f-0917-44a6-877f-e74749b55d7a 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] TaaS: Handle Delete Port: 9750eac3-802d-47ca-b51e-84f2b5c0a021 2026-04-16 01:19:22.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53d4a80f-0917-44a6-877f-e74749b55d7a 67291bdb34fc4fa98b25fd24af9eb957 40b39d7fc6c247d5875eaaac09922940 - - default default] Tap Mirror: Handle Delete Port: 9750eac3-802d-47ca-b51e-84f2b5c0a021 [pid: 7|app: 0|req: 1176/2210] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:19:22 2026] DELETE /v2.0/ports/9750eac3-802d-47ca-b51e-84f2b5c0a021 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2211] 10.0.0.30 () {34 vars in 677 bytes} [Thu Apr 16 01:19:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2212] 10.0.0.30 () {34 vars in 677 bytes} [Thu Apr 16 01:19:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2213] 10.0.0.30 () {34 vars in 677 bytes} [Thu Apr 16 01:19:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:23.102 7 INFO neutron.services.segments.plugin [-] Segment 6897f333-d8fc-4011-98e7-d9294d32f412 resource provider aggregate not found 2026-04-16 01:19:23.108 7 INFO neutron.services.segments.plugin [-] Segment 6897f333-d8fc-4011-98e7-d9294d32f412 resource provider aggregate not found [pid: 8|app: 0|req: 1038/2214] 10.0.0.30 () {34 vars in 677 bytes} [Thu Apr 16 01:19:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:23.123 7 INFO neutron.services.segments.plugin [-] Segment 6897f333-d8fc-4011-98e7-d9294d32f412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6897f333-d8fc-4011-98e7-d9294d32f412 found for delete ", "request_id": "req-c7e2452c-53ba-42c5-ae42-e9e72059d9a6"}]} 2026-04-16 01:19:23.132 7 INFO neutron.services.segments.plugin [-] Segment 6897f333-d8fc-4011-98e7-d9294d32f412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6897f333-d8fc-4011-98e7-d9294d32f412 found for delete ", "request_id": "req-4567cb3f-2bda-4d92-a6c7-b364af8dd38e"}]} [pid: 7|app: 0|req: 1177/2215] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:22 2026] DELETE /v2.0/networks/d7743ae3-cbbf-4788-be51-446105f2c973 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2218] 10.0.0.30 () {34 vars in 677 bytes} [Thu Apr 16 01:19:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2219] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:19:23 2026] PUT /v2.0/policies/7753c502-3a9c-4a01-b1ff-5e56ff6e4322/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2220] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:19:23 2026] PUT /v2.0/policies/e25f8721-4ff7-408f-8129-f623d3312bb5/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: 1180/2221] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:23 2026] DELETE /v2.0/networks/8b3f3ee0-c46a-47b5-a59e-eb07ac3863b4 => 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: 1042/2222] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:19:23 2026] PUT /v2.0/policies/521e9224-e7aa-48cd-b515-5ef174d7da61/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2223] 10.0.0.30 () {34 vars in 752 bytes} [Thu Apr 16 01:19:23 2026] PUT /v2.0/policies/7ef2a902-8a55-4f43-b0db-f654d170180b/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2224] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:23 2026] DELETE /v2.0/networks/54513de2-8308-4d6d-9583-16872012caf7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:23.531 8 INFO neutron.services.segments.plugin [-] Segment 8e25367b-4af2-4281-8c73-4fda498c81e5 resource provider aggregate not found 2026-04-16 01:19:23.537 8 INFO neutron.services.segments.plugin [-] Segment 8e25367b-4af2-4281-8c73-4fda498c81e5 resource provider aggregate not found 2026-04-16 01:19:23.546 8 INFO neutron.services.segments.plugin [-] Segment 8e25367b-4af2-4281-8c73-4fda498c81e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e25367b-4af2-4281-8c73-4fda498c81e5 found for delete ", "request_id": "req-281bdfb7-07a7-4148-adbf-c4d13a4e6bbe"}]} 2026-04-16 01:19:23.556 8 INFO neutron.services.segments.plugin [-] Segment 8e25367b-4af2-4281-8c73-4fda498c81e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e25367b-4af2-4281-8c73-4fda498c81e5 found for delete ", "request_id": "req-9a52322a-4065-4367-bedb-b5a1e5472f27"}]} [pid: 8|app: 0|req: 1044/2225] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:23 2026] DELETE /v2.0/networks/50dfa788-ce94-46cd-a844-bf4fef3c5165 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2226] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:23 2026] DELETE /v2.0/networks/257ac24a-edc3-4638-a41d-5865d7c832cf => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2227] 10.0.0.30 () {32 vars in 673 bytes} [Thu Apr 16 01:19:23 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2228] 10.0.0.30 () {32 vars in 687 bytes} [Thu Apr 16 01:19:23 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2229] 10.0.0.30 () {32 vars in 683 bytes} [Thu Apr 16 01:19:23 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2230] 10.0.0.30 () {32 vars in 695 bytes} [Thu Apr 16 01:19:23 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2231] 10.0.0.30 () {32 vars in 681 bytes} [Thu Apr 16 01:19:23 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2232] 10.0.0.30 () {32 vars in 695 bytes} [Thu Apr 16 01:19:24 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2233] 10.0.0.30 () {32 vars in 691 bytes} [Thu Apr 16 01:19:24 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2234] 10.0.0.30 () {32 vars in 703 bytes} [Thu Apr 16 01:19:24 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2235] 10.0.0.30 () {32 vars in 733 bytes} [Thu Apr 16 01:19:24 2026] DELETE /v2.0/qos/policies/7753c502-3a9c-4a01-b1ff-5e56ff6e4322 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2236] 10.0.0.30 () {32 vars in 733 bytes} [Thu Apr 16 01:19:24 2026] DELETE /v2.0/qos/policies/e25f8721-4ff7-408f-8129-f623d3312bb5 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2237] 10.0.0.30 () {32 vars in 733 bytes} [Thu Apr 16 01:19:24 2026] DELETE /v2.0/qos/policies/521e9224-e7aa-48cd-b515-5ef174d7da61 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2238] 10.0.0.30 () {32 vars in 733 bytes} [Thu Apr 16 01:19:24 2026] DELETE /v2.0/qos/policies/7ef2a902-8a55-4f43-b0db-f654d170180b => 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: 1189/2239] 10.0.0.30 () {32 vars in 733 bytes} [Thu Apr 16 01:19:24 2026] DELETE /v2.0/qos/policies/3456ff11-8f2f-4b92-8dc9-b61d2de765cc => 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: 1051/2240] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:24 2026] GET /v2.0/security-groups?tenant_id=158bc3ea2903417a91a0e8bda8c161c5&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2241] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:24 2026] DELETE /v2.0/security-groups/49522d57-692a-4467-8704-9b1d3f8c6621 => 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: 1052/2242] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:24 2026] GET /v2.0/security-groups?tenant_id=40b39d7fc6c247d5875eaaac09922940&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2243] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:24 2026] DELETE /v2.0/security-groups/703ff318-5df7-4d26-b930-6ca0b29b3792 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:25.141 7 INFO neutron.services.segments.plugin [-] Segment e8fa7b7e-483e-441f-b0a7-69c2432d8345 resource provider aggregate not found 2026-04-16 01:19:25.153 7 INFO neutron.services.segments.plugin [-] Segment e8fa7b7e-483e-441f-b0a7-69c2432d8345 resource provider aggregate not found 2026-04-16 01:19:25.156 7 INFO neutron.services.segments.plugin [-] Segment e8fa7b7e-483e-441f-b0a7-69c2432d8345 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8fa7b7e-483e-441f-b0a7-69c2432d8345 found for delete ", "request_id": "req-52d1a535-d83b-4bc7-9842-9340a4738d65"}]} 2026-04-16 01:19:25.170 7 INFO neutron.services.segments.plugin [-] Segment 041cb88a-502e-4082-9b7b-bd2621dcd49b resource provider aggregate not found 2026-04-16 01:19:25.173 7 INFO neutron.services.segments.plugin [-] Segment e8fa7b7e-483e-441f-b0a7-69c2432d8345 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8fa7b7e-483e-441f-b0a7-69c2432d8345 found for delete ", "request_id": "req-3ce2b6d8-9aef-493a-aad7-cc99f2bc6480"}]} 2026-04-16 01:19:25.185 7 INFO neutron.services.segments.plugin [-] Segment 041cb88a-502e-4082-9b7b-bd2621dcd49b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 041cb88a-502e-4082-9b7b-bd2621dcd49b found for delete ", "request_id": "req-5d7d72e5-e5b8-466c-87be-c9aa28c78156"}]} 2026-04-16 01:19:25.189 7 INFO neutron.services.segments.plugin [-] Segment 041cb88a-502e-4082-9b7b-bd2621dcd49b resource provider aggregate not found 2026-04-16 01:19:25.206 7 INFO neutron.services.segments.plugin [-] Segment 1c109cdc-9a2a-47db-96ec-3d4171569008 resource provider aggregate not found 2026-04-16 01:19:25.210 7 INFO neutron.services.segments.plugin [-] Segment 041cb88a-502e-4082-9b7b-bd2621dcd49b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 041cb88a-502e-4082-9b7b-bd2621dcd49b found for delete ", "request_id": "req-ba2f9138-69ca-4c0e-b1a1-6acf37dd03d5"}]} 2026-04-16 01:19:25.221 7 INFO neutron.services.segments.plugin [-] Segment 1c109cdc-9a2a-47db-96ec-3d4171569008 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c109cdc-9a2a-47db-96ec-3d4171569008 found for delete ", "request_id": "req-3d4c8a0f-a8b4-45ce-8f2b-e0551b9a930b"}]} 2026-04-16 01:19:25.225 7 INFO neutron.services.segments.plugin [-] Segment 1c109cdc-9a2a-47db-96ec-3d4171569008 resource provider aggregate not found 2026-04-16 01:19:25.253 7 INFO neutron.services.segments.plugin [-] Segment 1c109cdc-9a2a-47db-96ec-3d4171569008 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c109cdc-9a2a-47db-96ec-3d4171569008 found for delete ", "request_id": "req-f57a7481-9590-44af-a49c-0c34bb38afc6"}]} [pid: 8|app: 0|req: 1053/2244] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:25 2026] GET /v2.0/security-groups?tenant_id=86b15a3331704839846e3a89adf233fe&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2245] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:25 2026] DELETE /v2.0/security-groups/d641bba0-f6fd-43fd-9407-399bad8f98f4 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2246] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:25 2026] GET /v2.0/security-groups?tenant_id=d02a490d9c864f09b45d91452215bee4&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2247] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:25 2026] DELETE /v2.0/security-groups/c0689c16-ae76-476c-bc59-c12063c2984a => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2248] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:25 2026] GET /v2.0/security-groups?tenant_id=594cc9d3a81241d6a0049f470c621c6a&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2249] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:25 2026] DELETE /v2.0/security-groups/d6013dd3-4cff-4aa9-b1c9-66b3a32fde01 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2250] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:25 2026] GET /v2.0/security-groups?tenant_id=23c114cc8d6641469d6eb4ad278f327b&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2251] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:26 2026] DELETE /v2.0/security-groups/d05e94bc-3938-4f0a-8c8b-6a254b68c7c3 => 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: 1195/2252] 10.0.0.30 () {34 vars in 683 bytes} [Thu Apr 16 01:19:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2253] 10.0.0.30 () {34 vars in 766 bytes} [Thu Apr 16 01:19:28 2026] PUT /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2254] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:19:28 2026] GET /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2255] 10.0.0.30 () {34 vars in 777 bytes} [Thu Apr 16 01:19:28 2026] PUT /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2256] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:19:28 2026] GET /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/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: 1060/2257] 10.0.0.30 () {34 vars in 773 bytes} [Thu Apr 16 01:19:28 2026] PUT /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2258] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:19:29 2026] GET /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2259] 10.0.0.30 () {34 vars in 795 bytes} [Thu Apr 16 01:19:29 2026] PUT /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2260] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:19:29 2026] GET /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2261] 10.0.0.30 () {34 vars in 766 bytes} [Thu Apr 16 01:19:29 2026] PUT /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2262] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:19:29 2026] GET /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2263] 10.0.0.30 () {32 vars in 754 bytes} [Thu Apr 16 01:19:29 2026] GET /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:29.330 7 INFO neutron.api.v2.resource [None req-60647edb-8c6a-4488-ba03-f19e8d33a1ef 6c9d1a771a4e435aa131f2e6f9eaeaae 5407498698084876805cc906142acd08 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1202/2264] 10.0.0.30 () {32 vars in 758 bytes} [Thu Apr 16 01:19:29 2026] GET /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/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: 1203/2265] 10.0.0.30 () {32 vars in 757 bytes} [Thu Apr 16 01:19:29 2026] DELETE /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:29.432 8 INFO neutron.db.segments_db [None req-ed615061-4fd0-4980-b0bf-b735bffce350 e027fb06771a4c209504a581e3b620e3 4a51bbcdb1a148909e4b4c3d838baeba - - default default] Added segment 2c79733b-5b31-44b9-8826-27cb3047cd72 of type vxlan for network c734277f-ea50-4810-8b26-688c5cf735d1 [pid: 7|app: 0|req: 1204/2266] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:19:29 2026] GET /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:19:29.469 7 INFO neutron.api.v2.resource [None req-d48871b4-06d3-4a5b-82a3-e4cac2c9efee 6c9d1a771a4e435aa131f2e6f9eaeaae 5407498698084876805cc906142acd08 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1205/2267] 10.0.0.30 () {32 vars in 761 bytes} [Thu Apr 16 01:19:29 2026] DELETE /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2268] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:29 2026] POST /v2.0/networks => generated 613 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2269] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:19:29 2026] DELETE /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/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: 1207/2270] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:19:29 2026] GET /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2271] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:29 2026] DELETE /v2.0/security-groups/0615979e-1091-4d7a-8eda-705d11ce2a06 => 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: 1064/2272] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:19:29 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2273] 10.0.0.30 () {34 vars in 746 bytes} [Thu Apr 16 01:19:29 2026] PUT /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1065/2274] 10.0.0.30 () {32 vars in 726 bytes} [Thu Apr 16 01:19:29 2026] GET /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags => generated 25 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, ' [pid: 7|app: 0|req: 1210/2275] 10.0.0.30 () {34 vars in 757 bytes} [Thu Apr 16 01:19:29 2026] PUT /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1066/2276] 10.0.0.30 () {32 vars in 726 bytes} [Thu Apr 16 01:19:30 2026] GET /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/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: 7|app: 0|req: 1211/2277] 10.0.0.30 () {34 vars in 753 bytes} [Thu Apr 16 01:19:30 2026] PUT /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags/red => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1067/2278] 10.0.0.30 () {32 vars in 726 bytes} [Thu Apr 16 01:19:30 2026] GET /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1212/2279] 10.0.0.30 () {34 vars in 775 bytes} [Thu Apr 16 01:19:30 2026] PUT /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags/black.or.white => generated 4 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1068/2280] 10.0.0.30 () {32 vars in 726 bytes} [Thu Apr 16 01:19:30 2026] GET /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1069/2281] 10.0.0.30 () {34 vars in 746 bytes} [Thu Apr 16 01:19:30 2026] PUT /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2282] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:30 2026] GET /v2.0/security-groups?tenant_id=5407498698084876805cc906142acd08&name=default => generated 2929 bytes in 141 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: 1070/2283] 10.0.0.30 () {32 vars in 726 bytes} [Thu Apr 16 01:19:30 2026] GET /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1071/2284] 10.0.0.30 () {32 vars in 734 bytes} [Thu Apr 16 01:19:30 2026] GET /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2285] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:30 2026] DELETE /v2.0/security-groups/8e563029-8bff-4deb-9cdf-7fc466096c16 => generated 0 bytes in 101 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 01:19:30.691 8 INFO neutron.api.v2.resource [None req-0f5e696c-3120-4ee4-a6ea-27f1e213251f e027fb06771a4c209504a581e3b620e3 4a51bbcdb1a148909e4b4c3d838baeba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1072/2286] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:19:30 2026] GET /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags/green => generated 99 bytes in 50 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: 1215/2287] 10.0.0.30 () {32 vars in 737 bytes} [Thu Apr 16 01:19:30 2026] DELETE /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags/red => generated 0 bytes in 74 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: 1216/2288] 10.0.0.30 () {32 vars in 726 bytes} [Thu Apr 16 01:19:30 2026] GET /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags => generated 30 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1073/2289] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:30 2026] GET /v2.0/security-groups?tenant_id=4ff5f8cb8b80417ca6445d2d229e752f&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:19:30.897 7 INFO neutron.api.v2.resource [None req-adff4430-f0a9-4ea7-87a7-0757d9c9cf49 e027fb06771a4c209504a581e3b620e3 4a51bbcdb1a148909e4b4c3d838baeba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1217/2290] 10.0.0.30 () {32 vars in 741 bytes} [Thu Apr 16 01:19:30 2026] DELETE /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags/green => generated 99 bytes in 64 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: 1074/2291] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:30 2026] DELETE /v2.0/security-groups/1b9fb493-d6ec-4de6-8ee9-064bf7b65a73 => 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: 1218/2292] 10.0.0.30 () {32 vars in 729 bytes} [Thu Apr 16 01:19:30 2026] DELETE /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/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: 1075/2293] 10.0.0.30 () {32 vars in 726 bytes} [Thu Apr 16 01:19:30 2026] GET /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:19:31.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eb19bee-a73e-4bd5-81d2-68c7f09b7589 e027fb06771a4c209504a581e3b620e3 4a51bbcdb1a148909e4b4c3d838baeba - - default default] TaaS: Handle Delete Port: 1d1e9672-b721-46a4-901f-a583a177916b 2026-04-16 01:19:31.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eb19bee-a73e-4bd5-81d2-68c7f09b7589 e027fb06771a4c209504a581e3b620e3 4a51bbcdb1a148909e4b4c3d838baeba - - default default] Tap Mirror: Handle Delete Port: 1d1e9672-b721-46a4-901f-a583a177916b [pid: 7|app: 0|req: 1219/2294] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:19:31 2026] DELETE /v2.0/ports/1d1e9672-b721-46a4-901f-a583a177916b => generated 0 bytes in 191 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 01:19:31.362 8 INFO neutron.services.segments.plugin [-] Segment 2c79733b-5b31-44b9-8826-27cb3047cd72 resource provider aggregate not found 2026-04-16 01:19:31.364 8 INFO neutron.services.segments.plugin [-] Segment 2c79733b-5b31-44b9-8826-27cb3047cd72 resource provider aggregate not found 2026-04-16 01:19:31.378 8 INFO neutron.services.segments.plugin [-] Segment 2c79733b-5b31-44b9-8826-27cb3047cd72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c79733b-5b31-44b9-8826-27cb3047cd72 found for delete ", "request_id": "req-eb248350-a8b3-43a1-9c00-56388a4a4b7b"}]} 2026-04-16 01:19:31.383 8 INFO neutron.services.segments.plugin [-] Segment 2c79733b-5b31-44b9-8826-27cb3047cd72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c79733b-5b31-44b9-8826-27cb3047cd72 found for delete ", "request_id": "req-da7a2939-bddc-44c2-a67e-9620907b686c"}]} [pid: 8|app: 0|req: 1076/2295] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:31 2026] DELETE /v2.0/networks/c734277f-ea50-4810-8b26-688c5cf735d1 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2296] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:32 2026] GET /v2.0/security-groups?tenant_id=4a51bbcdb1a148909e4b4c3d838baeba&name=default => generated 2929 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2297] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:32 2026] DELETE /v2.0/security-groups/9d25d494-ce0d-442a-bc33-3c9b77ac2bd5 => 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: 1221/2298] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:32 2026] GET /v2.0/security-groups?tenant_id=afe40cfd90914e75a95257ba012a38c8&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2299] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:32 2026] DELETE /v2.0/security-groups/29ece5e0-ea4d-48e5-bf09-4c5f7523e4a4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:35.858 7 INFO neutron.db.segments_db [None req-cc76b1a6-9d90-4cc2-8e5a-51b9212079a6 850f559fa03b4eb89100ccfdf1b7a92a 155136a7362f4a0bb43b877335d4ceee - - default default] Added segment 594adbe5-d0ca-4b1f-9cc4-b7e0bdbba7cb of type vxlan for network 4e7a3932-9d00-4a87-8e49-a355a94d4f9b 2026-04-16 01:19:36.119 7 INFO neutron.db.l3_hamode_db [None req-cc76b1a6-9d90-4cc2-8e5a-51b9212079a6 850f559fa03b4eb89100ccfdf1b7a92a 155136a7362f4a0bb43b877335d4ceee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:19:36.230 7 INFO neutron.db.l3_hamode_db [None req-cc76b1a6-9d90-4cc2-8e5a-51b9212079a6 850f559fa03b4eb89100ccfdf1b7a92a 155136a7362f4a0bb43b877335d4ceee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1222/2300] 10.0.0.30 () {34 vars in 667 bytes} [Thu Apr 16 01:19:35 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) [pid: 8|app: 0|req: 1079/2301] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:19:36 2026] PUT /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2302] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:19:36 2026] GET /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags => generated 25 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2303] 10.0.0.30 () {34 vars in 761 bytes} [Thu Apr 16 01:19:37 2026] PUT /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags/green => generated 4 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2304] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:19:37 2026] GET /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2305] 10.0.0.30 () {34 vars in 757 bytes} [Thu Apr 16 01:19:37 2026] PUT /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags/red => generated 4 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2306] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:19:37 2026] GET /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2307] 10.0.0.30 () {34 vars in 779 bytes} [Thu Apr 16 01:19:37 2026] PUT /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags/black.or.white => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2308] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:19:37 2026] GET /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags => generated 52 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2309] 10.0.0.30 () {34 vars in 750 bytes} [Thu Apr 16 01:19:37 2026] PUT /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags => generated 37 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2310] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:19:37 2026] GET /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags => generated 37 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2311] 10.0.0.30 () {32 vars in 738 bytes} [Thu Apr 16 01:19:37 2026] GET /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:38.071 7 INFO neutron.api.v2.resource [None req-86c2f667-a7a5-4a94-9bfe-9defbd99076f 850f559fa03b4eb89100ccfdf1b7a92a 155136a7362f4a0bb43b877335d4ceee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1228/2312] 10.0.0.30 () {32 vars in 742 bytes} [Thu Apr 16 01:19:37 2026] GET /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags/green => generated 99 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2314] 10.0.0.30 () {32 vars in 741 bytes} [Thu Apr 16 01:19:38 2026] DELETE /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags/red => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2316] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:19:38 2026] GET /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags => generated 30 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:19:38.349 7 INFO neutron.api.v2.resource [None req-3c2a7190-6e1e-47c0-b86b-457908e9ee3c 850f559fa03b4eb89100ccfdf1b7a92a 155136a7362f4a0bb43b877335d4ceee - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1231/2317] 10.0.0.30 () {32 vars in 745 bytes} [Thu Apr 16 01:19:38 2026] DELETE /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags/green => generated 99 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2318] 10.0.0.30 () {32 vars in 733 bytes} [Thu Apr 16 01:19:38 2026] DELETE /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags => 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: 1232/2319] 10.0.0.30 () {32 vars in 730 bytes} [Thu Apr 16 01:19:38 2026] GET /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62/tags => generated 12 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2320] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:19:38 2026] GET /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62 => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2321] 10.0.0.30 () {34 vars in 741 bytes} [Thu Apr 16 01:19:38 2026] PUT /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62 => generated 480 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2322] 10.0.0.30 () {32 vars in 735 bytes} [Thu Apr 16 01:19:39 2026] GET /v2.0/ports?device_id=3a9f2461-8f5c-4bf3-9ad4-3961642b8a62 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:19:39.329 7 INFO neutron_taas.services.taas.taas_plugin [None req-4aaf9a32-89d1-4e83-a48f-24007442c5fb 850f559fa03b4eb89100ccfdf1b7a92a 155136a7362f4a0bb43b877335d4ceee - - default default] TaaS: Handle Delete Port: 6c98c7e3-2f12-45ec-83ce-c4aa0b190e8d 2026-04-16 01:19:39.332 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aaf9a32-89d1-4e83-a48f-24007442c5fb 850f559fa03b4eb89100ccfdf1b7a92a 155136a7362f4a0bb43b877335d4ceee - - default default] Tap Mirror: Handle Delete Port: 6c98c7e3-2f12-45ec-83ce-c4aa0b190e8d 2026-04-16 01:19:39.640 7 INFO neutron.services.segments.plugin [-] Segment 594adbe5-d0ca-4b1f-9cc4-b7e0bdbba7cb resource provider aggregate not found 2026-04-16 01:19:39.649 7 INFO neutron.services.segments.plugin [-] Segment 594adbe5-d0ca-4b1f-9cc4-b7e0bdbba7cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 594adbe5-d0ca-4b1f-9cc4-b7e0bdbba7cb found for delete ", "request_id": "req-b2aae671-a5c4-45f8-bf6d-2e9bdbcd42bb"}]} 2026-04-16 01:19:39.653 7 INFO neutron.services.segments.plugin [-] Segment 594adbe5-d0ca-4b1f-9cc4-b7e0bdbba7cb resource provider aggregate not found 2026-04-16 01:19:39.666 7 INFO neutron.services.segments.plugin [-] Segment 594adbe5-d0ca-4b1f-9cc4-b7e0bdbba7cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 594adbe5-d0ca-4b1f-9cc4-b7e0bdbba7cb found for delete ", "request_id": "req-33c15775-0d0f-42a7-99fd-49866576e365"}]} 2026-04-16 01:19:39.666 7 INFO neutron.db.l3_hamode_db [None req-4aaf9a32-89d1-4e83-a48f-24007442c5fb 850f559fa03b4eb89100ccfdf1b7a92a 155136a7362f4a0bb43b877335d4ceee - - default default] HA network 4e7a3932-9d00-4a87-8e49-a355a94d4f9b was deleted as no HA routers are present in tenant 155136a7362f4a0bb43b877335d4ceee. [pid: 7|app: 0|req: 1234/2323] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:19:39 2026] DELETE /v2.0/routers/3a9f2461-8f5c-4bf3-9ad4-3961642b8a62 => generated 0 bytes in 496 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:39.934 8 INFO neutron.db.segments_db [None req-191f060f-3ed4-4d59-8bc3-94aec79167da e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Added segment 0e33f163-e381-47f8-896c-7c695c3ee465 of type vxlan for network 9f9bb4c4-d8db-4883-b66d-593d5e7b90da [pid: 8|app: 0|req: 1090/2324] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:39 2026] POST /v2.0/networks => generated 620 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2325] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:40 2026] POST /v2.0/subnets => generated 658 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2326] 10.0.0.30 () {32 vars in 721 bytes} [Thu Apr 16 01:19:40 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2327] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:40 2026] GET /v2.0/security-groups?tenant_id=155136a7362f4a0bb43b877335d4ceee&name=default => generated 2929 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2328] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:40 2026] POST /v2.0/subnets => generated 732 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2329] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:40 2026] DELETE /v2.0/security-groups/17cf204e-2cb2-408e-8474-f0dfa84381e5 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:40.790 8 INFO neutron.db.segments_db [None req-b78b047e-9f2c-4d33-8580-cdc4b4c8ff1e e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Added segment 128fe449-5402-4e3c-9f9e-3f495b7bb832 of type vxlan for network 0176fea1-b6e6-44b8-86d6-97cd767efedf [pid: 8|app: 0|req: 1093/2330] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:40 2026] POST /v2.0/networks => generated 619 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2331] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:40 2026] GET /v2.0/security-groups?tenant_id=83af225401ef4e16bcbda5dce815c6c7&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2332] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:40 2026] POST /v2.0/subnets => generated 655 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2333] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:41 2026] DELETE /v2.0/security-groups/540a3ea2-0f23-4453-ae80-be7632926296 => 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: 1095/2334] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:41 2026] POST /v2.0/subnets => generated 725 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:41.450 7 INFO neutron.db.segments_db [None req-106ac47b-f37a-49c1-ad1b-30df75652425 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Added segment a6490d96-2dd6-4cf9-9597-75a68db407e7 of type vxlan for network c9e2d558-f39d-41af-aa71-c0db29f5d7bd [pid: 7|app: 0|req: 1240/2335] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:41 2026] POST /v2.0/networks => generated 619 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2336] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:41 2026] POST /v2.0/subnets => generated 656 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2337] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:41 2026] POST /v2.0/subnets => generated 729 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:42.148 8 INFO neutron.db.segments_db [None req-b5bf003f-0738-4fd7-89a4-01fe1df329e9 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Added segment db7d80b9-e38d-43ba-8a07-fd92d6220715 of type vxlan for network caa1ab39-1f43-488e-941c-50a1c762f0ec 2026-04-16 01:19:42.366 8 INFO neutron.db.l3_hamode_db [None req-b5bf003f-0738-4fd7-89a4-01fe1df329e9 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:19:43.115 8 INFO neutron.db.l3_hamode_db [None req-b5bf003f-0738-4fd7-89a4-01fe1df329e9 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1097/2338] 10.0.0.30 () {34 vars in 668 bytes} [Thu Apr 16 01:19:42 2026] POST /v2.0/routers => generated 685 bytes in 1865 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:19:44.573 8 INFO neutron.db.segments_db [None req-0cf7c51e-353d-4215-9a8f-e73aebba9a44 fd49a663efaa4956b0237905c0f14c97 6119101dfcde47bd85fd5e56dc13e474 - - default default] Added segment 70eafa75-2286-4c66-8582-dc915e16464c of type vxlan for network ec056d34-d121-415c-9759-c4c352cfc489 [pid: 8|app: 0|req: 1098/2339] 10.0.0.30 () {34 vars in 669 bytes} [Thu Apr 16 01:19:44 2026] POST /v2.0/networks => generated 612 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2340] 10.0.0.30 () {34 vars in 663 bytes} [Thu Apr 16 01:19:44 2026] POST /v2.0/ports => generated 743 bytes in 302 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: 1100/2341] 10.0.0.30 () {34 vars in 665 bytes} [Thu Apr 16 01:19:44 2026] POST /v2.0/trunks => generated 407 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2342] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:19:45 2026] PUT /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2343] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:19:45 2026] GET /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags => generated 25 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2344] 10.0.0.30 () {34 vars in 759 bytes} [Thu Apr 16 01:19:45 2026] PUT /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/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: 1104/2345] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:19:45 2026] GET /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2346] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:19:43 2026] PUT /v2.0/routers/5d79e801-cca0-4a1e-9707-8b9948de0a9c/add_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2347] 10.0.0.30 () {34 vars in 755 bytes} [Thu Apr 16 01:19:45 2026] PUT /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags/red => generated 4 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2348] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:19:45 2026] GET /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2349] 10.0.0.30 () {34 vars in 777 bytes} [Thu Apr 16 01:19:45 2026] PUT /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags/black.or.white => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2350] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:19:45 2026] GET /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags => generated 52 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2351] 10.0.0.30 () {34 vars in 748 bytes} [Thu Apr 16 01:19:45 2026] PUT /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2352] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:19:45 2026] GET /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2353] 10.0.0.30 () {32 vars in 736 bytes} [Thu Apr 16 01:19:45 2026] GET /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:45.437 8 INFO neutron.api.v2.resource [None req-19b70bb2-6b0c-4ffd-b764-6284425ec4d5 fd49a663efaa4956b0237905c0f14c97 6119101dfcde47bd85fd5e56dc13e474 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1112/2354] 10.0.0.30 () {32 vars in 740 bytes} [Thu Apr 16 01:19:45 2026] GET /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags/green => generated 99 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2355] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:45 2026] DELETE /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/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: 1114/2356] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:19:45 2026] GET /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:19:45.531 8 INFO neutron.api.v2.resource [None req-eb9ccdaf-9b28-4003-beaf-e050fcaab688 fd49a663efaa4956b0237905c0f14c97 6119101dfcde47bd85fd5e56dc13e474 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1115/2357] 10.0.0.30 () {32 vars in 743 bytes} [Thu Apr 16 01:19:45 2026] DELETE /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2358] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:19:45 2026] DELETE /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2359] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:19:45 2026] GET /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2/tags => 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: 1118/2360] 10.0.0.30 () {32 vars in 718 bytes} [Thu Apr 16 01:19:45 2026] GET /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2361] 10.0.0.30 () {32 vars in 716 bytes} [Thu Apr 16 01:19:45 2026] GET /v2.0/ports/5fe4047e-7d48-446f-a640-820478cb2ccd => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2362] 10.0.0.30 () {32 vars in 721 bytes} [Thu Apr 16 01:19:45 2026] DELETE /v2.0/trunks/146b7bcd-7e64-43b4-b487-d074d52421a2 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:19:45.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-95d75e9e-6a9e-4d29-be9d-ee2f1f10b331 fd49a663efaa4956b0237905c0f14c97 6119101dfcde47bd85fd5e56dc13e474 - - default default] TaaS: Handle Delete Port: 5fe4047e-7d48-446f-a640-820478cb2ccd 2026-04-16 01:19:45.844 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95d75e9e-6a9e-4d29-be9d-ee2f1f10b331 fd49a663efaa4956b0237905c0f14c97 6119101dfcde47bd85fd5e56dc13e474 - - default default] Tap Mirror: Handle Delete Port: 5fe4047e-7d48-446f-a640-820478cb2ccd [pid: 8|app: 0|req: 1121/2363] 10.0.0.30 () {32 vars in 719 bytes} [Thu Apr 16 01:19:45 2026] DELETE /v2.0/ports/5fe4047e-7d48-446f-a640-820478cb2ccd => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:19:46.056 8 INFO neutron.services.segments.plugin [-] Segment 70eafa75-2286-4c66-8582-dc915e16464c resource provider aggregate not found 2026-04-16 01:19:46.061 8 INFO neutron.services.segments.plugin [-] Segment 70eafa75-2286-4c66-8582-dc915e16464c resource provider aggregate not found 2026-04-16 01:19:46.076 8 INFO neutron.services.segments.plugin [-] Segment 70eafa75-2286-4c66-8582-dc915e16464c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70eafa75-2286-4c66-8582-dc915e16464c found for delete ", "request_id": "req-3008b663-194f-4b55-a9b2-5cc41eb65789"}]} 2026-04-16 01:19:46.080 8 INFO neutron.services.segments.plugin [-] Segment 70eafa75-2286-4c66-8582-dc915e16464c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70eafa75-2286-4c66-8582-dc915e16464c found for delete ", "request_id": "req-248c0505-af98-4919-a84d-669a8960983e"}]} [pid: 8|app: 0|req: 1122/2364] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:19:45 2026] DELETE /v2.0/networks/ec056d34-d121-415c-9759-c4c352cfc489 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2365] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:19:45 2026] PUT /v2.0/routers/5d79e801-cca0-4a1e-9707-8b9948de0a9c/add_router_interface => generated 309 bytes in 1357 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2366] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:46 2026] GET /v2.0/security-groups?tenant_id=1b19bd7d1ab74f23bc1ccd8ea9b31bf7&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2367] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:47 2026] DELETE /v2.0/security-groups/1bfff68e-80be-45f4-aae4-4145007000e1 => 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: 1246/2368] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:19:47 2026] GET /v2.0/security-groups?tenant_id=6119101dfcde47bd85fd5e56dc13e474&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2369] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:19:47 2026] DELETE /v2.0/security-groups/6c407558-dcd6-434f-b755-181edd96d270 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2370] 10.0.0.30 () {34 vars in 782 bytes} [Thu Apr 16 01:19:46 2026] PUT /v2.0/routers/5d79e801-cca0-4a1e-9707-8b9948de0a9c/add_router_interface => generated 309 bytes in 1416 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2371] 10.0.0.30 () {34 vars in 683 bytes} [Thu Apr 16 01:19:48 2026] POST /v2.0/security-groups => generated 1630 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2372] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:19:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2373] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:19:48 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: 1125/2374] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:19:48 2026] POST /v2.0/security-group-rules => generated 599 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2375] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:19:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2376] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:19:48 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: 1251/2377] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:19:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2378] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:19:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2379] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:19:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2380] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:19:49 2026] POST /v2.0/security-group-rules => generated 599 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2381] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:19:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2382] 10.0.0.30 () {34 vars in 694 bytes} [Thu Apr 16 01:19:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2383] 10.0.0.119 () {34 vars in 1096 bytes} [Thu Apr 16 01:19:49 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1670835430&fields=id&tenant_id=edb29e835c9143d7b01a029c46adff37 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2384] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:19:49 2026] GET /v2.0/networks?id=0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2385] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:19:50 2026] GET /v2.0/quotas/edb29e835c9143d7b01a029c46adff37 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2386] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:19:50 2026] GET /v2.0/ports?tenant_id=edb29e835c9143d7b01a029c46adff37&fields=id => generated 287 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2387] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:19:50 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1132/2388] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:19:50 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1257/2389] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:19:50 2026] GET /v2.0/ports?device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => 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: 1134/2392] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:19:54 2026] GET /v2.0/networks?id=0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2393] 199.204.45.209 () {34 vars in 1050 bytes} [Thu Apr 16 01:19:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=edb29e835c9143d7b01a029c46adff37 => generated 179 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2394] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:19:54 2026] POST /v2.0/ports => generated 1183 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2395] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:19:55 2026] PUT /v2.0/ports/c57254d5-2958-493d-a225-69fdba71826f => generated 1464 bytes in 427 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 01:19:55.512 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea2e3a5c-79be-4e78-a988-b856ee2093ee'] response: {'name': 'network-changed', 'server_uuid': 'ffd873d0-4f13-4efd-828e-ce65d77e7037', 'tag': 'c57254d5-2958-493d-a225-69fdba71826f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1136/2396] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:19:55 2026] GET /v2.0/ports?device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => generated 1198 bytes in 72 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: 1261/2397] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:19:55 2026] GET /v2.0/security-groups?id=880f73aa-adc4-4dd6-9a35-341526f4c424&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2398] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:19:56 2026] GET /v2.0/ports?tenant_id=edb29e835c9143d7b01a029c46adff37&device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2399] 199.204.45.209 () {34 vars in 1018 bytes} [Thu Apr 16 01:19:56 2026] GET /v2.0/networks?tenant_id=edb29e835c9143d7b01a029c46adff37&shared=False => generated 2376 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2400] 199.204.45.209 () {34 vars in 930 bytes} [Thu Apr 16 01:19:56 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: 1263/2401] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:19:57 2026] GET /v2.0/ports?tenant_id=edb29e835c9143d7b01a029c46adff37&device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2402] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:19:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=c57254d5-2958-493d-a225-69fdba71826f => 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: 1264/2403] 199.204.45.209 () {34 vars in 1104 bytes} [Thu Apr 16 01:19:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A295&port_id=c57254d5-2958-493d-a225-69fdba71826f => 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: 1140/2404] 199.204.45.209 () {34 vars in 1064 bytes} [Thu Apr 16 01:19:57 2026] GET /v2.0/subnets?id=4fc2eed9-c62c-4184-8aeb-aecc74da15ab&id=7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => 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: 1265/2405] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:19:57 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2406] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:19:57 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&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: 7|app: 0|req: 1266/2407] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:19:57 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1142/2408] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:19:57 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2409] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:20:00 2026] GET /v2.0/ports?device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => generated 1200 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2410] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:20:00 2026] GET /v2.0/security-groups?id=880f73aa-adc4-4dd6-9a35-341526f4c424&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2411] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:20:05 2026] GET /v2.0/ports?device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2412] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:20:05 2026] GET /v2.0/security-groups?id=880f73aa-adc4-4dd6-9a35-341526f4c424&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2413] 10.0.0.30 () {32 vars in 817 bytes} [Thu Apr 16 01:20:06 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&mac_address=fa%3A16%3A3e%3A01%3A0a%3A22 => generated 1200 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:20:06.831 8 INFO neutron.db.l3_db [None req-c661d93f-0e08-444c-9586-18dc2a3abd4b e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Floating IP 326d0e45-e3b2-4d04-a2f1-65476f91d30e associated. External IP: 10.96.250.209, port: c57254d5-2958-493d-a225-69fdba71826f. [pid: 8|app: 0|req: 1145/2414] 10.0.0.30 () {34 vars in 676 bytes} [Thu Apr 16 01:20:06 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 01:20:07.177 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf627aab-ed49-44a3-8e6e-ecb0a8dbd118'] response: {'name': 'network-changed', 'server_uuid': 'ffd873d0-4f13-4efd-828e-ce65d77e7037', 'tag': 'c57254d5-2958-493d-a225-69fdba71826f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1270/2415] 10.0.0.119 () {34 vars in 1096 bytes} [Thu Apr 16 01:20:07 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1670835430&fields=id&tenant_id=edb29e835c9143d7b01a029c46adff37 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2416] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:20:07 2026] GET /v2.0/networks?id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2417] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:20:07 2026] GET /v2.0/quotas/edb29e835c9143d7b01a029c46adff37 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2418] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:20:07 2026] GET /v2.0/ports?tenant_id=edb29e835c9143d7b01a029c46adff37&fields=id => generated 333 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2419] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:20:07 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2420] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:20:07 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1273/2421] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:20:07 2026] GET /v2.0/ports?tenant_id=edb29e835c9143d7b01a029c46adff37&device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => generated 1469 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2422] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:20:07 2026] GET /v2.0/ports?device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => 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: 1149/2425] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:20:07 2026] GET /v2.0/networks?id=0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 801 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2426] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:20:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=c57254d5-2958-493d-a225-69fdba71826f => generated 860 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2427] 199.204.45.209 () {34 vars in 1104 bytes} [Thu Apr 16 01:20:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A295&port_id=c57254d5-2958-493d-a225-69fdba71826f => 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: 1278/2428] 199.204.45.209 () {34 vars in 1064 bytes} [Thu Apr 16 01:20:08 2026] GET /v2.0/subnets?id=4fc2eed9-c62c-4184-8aeb-aecc74da15ab&id=7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 1409 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2429] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:20:08 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2430] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:20:08 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&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: 1152/2431] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:20:08 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2432] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:20:08 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2433] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:20:12 2026] GET /v2.0/networks?id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2434] 199.204.45.209 () {34 vars in 1050 bytes} [Thu Apr 16 01:20:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=edb29e835c9143d7b01a029c46adff37 => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2435] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:20:12 2026] POST /v2.0/ports => generated 1187 bytes in 416 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: 1155/2436] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:20:12 2026] GET /v2.0/ports?device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => generated 1202 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2437] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:20:12 2026] GET /v2.0/security-groups?id=880f73aa-adc4-4dd6-9a35-341526f4c424&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2438] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:20:12 2026] PUT /v2.0/ports/147524ff-32d9-4a8b-aa29-00ce9d93d95d => generated 1468 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:20:13.112 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1a569df3-359d-4e0d-97bc-9eaad78a46c5'] response: {'name': 'network-changed', 'server_uuid': '589444e9-3077-4cb4-ae06-3e4ebf57f339', 'tag': '147524ff-32d9-4a8b-aa29-00ce9d93d95d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1157/2439] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 01:20:13 2026] GET /v2.0/ports?device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => generated 1469 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: 1283/2440] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 01:20:13 2026] GET /v2.0/security-groups?id=880f73aa-adc4-4dd6-9a35-341526f4c424&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2441] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:20:13 2026] GET /v2.0/ports?tenant_id=edb29e835c9143d7b01a029c46adff37&device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2442] 199.204.45.209 () {34 vars in 1018 bytes} [Thu Apr 16 01:20:13 2026] GET /v2.0/networks?tenant_id=edb29e835c9143d7b01a029c46adff37&shared=False => generated 2376 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2443] 199.204.45.209 () {34 vars in 930 bytes} [Thu Apr 16 01:20:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2444] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:20:14 2026] GET /v2.0/ports?tenant_id=edb29e835c9143d7b01a029c46adff37&device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2445] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:20:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=147524ff-32d9-4a8b-aa29-00ce9d93d95d => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2446] 199.204.45.209 () {34 vars in 1106 bytes} [Thu Apr 16 01:20:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A165&port_id=147524ff-32d9-4a8b-aa29-00ce9d93d95d => 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: 1161/2447] 199.204.45.209 () {34 vars in 1064 bytes} [Thu Apr 16 01:20:14 2026] GET /v2.0/subnets?id=8b4f10b5-5c22-428b-a74e-e385f0682e84&id=0bd6aa3f-a240-405f-ba30-1bc0a56f0400 => generated 1414 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2448] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:20:14 2026] GET /v2.0/ports?network_id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2449] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:20:14 2026] GET /v2.0/ports?network_id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd&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: 1288/2450] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:20:15 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1163/2451] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:20:15 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1289/2452] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:20:18 2026] GET /v2.0/ports?device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => generated 1202 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2453] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:20:18 2026] GET /v2.0/security-groups?id=880f73aa-adc4-4dd6-9a35-341526f4c424&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2456] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:20:23 2026] GET /v2.0/ports?device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => generated 1204 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2457] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:20:23 2026] GET /v2.0/security-groups?id=880f73aa-adc4-4dd6-9a35-341526f4c424&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2458] 10.0.0.30 () {32 vars in 817 bytes} [Thu Apr 16 01:20:23 2026] GET /v2.0/ports?network_id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd&mac_address=fa%3A16%3A3e%3Ae2%3A3a%3Ac3 => generated 1204 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:20:24.132 7 INFO neutron.db.l3_db [None req-75ac02e4-6d67-4453-9bb3-4c7926eb55e0 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Floating IP e8e11039-ba4c-43b2-86ec-e2bb54b98e9f associated. External IP: 10.96.250.217, port: 147524ff-32d9-4a8b-aa29-00ce9d93d95d. [pid: 7|app: 0|req: 1292/2459] 10.0.0.30 () {34 vars in 676 bytes} [Thu Apr 16 01:20:23 2026] POST /v2.0/floatingips => generated 855 bytes in 1015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:20:24.478 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-218475b9-e6b2-4eb3-af8e-805ab01705ad'] response: {'name': 'network-changed', 'server_uuid': '589444e9-3077-4cb4-ae06-3e4ebf57f339', 'tag': '147524ff-32d9-4a8b-aa29-00ce9d93d95d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1168/2460] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:20:24 2026] GET /v2.0/ports?tenant_id=edb29e835c9143d7b01a029c46adff37&device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2461] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:20:25 2026] GET /v2.0/networks?id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2462] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:20:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=147524ff-32d9-4a8b-aa29-00ce9d93d95d => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2463] 199.204.45.209 () {34 vars in 1106 bytes} [Thu Apr 16 01:20:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A165&port_id=147524ff-32d9-4a8b-aa29-00ce9d93d95d => 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: 1170/2464] 199.204.45.209 () {34 vars in 1064 bytes} [Thu Apr 16 01:20:25 2026] GET /v2.0/subnets?id=8b4f10b5-5c22-428b-a74e-e385f0682e84&id=0bd6aa3f-a240-405f-ba30-1bc0a56f0400 => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2465] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:20:25 2026] GET /v2.0/ports?network_id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2466] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:20:25 2026] GET /v2.0/ports?network_id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd&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: 1296/2467] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:20:25 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1172/2468] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:20:25 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2469] 10.0.0.165 () {34 vars in 990 bytes} [Thu Apr 16 01:20:29 2026] GET /v2.0/ports?device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2470] 10.0.0.165 () {34 vars in 1040 bytes} [Thu Apr 16 01:20:29 2026] GET /v2.0/security-groups?id=880f73aa-adc4-4dd6-9a35-341526f4c424&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2473] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:20:40 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1299/2474] 10.0.0.149 () {30 vars in 690 bytes} [Thu Apr 16 01:20:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2475] 10.0.0.149 () {30 vars in 692 bytes} [Thu Apr 16 01:20: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: 7|app: 0|req: 1300/2476] 10.0.0.149 () {30 vars in 668 bytes} [Thu Apr 16 01:20:41 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: 1177/2477] 10.0.0.149 () {30 vars in 704 bytes} [Thu Apr 16 01:20:41 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: 1301/2478] 10.0.0.149 () {28 vars in 439 bytes} [Thu Apr 16 01:20:42 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: 1178/2479] 10.0.0.149 () {30 vars in 728 bytes} [Thu Apr 16 01:20:42 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1302/2480] 10.0.0.149 () {30 vars in 690 bytes} [Thu Apr 16 01:20:42 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: 1179/2481] 10.0.0.149 () {30 vars in 692 bytes} [Thu Apr 16 01:20:42 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: 1303/2482] 10.0.0.149 () {30 vars in 668 bytes} [Thu Apr 16 01:20:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2483] 10.0.0.149 () {30 vars in 704 bytes} [Thu Apr 16 01:20:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2484] 10.0.0.149 () {30 vars in 728 bytes} [Thu Apr 16 01:20:42 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2485] 10.0.0.149 () {30 vars in 690 bytes} [Thu Apr 16 01:20:42 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: 1305/2486] 10.0.0.149 () {30 vars in 692 bytes} [Thu Apr 16 01:20: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: 1182/2487] 10.0.0.149 () {30 vars in 668 bytes} [Thu Apr 16 01:20:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2488] 10.0.0.149 () {30 vars in 704 bytes} [Thu Apr 16 01:20:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2489] 10.0.0.149 () {30 vars in 730 bytes} [Thu Apr 16 01:20:42 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2490] 10.0.0.149 () {30 vars in 682 bytes} [Thu Apr 16 01:20:42 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2491] 10.0.0.149 () {34 vars in 704 bytes} [Thu Apr 16 01:20:42 2026] POST /v2.0/ports => generated 1132 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2492] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:20:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1185/2493] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:20:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2494] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:20:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2495] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:20:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2496] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:20:45 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2497] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:20:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2498] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:20:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2499] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:20:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2500] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:20:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:20:45.947 8 INFO neutron.api.v2.resource [None req-724daf0c-0e82-4871-9674-ce5e8d08b79a 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1189/2501] 199.204.45.209 () {30 vars in 763 bytes} [Thu Apr 16 01:20:45 2026] GET /v2.0/security-groups/lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2502] 199.204.45.209 () {30 vars in 785 bytes} [Thu Apr 16 01:20:45 2026] GET /v2.0/security-groups?name=lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2503] 199.204.45.209 () {34 vars in 736 bytes} [Thu Apr 16 01:20:45 2026] POST /v2.0/security-groups => generated 1638 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2504] 199.204.45.209 () {30 vars in 815 bytes} [Thu Apr 16 01:20:46 2026] GET /v2.0/security-group-rules?security_group_id=434dedcb-8d44-4f97-8eda-0d4ed85455bb => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2505] 199.204.45.209 () {34 vars in 789 bytes} [Thu Apr 16 01:20:46 2026] PUT /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 1132 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2506] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:20:46 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1192/2507] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:20:46 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: 1316/2508] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:20:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2509] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:20:46 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: 1317/2510] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:20:46 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2513] 10.0.0.119 () {34 vars in 1016 bytes} [Thu Apr 16 01:20:53 2026] GET /v2.0/security-groups?id=4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0&fields=id => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2514] 10.0.0.119 () {34 vars in 982 bytes} [Thu Apr 16 01:20:53 2026] GET /v2.0/networks?id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656 => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2515] 10.0.0.119 () {34 vars in 965 bytes} [Thu Apr 16 01:20:53 2026] GET /v2.0/quotas/e2ebe0bdd9ae42fe9cdc055af8ef663f => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2516] 10.0.0.119 () {34 vars in 1002 bytes} [Thu Apr 16 01:20:53 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&fields=id => generated 149 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2517] 10.0.0.119 () {34 vars in 1008 bytes} [Thu Apr 16 01:20:53 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?fields=segments => generated 14 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2518] 10.0.0.119 () {34 vars in 1108 bytes} [Thu Apr 16 01:20:53 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1198/2519] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:20:54 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2520] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:20:54 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => 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: 1199/2521] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:20:57 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => 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: 1323/2522] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:20:57 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => 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: 1200/2523] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:20:58 2026] GET /v2.0/networks?id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656 => generated 735 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2524] 199.204.45.209 () {34 vars in 1050 bytes} [Thu Apr 16 01:20:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f => 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: 1201/2525] 199.204.45.209 () {38 vars in 955 bytes} [Thu Apr 16 01:20:58 2026] POST /v2.0/ports => generated 1082 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2526] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:20:58 2026] PUT /v2.0/ports/b766ac2a-b567-43a7-a5f7-bb13df443468 => generated 1243 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:20:59.473 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e49a3729-4de5-4322-9480-36a6a2275566'] response: {'name': 'network-changed', 'server_uuid': 'f2e95d15-43b9-4749-9a94-491cdf1e8acb', 'tag': 'b766ac2a-b567-43a7-a5f7-bb13df443468', '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: 1202/2527] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:20:59 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1326/2528] 199.204.45.209 () {34 vars in 1018 bytes} [Thu Apr 16 01:21:00 2026] GET /v2.0/networks?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&shared=False => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2529] 199.204.45.209 () {34 vars in 930 bytes} [Thu Apr 16 01:21:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2530] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:21:00 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2531] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:21:00 2026] GET /v2.0/security-groups?id=4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2532] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:21:00 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2533] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:21:01 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2534] 199.204.45.209 () {34 vars in 1062 bytes} [Thu Apr 16 01:21:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=b766ac2a-b567-43a7-a5f7-bb13df443468 => 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: 1206/2535] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:21:01 2026] GET /v2.0/subnets?id=3e26162d-d878-484b-9156-d37d87e87d92 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2536] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:21:01 2026] GET /v2.0/ports?network_id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656&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: 1207/2537] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:21:01 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1331/2538] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:21:01 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1208/2539] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:21:03 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2540] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:21:03 2026] GET /v2.0/security-groups?id=4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2541] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:21:03 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2542] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:21:05 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2543] 199.204.45.209 () {34 vars in 1044 bytes} [Thu Apr 16 01:21:05 2026] GET /v2.0/security-groups?id=4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2544] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:21:06 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2545] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:21:06 2026] GET /v2.0/security-groups?id=4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2546] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:21:06 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2549] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:21:09 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2550] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:21:09 2026] GET /v2.0/security-groups?id=4f5016cf-3a77-41ad-9ea9-ebc58f3c3dd0&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2551] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:21:09 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2556] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:21:38 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: 1216/2557] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:21:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2558] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:21:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2559] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:21:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2560] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:21:38 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1218/2561] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:21:38 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2562] 199.204.45.209 () {34 vars in 717 bytes} [Thu Apr 16 01:21:38 2026] POST /v2.0/ports => generated 1055 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2563] 10.0.0.119 () {34 vars in 971 bytes} [Thu Apr 16 01:21:39 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1055 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2564] 10.0.0.119 () {34 vars in 907 bytes} [Thu Apr 16 01:21:39 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: 1220/2565] 199.204.45.209 () {34 vars in 1262 bytes} [Thu Apr 16 01:21:40 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423?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: 1346/2566] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:21:40 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1221/2567] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:21:40 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2568] 199.204.45.209 () {34 vars in 975 bytes} [Thu Apr 16 01:21:40 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1055 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2569] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:21:40 2026] GET /v2.0/networks?id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da => 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: 1348/2570] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:21:40 2026] PUT /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1245 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:21:41.392 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-010df40f-18ab-4b44-b6c7-db59ad3e9fa5'] response: {'name': 'network-changed', 'server_uuid': 'f2e95d15-43b9-4749-9a94-491cdf1e8acb', 'tag': '968146c3-f35c-42ea-b1f0-21d46e3fb423', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1223/2571] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:21:41 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2572] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:21:41 2026] GET /v2.0/networks?id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2573] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:21:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=968146c3-f35c-42ea-b1f0-21d46e3fb423 => 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: 1350/2574] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:21:42 2026] GET /v2.0/subnets?id=23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 679 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2575] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:21:42 2026] GET /v2.0/ports?network_id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da&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: 1351/2576] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:21:42 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1226/2577] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:21:42 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2578] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:21:43 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2579] 199.204.45.209 () {34 vars in 1062 bytes} [Thu Apr 16 01:21:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=b766ac2a-b567-43a7-a5f7-bb13df443468 => 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: 1353/2580] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:21:43 2026] GET /v2.0/subnets?id=3e26162d-d878-484b-9156-d37d87e87d92 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2581] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:21:43 2026] GET /v2.0/ports?network_id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656&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: 1354/2582] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:21:43 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1229/2583] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:21:43 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1355/2584] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:21:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2585] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:21:43 2026] GET /v2.0/subnets?id=23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2586] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:21:43 2026] GET /v2.0/ports?network_id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da&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: 1231/2587] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:21:43 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1357/2588] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:21:43 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1232/2589] 10.0.0.119 () {34 vars in 971 bytes} [Thu Apr 16 01:21:47 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1247 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2590] 199.204.45.209 () {34 vars in 789 bytes} [Thu Apr 16 01:21:47 2026] PUT /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1272 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:21:48.056 8 INFO neutron.api.v2.resource [None req-1ece8a93-69df-4415-9518-091e387c427d 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1233/2591] 199.204.45.209 () {30 vars in 763 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/security-groups/lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:21:48.079 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a169612b-005c-423c-b668-e3fc9293c68a'] response: {'name': 'network-changed', 'server_uuid': 'f2e95d15-43b9-4749-9a94-491cdf1e8acb', 'tag': '968146c3-f35c-42ea-b1f0-21d46e3fb423', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1359/2592] 199.204.45.209 () {30 vars in 785 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/security-groups?name=lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => 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: 1234/2593] 199.204.45.209 () {34 vars in 789 bytes} [Thu Apr 16 01:21:48 2026] PUT /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1310 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:21:48.426 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0814c6dc-2f47-4ed5-b72e-7173fb0fdf3d'] response: {'name': 'network-changed', 'server_uuid': 'f2e95d15-43b9-4749-9a94-491cdf1e8acb', 'tag': '968146c3-f35c-42ea-b1f0-21d46e3fb423', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1360/2594] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1235/2595] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:21:48 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: 1361/2596] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:21:48 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: 1236/2597] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:21:48 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: 1362/2598] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2599] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => 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: 1363/2600] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2601] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/networks?id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2602] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2603] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=968146c3-f35c-42ea-b1f0-21d46e3fb423 => 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: 1365/2604] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1240/2605] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/subnets?id=23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2606] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/ports?network_id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2607] 199.204.45.209 () {30 vars in 743 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2608] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2609] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2610] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2611] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:21:48 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1244/2612] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:21:49 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2613] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:21:49 2026] GET /v2.0/networks?id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 802 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2614] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:21:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=968146c3-f35c-42ea-b1f0-21d46e3fb423 => 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: 1370/2615] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:21:49 2026] GET /v2.0/subnets?id=23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1246/2616] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:21:50 2026] GET /v2.0/ports?network_id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da&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: 1371/2617] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:21:50 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1247/2618] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:21:50 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:21:54.438 7 INFO neutron.db.l3_db [None req-4b7eb265-0105-4439-8025-3d493b476098 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Floating IP 954c0cdb-7f46-4227-90c9-ba35c1df74a6 associated. External IP: 10.96.250.219, port: 27c94201-eab4-4125-b123-85c73d0d7058. [pid: 7|app: 0|req: 1373/2621] 10.0.0.30 () {34 vars in 676 bytes} [Thu Apr 16 01:21:53 2026] POST /v2.0/floatingips => generated 899 bytes in 1007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2622] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:21:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2623] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:21:59 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: 1250/2624] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:21:59 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: 1375/2625] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:21:59 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 01:21:59.395 8 INFO neutron.api.v2.resource [None req-7ff3871b-41a8-407a-8d7e-659fb6eded66 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1251/2626] 199.204.45.209 () {30 vars in 763 bytes} [Thu Apr 16 01:21:59 2026] GET /v2.0/security-groups/lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => 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: 1376/2627] 199.204.45.209 () {30 vars in 785 bytes} [Thu Apr 16 01:21:59 2026] GET /v2.0/security-groups?name=lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => 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: 1252/2628] 199.204.45.209 () {30 vars in 815 bytes} [Thu Apr 16 01:21:59 2026] GET /v2.0/security-group-rules?security_group_id=434dedcb-8d44-4f97-8eda-0d4ed85455bb => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2629] 199.204.45.209 () {34 vars in 747 bytes} [Thu Apr 16 01:21:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2630] 199.204.45.209 () {34 vars in 747 bytes} [Thu Apr 16 01:21:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2631] 10.0.0.149 () {30 vars in 690 bytes} [Thu Apr 16 01:22:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2632] 10.0.0.149 () {30 vars in 692 bytes} [Thu Apr 16 01:22:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2633] 10.0.0.149 () {30 vars in 668 bytes} [Thu Apr 16 01:22:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2634] 10.0.0.149 () {30 vars in 704 bytes} [Thu Apr 16 01:22:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2635] 10.0.0.149 () {28 vars in 439 bytes} [Thu Apr 16 01:22:06 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: 1256/2636] 10.0.0.149 () {30 vars in 728 bytes} [Thu Apr 16 01:22:06 2026] GET /v2.0/subnets/7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 655 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2637] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:22:07 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: 1257/2638] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:22:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2639] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:22:08 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: 1258/2640] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:22:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2641] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:08 2026] GET /v2.0/subnets/7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2642] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:08 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2645] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:22:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2646] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:22:08 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: 1386/2647] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:22:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2648] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:22:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2649] 199.204.45.209 () {34 vars in 717 bytes} [Thu Apr 16 01:22:08 2026] POST /v2.0/ports => generated 1324 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2650] 10.0.0.119 () {34 vars in 971 bytes} [Thu Apr 16 01:22:08 2026] GET /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 1324 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: 1388/2651] 10.0.0.119 () {34 vars in 907 bytes} [Thu Apr 16 01:22:08 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2652] 199.204.45.209 () {34 vars in 1262 bytes} [Thu Apr 16 01:22:09 2026] GET /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2653] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:09 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1265/2654] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:09 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2655] 199.204.45.209 () {34 vars in 975 bytes} [Thu Apr 16 01:22:10 2026] GET /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2656] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:22:10 2026] GET /v2.0/networks?id=0176fea1-b6e6-44b8-86d6-97cd767efedf => 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: 1391/2657] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:22:10 2026] PUT /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 1514 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:22:11.000 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-738850be-6da8-407f-accc-2ad437478635'] response: {'name': 'network-changed', 'server_uuid': 'f2e95d15-43b9-4749-9a94-491cdf1e8acb', 'tag': '8931b2be-5ef9-4e27-9843-e3362d20b370', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1267/2658] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:22:11 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 4092 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: 1392/2659] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:22:11 2026] GET /v2.0/networks?id=0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2660] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:22:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.95&port_id=8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2661] 199.204.45.209 () {34 vars in 1104 bytes} [Thu Apr 16 01:22:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1cd&port_id=8931b2be-5ef9-4e27-9843-e3362d20b370 => 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: 1269/2662] 199.204.45.209 () {34 vars in 1064 bytes} [Thu Apr 16 01:22:11 2026] GET /v2.0/subnets?id=4fc2eed9-c62c-4184-8aeb-aecc74da15ab&id=7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 1409 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2663] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:11 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&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: 1270/2664] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:11 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&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: 1395/2665] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:11 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1271/2666] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:11 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2667] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:22:12 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 4092 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2668] 199.204.45.209 () {34 vars in 1062 bytes} [Thu Apr 16 01:22:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=b766ac2a-b567-43a7-a5f7-bb13df443468 => 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: 1397/2669] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:22:12 2026] GET /v2.0/subnets?id=3e26162d-d878-484b-9156-d37d87e87d92 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2670] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/ports?network_id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656&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: 1398/2671] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1274/2672] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2673] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=968146c3-f35c-42ea-b1f0-21d46e3fb423 => 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: 1275/2674] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/subnets?id=23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2675] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/ports?network_id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2676] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1401/2677] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1277/2678] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.95&port_id=8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2679] 199.204.45.209 () {34 vars in 1104 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1cd&port_id=8931b2be-5ef9-4e27-9843-e3362d20b370 => 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: 1278/2680] 199.204.45.209 () {34 vars in 1064 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/subnets?id=4fc2eed9-c62c-4184-8aeb-aecc74da15ab&id=7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 1409 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2681] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2682] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&device_owner=network%3Adhcp => generated 1457 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2683] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1280/2684] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:13 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1405/2685] 10.0.0.119 () {34 vars in 971 bytes} [Thu Apr 16 01:22:17 2026] GET /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2686] 199.204.45.209 () {30 vars in 743 bytes} [Thu Apr 16 01:22:17 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 798 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2687] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:17 2026] GET /v2.0/subnets/7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2688] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:17 2026] GET /v2.0/subnets/4fc2eed9-c62c-4184-8aeb-aecc74da15ab => 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: 1407/2689] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:22:18 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: 1283/2690] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:22:18 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: 1408/2691] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:22:18 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: 1284/2692] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:22:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2693] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:18 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1285/2694] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:18 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2695] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:18 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1346 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2696] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:18 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1411/2697] 199.204.45.209 () {30 vars in 743 bytes} [Thu Apr 16 01:22:18 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2698] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:18 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2699] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:18 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2700] 10.0.0.149 () {30 vars in 690 bytes} [Thu Apr 16 01:22:22 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: 1413/2701] 10.0.0.149 () {30 vars in 692 bytes} [Thu Apr 16 01:22:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2702] 10.0.0.149 () {30 vars in 668 bytes} [Thu Apr 16 01:22:22 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: 1414/2703] 10.0.0.149 () {30 vars in 704 bytes} [Thu Apr 16 01:22:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2704] 10.0.0.149 () {28 vars in 439 bytes} [Thu Apr 16 01:22:22 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: 1415/2705] 10.0.0.149 () {30 vars in 728 bytes} [Thu Apr 16 01:22:22 2026] GET /v2.0/subnets/8b4f10b5-5c22-428b-a74e-e385f0682e84 => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2708] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:22:23 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: 1292/2709] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:22:23 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: 1418/2710] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:22:23 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: 1293/2711] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:22:23 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: 1419/2712] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:23 2026] GET /v2.0/subnets/7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2713] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:23 2026] GET /v2.0/subnets/8b4f10b5-5c22-428b-a74e-e385f0682e84 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2714] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:23 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 4094 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2715] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:22:24 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: 1421/2716] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:22: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: 1296/2717] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:22:24 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: 1422/2718] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:22:24 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: 1297/2719] 199.204.45.209 () {34 vars in 717 bytes} [Thu Apr 16 01:22:24 2026] POST /v2.0/ports => generated 1328 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2720] 10.0.0.119 () {34 vars in 971 bytes} [Thu Apr 16 01:22:24 2026] GET /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1298/2721] 199.204.45.209 () {34 vars in 1262 bytes} [Thu Apr 16 01:22:25 2026] GET /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2722] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:25 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1299/2723] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:25 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1425/2724] 199.204.45.209 () {34 vars in 975 bytes} [Thu Apr 16 01:22:26 2026] GET /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2725] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:22:26 2026] GET /v2.0/networks?id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 801 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2726] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:22:26 2026] PUT /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 1518 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:22:26.968 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c56d295-503b-48f3-ae15-b3547e88ad2d'] response: {'name': 'network-changed', 'server_uuid': 'f2e95d15-43b9-4749-9a94-491cdf1e8acb', 'tag': 'f0cb9cd0-8323-4986-bebc-bcb1207ef1fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1301/2727] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:22:27 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 5604 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: 1427/2728] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:22:27 2026] GET /v2.0/networks?id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2729] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:22:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.14&port_id=f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2730] 199.204.45.209 () {34 vars in 1106 bytes} [Thu Apr 16 01:22:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3ca&port_id=f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => 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: 1303/2731] 199.204.45.209 () {34 vars in 1064 bytes} [Thu Apr 16 01:22:27 2026] GET /v2.0/subnets?id=8b4f10b5-5c22-428b-a74e-e385f0682e84&id=0bd6aa3f-a240-405f-ba30-1bc0a56f0400 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2732] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:27 2026] GET /v2.0/ports?network_id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2733] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:27 2026] GET /v2.0/ports?network_id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2734] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:27 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2735] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:27 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1431/2736] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:22:28 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 5604 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2737] 199.204.45.209 () {34 vars in 1062 bytes} [Thu Apr 16 01:22:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=b766ac2a-b567-43a7-a5f7-bb13df443468 => 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: 1432/2738] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:22:28 2026] GET /v2.0/subnets?id=3e26162d-d878-484b-9156-d37d87e87d92 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2739] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:28 2026] GET /v2.0/ports?network_id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2740] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1308/2741] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1434/2742] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2743] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/subnets?id=23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1435/2744] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/ports?network_id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2745] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1436/2746] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1311/2747] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.95&port_id=8931b2be-5ef9-4e27-9843-e3362d20b370 => 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: 1437/2748] 199.204.45.209 () {34 vars in 1104 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1cd&port_id=8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2749] 199.204.45.209 () {34 vars in 1064 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/subnets?id=4fc2eed9-c62c-4184-8aeb-aecc74da15ab&id=7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => 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: 1438/2750] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2751] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&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: 1439/2752] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2753] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1440/2754] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.14&port_id=f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => 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: 1315/2755] 199.204.45.209 () {34 vars in 1106 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3ca&port_id=f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => 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: 1441/2756] 199.204.45.209 () {34 vars in 1064 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/subnets?id=8b4f10b5-5c22-428b-a74e-e385f0682e84&id=0bd6aa3f-a240-405f-ba30-1bc0a56f0400 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2757] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/ports?network_id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd&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: 1442/2758] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/ports?network_id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd&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: 1317/2759] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1443/2760] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:29 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1318/2761] 10.0.0.119 () {34 vars in 971 bytes} [Thu Apr 16 01:22:33 2026] GET /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2762] 199.204.45.209 () {30 vars in 743 bytes} [Thu Apr 16 01:22:33 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2763] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:33 2026] GET /v2.0/subnets/8b4f10b5-5c22-428b-a74e-e385f0682e84 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2764] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:33 2026] GET /v2.0/subnets/0bd6aa3f-a240-405f-ba30-1bc0a56f0400 => generated 747 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2765] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2766] 199.204.45.209 () {34 vars in 790 bytes} [Thu Apr 16 01:22:34 2026] PUT /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 1251 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:22:34.519 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6abbe810-0e7f-4f0b-8223-5e7b7acc44c6'] response: {'name': 'network-changed', 'server_uuid': 'f2e95d15-43b9-4749-9a94-491cdf1e8acb', 'tag': '8931b2be-5ef9-4e27-9843-e3362d20b370', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1321/2767] 199.204.45.209 () {30 vars in 743 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 798 bytes in 42 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: 1447/2768] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/subnets/7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => 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: 1322/2769] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2770] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:22:34 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: 1323/2771] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2772] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2773] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2774] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => 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: 1325/2775] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2776] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2777] 199.204.45.209 () {30 vars in 743 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2778] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => 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: 1327/2779] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:34 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2780] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:22:35 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 5377 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2781] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:22:35 2026] GET /v2.0/networks?id=0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2782] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:22:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.95&port_id=8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2783] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:22:35 2026] GET /v2.0/subnets?id=7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => 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: 1455/2784] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:35 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2785] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:35 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1456/2786] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:35 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1332/2789] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:22:47 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: 1458/2790] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:22:47 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: 1333/2791] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:22:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2792] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:22:47 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: 1334/2793] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:47 2026] GET /v2.0/subnets/7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2794] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:47 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 5377 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2795] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:22:47 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: 1461/2796] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:22:47 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: 1336/2797] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:22:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2798] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:22:47 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: 1337/2799] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:47 2026] GET /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2800] 199.204.45.209 () {34 vars in 790 bytes} [Thu Apr 16 01:22:47 2026] PUT /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 1251 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:22:48.234 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86684935-8c5a-4c13-8fbe-066a6013aa55'] response: {'name': 'network-changed', 'server_uuid': 'f2e95d15-43b9-4749-9a94-491cdf1e8acb', 'tag': 'f0cb9cd0-8323-4986-bebc-bcb1207ef1fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1338/2801] 199.204.45.209 () {30 vars in 743 bytes} [Thu Apr 16 01:22:48 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 798 bytes in 62 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: 1464/2802] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:48 2026] GET /v2.0/subnets/8b4f10b5-5c22-428b-a74e-e385f0682e84 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2803] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:48 2026] GET /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 1287 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2804] 199.204.45.209 () {34 vars in 789 bytes} [Thu Apr 16 01:22:48 2026] PUT /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 1080 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2805] 199.204.45.209 () {30 vars in 743 bytes} [Thu Apr 16 01:22:48 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1466/2806] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:48 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 4973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2807] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:22:48 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 4973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2808] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:22:48 2026] GET /v2.0/networks?id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2809] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:48 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1468/2810] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:48 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1343/2811] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:49 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 4973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:22:50.285 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-558c36c8-204d-478a-b851-bc4fe4631af5'] response: {'name': 'network-changed', 'server_uuid': 'f2e95d15-43b9-4749-9a94-491cdf1e8acb', 'tag': 'f0cb9cd0-8323-4986-bebc-bcb1207ef1fc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1469/2812] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:50 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 4973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2813] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:22:50 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 4973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2814] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:22:50 2026] GET /v2.0/networks?id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2815] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:50 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1471/2816] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:50 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2817] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:51 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 4973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2818] 199.204.45.209 () {34 vars in 975 bytes} [Thu Apr 16 01:22:51 2026] GET /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2819] 199.204.45.209 () {34 vars in 1060 bytes} [Thu Apr 16 01:22:51 2026] GET /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2820] 199.204.45.209 () {34 vars in 1016 bytes} [Thu Apr 16 01:22:51 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?fields=dns_domain => generated 29 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2821] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:22:52 2026] PUT /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 917 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2822] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:52 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 3865 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:22:52.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0d0df9c-0a13-42bc-8b22-b27e94f1d002 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: f0cb9cd0-8323-4986-bebc-bcb1207ef1fc 2026-04-16 01:22:52.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0d0df9c-0a13-42bc-8b22-b27e94f1d002 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: f0cb9cd0-8323-4986-bebc-bcb1207ef1fc [pid: 8|app: 0|req: 1349/2823] 199.204.45.209 () {32 vars in 759 bytes} [Thu Apr 16 01:22:52 2026] DELETE /v2.0/ports/f0cb9cd0-8323-4986-bebc-bcb1207ef1fc => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2824] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:22:52 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: 1350/2825] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:22:52 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: 1476/2826] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:22:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2827] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:22:52 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: 1477/2828] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:52 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2829] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:52 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => 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: 1478/2830] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:52 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1346 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2831] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:52 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1479/2832] 199.204.45.209 () {30 vars in 743 bytes} [Thu Apr 16 01:22:53 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2833] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:53 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => 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: 1480/2836] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:22:53 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1357/2837] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:22:53 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 3865 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2838] 199.204.45.209 () {34 vars in 1226 bytes} [Thu Apr 16 01:22:53 2026] GET /v2.0/networks?id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656&id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da&id=0176fea1-b6e6-44b8-86d6-97cd767efedf&id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 3097 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2839] 199.204.45.209 () {34 vars in 1062 bytes} [Thu Apr 16 01:22:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=b766ac2a-b567-43a7-a5f7-bb13df443468 => 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: 1482/2840] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/subnets?id=3e26162d-d878-484b-9156-d37d87e87d92 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2841] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/ports?network_id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2842] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1360/2843] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1484/2844] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=968146c3-f35c-42ea-b1f0-21d46e3fb423 => 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: 1361/2845] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/subnets?id=23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1485/2846] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/ports?network_id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da&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: 1362/2847] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2848] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1363/2849] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.95&port_id=8931b2be-5ef9-4e27-9843-e3362d20b370 => 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: 1487/2850] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/subnets?id=7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2851] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2852] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1365/2853] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:54 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1489/2854] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:22:57 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: 1366/2855] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:22:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2856] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:22:57 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: 1367/2857] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:22:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2858] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:57 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 3865 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2859] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:22:57 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: 1492/2860] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:22:57 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: 1369/2861] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:22:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2862] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:22:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2863] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:22:58 2026] GET /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 1287 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2864] 199.204.45.209 () {34 vars in 789 bytes} [Thu Apr 16 01:22:58 2026] PUT /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 1080 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:22:58.372 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db7da7aa-c4ef-4d86-96d7-83ad3432d70c'] response: {'name': 'network-changed', 'server_uuid': 'f2e95d15-43b9-4749-9a94-491cdf1e8acb', 'tag': '8931b2be-5ef9-4e27-9843-e3362d20b370', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1371/2865] 199.204.45.209 () {30 vars in 743 bytes} [Thu Apr 16 01:22:58 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1495/2866] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:58 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 3694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2867] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:58 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2868] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:22:58 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2869] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:22:58 2026] GET /v2.0/networks?id=0176fea1-b6e6-44b8-86d6-97cd767efedf => 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: 1497/2870] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:22:58 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2871] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:22:59 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1498/2872] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:22:59 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => 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: 1375/2873] 199.204.45.209 () {34 vars in 975 bytes} [Thu Apr 16 01:23:00 2026] GET /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 1116 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2874] 199.204.45.209 () {34 vars in 1060 bytes} [Thu Apr 16 01:23:00 2026] GET /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2875] 199.204.45.209 () {34 vars in 1016 bytes} [Thu Apr 16 01:23:00 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1500/2876] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:23:00 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 3694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2877] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:23:00 2026] PUT /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 917 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2878] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:23:01 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 2586 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 01:23:01.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba180ccf-8f6b-4f32-a194-23eac2125e78 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 8931b2be-5ef9-4e27-9843-e3362d20b370 2026-04-16 01:23:01.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba180ccf-8f6b-4f32-a194-23eac2125e78 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 8931b2be-5ef9-4e27-9843-e3362d20b370 [pid: 8|app: 0|req: 1378/2879] 199.204.45.209 () {32 vars in 759 bytes} [Thu Apr 16 01:23:01 2026] DELETE /v2.0/ports/8931b2be-5ef9-4e27-9843-e3362d20b370 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2880] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:23:02 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: 1379/2881] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2882] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:23:02 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: 1380/2883] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:23: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: 7|app: 0|req: 1504/2884] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2885] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2886] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2887] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1506/2888] 199.204.45.209 () {30 vars in 743 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 799 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2889] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2890] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => 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: 1384/2891] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2892] 199.204.45.209 () {34 vars in 1146 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/networks?id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656&id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da&id=0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 2310 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2893] 199.204.45.209 () {34 vars in 1062 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=b766ac2a-b567-43a7-a5f7-bb13df443468 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2894] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/subnets?id=3e26162d-d878-484b-9156-d37d87e87d92 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2895] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/ports?network_id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656&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: 1510/2896] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1387/2897] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1511/2898] 199.204.45.209 () {34 vars in 1056 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.28&port_id=968146c3-f35c-42ea-b1f0-21d46e3fb423 => 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: 1388/2899] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/subnets?id=23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2900] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/ports?network_id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da&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: 1389/2901] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1513/2902] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:23:02 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?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: 1515/2905] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:23:14 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: 1391/2906] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:23:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2907] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:23:14 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: 1392/2908] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:23:14 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 01:23:14.167 7 INFO neutron.api.v2.resource [None req-0234c909-6eb0-458d-8373-817999e4627f 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1517/2909] 199.204.45.209 () {30 vars in 763 bytes} [Thu Apr 16 01:23:14 2026] GET /v2.0/security-groups/lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2910] 199.204.45.209 () {30 vars in 785 bytes} [Thu Apr 16 01:23:14 2026] GET /v2.0/security-groups?name=lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => generated 2865 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2911] 199.204.45.209 () {30 vars in 815 bytes} [Thu Apr 16 01:23:14 2026] GET /v2.0/security-group-rules?security_group_id=434dedcb-8d44-4f97-8eda-0d4ed85455bb => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2912] 199.204.45.209 () {32 vars in 789 bytes} [Thu Apr 16 01:23:14 2026] DELETE /v2.0/security-group-rules/036166a2-5dad-490c-abff-0ecb56467f50 => 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: 1519/2913] 199.204.45.209 () {32 vars in 789 bytes} [Thu Apr 16 01:23:14 2026] DELETE /v2.0/security-group-rules/c9bbb6b4-3d40-4bf1-824d-b4ff17230ae8 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:18.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-9961bcfe-be52-4bcb-8740-5c29aae305c0 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: 3e79cf80-3807-4d0c-93e6-7415861f855a 2026-04-16 01:23:18.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9961bcfe-be52-4bcb-8740-5c29aae305c0 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: 3e79cf80-3807-4d0c-93e6-7415861f855a 2026-04-16 01:23:18.264 8 INFO neutron.db.l3_db [None req-9961bcfe-be52-4bcb-8740-5c29aae305c0 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Floating IP 954c0cdb-7f46-4227-90c9-ba35c1df74a6 disassociated (deleted). External IP: 10.96.250.219, port: 27c94201-eab4-4125-b123-85c73d0d7058. [pid: 8|app: 0|req: 1395/2914] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:23:17 2026] DELETE /v2.0/floatingips/954c0cdb-7f46-4227-90c9-ba35c1df74a6 => generated 0 bytes in 590 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:18.558 7 INFO neutron.api.v2.resource [None req-1f94b89a-b823-42b6-a43a-ffc8c602cb8b e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1520/2915] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:23:18 2026] GET /v2.0/floatingips/954c0cdb-7f46-4227-90c9-ba35c1df74a6 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2916] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:23:19 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: 1521/2917] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2918] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2919] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:23:19 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 01:23:19.254 8 INFO neutron.api.v2.resource [None req-d6805aef-bcea-4a9b-885a-c3aab6a14837 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1398/2920] 199.204.45.209 () {30 vars in 763 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/security-groups/lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => 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: 1523/2921] 199.204.45.209 () {30 vars in 785 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/security-groups?name=lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2922] 199.204.45.209 () {30 vars in 815 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/security-group-rules?security_group_id=434dedcb-8d44-4f97-8eda-0d4ed85455bb => generated 1182 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2923] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:23: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: 8|app: 0|req: 1400/2924] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2925] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2926] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2927] 199.204.45.209 () {30 vars in 741 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2928] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 2586 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2929] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2930] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:23:19 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2931] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:23:20 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 2586 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2932] 199.204.45.209 () {34 vars in 975 bytes} [Thu Apr 16 01:23:21 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2933] 199.204.45.209 () {34 vars in 1060 bytes} [Thu Apr 16 01:23:21 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2934] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:23:21 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2935] 199.204.45.209 () {34 vars in 1016 bytes} [Thu Apr 16 01:23:21 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2936] 199.204.45.209 () {38 vars in 1028 bytes} [Thu Apr 16 01:23:21 2026] PUT /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1147 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2937] 199.204.45.209 () {30 vars in 769 bytes} [Thu Apr 16 01:23:22 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1248 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: 8|app: 0|req: 1407/2938] 199.204.45.209 () {34 vars in 789 bytes} [Thu Apr 16 01:23:22 2026] PUT /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1086 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2939] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 1086 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:23:23.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9610f7c-fa6a-42cc-ab1d-dc9898c2b932 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 968146c3-f35c-42ea-b1f0-21d46e3fb423 2026-04-16 01:23:23.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9610f7c-fa6a-42cc-ab1d-dc9898c2b932 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 968146c3-f35c-42ea-b1f0-21d46e3fb423 [pid: 8|app: 0|req: 1408/2942] 199.204.45.209 () {32 vars in 759 bytes} [Thu Apr 16 01:23:23 2026] DELETE /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2943] 199.204.45.209 () {30 vars in 703 bytes} [Thu Apr 16 01:23:23 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: 1409/2944] 199.204.45.209 () {30 vars in 705 bytes} [Thu Apr 16 01:23:23 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: 1536/2945] 199.204.45.209 () {30 vars in 681 bytes} [Thu Apr 16 01:23:23 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: 1410/2946] 199.204.45.209 () {30 vars in 717 bytes} [Thu Apr 16 01:23:23 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 01:23:23.479 7 INFO neutron.pecan_wsgi.hooks.translation [None req-934ab8f8-f793-491b-9fde-8e7ec98038d0 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1537/2947] 199.204.45.209 () {32 vars in 759 bytes} [Thu Apr 16 01:23:23 2026] DELETE /v2.0/ports/968146c3-f35c-42ea-b1f0-21d46e3fb423 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2948] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:23:23.540 7 INFO neutron.api.v2.resource [None req-f42ae490-e762-498f-9a26-bcc922b3aeea 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/2949] 199.204.45.209 () {30 vars in 763 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/security-groups/lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2950] 199.204.45.209 () {30 vars in 785 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/security-groups?name=lb-8dac1ca9-aebe-4c8b-b875-e6c5a1d50400 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2951] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/ports?tenant_id=e2ebe0bdd9ae42fe9cdc055af8ef663f&device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2952] 199.204.45.209 () {30 vars in 737 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2953] 199.204.45.209 () {34 vars in 1066 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/networks?id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656&id=9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 1523 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2954] 199.204.45.209 () {34 vars in 1062 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.135&port_id=b766ac2a-b567-43a7-a5f7-bb13df443468 => 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: 1542/2955] 199.204.45.209 () {34 vars in 984 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/subnets?id=3e26162d-d878-484b-9156-d37d87e87d92 => 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: 1543/2956] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/ports?network_id=9bbaa2ae-88d7-45aa-9d56-b38c1a84c656&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2957] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1545/2958] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:23:23 2026] GET /v2.0/networks/9bbaa2ae-88d7-45aa-9d56-b38c1a84c656?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: 1414/2959] 199.204.45.209 () {34 vars in 789 bytes} [Thu Apr 16 01:23:23 2026] PUT /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 1094 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2960] 199.204.45.209 () {32 vars in 779 bytes} [Thu Apr 16 01:23:23 2026] DELETE /v2.0/security-groups/434dedcb-8d44-4f97-8eda-0d4ed85455bb => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:24.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-55a7ebd3-5d0f-4af1-8a4c-299ca9b7bc51 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: 27c94201-eab4-4125-b123-85c73d0d7058 2026-04-16 01:23:24.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55a7ebd3-5d0f-4af1-8a4c-299ca9b7bc51 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: 27c94201-eab4-4125-b123-85c73d0d7058 [pid: 8|app: 0|req: 1415/2961] 199.204.45.209 () {32 vars in 759 bytes} [Thu Apr 16 01:23:23 2026] DELETE /v2.0/ports/27c94201-eab4-4125-b123-85c73d0d7058 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2962] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:23:27 2026] GET /v2.0/ports?device_id=f2e95d15-43b9-4749-9a94-491cdf1e8acb => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:23:27.137 8 INFO neutron_taas.services.taas.taas_plugin [req-b07d52fe-203a-4b1c-8a75-a285b992f1de req-acdc3d94-8a81-4b58-b836-0ad69c764afc 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] TaaS: Handle Delete Port: b766ac2a-b567-43a7-a5f7-bb13df443468 2026-04-16 01:23:27.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b07d52fe-203a-4b1c-8a75-a285b992f1de req-acdc3d94-8a81-4b58-b836-0ad69c764afc 3e0f46e30a024edaa74f68b896ac6cdf e2ebe0bdd9ae42fe9cdc055af8ef663f - - default default] Tap Mirror: Handle Delete Port: b766ac2a-b567-43a7-a5f7-bb13df443468 [pid: 8|app: 0|req: 1416/2963] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:23:27 2026] DELETE /v2.0/ports/b766ac2a-b567-43a7-a5f7-bb13df443468 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:27.316 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2918101-7b98-4c52-af96-88d2491162a5'] response: {'server_uuid': 'f2e95d15-43b9-4749-9a94-491cdf1e8acb', 'name': 'network-vif-deleted', 'tag': 'b766ac2a-b567-43a7-a5f7-bb13df443468', 'status': 'completed', 'code': 200} 2026-04-16 01:23:28.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-470376fd-defb-481d-b61d-b57a3a3bae97 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: 66f364a2-c684-4044-a581-b8ef9546d69c 2026-04-16 01:23:28.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-470376fd-defb-481d-b61d-b57a3a3bae97 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: 66f364a2-c684-4044-a581-b8ef9546d69c 2026-04-16 01:23:29.044 7 INFO neutron.db.l3_db [None req-470376fd-defb-481d-b61d-b57a3a3bae97 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Floating IP e8e11039-ba4c-43b2-86ec-e2bb54b98e9f disassociated (deleted). External IP: 10.96.250.217, port: 147524ff-32d9-4a8b-aa29-00ce9d93d95d. [pid: 7|app: 0|req: 1548/2964] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:23:28 2026] DELETE /v2.0/floatingips/e8e11039-ba4c-43b2-86ec-e2bb54b98e9f => generated 0 bytes in 574 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:29.354 8 INFO neutron.api.v2.resource [None req-5fd8b419-320f-4dbc-873c-a46d0afa0fa0 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1417/2965] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:23:29 2026] GET /v2.0/floatingips/e8e11039-ba4c-43b2-86ec-e2bb54b98e9f => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:23:29.376 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3edc879e-845b-4361-9054-6d48bcaddccb'] response: {'name': 'network-changed', 'server_uuid': '589444e9-3077-4cb4-ae06-3e4ebf57f339', 'tag': '147524ff-32d9-4a8b-aa29-00ce9d93d95d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1549/2966] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:23:29 2026] GET /v2.0/ports?device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => generated 1204 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2967] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:23:29 2026] GET /v2.0/security-groups?id=880f73aa-adc4-4dd6-9a35-341526f4c424&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2968] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:23:29 2026] GET /v2.0/ports?tenant_id=edb29e835c9143d7b01a029c46adff37&device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => generated 1473 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2969] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:23:29 2026] GET /v2.0/networks?id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2970] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:23:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=147524ff-32d9-4a8b-aa29-00ce9d93d95d => 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: 1420/2971] 199.204.45.209 () {34 vars in 1106 bytes} [Thu Apr 16 01:23:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A165&port_id=147524ff-32d9-4a8b-aa29-00ce9d93d95d => 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: 1552/2972] 199.204.45.209 () {34 vars in 1064 bytes} [Thu Apr 16 01:23:30 2026] GET /v2.0/subnets?id=8b4f10b5-5c22-428b-a74e-e385f0682e84&id=0bd6aa3f-a240-405f-ba30-1bc0a56f0400 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2973] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:23:30 2026] GET /v2.0/ports?network_id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2974] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:23:30 2026] GET /v2.0/ports?network_id=c9e2d558-f39d-41af-aa71-c0db29f5d7bd&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2975] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:23:30 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/2976] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:23:30 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd?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: 1423/2977] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:23:31 2026] GET /v2.0/ports?device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:23:32.131 7 INFO neutron_taas.services.taas.taas_plugin [req-ad73503a-da29-4375-81a2-cec9bb1ef2e1 req-86bf1d71-53bb-4f02-a57b-cbc74b5c8db2 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: 147524ff-32d9-4a8b-aa29-00ce9d93d95d 2026-04-16 01:23:32.136 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ad73503a-da29-4375-81a2-cec9bb1ef2e1 req-86bf1d71-53bb-4f02-a57b-cbc74b5c8db2 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: 147524ff-32d9-4a8b-aa29-00ce9d93d95d [pid: 7|app: 0|req: 1555/2978] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:23:32 2026] DELETE /v2.0/ports/147524ff-32d9-4a8b-aa29-00ce9d93d95d => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:32.358 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0c77097-e0bb-4eb3-90a1-079d9a1ce231'] response: {'server_uuid': '589444e9-3077-4cb4-ae06-3e4ebf57f339', 'name': 'network-vif-deleted', 'tag': '147524ff-32d9-4a8b-aa29-00ce9d93d95d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1424/2979] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:23:34 2026] GET /v2.0/ports?device_id=589444e9-3077-4cb4-ae06-3e4ebf57f339 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:23:39.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a2de6f9-df0d-49b3-9a7a-0f783a68e324 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: 7b368b3d-2a1e-4848-969d-de856e8ba66b 2026-04-16 01:23:39.931 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a2de6f9-df0d-49b3-9a7a-0f783a68e324 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: 7b368b3d-2a1e-4848-969d-de856e8ba66b 2026-04-16 01:23:40.106 8 INFO neutron.db.l3_db [None req-8a2de6f9-df0d-49b3-9a7a-0f783a68e324 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Floating IP 326d0e45-e3b2-4d04-a2f1-65476f91d30e disassociated (deleted). External IP: 10.96.250.209, port: c57254d5-2958-493d-a225-69fdba71826f. [pid: 8|app: 0|req: 1426/2982] 10.0.0.30 () {32 vars in 731 bytes} [Thu Apr 16 01:23:39 2026] DELETE /v2.0/floatingips/326d0e45-e3b2-4d04-a2f1-65476f91d30e => generated 0 bytes in 607 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:40.418 7 INFO neutron.api.v2.resource [None req-f184c3b6-cace-418c-bf0d-362c0f4df3d2 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/2983] 10.0.0.30 () {32 vars in 728 bytes} [Thu Apr 16 01:23:40 2026] GET /v2.0/floatingips/326d0e45-e3b2-4d04-a2f1-65476f91d30e => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:23:40.439 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bb06a5a7-1a36-4e1a-9b39-0aac7e335ec5'] response: {'name': 'network-changed', 'server_uuid': 'ffd873d0-4f13-4efd-828e-ce65d77e7037', 'tag': 'c57254d5-2958-493d-a225-69fdba71826f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1427/2984] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:23:40 2026] GET /v2.0/ports?device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2985] 10.0.0.119 () {34 vars in 1040 bytes} [Thu Apr 16 01:23:40 2026] GET /v2.0/security-groups?id=880f73aa-adc4-4dd6-9a35-341526f4c424&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2986] 199.204.45.209 () {34 vars in 1080 bytes} [Thu Apr 16 01:23:40 2026] GET /v2.0/ports?tenant_id=edb29e835c9143d7b01a029c46adff37&device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/2987] 199.204.45.209 () {34 vars in 986 bytes} [Thu Apr 16 01:23:40 2026] GET /v2.0/networks?id=0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2988] 199.204.45.209 () {34 vars in 1058 bytes} [Thu Apr 16 01:23:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.140&port_id=c57254d5-2958-493d-a225-69fdba71826f => 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: 1560/2989] 199.204.45.209 () {34 vars in 1104 bytes} [Thu Apr 16 01:23:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A295&port_id=c57254d5-2958-493d-a225-69fdba71826f => 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: 1430/2990] 199.204.45.209 () {34 vars in 1064 bytes} [Thu Apr 16 01:23:41 2026] GET /v2.0/subnets?id=4fc2eed9-c62c-4184-8aeb-aecc74da15ab&id=7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/2991] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:23:41 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2992] 199.204.45.209 () {34 vars in 1052 bytes} [Thu Apr 16 01:23:41 2026] GET /v2.0/ports?network_id=0176fea1-b6e6-44b8-86d6-97cd767efedf&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2993] 199.204.45.209 () {34 vars in 1012 bytes} [Thu Apr 16 01:23:41 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1432/2994] 199.204.45.209 () {34 vars in 1112 bytes} [Thu Apr 16 01:23:41 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf?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: 1563/2995] 199.204.45.209 () {34 vars in 994 bytes} [Thu Apr 16 01:23:42 2026] GET /v2.0/ports?device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:23:43.145 8 INFO neutron_taas.services.taas.taas_plugin [req-4ee18ac9-5275-40d5-8852-617a8b2eda0f req-dbee6a96-9f36-402a-9bab-818f0fa58d2b e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: c57254d5-2958-493d-a225-69fdba71826f 2026-04-16 01:23:43.151 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ee18ac9-5275-40d5-8852-617a8b2eda0f req-dbee6a96-9f36-402a-9bab-818f0fa58d2b e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: c57254d5-2958-493d-a225-69fdba71826f [pid: 8|app: 0|req: 1433/2996] 199.204.45.209 () {36 vars in 997 bytes} [Thu Apr 16 01:23:43 2026] DELETE /v2.0/ports/c57254d5-2958-493d-a225-69fdba71826f => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:43.366 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4206a468-5098-4609-a448-4f96b118cfed'] response: {'server_uuid': 'ffd873d0-4f13-4efd-828e-ce65d77e7037', 'name': 'network-vif-deleted', 'tag': 'c57254d5-2958-493d-a225-69fdba71826f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1564/2997] 10.0.0.119 () {34 vars in 990 bytes} [Thu Apr 16 01:23:45 2026] GET /v2.0/ports?device_id=ffd873d0-4f13-4efd-828e-ce65d77e7037 => 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: 1434/2998] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:23:50 2026] DELETE /v2.0/security-group-rules/33ca99b7-ba06-42e2-b847-d80dbc1f53f4 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:50.966 7 INFO neutron.api.v2.resource [None req-e88da2c8-010c-4c6f-ab36-0b46c6a549cf e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/2999] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:23:50 2026] GET /v2.0/security-group-rules/33ca99b7-ba06-42e2-b847-d80dbc1f53f4 => 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: 1435/3000] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:23:50 2026] DELETE /v2.0/security-group-rules/2793e32b-bc80-4a71-a8a0-f7744d48cf50 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:51.063 7 INFO neutron.api.v2.resource [None req-bfdae4e8-62ca-4df7-854b-c00dfef072a9 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1566/3001] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:23:51 2026] GET /v2.0/security-group-rules/2793e32b-bc80-4a71-a8a0-f7744d48cf50 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3002] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:23:51 2026] DELETE /v2.0/security-group-rules/2f44c6c0-691c-4d5d-b6de-d2413ab94077 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:51.153 7 INFO neutron.api.v2.resource [None req-cc0c7cf1-3758-48d1-be3c-903438fac896 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1567/3003] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:23:51 2026] GET /v2.0/security-group-rules/2f44c6c0-691c-4d5d-b6de-d2413ab94077 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3004] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:23:51 2026] DELETE /v2.0/security-group-rules/6611a962-6ac9-4538-ac5d-71da45717756 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:51.242 7 INFO neutron.api.v2.resource [None req-1425210a-a41d-41b0-ab2d-d0e03a8eb572 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1568/3005] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:23:51 2026] GET /v2.0/security-group-rules/6611a962-6ac9-4538-ac5d-71da45717756 => 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: 1438/3006] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:23:51 2026] DELETE /v2.0/security-group-rules/fcc22694-7d75-4d08-aa5d-4c4ad1eef495 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:51.327 7 INFO neutron.api.v2.resource [None req-cda3c490-8c9b-4753-b507-d96560731806 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3007] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:23:51 2026] GET /v2.0/security-group-rules/fcc22694-7d75-4d08-aa5d-4c4ad1eef495 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/3008] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:23:51 2026] DELETE /v2.0/security-group-rules/b570b376-46e5-45e8-848e-c131b0995f22 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:51.435 7 INFO neutron.api.v2.resource [None req-1ce0eb36-3f05-4253-b307-26929fba041b e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/3009] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:23:51 2026] GET /v2.0/security-group-rules/b570b376-46e5-45e8-848e-c131b0995f22 => 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: 1440/3010] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:23:51 2026] DELETE /v2.0/security-group-rules/1852d8a5-cc1e-42f2-886f-ab4b4c239c21 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:51.536 7 INFO neutron.api.v2.resource [None req-662c68d8-5a36-4c52-941a-644386aa8546 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3011] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:23:51 2026] GET /v2.0/security-group-rules/1852d8a5-cc1e-42f2-886f-ab4b4c239c21 => 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: 1441/3012] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:23:51 2026] DELETE /v2.0/security-group-rules/2224330f-060e-4fbc-94d6-22911780f8df => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:51.638 7 INFO neutron.api.v2.resource [None req-f73e90a9-a935-45ae-b5a5-e0c692578a08 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3013] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:23:51 2026] GET /v2.0/security-group-rules/2224330f-060e-4fbc-94d6-22911780f8df => 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: 1442/3014] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:23:51 2026] DELETE /v2.0/security-group-rules/dd1ca47b-4e73-41d6-ba24-9c8aa2a64d06 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:51.735 7 INFO neutron.api.v2.resource [None req-ce32f700-da82-4b7d-a1e2-4962e811fd42 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3015] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:23:51 2026] GET /v2.0/security-group-rules/dd1ca47b-4e73-41d6-ba24-9c8aa2a64d06 => 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: 1443/3016] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:23:51 2026] DELETE /v2.0/security-group-rules/d62e18f6-5d86-4836-b7a0-7ebab628de70 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:51.821 7 INFO neutron.api.v2.resource [None req-bd2685c2-fdbf-43fe-9dd1-a4f5d38494b9 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3017] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:23:51 2026] GET /v2.0/security-group-rules/d62e18f6-5d86-4836-b7a0-7ebab628de70 => 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: 1444/3018] 10.0.0.30 () {32 vars in 749 bytes} [Thu Apr 16 01:23:51 2026] DELETE /v2.0/security-group-rules/7c8f15b6-6494-4a01-bde2-bf7eb88d540c => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:51.904 7 INFO neutron.api.v2.resource [None req-80e871be-ea02-44e8-ab52-3f0b980e4ffa e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3019] 10.0.0.30 () {32 vars in 746 bytes} [Thu Apr 16 01:23:51 2026] GET /v2.0/security-group-rules/7c8f15b6-6494-4a01-bde2-bf7eb88d540c => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3020] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:23:51 2026] DELETE /v2.0/security-groups/880f73aa-adc4-4dd6-9a35-341526f4c424 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:52.038 7 INFO neutron.api.v2.resource [None req-301a064f-87ac-4d22-a9ef-0f2461544012 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3021] 10.0.0.30 () {32 vars in 736 bytes} [Thu Apr 16 01:23:52 2026] GET /v2.0/security-groups/880f73aa-adc4-4dd6-9a35-341526f4c424 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:23:52.476 8 INFO neutron_taas.services.taas.taas_plugin [None req-2668e58a-845d-4405-b29a-3659f1a61098 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: b5414b19-40e2-41b8-a7af-cfcdb857fd59 2026-04-16 01:23:52.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2668e58a-845d-4405-b29a-3659f1a61098 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: b5414b19-40e2-41b8-a7af-cfcdb857fd59 [pid: 8|app: 0|req: 1446/3022] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:23:52 2026] PUT /v2.0/routers/5d79e801-cca0-4a1e-9707-8b9948de0a9c/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:23:53.265 7 INFO neutron.api.v2.resource [None req-f5096117-4a65-4903-91dd-57d97d976d4b e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3025] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:23:53 2026] PUT /v2.0/routers/5d79e801-cca0-4a1e-9707-8b9948de0a9c/remove_router_interface => generated 198 bytes in 183 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:23:53.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-585a38ff-6698-418a-b821-72630bb4f1dc e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: a8435e27-de7e-425d-9dba-40c2c0f83283 2026-04-16 01:23:53.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-585a38ff-6698-418a-b821-72630bb4f1dc e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: a8435e27-de7e-425d-9dba-40c2c0f83283 [pid: 8|app: 0|req: 1449/3026] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:23:53 2026] PUT /v2.0/routers/5d79e801-cca0-4a1e-9707-8b9948de0a9c/remove_router_interface => generated 309 bytes in 979 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:23:54.431 7 INFO neutron.api.v2.resource [None req-c18b81e7-b58a-4b71-aee2-273baff97191 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3027] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:23:54 2026] PUT /v2.0/routers/5d79e801-cca0-4a1e-9707-8b9948de0a9c/remove_router_interface => generated 198 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:23:54.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-93c418fc-988b-47b4-8c3d-be3238ed4d2a e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: 63f09e4f-bc34-4287-bfd6-8b23102402f6 2026-04-16 01:23:54.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93c418fc-988b-47b4-8c3d-be3238ed4d2a e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: 63f09e4f-bc34-4287-bfd6-8b23102402f6 [pid: 8|app: 0|req: 1450/3028] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:23:54 2026] PUT /v2.0/routers/5d79e801-cca0-4a1e-9707-8b9948de0a9c/remove_router_interface => generated 309 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:23:55.493 7 INFO neutron.api.v2.resource [None req-db4c5c03-2d45-4477-acfb-41cd67de231f e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3029] 10.0.0.30 () {34 vars in 788 bytes} [Thu Apr 16 01:23:55 2026] PUT /v2.0/routers/5d79e801-cca0-4a1e-9707-8b9948de0a9c/remove_router_interface => generated 198 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:23:55.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4bb1900-4e49-4f79-8174-ffaeecfb42e5 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: 98c4eb66-85ec-4ede-82e0-cf520727dd50 2026-04-16 01:23:55.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4bb1900-4e49-4f79-8174-ffaeecfb42e5 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: 98c4eb66-85ec-4ede-82e0-cf520727dd50 2026-04-16 01:23:55.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4bb1900-4e49-4f79-8174-ffaeecfb42e5 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: 9d17f386-70d6-48e9-a77f-6a5c26d62891 2026-04-16 01:23:55.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4bb1900-4e49-4f79-8174-ffaeecfb42e5 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: 9d17f386-70d6-48e9-a77f-6a5c26d62891 2026-04-16 01:23:56.353 8 INFO neutron.db.l3_hamode_db [None req-f4bb1900-4e49-4f79-8174-ffaeecfb42e5 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] HA network caa1ab39-1f43-488e-941c-50a1c762f0ec was deleted as no HA routers are present in tenant edb29e835c9143d7b01a029c46adff37. [pid: 8|app: 0|req: 1451/3030] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:23:55 2026] DELETE /v2.0/routers/5d79e801-cca0-4a1e-9707-8b9948de0a9c => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:23:56.378 8 INFO neutron.services.segments.plugin [-] Segment db7d80b9-e38d-43ba-8a07-fd92d6220715 resource provider aggregate not found 2026-04-16 01:23:56.384 7 INFO neutron.api.v2.resource [None req-61290b44-3314-4c35-8e2b-e5d2e588eee3 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3031] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:23:56 2026] GET /v2.0/routers/5d79e801-cca0-4a1e-9707-8b9948de0a9c => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:23:56.392 8 INFO neutron.services.segments.plugin [-] Segment db7d80b9-e38d-43ba-8a07-fd92d6220715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db7d80b9-e38d-43ba-8a07-fd92d6220715 found for delete ", "request_id": "req-74514e21-3ea7-4869-83fd-8dde6b76c180"}]} 2026-04-16 01:23:56.392 8 INFO neutron.services.segments.plugin [-] Segment db7d80b9-e38d-43ba-8a07-fd92d6220715 resource provider aggregate not found 2026-04-16 01:23:56.406 8 INFO neutron.services.segments.plugin [-] Segment db7d80b9-e38d-43ba-8a07-fd92d6220715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db7d80b9-e38d-43ba-8a07-fd92d6220715 found for delete ", "request_id": "req-d79671ac-c1d4-454b-8911-535d8b601442"}]} [pid: 8|app: 0|req: 1452/3032] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:23:56 2026] DELETE /v2.0/subnets/0bd6aa3f-a240-405f-ba30-1bc0a56f0400 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:56.550 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89bae28c-395b-409b-8d5f-9c638aca4e7a e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3033] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:23:56 2026] GET /v2.0/subnets/0bd6aa3f-a240-405f-ba30-1bc0a56f0400 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3034] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:23:56 2026] DELETE /v2.0/subnets/8b4f10b5-5c22-428b-a74e-e385f0682e84 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:56.712 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8518be8-5c69-4b54-aff7-f0706125c100 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3035] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:23:56 2026] GET /v2.0/subnets/8b4f10b5-5c22-428b-a74e-e385f0682e84 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:23:56.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e6385a9-9e78-4db7-ae12-530493b23536 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: 29c8cb76-c66d-4ce8-9ac0-65d9d3304469 2026-04-16 01:23:56.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e6385a9-9e78-4db7-ae12-530493b23536 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: 29c8cb76-c66d-4ce8-9ac0-65d9d3304469 [pid: 8|app: 0|req: 1454/3036] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:23:56 2026] DELETE /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:57.006 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c57b53d-f1b1-435f-b075-1a628f523c96 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3037] 10.0.0.30 () {32 vars in 722 bytes} [Thu Apr 16 01:23:56 2026] GET /v2.0/networks/c9e2d558-f39d-41af-aa71-c0db29f5d7bd => 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: 1455/3038] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:23:57 2026] DELETE /v2.0/subnets/4fc2eed9-c62c-4184-8aeb-aecc74da15ab => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:57.164 7 INFO neutron.pecan_wsgi.hooks.translation [None req-960735de-028b-43d9-9c58-1a3a6dbbcfbf e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3039] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:23:57 2026] GET /v2.0/subnets/4fc2eed9-c62c-4184-8aeb-aecc74da15ab => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3040] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:23:57 2026] DELETE /v2.0/subnets/7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:57.336 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fd96a446-1c0a-46d7-905c-37f3cec21a33 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3041] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:23:57 2026] GET /v2.0/subnets/7b796b3f-36ee-4cd2-8f2f-99b0d6ef26b7 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:23:57.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-20ea5c15-20f4-46de-9a0e-f56df1f3aadb e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: 9a5afe1f-77b9-48f1-9d3f-63b1742c3b9d 2026-04-16 01:23:57.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20ea5c15-20f4-46de-9a0e-f56df1f3aadb e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: 9a5afe1f-77b9-48f1-9d3f-63b1742c3b9d [pid: 8|app: 0|req: 1457/3042] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:23:57 2026] DELETE /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:57.585 7 INFO neutron.pecan_wsgi.hooks.translation [None req-19269b62-c92b-4d00-ba80-ea0de1c545e6 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3043] 10.0.0.30 () {32 vars in 722 bytes} [Thu Apr 16 01:23:57 2026] GET /v2.0/networks/0176fea1-b6e6-44b8-86d6-97cd767efedf => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3044] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:23:57 2026] DELETE /v2.0/subnets/3b3208b0-caa6-4cee-85ce-be47a1f36aba => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:57.744 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8538adfd-a512-41be-956f-868db68f6626 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3045] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:23:57 2026] GET /v2.0/subnets/3b3208b0-caa6-4cee-85ce-be47a1f36aba => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3046] 10.0.0.30 () {32 vars in 723 bytes} [Thu Apr 16 01:23:57 2026] DELETE /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:57.919 7 INFO neutron.pecan_wsgi.hooks.translation [None req-16cd2ac0-f64a-47ac-969a-912c81ba15b8 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3047] 10.0.0.30 () {32 vars in 720 bytes} [Thu Apr 16 01:23:57 2026] GET /v2.0/subnets/23cc2b46-d875-498c-9405-3b07ac0cf4c2 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:23:58.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-110ba1a8-6837-4265-a19f-cffe235473c1 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] TaaS: Handle Delete Port: 0d42dedc-7186-4d8a-82ca-aa8af976e570 2026-04-16 01:23:58.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-110ba1a8-6837-4265-a19f-cffe235473c1 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] Tap Mirror: Handle Delete Port: 0d42dedc-7186-4d8a-82ca-aa8af976e570 [pid: 8|app: 0|req: 1460/3048] 10.0.0.30 () {32 vars in 725 bytes} [Thu Apr 16 01:23:57 2026] DELETE /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:23:58.249 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd37e41a-7b68-4a49-860c-a07c54f6ad04 e06ac22759b844f6958b309455ada870 edb29e835c9143d7b01a029c46adff37 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3049] 10.0.0.30 () {32 vars in 722 bytes} [Thu Apr 16 01:23:58 2026] GET /v2.0/networks/9f9bb4c4-d8db-4883-b66d-593d5e7b90da => generated 138 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:23:58.421 8 INFO neutron.services.segments.plugin [-] Segment a6490d96-2dd6-4cf9-9597-75a68db407e7 resource provider aggregate not found 2026-04-16 01:23:58.425 8 INFO neutron.services.segments.plugin [-] Segment a6490d96-2dd6-4cf9-9597-75a68db407e7 resource provider aggregate not found 2026-04-16 01:23:58.439 8 INFO neutron.services.segments.plugin [-] Segment a6490d96-2dd6-4cf9-9597-75a68db407e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6490d96-2dd6-4cf9-9597-75a68db407e7 found for delete ", "request_id": "req-6688eb4f-9219-433b-a514-c5b1a822f79c"}]} 2026-04-16 01:23:58.440 8 INFO neutron.services.segments.plugin [-] Segment a6490d96-2dd6-4cf9-9597-75a68db407e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6490d96-2dd6-4cf9-9597-75a68db407e7 found for delete ", "request_id": "req-4173f41b-bf74-4633-979d-5593c1845793"}]} 2026-04-16 01:23:58.456 8 INFO neutron.services.segments.plugin [-] Segment 128fe449-5402-4e3c-9f9e-3f495b7bb832 resource provider aggregate not found 2026-04-16 01:23:58.461 8 INFO neutron.services.segments.plugin [-] Segment 128fe449-5402-4e3c-9f9e-3f495b7bb832 resource provider aggregate not found 2026-04-16 01:23:58.474 8 INFO neutron.services.segments.plugin [-] Segment 128fe449-5402-4e3c-9f9e-3f495b7bb832 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 128fe449-5402-4e3c-9f9e-3f495b7bb832 found for delete ", "request_id": "req-3cbae997-10c8-436b-99c7-de73d797eee1"}]} 2026-04-16 01:23:58.488 8 INFO neutron.services.segments.plugin [-] Segment 128fe449-5402-4e3c-9f9e-3f495b7bb832 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 128fe449-5402-4e3c-9f9e-3f495b7bb832 found for delete ", "request_id": "req-67f034fc-c7da-4b8b-bcb0-ffabd67e1b4d"}]} 2026-04-16 01:23:58.497 8 INFO neutron.services.segments.plugin [-] Segment 0e33f163-e381-47f8-896c-7c695c3ee465 resource provider aggregate not found 2026-04-16 01:23:58.504 8 INFO neutron.services.segments.plugin [-] Segment 0e33f163-e381-47f8-896c-7c695c3ee465 resource provider aggregate not found 2026-04-16 01:23:58.517 8 INFO neutron.services.segments.plugin [-] Segment 0e33f163-e381-47f8-896c-7c695c3ee465 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e33f163-e381-47f8-896c-7c695c3ee465 found for delete ", "request_id": "req-d332d2a4-d52e-44e3-87f7-b5187d65f892"}]} 2026-04-16 01:23:58.524 8 INFO neutron.services.segments.plugin [-] Segment 0e33f163-e381-47f8-896c-7c695c3ee465 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e33f163-e381-47f8-896c-7c695c3ee465 found for delete ", "request_id": "req-3ee26ed1-46cf-438a-b868-83261c2306eb"}]} [pid: 8|app: 0|req: 1461/3050] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:24:00 2026] GET /v2.0/security-groups?tenant_id=c55ac8962ed14956910681b2661e5de5&name=default => generated 2929 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3051] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:24:00 2026] DELETE /v2.0/security-groups/739abf4f-55a9-4d10-9f19-f6e53c831b8a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3052] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:24:00 2026] GET /v2.0/security-groups?tenant_id=06412b73886b4963afdb722f9be6d686&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: 1591/3053] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:24:00 2026] DELETE /v2.0/security-groups/86727fc6-f5de-4397-9de7-d3b2275688b9 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3054] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:24:01 2026] GET /v2.0/security-groups?tenant_id=43d758c139f644c9b8ebcbe84d1b3c8f&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3055] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:24:01 2026] DELETE /v2.0/security-groups/1f521dd2-4d34-4497-b64d-376144ab9db2 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3056] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:24:01 2026] GET /v2.0/security-groups?tenant_id=ed538d956a8d4046ae9570f9d0684040&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3057] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:24:01 2026] DELETE /v2.0/security-groups/ca1e6556-7e5d-4ffe-a384-ffdf91d874af => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3058] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:24:01 2026] GET /v2.0/security-groups?tenant_id=c982d211f7f740e599d61fa54658f61b&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3059] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:24:02 2026] DELETE /v2.0/security-groups/723db72b-a189-49d6-8e8e-e16c85c1bc8d => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3060] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:24:02 2026] GET /v2.0/security-groups?tenant_id=edb29e835c9143d7b01a029c46adff37&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3061] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:24:02 2026] DELETE /v2.0/security-groups/17d9f295-dc91-45f7-83dd-80425877535b => 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: 1467/3062] 10.0.0.30 () {32 vars in 773 bytes} [Thu Apr 16 01:24:02 2026] GET /v2.0/security-groups?tenant_id=7c05c9fe72d7479cbfcd9594769fa8d9&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3063] 10.0.0.30 () {32 vars in 739 bytes} [Thu Apr 16 01:24:02 2026] DELETE /v2.0/security-groups/28363675-d980-4bc0-8b1c-ead4c6a875f1 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3064] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:24:05 2026] GET /v2.0/networks => generated 2168 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3065] 10.0.0.30 () {32 vars in 654 bytes} [Thu Apr 16 01:24:06 2026] GET /v2.0/floatingips => 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: 1469/3066] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:24:06 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3067] 10.0.0.30 () {32 vars in 642 bytes} [Thu Apr 16 01:24:06 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3068] 10.0.0.30 () {32 vars in 646 bytes} [Thu Apr 16 01:24:06 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3069] 10.0.0.30 () {32 vars in 648 bytes} [Thu Apr 16 01:24:06 2026] GET /v2.0/networks => generated 2168 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3070] 10.0.0.30 () {32 vars in 662 bytes} [Thu Apr 16 01:24:06 2026] GET /v2.0/security-groups => generated 17397 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3071] 10.0.0.30 () {32 vars in 654 bytes} [Thu Apr 16 01:24:06 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)